Get Account
requires auth
Account
Type
Description
GET /api/v1/accounting/account/{accountId}Path
Type
Description
Example
GET /api/v1/accounting/account/NNCV3kWoo0Se_bUUl_8yRg{
"account": {
"accountId": "NNCV3kWoo0Se_bUUl_8yRg",
"type": "client",
"name": "test-client-account",
"balances": {
"USD": {
"free": 100.0,
"locked": 0.0,
"limit": -2000.0,
"pendingDeposit": 0.0,
"available": 2100.0
},
"USDT": {
"free": 0.0,
"locked": 0.0,
"limit": -1000.0,
"pendingDeposit": 0.0,
"available": 1000.0
},
"BTC": {
"free": 1.23,
"locked": 0.0,
"limit": 0.0,
"pendingDeposit": 0.0,
"available": 1.23
}
}
},
"status": "ok",
"httpStatusCode": 200
}Error response
Last updated
