One API to resolve every financial asset
The canonical data layer for AI agents. Resolve any ticker, contract, or symbol to a single source of truth — across crypto, equities, and DeFi.
$ curl https://api.prismapi.ai/resolve/BTC
{
"object": "resolved_asset",
"symbol": "BTC",
"name": "Bitcoin",
"price_usd": 71,514.84,
"confidence": 0.95,
"latency_ms": 9.11,
"venues": ["Binance", "Coinbase", ...]
}
Powering 15,000+ developers building the future of finance
Resolution Engine
Every symbol. Every market.
One canonical ID.
Fuzzy match, rebrand tracking, collision resolution, contract lookup — PRISM handles every edge case so your agents don't have to.
Corrects typos and close matches to canonical symbols
Automatically follows rebrands and symbol migrations
Disambiguates crypto vs equity when symbols collide
Maps on-chain contract addresses to canonical symbols
Links tickers to their venues — NASDAQ, NYSE, and beyond
Expands to related assets — WBTC, cbBTC, tBTC, and more
Capabilities
Built for machines.
Designed for developers.
Canonical Resolution
One call to resolve any symbol, ticker, contract address, or alias to its canonical representation. Handles fuzzy matching, rebrands, and collisions automatically.
GET /v1/resolve?q=BTCON&context=crypto
{
"canonical": "BTC",
"confidence": 0.97,
"method": "fuzzy_match",
"latency_ms": 12
}4-Layer Resolution
Cascading resolution strategy optimized for speed and accuracy.
Family Grouping
Expand any asset into its family tree — wrapped tokens, bridged versions, derivatives.
Agent-Native
Purpose-built for AI agents. MCP Server, structured JSON, confidence scores.
Architecture
The eyes before the hands.
Before your agent can trade, it needs to know what it's looking at. PRISM sits between perception and action.
API Surface
100+ endpoints. Two asset classes.
One API.
Everything you need to resolve, enrich, and route financial data — from crypto to equities.
Social Proof
Trusted by builders.
Teams across DeFi, quantitative trading, and fintech use PRISM to resolve assets with confidence.
“PRISM cut our asset resolution bugs by 90%. What used to take a custom mapping table and hours of maintenance is now a single API call.”
“The MCP server integration is a game-changer for our AI trading agents. They resolve symbols natively without any custom middleware.”
“We tested every asset resolution API on the market. PRISM was the only one that handled rebrands, collisions, and contract lookups in one call.”
Get Started
Three ways to integrate.
REST API, Python SDK, or MCP Server for AI agents. Pick your path.
# Resolve any asset in one call curl "https://api.prismapi.ai/resolve/BTC" \ -H "X-API-Key: prism_sk_..." # Response { "canonical": "BTC", "name": "Bitcoin", "type": "crypto", "confidence": 0.97, "method": "fuzzy_match", "latency_ms": 12 }
Try It Live
Resolve your first asset.
Type any symbol, ticker, or contract address and watch PRISM resolve it in real-time.
Try typing MATIC, etherium, NVDA, or 0x2260FA and hit Resolve
Pricing
Simple, usage-based pricing
FAQ