Strykr PRISMPRISM
Built by Strykr

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.

<0msP50 Latency
0+Assets
0K+Users
terminal
# Resolve any symbol to canonical data
$ 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", ...]
}
9ms resolved
50+ venues
0.95 confidence

Powering 15,000+ developers building the future of finance

BinanceCoinbaseKrakenOKXAlpacaRobinhoodUniswapJupiterBinanceCoinbaseKrakenOKXAlpacaRobinhoodUniswapJupiter

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.

Collision Resolved
COIN?ctx=stockCOIN

Disambiguates crypto vs equity when symbols collide

Contract Resolved
0x2260FA...WBTC

Maps on-chain contract addresses to canonical symbols

Venue Mapped
NVDANVDA

Links tickers to their venues — NASDAQ, NYSE, and beyond

Family Grouped
BTC?expandBTC family

Expands to related assets — WBTC, cbBTC, tBTC, and more

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.

1
Cache Layer
Hot path for known symbols
<1ms
2
Deterministic Match
Exact + alias lookups
<5ms
3
Priority Rules
Collision + rebrand logic
<20ms
4
LLM Fallback
AI-powered fuzzy resolution
<200ms

Family Grouping

Expand any asset into its family tree — wrapped tokens, bridged versions, derivatives.

BTCWBTCcbBTCtBTCrenBTC

Agent-Native

Purpose-built for AI agents. MCP Server, structured JSON, confidence scores.

# MCP tool call resolve_asset("BTCON") {canonical: "BTC", score: 0.97}

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.

AI Agents
PRISM API
Trade Routing
CEX / DEX / TradFi
<0ms
P50 Latency
0+
Resolved Assets
0+
Venues Mapped
0%
Uptime SLA

100+ endpoints. Two asset classes.
One API.

Everything you need to resolve, enrich, and route financial data — from crypto to equities.

Resolution12 endpoints
GET/v1/resolve
POST/v1/resolve/batch
GET/v1/family/{symbol}
GET/v1/venues/{symbol}
Crypto35+ endpoints
GET/v1/crypto/price/{symbol}
GET/v1/crypto/markets
GET/v1/crypto/ohlcv/{symbol}
GET/v1/crypto/metadata/{symbol}
TradFi30+ endpoints
GET/v1/tradfi/quote/{symbol}
GET/v1/tradfi/historical/{symbol}
GET/v1/tradfi/financials/{symbol}
GET/v1/tradfi/screener
DEX25+ endpoints
GET/v1/dex/pairs/{address}
GET/v1/dex/tokens/trending
GET/v1/dex/pools/{chain}
POST/v1/dex/search

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.

AK
Alex Kim
Lead Engineer, DeFi Protocol

The MCP server integration is a game-changer for our AI trading agents. They resolve symbols natively without any custom middleware.

SR
Sarah Rodriguez
Head of AI, Quant Fund

We tested every asset resolution API on the market. PRISM was the only one that handled rebrands, collisions, and contract lookups in one call.

MJ
Marcus Johnson
CTO, Fintech Startup

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
}

Resolve your first asset.

Type any symbol, ticker, or contract address and watch PRISM resolve it in real-time.

/v1/resolve?q=

Try typing MATIC, etherium, NVDA, or 0x2260FA and hit Resolve

Your Developer Dashboard

Sign up to get instant access to your personal dashboard with API keys, usage analytics, and more.

API Keys

2

Active keys

sk_live_••••••••••••

Credits Balance

847

153 of 1,000 used today

API Requests

47

Requests today

No credit card required. 1,000 free requests/day.

Simple, usage-based pricing

Free

For testing and exploration

$0/mo

  • 1 QPS burst
  • 1,000 requests/day
  • Core endpoints

Starter

For small projects

$19.99/mo

  • 3 QPS burst
  • 5,000 requests/day
  • All endpoints
Most Popular

Dev

For production applications

$49.99/mo

  • 10 QPS burst
  • 50,000 requests/day
  • Priority support

Pro

For high-scale applications

$199.99/mo

  • 30 QPS burst
  • 500,000 requests/day
  • Dedicated support

Enterprise

For custom needs

Custom

  • Custom QPS limits
  • Dedicated infra
  • Custom SLAs

Common questions

Get Started

Resolve your first asset
in 30 seconds.

Free tier. No credit card. Start building now.