GET
/
get-api-allowance
Get Allowance
curl --request GET \
  --url https://api.sandbox.brickken.com/get-api-allowance \
  --header 'x-api-key: <api-key>'
{
  "allowance": "<string>"
}

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

The response is of type object.