1
Get your API key
You’ll need an API key to authenticate your requests. You can create one in Profile -> Keys.More information about API keys can be found on the Authentication page.
2
Install WebSocket client
We recommend using websocat for testing WebSocket connections.
3
Connect
Connect to the WebSocket API using your API key. Replace
<YOUR_API_KEY> with your actual key.You won’t receive a confirmation message upon connecting. You can proceed directly to the next step.
4
Subscribe
Once connected, paste the following JSON message to subscribe to currency pairs:
5
Receive Data
You will receive an initial message followed by live updates.
What’s Next
Now that you’re connected, check out these resources to build your integration:Protocol Overview
Learn about the WebSocket protocol details and message format.
Example Implementation
See a complete example implementation in JavaScript and Node.js.
