Exchange operations endpoint that transparently forwards requests to Hyperliquid’s official RPC.
Legacy Behavior: This endpoint accepts any valid Hyperliquid exchange request and forwards it unchanged to the official Hyperliquid RPC endpoint. The response from Hyperliquid is returned without modification.
Supported Actions: All Hyperliquid exchange actions are supported, including but not limited to:
Authentication: Requests must include valid cryptographic signatures as per Hyperliquid’s requirements. The signature and all authentication parameters are forwarded unchanged.
For specific action documentation, see the individual endpoint paths or refer to Hyperliquid’s official documentation.
Rate Limit: 1 + floor(batch_length / 40) weight
Hyperliquid uses a custom signing scheme for authentication.
Required for: All /exchange endpoints
Format: Signature generated using private key + nonce + action data
Headers:
Important Notes:
Common Pitfalls:
Any valid Hyperliquid exchange request payload. The entire request body is forwarded to Hyperliquid without modification.