Get balance
Allows you to check your current total balance for both Proprietary and Transactional accounts.
Header parameters
Content-TypestringRequiredDefault:
application/jsonX-DatestringRequiredExample:
ISO8601 Datetime with Timezone: yyyy-MM-dd'T'HH:mm:ssZ
2025-12-03T08:38:02.153ZX-LoginstringRequired
Merchant X-Login API Key
AuthorizationstringRequired
Authorization control hash (Signature)
Responses
200
Successful Response
application/json
get
/v1/wallet/balanceGET /v1/wallet/balance HTTP/1.1
Host: api-stg.onekeypayments.com
Content-Type: application/json
X-Date: 2025-12-03T08:38:02.153Z
X-Login: text
Authorization: text
Accept: */*
200
Successful Response
{
"balances": [
{
"amount": 200,
"currency": "BRL",
"type": "PROPRIETARY"
},
{
"amount": 222,
"currency": "BRL",
"type": "TRANSACTIONAL"
}
]
}Last updated
Was this helpful?

