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>"
}
]
}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>"
}
]
}Was this page helpful?