Hi,
I am experiencing an issue when using the Coinranking API. When making a request to get the price of a cryptocurrency using a specific timestamp, I am not receiving the expected data.
Issue Details:
Endpoint Used: https://api.coinranking.com/v2/coin/razxDUgYGNAdQ/price
Timestamp Parameter: 1658808000
Response Received:
{
“status”: “success”,
“data”: {
“price”: “1440.0094454524867”,
“timestamp”: 1658793600
}
}
Observed Inconsistency: The timestamp in the response (1658793600) does not match the requested timestamp (1658808000). This results in a several-hour difference, affecting the accuracy of the data received.
Could you please provide any clarification or suggestion to address this issue? Is this a known limitation of the API, or is there an error in my request?
Thank you in advance for your help.