Get the spot balance on Beliquid
curl --request GET \ --url https://apiserver.beratrade.io/api/v1/user/balances \ --header 'Bliq-Key: <bliq-key>' \ --header 'Bliq-Secret: <bliq-secret>'
{ "body": { "ETH": { "product_id": 1, "balance_x18": "1000000000000000000", "locked_x18": "0" }, "USDC": { "product_id": 2, "balance_x18": "5000000000000000000000", "locked_x18": "1000000000000000000000" } }, "message": "<string>", "status": 123 }
bliq_key obtained during authentication
bliq_key
bliq_secret obtained during authentication
bliq_secret
Spot balances of user
The response is of type object.
object