REST API
API service for querying user state information from Hyperliquid. All endpoints require Bearer token authentication.
Authentication
All API requests must include an authorization header with a Bearer token.
Authorization: Bearer YOUR_API_KEYMainnet URL
https://api.hydromancer.xyzTestnet URL
Everything is the same except when its described in the docs of the specific endpoint
https://api-testnet.hydromancer.xyzBase Endpoint
POST /infoAll requests use the same endpoint with different type values to specify the operation.
Error responses
Last updated