Endpoints
Enviroment | Encryption | Value |
---|---|---|
Production | Yes | wss://ws.coinapi.io/v1/ |
Production | No | ws://ws.coinapi.io/v1/ |
For testing, debugging and development purposes we are recommending:
wscat
client from thenpm
package repository: https://github.com/websockets/wscat (opens in a new tab)sandy
standalone WebSocket client with our message templates available at: https://app.gosandy.io/?url=https://raw.githubusercontent.com/coinapi/coinapi-sdk/master/data-api/sandy-ws-v1.json&u=Ar (opens in a new tab)
Was this section helpful?