# Websockets

Our Websocket endpoints can be accessed by any client that supports WSS. The examples shown will be in Javascript, but can easily be converted to the language of your choice.

# Base URL

wss://api.coinfactory.io

# Authentication

Add the key query string to each request with your API key. Example: ...?key=<key>

# Limits

Websocket requests are rate limited at 2 requests per minute.

# Cost

Websocket access is limited according to your selected plan.

# Errors

We use status codes to let you know if a request has resulted in an error or has been successfull. In case of an error, the body of the response might provide some more info about the error and what can you do to solve it.