Balance
Get a list of your balances for each cryptocurrency, including zero balances.
Authorizations
X-processing-keystringRequired
Your API key.
X-processing-signaturestringRequired
The request body, signed with HMAC-SHA512 with your secret key. You can find the secret key in your account.
Responses
200
OK
application/json
post
/accounts/listPOST /api/v2/accounts/list HTTP/1.1
Host: app.cryptoprocessing.com
X-processing-key: YOUR_API_KEY
X-processing-signature: YOUR_API_KEY
Accept: */*
200
OK
{
"data": [
{
"currency": "BTC",
"type": "crypto",
"balance": 0.04
}
]
}Last updated
Was this helpful?