cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/hyperliquid/accounts/{account_id}/trading-stats \ --header 'Authorization: Bearer <token>'
{ "environment": "<string>", "exchange": "<string>", "total_pnl": 123, "total_trades": 123, "total_volume": 123, "period_days": 123, "win_rate": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Account ID
Trading statistics
Trading stats block.
Was this page helpful?