Balance

Get a list of balances

post

Get a list of your balances for each cryptocurrency, including zero balances.

Authorizations
Responses
200

OK

application/json
post
/accounts/list
POST /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?