Hi everyone,
i would like to import the order book from cryptocompare and use for a trading strategy hft.
Followed the course about crypto i have find how i can import raw data code…
but i need an help in coding to import the order book.
for example i have write
APIKEY="***********************************************************"
url= 'https://min-api.cryptocompare.com/data/ob/exchanges'
requests.get(url).json()
but the output give me this errore
{'Response': 'Error',
'Message': 'You need a valid auth key or api key to access this endpoint',
'HasWarning': False,
'Type': 1,
'RateLimit': {},
'Data': {}}
could someone help me?
thank you