Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make multi call to native token (ETH)? #97

Open
TNBT12g opened this issue May 20, 2024 · 1 comment
Open

How to make multi call to native token (ETH)? #97

TNBT12g opened this issue May 20, 2024 · 1 comment

Comments

@TNBT12g
Copy link

TNBT12g commented May 20, 2024

Hi everyone, I am success to make multi check token balance. But I stuck when fine the guide to check multi native token balance. If you know, please help me. Thank you much.

@TNBT12g TNBT12g changed the title How to male multi call to native token (ETH)? How to make multi call to native token (ETH)? May 20, 2024
@radisa-bogdanovic
Copy link

radisa-bogdanovic commented Jul 8, 2024

Hi, multicall is only related to non-native assets and not to native assets (as much as i know). For native assets, you can get results through a web3 provider or ether or native rpc. You can map these addresses you have and limit it to 5 requests per second due to API limits (to evade 429). So basicaly you dont need a multicall for a native token. If you want to check wallet address by network you will send getNativeData(web3) and getMulticall and push everything in table response or whenever you want to send it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants