cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/hyperliquid/accounts/{account_id}/balance \ --header 'Authorization: Bearer <token>'
{ "available": 123, "environment": "<string>", "exchange": "<string>", "total_equity": 123, "margin_used": 123, "unrealized_pnl": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Account ID
Balance snapshot
Exchange balance snapshot.
9876.54
"mainnet"
"hyperliquid"
12345.67
1500
0.05
Was this page helpful?