The canonical data layer for AI agents.
Resolve any ticker, contract, or symbol to a single source of truth — across crypto, equities, and DeFi.
Website • Documentation • Asset Registry • Twitter
Before your agent can trade, it needs to know what it's looking at. PRISM sits between perception and action.
# Resolve any symbol to canonical data
curl https://api.prismapi.ai/resolve/BTC
{
"canonical": "BTC",
"name": "Bitcoin",
"price_usd": 66395.87,
"confidence": 0.95,
"latency_ms": 9
}| Feature | Description |
|---|---|
| Fuzzy Match | Corrects typos and close matches to canonical symbols |
| Rebrand Tracking | Automatically follows rebrands (MATIC → POL) |
| Collision Resolution | Disambiguates crypto vs equity when symbols collide |
| Contract Resolution | Maps on-chain addresses to canonical symbols |
| Family Grouping | Expands to related assets (BTC → WBTC, cbBTC, tBTC) |
- ⚡ <10ms P50 latency
- 📊 32,000+ assets indexed
- 🏢 50+ venues mapped
- 👥 15,000+ developers
REST API, Python SDK, and MCP Server for AI agents. One call to resolve any symbol.
The canonical database of every tradeable asset with permanent identifiers.
# Install the Python SDK
pip install prism-sdk
# Or use the REST API directly
curl "https://api.prismapi.ai/resolve/BTC" \
-H "X-API-Key: prism_sk_..."
Built by Strykr
AI-Powered Trading Intelligence