Skip to content

Latest commit

 

History

History

official-ws

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

BitMEX Websocket Adapters

Reference adapters for connecting to BitMEX's realtime API.

These adapters do the hard work of connecting and processing deltas so you can just handle full-data events, just like a REST API; but you receive the significant benefit of real-time updates without being ratelimited.

General Adapters

  • BitMEX Delta Server - Generic locally-runnable webserver that emulates the BitMEX API. Works with any framework or service. Start here.

Language-specific Adapters

Connecting to the REST API

See the API Connectors repository for HTTP adapters.