Market Data API
Stream ticker snapshots, price history, and symbol metadata for dashboards, bots, and analytics systems.
Integrate live market data, automated trading, and settlement workflows with REST endpoints, webhooks, and production-ready reliability.
Stream ticker snapshots, price history, and symbol metadata for dashboards, bots, and analytics systems.
Place and manage spot orders programmatically with clear request/response models and auditable outcomes.
Subscribe to settlement and operational events to automate accounting, reconciliation, and user notifications.
Ship safely with staged testing, deterministic payloads, and scoped API keys designed for production hardening.
Use a staged rollout to integrate safely and scale confidently:
Create your API key with scoped permissions
Pull /api/prices for real-time sync
Validate order lifecycle in sandbox
Go live with monitoring and alerts
GET /api/prices
Accept: application/json
{
"prices": {
"BTC": { "symbol": "BTC", "price_usd": "67421.50", "price_change_24h": "2.34" },
"ETH": { "symbol": "ETH", "price_usd": "3284.12", "price_change_24h": "-0.87" }
},
"updated_at": "2026-03-15T14:30:00Z"
}