Strykr Prism
Real-time financial data API for AI agents. Stocks, crypto, forex, ETFs. 120+ endpoints. Alternative to Alpha Vantage, CoinGecko. Works with Claude, Cursor.
Real-time financial data API for AI agents. Stocks, crypto, forex, ETFs. 120+ endpoints. Alternative to Alpha Vantage, CoinGecko. Works with Claude, Cursor.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
One API for all markets. Real-time financial data for AI agents, trading bots, and fintech apps.
Powered by Strykr PRISM โ unified data across crypto, stocks, ETFs, forex, commodities, and DeFi.
Set your PRISM API key:
export PRISM_API_KEY="your-api-key"
Base URL:
https://strykr-prism.up.railway.app
Resolve ANY asset identifier to canonical form:
# Resolve symbol (handles BTC, BTCUSD, XBT, bitcoin, etc.) curl "$PRISM_URL/resolve/BTC" curl "$PRISM_URL/resolve/BTCUSDT" curl "$PRISM_URL/resolve/bitcoin"Natural language resolution (for agents)
curl -X POST "$PRISM_URL/agent/resolve"
-H "Content-Type: application/json"
-d '{"query": "price of ethereum"}'Batch resolve
curl -X POST "$PRISM_URL/resolve/batch"
-H "Content-Type: application/json"
-d '{"symbols": ["BTC", "ETH", "AAPL", "GOLD"]}'Find trading venues for asset
curl "$PRISM_URL/resolve/venues/BTC"
# Crypto price curl "$PRISM_URL/crypto/price/BTC" curl "$PRISM_URL/crypto/price/ETH"Batch crypto prices
curl -X POST "$PRISM_URL/batch/crypto/prices"
-H "Content-Type: application/json"
-d '{"symbols": ["BTC", "ETH", "SOL"]}'Stock quote
curl "$PRISM_URL/stocks/AAPL/quote"
Batch stock quotes
curl -X POST "$PRISM_URL/stocks/batch/quotes"
-H "Content-Type: application/json"
-d '{"symbols": ["AAPL", "MSFT", "GOOGL"]}'
# Full market overview (crypto + tradfi) curl "$PRISM_URL/market/overview"Crypto global stats
curl "$PRISM_URL/crypto/global"
Fear & Greed Index
curl "$PRISM_URL/market/fear-greed"
Trending crypto
curl "$PRISM_URL/crypto/trending"
Stock movers
curl "$PRISM_URL/stocks/gainers" curl "$PRISM_URL/stocks/losers" curl "$PRISM_URL/stocks/active"
# Analyze token for risks curl "$PRISM_URL/analyze/BTC"Copycat/scam detection
curl "$PRISM_URL/analyze/copycat/PEPE"
Check for rebrands (MATIC โ POL)
curl "$PRISM_URL/analyze/rebrand/MATIC"
Fork detection
curl "$PRISM_URL/analyze/fork/ETH"
Holder analytics (whale concentration)
curl "$PRISM_URL/analytics/holders/0x1234..."
# Trending crypto overall curl "$PRISM_URL/crypto/trending"Solana Pump.fun bonding tokens (UNIQUE!)
curl "$PRISM_URL/crypto/trending/solana/bonding"
Graduated from bonding curve
curl "$PRISM_URL/crypto/trending/solana/graduated"
Trending DEX pools
curl "$PRISM_URL/crypto/trending/pools"
EVM trending
curl "$PRISM_URL/crypto/trending/evm"
Multi-day stock movers
curl "$PRISM_URL/stocks/multi-day-movers"
# DEX pairs curl "$PRISM_URL/dex/pairs"Hyperliquid perps
curl "$PRISM_URL/dex/hyperliquid/pairs" curl "$PRISM_URL/dex/hyperliquid/BTC/funding" curl "$PRISM_URL/dex/hyperliquid/BTC/oi"
Cross-venue funding rates
curl "$PRISM_URL/dex/BTC/funding/all"
Cross-venue open interest
curl "$PRISM_URL/dex/BTC/oi/all"
# Wallet balances (multi-chain) curl "$PRISM_URL/wallets/0xYourAddress/balances"Native balance only
curl "$PRISM_URL/wallets/0xYourAddress/native"
Supported chains
curl "$PRISM_URL/chains"
On-chain price
curl "$PRISM_URL/analytics/price/onchain/0xContractAddress"
# Forex rates curl "$PRISM_URL/forex" curl "$PRISM_URL/forex/USD/tradeable"Commodities
curl "$PRISM_URL/commodities" curl "$PRISM_URL/commodities/GOLD/tradeable"
ETFs
curl "$PRISM_URL/etfs/popular"
Indexes
curl "$PRISM_URL/indexes" curl "$PRISM_URL/indexes/sp500" curl "$PRISM_URL/indexes/nasdaq100"
Sectors
curl "$PRISM_URL/sectors"
# API health curl "$PRISM_URL/health"Data source status
curl "$PRISM_URL/crypto/sources/status"
Registry health
curl "$PRISM_URL/registry/health"
When user asks "what's the price of bitcoin" or "how much is ETH":
/agent/resolve for natural language โ canonical asset/crypto/price/{symbol} or /stocks/{symbol}/quote for priceWhen user asks "is this token safe" or "check 0x1234...":
/analyze/{symbol} for general analysis/analyze/copycat/{symbol} for scam detection/analytics/holders/{contract} for whale concentrationWhen user asks "how's the market" or "what's trending":
/market/overview for full picture/market/fear-greed for sentiment/crypto/trending for hot coins/stocks/gainers + /losers for stock moversWhen user asks "what correlates with bitcoin":
/market/overview for cross-market data| Endpoint | Speed | Use Case |
|---|---|---|
| 140-200ms | Symbol resolution |
| 1.9-2.1s | Single price |
| 229ms | Sentiment |
| 242ms | Hot coins |
| 160ms | Scam detection |
| 214ms | Stock price |
| 3.4s | NL queries |
/crypto/trending/solana/bonding โ Pump.fun launches/analyze/copycat โ Scam/copycat detection/analyze/rebrand โ Token migrations (MATICโPOL)/dex/{symbol}/funding/all โ Cross-venue funding ratesUser: "price of bitcoin" Response: "Bitcoin (BTC) is $43,250 (+2.1% 24h)"
User: "is PEPE safe" Response: "๐ก๏ธ PEPE Analysis โข Risk Score: 35/100 (Low) โข Liquidity: Locked โ โข Top holders: 15% concentration โข Copycat risk: None detected Overall: Lower risk, but DYOR"
User: "how's the market" Response: "๐ Market Overview Crypto: BTC $43.2K (+2%), ETH $2,290 (+1.8%) Fear & Greed: 72 (Greed) Trending: SOL, ONDO, WIF Stocks: S&P +0.3%, NASDAQ +0.5%"
Built by @NextXFrontier
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
ยฉ 2026 Torly.ai. All rights reserved.