An open API service indexing awesome lists of open source software.

https://github.com/hmasila/bitmex-fetch-instrument

Python wrapper for fetching open interest from Bitmex
https://github.com/hmasila/bitmex-fetch-instrument

bitmex cryptocurrency cryptocurrency-trading-bot python3

Last synced: 3 months ago
JSON representation

Python wrapper for fetching open interest from Bitmex

Awesome Lists containing this project

README

          

# bitmex-fetch-instrument

To get started:

1) Edit settings.py to add your interval preferences (For instrument, API key and SECRET are not necessary)
2) `pip install -r requirements.txt` to install the requirements
3) Run it:
- for the response, using https

`python bitmex_instrument.py`

- for the response, using websocket

`python bitmex_ws_instrument.py`

For more details about the API connector, go [here](https://github.com/BitMEX/api-connectors/tree/master/official-http/python-swaggerpy)