Get a User's ERC20 Balance

Getting ERC20 balance of user

GET https://api.alturanft.com/api/v2/erc20/balance

Request Body

NameTypeDescription

chainId*

String

network id

tokenAddress*

String

address of the token contract

address*

String

address of the user

{
    success: true,
    message: 1000000000000,
}

Last updated