c157cc9371The loop method for depositHistory endpoint. Using pandas to write to excel sheet. Had issues at first, bt realized had the wrong key set. This pulls all deposit history looping through each id listed in a column on an excel sheet. So pull id's to a column, Have this grab that column of data and pull all data. Had to manually set each column because USDC/USDT pairs. Probably could automate it better. using /filledOrders End point. Transform data in excel to column python the rest using that endpoint. Only thing only shows 90 days of data. Gotta figure out how to pull more or maybe not possible...sickprodigy2024-03-07 19:25:05 -05:00
c8bdc8d7dbSimple /allOrders endpoint call, not how you get all data, check binance-read-coins-to-depositHistory-write-to-excel.py for loop method.sickprodigy2024-03-07 19:20:12 -05:00
36971b64eainitialize file, updated comments a bit. This script will go to an excel sheet, pull a column of data insert into datafram, parse the data frame in a for loop while also calling each variable in a new api call to grab individual pairs from binance. Why binance forces me to do this, idk. but this is howsickprodigy2024-03-07 15:12:20 -05:00
6754ce426cinitialize file, output the excel sheet. 3 different methodssickprodigy2024-03-06 17:50:05 -05:00
1cae6fdedcinitialize file, simple request and resultsickprodigy2024-03-06 17:49:41 -05:00