Get Allowance
Information Endpoints
Get Allowance
Description: Retrieves the allowance of a spender address for a given token from the owner’s address.
Headers:
x-api-key:YOUR_API_KEY
Query Parameters:
tokenSymbol(string): The symbol of the token (e.g., “USDT”).spenderAddress(string): The Ethereum address of the spender.ownerAddress(string): The Ethereum address of the token owner.
GET
Get Allowance
Retrieves the allowance amount for a spender.
Query Parameters
tokenSymbol(required): Token symbolownerAddress(required): Token owner addressspenderAddress(required): Spender address
Example
Response
Authorizations
Query Parameters
The symbol of the token (e.g., "USDT").
The Ethereum address of the spender.
The Ethereum address of the token owner.
Response
200 - application/json
Successful response
Allowance amount.