Connecting to the Maker API

Once a pool has been created, a WebSocket connection can be used to start market-making. API v3 has two WebSocket endpoints for Makers:

  • Staging: wss://dev-socket.upshot.exchange

  • Production: wss://socket.upshot.exchange

The servers send ping requests to the clients every 30 seconds.

To authenticate, the following headers need to be present in the WebSocket request:

  • authorization: the authorization key used by the Market Maker

Last updated