cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/binance/account-snapshot \ --header 'Authorization: Bearer <token>'
{ "account_id": 123, "environment": "<string>", "id": 123, "balance_available": 123, "balance_total": 123, "margin_used": 123, "taken_at": "<string>", "unrealized_pnl": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Binance account snapshot
Account snapshot wrapper mirroring the persisted hyperliquid_account_snapshots / binance_account_snapshots row shape.
hyperliquid_account_snapshots
binance_account_snapshots
Was this page helpful?