Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 730 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 730 Bytes

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.