Skip to main content
GET
/
api
/
hyperliquid
/
actions
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
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Hyperliquid exchange actions log

Action-summary row.

account_id
integer<int32>
required
exchange
string
required
failed
integer<int64>
required
successful
integer<int64>
required
total_actions
integer<int64>
required