1:I need to retrieve a list of all tokens and balances associated with a specific Ethereum wallet address, including the balance of ETH, with just one API request
I have found that I can retrieve a list of all tokens using the API endpoint https://deep-index.moralis.io/api/v2/xxxx/erc20, and get the native balance of an address using https://deep-index.moralis.io/api/v2/xxxx/balance. However, this does not meet my requirements. Is it possible to retrieve both sets of data with a single API call?
2:I need to retrieve token prices for multiple trading pairs on Uniswap in bulk with only one API request.
3:I need to monitor the prices of all tokens on Uniswap, store them in a database, and generate real-time charts based on the data.
I sincerely hope to receive help. Thank you.