Hyperliquid Account Fee Schedule Lookup is a paid API for AI agents from hyperliquid-accounts.use.x402atlas.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Fetches a Hyperliquid account's current fee schedule and trailing 14-day trading volume for any 0x wallet address.
A Hyperliquid account's fee schedule and trailing volume, for any 0x address.
Returns a JSON object containing the queried wallet address (lowercased), the timestamp of the query, and a fees object relayed verbatim from Hyperliquid's userFees API — including maker rate, taker rate, referral discount, staking discount, and trailing 14-day trading volume.
GEThttps://hyperliquid-accounts.use.x402atlas.com/feesUse this endpoint when you need to programmatically check the fee schedule or volume tier of any Hyperliquid account by its 0x address — especially for agents that need to compare fee rates, verify trading volume thresholds, or assess discount eligibility for a specific wallet without requiring authenticated access to the account itself.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"fees": {
"userAddRate": "0.0001",
"userCrossRate": "0.00035"
},
"address": "0x0000000000000000000000000000000000000000",
"queried_at": "2026-07-10T12:00:00Z"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"