cURL
curl --request GET \ --url https://api.invezo.com/v1/market/closes \ --header 'x-invezo-api-key: <api-key>'
{ "status": "OK", "request_id": "", "pair": "BTC-USD", "result_count": 5000, "data": [ { "t": 1608854400, "v": 24710.55866 }, { "t": 1608940800, "v": 26488.46616 }, ... ] }
Historical closing price for an asset during a given period.