Get Token Balances
Retrieves the various ERC-20 Token balance by passing wallet address
GetCoinBalances
retrieves the current balances for various coin types associated with a specified account address. This is crucial for platforms requiring real-time information on account coin holdings.
Base URL: https://mevm-devnet.lync.world/subgraphs/name/mevm
Get All Token Data from Wallet Address:
The graphQL query filters data based on wallet address and returns balance, contractAddress, Name, Symbol etc.
Get Token Data from Wallet Address and Contract Address of token:
The graphQL query filters data based on wallet address and returns balance, contractAddress, Name, Symbol etc.
Last updated