1. Generate your API key
API access is bundled with the Insider subscription; current pricing is on that page.1
Sign up or log in
2
Subscribe to Pro
Pick the Insider plan on Pricing.
3
Generate your key
On Developers, click Generate Key. It’s shown once, so copy it now. You can regenerate a lost key, but the old one stops working.
oxi_sk_live_ followed by 64 hex characters.
2. Confirm the key works
status: "ok" means you’re wired up.
3. Follow the smartest traders
Not “who’s #1,” but “what are the best traders doing right now, and am I early?”Step A: Pull the top 5 S-grade traders
id), grade, score, P&L, and strategy. Pick one to follow.
Step B: Look up that trader’s full profile
The trader endpoint takes a wallet address or a known username:Step C: See what whales are buying now
A-grade or better, last 50 trades:Step D: Drill into one market
Grab thecondition_id from a trade you like (raw hex, not the prefixed mkt_... form), then:
Same workflow, in code
Lower the call count with a batch endpoint
Already have the wallet addresses or usernames you care about? Fetch them in one call:Next
Local MCP Server
Skip the HTTP plumbing. Give your AI agent the same tools directly.
TypeScript Client
Use the repo-owned source client with typed errors and
expand helpers.Trader Grades
What S, A, B, C, D, F actually mean.
Errors & Rate Limits
What to do when a request fails.