Complete trading API for autonomous agents. Execute spot trades (buy/sell/swap), transfer tokens between wallets, and manage limit and recurring DCA orders. All write operations support simulation-first workflow for safe execution. Covers USDC pairs, direct token swaps, and cross-pair routing on Solana, Ethereum, Base, Polygon, Arbitrum, and Optimism.
{
"api": {
"name": "Moon IQ Trading",
"slug": "moon-iq-trading",
"version": "1.0.0",
"base_url": "https://moon-iq.com/api",
"description": "Complete trading API for autonomous agents. Execute spot trades (buy/sell/swap), transfer tokens between wallets, and manage limit and recurring DCA orders. All write operations support simulation-first workflow for safe execution. Covers USDC pairs, direct token swaps, and cross-pair routing on Solana, Ethereum, Base, Polygon, Arbitrum, and Optimism.",
"documentation_url": "https://moon-iq.com/agents"
},
"auth": {
"type": "bearer"
},
"cost": {
"model": "usage_based",
"currency": "USD",
"per_call": 0.005,
"pricing_url": "https://moon-iq.com/agents",
"free_tier_calls": 100
},
"pricing": {
"model": "usage_based"
},
"scoring": {
"liveness": "operational",
"uptime_30d": 99.9,
"avg_response_ms": 120,
"health_check_url": "https://moon-iq.com/api/health"
},
"metadata": {
"category": {
"name": "Payments & Finance",
"slug": "payments-finance"
},
"provider": {
"id": "9d025f15-8198-42f8-8834-3d6107d8daba",
"name": "Moon IQ"
},
"generated_at": "2026-02-17T22:50:46.558Z",
"published_at": "2026-02-17T22:50:46.554Z"
},
"endpoints": [
{
"path": "/token/buy",
"method": "POST",
"summary": "Buy crypto (USDC to token)",
"description": "Execute or simulate a token purchase. Supports simulation-first workflow.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/token/sell",
"method": "POST",
"summary": "Sell crypto (token to USDC)",
"description": "Execute or simulate a token sale.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/token/swap",
"method": "POST",
"summary": "Swap tokens directly",
"description": "Direct token-to-token swap beyond USDC pairs.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/token/transfer",
"method": "POST",
"summary": "Transfer tokens to another wallet",
"description": "Transfer tokens with auto-creation of recipient token accounts.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/token/limit-buy",
"method": "POST",
"summary": "Create limit buy order",
"description": "Place a limit buy order at a target price.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/token/limit-sell",
"method": "POST",
"summary": "Create limit sell order",
"description": "Place a limit sell order at a target price.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/token/recurring-buy",
"method": "POST",
"summary": "Create recurring buy (DCA)",
"description": "Schedule recurring purchases at hour/day/week/month intervals.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/token/recurring-sell",
"method": "POST",
"summary": "Create recurring sell",
"description": "Schedule recurring sells at set intervals.",
"response_schema": null,
"request_body_schema": null
}
],
"rate_limits": {
"requests": 60,
"window_seconds": 60
},
"capabilities": [
"trading",
"crypto",
"solana",
"evm",
"defi",
"swap",
"limit-orders",
"dca"
],
"shipyard_version": "2.0"
}60 req / 60s
curl /api/v1/registry/moon-iq-trading