binance / binance-public-data

Details on how to get Binance public data
1.46k stars 457 forks source link

Would column explanations for AggTrade, Kline and Trade objects be helpful for newcomers ? #125

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi there, thank you for your efforts.

As a newcomer, I felt a need for more information about columns of AggTrade, Kline and Trade objects.

I think it would be great If there are some leads to learn more details about them.

If there is another source for it, it would be enough to have some link.

Thank you.

chairz commented 2 years ago

https://binance-docs.github.io/apidocs/spot/en/#market-data-endpoints

The information for the columns are explained on the documentation. You can refer to it above.

ghost commented 2 years ago

I could not see any explaination for columns like "Was the buyer the maker" of AggTrades obect. Could you help me to find the exact line? thank you.

ghost commented 2 years ago

I leave following links for people like me.

https://dev.binance.vision/t/beginners-guide-to-quoteorderqty-market-orders/404 https://www.reddit.com/r/algotrading/comments/81xd6n/can_someone_explain_a_trades_maker_and_best_match/ https://www.reddit.com/r/BinanceExchange/comments/96iymr/api_nomenclature_taker_buy_base_asset_volume_vs/?sort=new https://money.stackexchange.com/questions/90686/what-does-buyer-is-maker-mean

ghost commented 2 years ago

I am still looking for what "Was the trade the best price match" column of AggTrade means...

Ipan1988 commented 2 years ago

If you notice, all values are TRUE so this column doesn't matter, just delete it.

ghost commented 2 years ago

Thanks.