Skip to main content
The balances endpoint gives you a real-time snapshot of your trading account. For each asset held in your account, you receive three figures: the amount available to place new orders, the amount locked in open orders, and the combined total. Use this endpoint before placing orders to confirm you have sufficient funds. All trading routes require authentication. Pass your API key in the X-Api-Key header or a valid JWT in the Authorization: Bearer header.

Request

Response

A successful response returns 200 OK with a data array containing one object per asset.
success
boolean
Always true for successful responses.
data
array
List of balance objects, one per asset.

Example response