Hello. I am querying the server via url to verify the price of a currency. The price is apparently updated every 10 seconds on the server. However, the price indicated in the server response does not seem to change within one minute, and the “price_timestamp” value does not show seconds (2022-02-10T16:53:00Z for example).
My url request string is ‘https://api.nomics.com/v1/currencies/ticker?key=9c0f3db6b93a50cfa2fa507edebb5d33eeb40969&ids=BTC&interval=1d&convert=USD’
Any help getting a better price update frequency?
Thanks