Get actual balance
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v1/balance HTTP/1.1
Host: merchants-api.onekeypayments.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"balances": [
{
"currency": "USD",
"data": {
"totalBalance": -7793.68,
"availableBalance": -7887.96,
"depositSettlementPeriod": 94.28,
"accountNumber": "1000000004",
"rollingReserveBalance": 0,
"usableBalance": -7793.68
},
"type": "PRIMARY"
}
]
}