Hi, we’re looking to give Moralis money and are wondering about the following:
-
Is there a way to find out what block the Web3 API for historical data index is synced up to? Similar to what covalent offers: https://www.covalenthq.com/docs/api/#/0/Class-A/Get-block-heights/lng=en
I know I can specify
to_block
on some endpoints and if no data is returned then I know the historical data index hasn’t caught up yet, but this isn’t a great way for me to determine the sync status of the historical data index. -
Is there planned support for Arbitrum / Optimism for this historical data index?
-
When a new token is deployed onto the block chain, a user is given these tokens, how long would I expect for Moralis to return this as a part of their ERC20 balance from the Web3 API endpoint?
Thanks