Tutorials
End-to-end walkthroughs. Each one ships runnable code and prose that explains the moving parts. Pick by goal, not by ordering.
Start here
▸ How to get an API key — sign up, find your key, set it in your environment. Two minutes.
▸ 5-minute first call — pure cURL. Get a key, ping the API, pull one candle. Zero dependencies beyond curl.
SDK quick-starts
▸ Python SDK quickstart — install the Python SDK, pull CEX/DEX candle data, hit the Naver trend endpoint.
Streaming
▸ Streaming funding rates — subscribe to the funding-rate WebSocket, decode the compact payload, fire an alert when a threshold is crossed.
Bots & agents
▸ Building an arbitrage bot — end-to-end CEX-CEX spread bot. Polls the premium endpoint, identifies opportunities, hands off to a mock execution layer.
▸ AI agent quickstart (MCP) — wire DataMaxi+ into Claude Desktop / Cursor via the MCP server and run your first natural-language query.