Get Account Balance
service: getBalance
Request for getting Account Balance.
bizContent Request Parameters
Field
Type
Required
Description
Remark
currency
String
Y
Examples: USD
bizContent Request Sample
{
"currency": "USD"
}bizContent Response Parameters
Field
Type
Required
Description
Remark
status
Integer
Y
Status of the response: 0 indicates success, -1 indicates failure.
errorCode
String
N
Application specific error code about any error that occurred during processing.
errorMessage
String
N
Error Description
data
Object
N
The actual data payload of the response, which can be of any JSON-compatible type
See Data Payload
Data Payload
Field
Type
Required
Description
currency
String
Y
balance
String
Y
Example: 2024.12
Important:The specific business operation results are subject to status field
Last updated