Trading Endpoints
Get Balances
Get the spot balance on Beliquid
GET
Headers
bliq_key
obtained during authentication
bliq_secret
obtained during authentication
Response
200
application/json
Spot balances of user
Example:
{
"ETH": {
"product_id": 1,
"balance_x18": "1000000000000000000",
"locked_x18": "0"
},
"USDC": {
"product_id": 2,
"balance_x18": "5000000000000000000000",
"locked_x18": "1000000000000000000000"
}
}