Applying filters:
.[“result”].price
or
.result.price
and nothing works.
Although when checking the filter on the site https://jqplay.org/ everything works out for me, and the filter shows the correct results.
@gvalero
Now I tried to do it by analogy with the Huobi exchange, it didn’t work in both options
Here is the request https://api.huobi.pro/market/trade?symbol=btcusdt
returns a response, but the .tick.data.price filter does not display the value.
But the .tick.data filter returns an array in the column.
Tried using .tick.data[4] also fails to get price value
@gvalero Thank you very much, everything worked with Huobi, but now ByBit writes that access is denied. Is there really no stable way to get course data from exchanges in Glide.
but in the browser everything shows by ByBit
Error: SyntaxError: Unexpected token ‘<’, “<HEA”… is not valid JSON
Sorry for my bad English, I’m Spanish, I already know all that, something didn’t work right because I didn’t connect, I don’t know what data I have to encrypt in the sha 256
sign={sign} => I don’t understand what this parameter means
It is understood that sign is the encryption of the API key and timestamp or something else, but it does not work for me, I tried to encrypt in a thousand ways.
Hola, lo único que quiero es que me responda bybit con la API privada sin usar phyton desde el navegador, con las públicas ya pude hacerla funcionar en la app de glide, el problema es la codificación sha 256, estoy siguiendo los pasos como explican que codifique los valores de la cadena “pi_key={api_key}&coin=BTC×tamp={timestamp}” y pasarlo a hex. Pero no funciona.