Skip to main content
Every example on this page was run against production on 19 September 2026. Responses are real; the fills list is cut to its first row.

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 is https://api.hypedexer.com. Send your key in the X-API-Key header.
Response:
Indexed endpoints share this envelope: 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.
The window holds 924 fills and has_more is true. To get the next page, send the value of next_cursor back in the cursor query parameter, unchanged:
Stop when has_more is false.
Always pass start_time and end_time on fills endpoints. Measured on the address above: the five-minute window answers in about half a second, the same request without a window takes several seconds.

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.