v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Business Account

Get Account Balance

Get the balance wallet of business account

get/open-api/v3/business/accounts/balance

Query parameters

accountIdstring uuid required

The UUID of the Account.

The UUID of the Account.

currency'CNH' | 'USD' | 'HKD' | 'GBP' | 'EUR' | 'AUD' | 'AED' | 'ILS' | 'CAD' | 'SGD' | 'MYR' | 'JPY' | 'IDR'

Currency code.

Currency code.

idstring uuid

The UUID of the Balance ID.

The UUID of the Balance ID.

limitstring number

Limits the number of items to be returned.

Limits the number of items to be returned.

pagestring number

The page to be returned, counting from 1 as the first page.

The page to be returned, counting from 1 as the first page.

Response

OK

codestring

Error code

messagestring

Error message

Example response

{
  "code": "400001",
  "message": "Invalid parameter"
}