Skip to main content
GET
Get Allowance
Retrieves the allowance amount for a spender.

Query Parameters

  • tokenSymbol (required): Token symbol
  • ownerAddress (required): Token owner address
  • spenderAddress (required): Spender address

Example

Response

Authorizations

x-api-key
string
header
required

Query Parameters

tokenSymbol
string
required

The symbol of the token (e.g., "USDT").

spenderAddress
string
required

The Ethereum address of the spender.

ownerAddress
string
required

The Ethereum address of the token owner.

Response

200 - application/json

Successful response

allowance
string

Allowance amount.