BitMEX API Connectors
A few simple connectors for connecting to the BitMEX API, which conforms to the Swagger spec.
Connectors in the clients
and servers
directories are autogenerated. Connectors in the experimental
directory
are written by BitMEX employees to showcase various features.
See the swagger.*
file in the root directory or src directory of each client to start.
Official Examples
Auto-Generated Languages
Clients:
REST Server Examples:
WebSocket Adapters
The easiest way to get real-time data from BitMEX is via the BitMEX Delta Server, a locally-runnable HTTP server that subscribes to live data on your behalf. You can poll this local server as often as you want.
Other WebSocket Adapters are available in a separate repo.