BitMEX / sample-market-maker

Sample BitMEX Market Making Bot
Apache License 2.0
1.7k stars 757 forks source link

Bitmex APi export quote #130

Closed 0relmely closed 6 years ago

0relmely commented 6 years ago

Can you share me the formula to export quotes from Bitmex api ? i will try something

thanks

image

AlexADittrich commented 6 years ago

https://www.bitmex.com/app/apiOverview

ryanfox commented 6 years ago

Retrieving quotes is beyond the scope of this market maker. For historical quote data, see the API explorer (such as your screenshot above) or the API connectors repository. The Python client is here, and there are other languages supported in that repository as well.