Hello,
I do queries against following endpoints:
https://binance-docs.github.io/apidocs/spot/en/#asset-dividend-record-user_data
https://binance-docs.github.io/apidocs/spot/en/#dustlog-user_data
https://binance-docs.github.io/apidocs/spot/en/#fiat-endpoints
https://binance-docs.github.io/apidocs/spot/en/#get-fiat-payments-history-user_data
https://binance-docs.github.io/apidocs/spot/en/#withdraw-history-supporting-network-user_data
https://binance-docs.github.io/apidocs/spot/en/#deposit-history-supporting-network-user_data
https://binance-docs.github.io/apidocs/spot/en/#account-trade-list-user_data
then I transform the response into a common object and found out that some assets are only from ‘dustlog-user_data’ which is conversion into BNB.
Are there some other endpoints that I can query which tells me the origin of that asset?
thank you!