binance-exchange / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
MIT License
831 stars 628 forks source link

added all-coins-39-information-user_data to userdata restApi #381

Closed jnorthrup closed 2 years ago

jnorthrup commented 3 years ago

this is returns the api call documented at

https://binance-docs.github.io/apidocs/spot/en/#all-coins-39-information-user_data

All Coins' Information (USER_DATA)

the response is a java List. it will always be a filter-loop kind of api call so i have not spent too much time tracking down the schema/docs that weren't included upstream either.

I've written companion code for this patch, it's kotlin but mostly straight streams compatible loops/filters as mentioned above.

https://gist.github.com/jnorthrup/502c883fafc89a0c33d28671c2fbdedb

ALGO(Algorand) : BNB,BTC,BUSD,PAX,TUSD,USDC,USDT ALICE(My Neighbor Alice) : BTC,BUSD,USDT ALPHA(Alpha Finance Lab) : BNB,BTC,BUSD,USDT AMB(Ambrosus) : BNB,BTC,ETH ANKR(Ankr) : BNB,BTC,PAX,TUSD,USDC,USDT ANT(Aragon) : BNB,BTC,BUSD,USDT APPC(AppCoins) : BNB,BTC,ETH AR(Arweave) : BNB,BTC,BUSD,USDT ARDR(Ardor) : BNB,BTC,ETH,USDT

image

jnorthrup commented 2 years ago

unintended push here.