1. Get an API key
Create an account on app.hypedexer.com, open API Keys and click Create API Key. The step-by-step version with screenshots is in Generate API key. Every new account starts with free credits, see Rate Limits & Pricing.2. Make your first request
The base URL ishttps://api.hypedexer.com. Send your key in the X-API-Key header.
success, message, data, plus total_count, next_cursor and has_more on list endpoints.
If you get
401 with the body missing api key or invalid api key, the header is absent or the key is wrong. See Authentication.3. Read a wallet’s fills and follow the cursor
Fills for one address, inside a time window. Timestamps are ISO 8601, in UTC.has_more is true. To get the next page, send the value of next_cursor back in the cursor query parameter, unchanged:
has_more is false.
What each request costs
Every response carries two headers:X-Credit-Cost, the credits charged for that request, and X-Credit-Balance, what is left on your account. Requests that fail with a status of 400 or above are not charged. The credit rules are in Rate Limits & Pricing.
Where to go next
Indexed data
Fills, completed trades, funding, liquidations, TWAPs, vaults and per-wallet analytics over REST.
Live data
Order book (L2 and order-level L4), trades, candles and fills over WebSocket.
Social trading
Equity curve, PnL calendar and performance stats for any wallet.
AI agents (MCP)
Plug the same data into Claude, Cursor or any MCP client with one URL.