akmamun / bitmex-api-helper

Bitmex Api Helper in Python Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitmex API Helper for Python Flask

Implementation of Bitmex API connectors in Flask

Create virtual environment and install requirements

pip install -r requirements.txt

Need API Key and API Secret from Bitmex Test

  • Add api_key and api_secret in app

List of Implemented Routes

Request Endpoint Details
GET http://127.0.0.1:5000/data/order Get Orders Data
GET http://127.0.0.1:5000/data/instrument Get Instrument Data
GET http://127.0.0.1:5000/data/position Get Position Data
GET http://127.0.0.1:5000/data/quote Get Quote Data
  • To see route list from cli flask routes

Lets run the App

python app.py 

About

Bitmex Api Helper in Python Flask


Languages

Language:Python 100.0%