Asset data and Trade Data retrieval

image

I am just a beginer and I need help.

I want to access trade and asset data for all assets. How do I do that?

client.get_all_tickers() - this returns the prices for symbols.

However I want to access assets I.E, ‘BTC’ only.

Hi @Ali_Hassan

  • Trade data. Is it the historical trade data, if so, you will need to call the endpoint GET /api/v3/historicalTrades on each symbol

  • asset data. is it the orderbook data or ticker data. Please check out document for more details.

https://binance-docs.github.io/apidocs/spot/en/#old-trade-lookup

thank you

@dino What do you mean by GET endpoint?

I want to access Asset and Trade data not only for one coin but for all in a specific given time.

After receiving the data I have to perform different operations on it.

image