Get a User's ERC20 Balance
Getting ERC20 balance of user
Request Body
Name
Type
Description
{
success: true,
message: 1000000000000,
}Last updated
GET https://api.alturanft.com/api/v2/erc20/balance
chainId*
String
network id
tokenAddress*
String
address of the token contract
address*
String
address of the user
{
success: true,
message: 1000000000000,
}Last updated