-
Notifications
You must be signed in to change notification settings - Fork 27
Description
I'm creating an integration with Bitrue via API where I need to obtain the user's entire history of deposits, withdrawals and trades.
To do this, I have to make a request for each Coin in the case of deposits and withdrawals, which is not much, it depends on the number of coins accepted by the platform.
The bigest problem is in the case of trades, where I need to make a request for each symbol, even though I have never used it.
I would like to know if we have any way of getting only the symbols and coins that the user has ever used.
In the Account Information endpoint we have a list of Balances that could be used as a Coin history, but from what I understand, we have values for all the coins there, perhaps it would be the case that we only have balances related to coins that the user has already used any time.
This is just a suggestion, but the point is that it would be of great value to have the history of coins and symbols for each user somewhere, this way we would avoid a series of unnecessary requests, which would be great for both parties.