Allowance

Get Allowance details for a token

allowance

GET https://api.unifront.io/v1/utils/getAllowance

This endpoint allows you to get allowance for a particular token.

Query Parameters

Name
Type
Description

spender

string

Exchange or Smart Contract which is going to execute the transaction on your behalf

contract

string

Token contract address

owner

string

wallet address - owner

Headers

Name
Type
Description

API_key

string

API Key for authentication - [Not Required]

{
  "allowance": "999999999975.9"
}

Last updated

Was this helpful?