API basics

Hi guys,
i don’t have any experience in coding but still what to dev my own trading bot. at the very beginning i’m looking for the way to connect to binance websocket to get 24h tricker data.
i’ve already install visual studio code, python, node and wscat on my computer. how do i use these to get the 24h data i need ?
in the documentation they give me GET /fapi/v1/ticker/24hr
how do i use it please help

We don’t interfere on how one should write code locally, but you can directly use our python or node.js connectors:

https://github.com/binance/binance-connector-python
https://github.com/binance/binance-connector-node
1 Like

hi,
thanks for replying. now i just want to know how i can get data only from the fav spot list i’ve set. thanks