Alchemy Logo

alchemy_getTokenAllowance

POST
/{apiKey}

Returns the token allowance by spender for a given owner.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

objectrequired

An object specifying the token contract address, the owner address, and the spender address.

Responses

200

The amount that the spender is allowed to withdraw from the owner.

A decimal string representing the allowance.

Was this page helpful?