Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HereResponse
Successful ResponseMain Structure (Root)
integer
Status code returned by the API.
string
Status message that describes the status code.
object
The account balance object.
data Structure (Object)
integer
Active balance that can be used/withdrawn immediately.
integer
Pending balance (cannot be withdrawn).
integer
Total overall balance (Active balance + Pending balance).
