🔗 WebSocket V1 API

Endpoints

WebSocket endpoint provides real-time market data streaming which works in Subscribe-Publish communication model. After establishing a WebSocket connection with us, you will need to send a Hello message documented below.

Endpoints

EnviromentEncryptionValueRegion
ProductionYeswss://ws.coinapi.io/v1/GeoDNS (auto-routing)
ProductionNows://ws.coinapi.io/v1/GeoDNS (auto-routing)
ProductionYeswss://api-ncsa.coinapi.io/v1/North & South America
ProductionNows://api-ncsa.coinapi.io/v1/North & South America
ProductionYeswss://api-emea.coinapi.io/v1/Europe, Middle East & Africa
ProductionNows://api-emea.coinapi.io/v1/Europe, Middle East & Africa
ProductionYeswss://api-apac.coinapi.io/v1/Asia Pacific
ProductionNows://api-apac.coinapi.io/v1/Asia Pacific

[!NOTE]

The default endpoints (ws.coinapi.io) use GeoDNS to automatically route your WebSocket connections to the nearest datacenter. If you prefer to use a specific region, you can use the region-specific endpoints listed above.

For testing, debugging and development purposes we are recommending:

Service StatusGitHub SDK

On this page