cURL
curl --request GET \ --url https://api.invezo.com/v1/market/ohlc \ --header 'x-invezo-api-key: <api-key>'
{ "status": "OK", "request_id": "", "pair": "BTC-USD", "result_count": 5000, "data": [ { "t": 1608854400, "o": 23480.43491, "h": 24786.33409, "l": 23428.86903, "c": 24710.55866 }, { "t": 1608940800, "o": 24711.22226, "h": 26854.21774, "l": 24496.99906, "c": 26488.46616 }, ... ] }
Historical open, high, low, close price for an asset during a given period.