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.
- BitMEX Delta Server - Generic locally-runnable webserver that emulates the BitMEX API. Works with any framework or service. Start here.
See the API Connectors repository for HTTP adapters.