Documentation
The Waretto Data Engine provides real-time and historical market data for crypto, FX, commodities, and equities via REST API and WebSocket.
Getting Started
Quickstart
Get your API key and make your first request in 3 steps.
REST API Reference
Endpoints for quotes, batch, history, search, and snapshot.
WebSocket Streaming
Subscribe to real-time quote updates via persistent connection.
OpenAPI / Swagger
Interactive API explorer with try-it-out.
Base URL
https://api.waretto.com
Authentication
All API requests require an API key. Pass it via any of these methods:
Authorization: Bearer wde_YOUR_KEYX-API-Key: wde_YOUR_KEY?apiKey=wde_YOUR_KEY(query parameter)