API Reference
Get Balances
cURL
curl --request GET \ --url https://api.sandbox.hit-pay.com/v1/balances \ --header 'X-BUSINESS-API-KEY: <x-business-api-key>'
[ { "currency": "sgd", "wallets": { "available": 2036.25, "deposit": 0, "pending": 94.1, "reserve": 5913.65 } }, { "currency": "usd", "wallets": { "available": 600, "reserve": 0 } } ]
"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
200
The response is of type object[].
object[]
Was this page helpful?