Account
The Account API provides endpoints to retrieve critical financial information for user trading accounts, including cash balances, asset positions, and transaction history. These APIs support a variety of asset types, markets, and currencies, making them suitable for multi-asset brokerage or trading systems.
Required Headers (All Endpoints)
bash
-H "X-API-Key: YOUR_API_KEY" \
-H "X-API-Timestamp: UNIX_TIMESTAMP_MS" \
-H "X-API-Signature: YOUR_GENERATED_SIGNATURE" \
-H "Content-Type: application/json"Endpoint Summary
| Operation | Method | Endpoint |
|---|---|---|
| Get Account Balance | GET | /account/v1/balance |
| Get Account Positions | GET | /account/v1/positions |
| Get Account portfolios | GET | /account/v1/portfolios |
| Get Transaction History | GET | /account/v1/transactions |

