Skip to content

Get ERC20 allowance

GET
/v2/asset/erc20/allowance/{contractDeploymentId}/{ownerAddress}/{spenderAddress}

Get the allowance of an ERC20 token for a specific address.

contractDeploymentId
required
string

The contract deployment ID of the ERC20 token

ownerAddress
required
string

The owner address of the ERC20 token

spenderAddress
required
string

The spender address of the ERC20 token

X-API-Key
string

API Key

X-API-Secret
string

API Secret

The allowance of the ERC20 token

object
allowance
required

The allowance of the ERC20 token

string
owner
required

The owner address of the ERC20 token

string
spender
required

The spender address of the ERC20 token

string
contractDeploymentId
required

The FSCO contractDeploymentId

string