Start Building in 5 Minutes
Everything you need to integrate PRISM into your app. SDKs for Python, JavaScript, and Go. RESTful API with WebSocket support.
Quick Start
From Zero to API Call in 3 Steps
No complex setup. Just get your key and start querying.
Get Your API Key
Sign up for free at app.strykr.ai. Your API key is generated instantly.
Create Free AccountInstall the SDK
Pick your language and install the official SDK.
pip install strykr-prismnpm install @strykr/prismgo get github.com/strykr-ai/prism-goMake Your First Request
That's it. You're ready to query any asset across 50+ exchanges.
Code Examples
Copy, Paste, Ship
Real code snippets you can use right now.
🐍 Python
📦 JavaScript/TypeScript
Simple Authentication
Pass your API key in the header. That's it. No OAuth dance, no token refresh, no complexity.
- API key authentication via X-API-Key header
- Optional Bearer token format supported
- Keys can be rotated instantly from dashboard
- Environment-specific keys for dev/staging/prod
| Tier | Daily Limit | Burst Rate | Price |
|---|---|---|---|
| Free | 1,000/day | 10/sec | $0 |
| Pro | 50,000/day | 100/sec | $49/mo |
| Enterprise | Unlimited | Custom | Contact us |
Rate limits reset at midnight UTC. Burst limits use a sliding window. Headers include remaining quota.
Generous Rate Limits
Our free tier gives you 1,000 calls per day. That's enough to build a real app, not just a toy.
- Clear rate limit headers on every response
- 429 responses include retry-after
- Batch endpoints count as single request
API Reference
Core Endpoints
RESTful API with predictable URL structure.
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/resolve | Resolve any ticker to canonical ID |
| GET | /v1/price | Get current price for an asset |
| GET | /v1/prices | Batch price lookup (up to 100) |
| GET | /v1/ohlcv | Historical OHLCV data |
| GET | /v1/assets | List all supported assets |
| GET | /v1/venues | List all supported exchanges |
| POST | /v1/webhooks | Create price alert webhook |
Full API reference available at docs.strykr.ai
Support When You Need It
We're developers too. We know the pain of bad docs and slow support. That's why we built better.
Ready to Start Building?
Get your API key in 30 seconds. No credit card required.
