cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/hyperliquid/symbols/watchlist \ --header 'Authorization: Bearer <token>'
{ "exchange": "<string>", "symbols": [ "<string>" ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Hyperliquid watchlist
Watchlist payload.
Was this page helpful?