2️⃣Get Allowance
Returns the token spend allowed by an address on behalf of the crypto holder.
Get the allowance of token
Query Parameters
Name
Type
Description
{
"isSuccess": true,
"msg": '',
"chainId": "1",
"tokenAddress": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"owner": "0x0000000000000000000000000000000000000000",
"spender": "0x0000000000000000000000000000000000000000",
"allowance": 0
}Last updated