User Balance
Get Balance
GET
https://api.abcc.com/api/v1/members/me
Query Parameters
Name
Type
Description
signature
string
access_key
string
tonce
boolean
Timestamp of the current time in milliseconds (Unix epoch)
OUTPUT EXPLANATION
Script
Type
Explain
sn
String
User serial number
name
String
Name
String
mailbox
activated
Boolean
account status
accounts
Array
Account list
accounts[0]
Hash
Account details
accounts[0].currency
String
Account currency
accounts[0].balance
Integer
Available balance
accounts[0].locked
String
Locked
Notice
The balance is the available balance of the account and does not include the amount locked by the user.
Last updated
Was this helpful?