Get All Balances
GET
https://api.sfox.com/v1/user/balance
Retrieve your account balances by currency. Results include an array of objects, each of which has details for a single currency.
Rate Limit: 5 requests per 10 seconds
sFOX recommends using the Balances WebSocket feed instead, which allows you to receive all balance changes in real-time, and does not count towards your request limit.
Response Body
Key | Description |
---|---|
| The currency |
| The total balance of this currency in your account across all wallets outlined below |
| The portion of the balance that is available for trading or withdrawals |
| Potion of the balance that is currently on hold and unavailable for trading or withdrawals (i.e. an ACH deposit that has yet to settle) |
| Amount of the currency , represented as the borrow wallet balance |
| Amount of the current being held as collateral in your collateral wallet |
| Amount of the currency in your lending wallet |
| Amount of the currency in your trading wallet |
Responses
Example Requests
Last updated