cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/hyperliquid/wallets \ --header 'Authorization: Bearer <token>'
{ "wallets": [ { "account_id": 123, "environment": "<string>", "id": 123, "is_active": true, "default_leverage": 123, "key_type": "<string>", "max_leverage": 123, "wallet_address": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.hyperoru.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.hyperoru.com/llms.txt
Use this file to discover all available pages before exploring further.
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Hyperliquid wallets list
Response wrapping a list of exchange wallets.
Show child attributes
Was this page helpful?