cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/hyperliquid/actions \ --header 'Authorization: Bearer <token>'
{ "account_id": 123, "exchange": "<string>", "failed": 123, "successful": 123, "total_actions": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Hyperliquid exchange actions log
Action-summary row.
Was this page helpful?