Balance
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
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: */*
{
"data": [
{
"currency": "BTC",
"type": "crypto",
"balance": 0.04
}
]
}