curl --location 'https://ourcorvus.com/api/market/price-history?tokenId=12345678901234567890&interval=1h&range=1d&startTs=1778832000000&endTs=1778918400000&fidelity=60' \ --header 'Accept-Language: zh_CN'
{ "code": 200, "msg": "Operation successful", "data": [ { "time": "14:05", "timestamp": 1778836260000, "percentValue": 40.5, "originalPrice": 0.405 }, { "time": "15:05", "timestamp": 1778839860000, "percentValue": 43.2, "originalPrice": 0.432 } ] }