Wallets API Playground
Send real, HMAC-signed requests to the wallets endpoints and inspect the live response.
GET/api/balances
cURL
- curl --location --request GET 'https://api.bitnob.com/api/balances' \
- --header 'Content-Type: application/json' \
- --header 'X-Auth-Client: {{clientId}}' \
- --header 'X-Auth-Timestamp: {{timestamp}}' \
- --header 'X-Auth-Nonce: {{nonce}}' \
- --header 'X-Auth-Signature: {{signature}}'
Response
// Awaiting response...