Portfolio management API for autonomous agents. Check wallet balances with USD valuations across Solana and EVM chains, generate portfolio summary reports with allocation breakdowns, track open positions with mark-to-market PnL, and audit token approvals for security risks. Profile any wallet address for activity patterns and trading style.
{
"api": {
"name": "Moon IQ Portfolio",
"slug": "moon-iq-portfolio",
"version": "1.0.0",
"base_url": "https://moon-iq.com/api",
"description": "Portfolio management API for autonomous agents. Check wallet balances with USD valuations across Solana and EVM chains, generate portfolio summary reports with allocation breakdowns, track open positions with mark-to-market PnL, and audit token approvals for security risks. Profile any wallet address for activity patterns and trading style.",
"documentation_url": "https://moon-iq.com/agents"
},
"auth": {
"type": "bearer"
},
"cost": {
"model": "freemium",
"currency": "USD",
"per_call": 0.001,
"pricing_url": "https://moon-iq.com/agents",
"free_tier_calls": 500
},
"pricing": {
"model": "freemium"
},
"scoring": {
"liveness": "operational",
"uptime_30d": 99.95,
"avg_response_ms": 85,
"health_check_url": "https://moon-iq.com/api/health"
},
"metadata": {
"category": {
"name": "Data & Analytics",
"slug": "data-analytics"
},
"provider": {
"id": "9d025f15-8198-42f8-8834-3d6107d8daba",
"name": "Moon IQ"
},
"generated_at": "2026-02-17T22:50:47.332Z",
"published_at": "2026-02-17T22:50:47.332Z"
},
"endpoints": [
{
"path": "/token/balance/list",
"method": "GET",
"summary": "List all wallet balances",
"description": "Returns token amounts with USD valuations across all chains.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/token/balance/{token}",
"method": "GET",
"summary": "Get single token balance",
"description": "Retrieve balance for a specific token.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/portfolio/report",
"method": "GET",
"summary": "Generate portfolio report",
"description": "Top holdings, dust balances, lending positions, total value, allocation breakdown.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/portfolio/positions",
"method": "GET",
"summary": "Track open positions",
"description": "Mark-to-market PnL with soft stop-loss/take-profit alerts.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/wallet/profile/{address}",
"method": "GET",
"summary": "Profile any wallet",
"description": "Holdings analysis, allocation categorization, trading style assessment.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/wallet/approvals",
"method": "GET",
"summary": "Audit token approvals",
"description": "Review approvals and delegations with risk categorization.",
"response_schema": null,
"request_body_schema": null
}
],
"rate_limits": {
"requests": 120,
"window_seconds": 60
},
"capabilities": [
"portfolio",
"crypto",
"wallet",
"analytics",
"solana",
"evm",
"risk-assessment"
],
"shipyard_version": "2.0"
}120 req / 60s
curl /api/v1/registry/moon-iq-portfolio