๐ New US500-BTC contract live! Learn more โ
cURL
curl --request GET \ --url https://api.roxom.com/v1/accounts/balance \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Signature: <api-key>'
{ "data": { "balances": [ { "asset": "<string>", "assetClass": "<string>", "available": "<string>", "current": "<string>", "lockedInOrders": "<string>" } ], "lastUpdated": 123 }, "error": true }
Retrieve your available balance, total balance, and margin info in BTC or sats.
Your API key
The signature of the request
sats
btc
Represents a successful API response wrapper
Show child attributes
Was this page helpful?