Build crypto trading automation in Python or TypeScript.
CryptoAI Gateway is a non-custodial DEX aggregator with built-in algorithmic strategies, an AI assistant, and account-abstraction smart accounts. This portal documents the public REST + SSE API (OpenAPI 3.1), both SDKs, and 14+ runnable recipes.
1 · Install the SDK
pip install cryptoai-gateway or npm install @cryptoai/gateway.
2 · Explore the API
67 endpoints, OpenAPI 3.1, interactive playground via Scalar.
3 · Copy a recipe
25 task-shaped recipes from price quote to OAuth migration.
4 · Check status
Live health probes + incident history (Upptime).
What you can do today
- Swap with 1inch / Uniswap / Solana / TON via a unified
client.swap.quote(...)/.execute(...)API. - Run algorithmic strategies — DCA, grid, yield — and pause/resume them via
client.strategies.*. - Use AI deflection L1-L5 for support automation (
client.ai.chat(...)) and stream responses via SSE. - Track portfolio P&L with built-in tax reports (
client.dsar.tax_report(...)). - Opt into OpenTelemetry tracing with one helper call —
configure_console_exporter().
Get help
- Discord: realtime Q&A from the founder + community.
- GitHub Discussions: longer-form design + roadmap conversations.
- Email:
[email protected](24h response SLA for Pro+ tier).