Get Balance
Endpoint for getting the balance and portfolio value of a member. Both values are returned in cents. This endpoint also accepts API keys with the ‘read::portfolio_balance’ scope.
Authorizations
Your API key ID
RSA-PSS signature of the request
Request timestamp in milliseconds
Query Parameters
Subaccount number (0 for primary, 1-63 for subaccounts). Defaults to 0.
Identifier for an exchange shard. Defaults to 0 if unspecified. Note: currently only 0 supported.
0
Response
Balance retrieved successfully
Member's available balance in cents. This represents the amount available for trading.
Member's available balance as a fixed-point dollar string. This represents the amount available for trading.
"0.5600"
Member's portfolio value in cents. This is the current value of all positions held.
Unix timestamp of the last update to the balance.
Balance broken down per exchange index.