Get Account Details
Account
Endpoint Information
Response Structure
{
"code": 200, // (number: response code)
"msg": "SUCCESS", // (string: message)
"data": { // (object: account details)
"userId": 0, // (number: user ID)
"country": "", // (string: name of the country)
"companyName": "", // (string: name of the company)
"kycPassed": false, // (boolean: whether the user passed KYC)
"monthLimit": 25000.0, // (number: month amount limit)
"monthUsed": 0.0 // (number: month amount used)
}
}Notes
Last updated

