ETH wallet history

Hey guys,

Is it possible to get a user’s portfolio value history in a single query? Right now if a user holds multiple ERC20 coins for example i have to send multiple API calls to get the historical value for each holding. Any better ways to go about this problem?

1 Like

Yes, you can. We can see it in terms of Inflows and Outflows.

Inflows are all wallet additions and Outflows are outgoing funds.

For example, you can type the address in the explorer and click on Inflows tab. Then click on

Get API

button.

Does this answer your question?

My second interpretation is that you are looking to query historical prices on tokens that a wallet holds?
Which is the question?

2 Likes