AssetIQAssetIQ

API Platform

Build on AssetIQ

Programmatic access to the same pricing, analytics, and risk data that powers the AssetIQ terminal — built on top of Arc's stock-token APIs and Chainlink data feeds.

Price API

Real-time and historical pricing for every tokenized stock, ETF, and RWA on Arc Chain.

GET /v1/price/{symbol}

Analytics API

Volume, liquidity, holder distribution, and trading activity for any tracked asset.

GET /v1/analytics/{symbol}

Risk API

Programmatic access to the AssetIQ Score™ and its underlying components.

GET /v1/risk/{symbol}

Portfolio API

Read-only portfolio valuation, allocation, and risk metrics for any connected wallet.

GET /v1/portfolio/{address}

terminal
curl https://api.assetiq.xyz/v1/risk/NVDA \
-H "Authorization: Bearer $AIQ_API_KEY"
{
"symbol": "NVDA",
"assetIQScore": 91,
"risk": "Very Low",
"components": {
"liquidity": 94,
"volume": 90,
"volatility": 88,
"holderConcentration": 85,
"marketActivity": 92,
"historicalPerformance": 89
}
}

Get your API key

Free tier includes 10,000 requests/month. Premium unlocks unlimited access.

Get API Access