info (isVip)
Hyperliquid node API
isVip | Hyperliquid info
The info endpoint with type: “isVip” returns whether a user currently has VIP status on Hyperliquid.
POST
info (isVip)
You can only use this endpoint on the official Hyperliquid public API. It is not available through Chainstack, as the open-source node implementation does not support it yet. See Hyperliquid methods for the full availability breakdown.
info endpoint with type: "isVip" returns whether a user currently has VIP status on Hyperliquid. VIP status affects fee tiers and access to certain features.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
Request body
type(string, required) — The request type. Must be"isVip".user(string, required) — Address in 42-character hexadecimal format.
Response
Returns a boolean indicating whether the user currently has VIP status (true), or false otherwise. May be null if the status is unknown.
Example request
Example response
Use cases
Theinfo endpoint with type: "isVip" is useful for:
- Displaying a user’s fee tier or VIP badge
- Gating VIP-only features in a frontend
- Analytics on VIP participation
Last modified on June 24, 2026