Security
Get NFT approvals for address
Commonly used to get a list of NFT approvals across all token contracts categorized by spenders for a wallet’s assets.
GET
/
v1
/
{chainName}
/
nft
/
approvals
/
{walletAddress}
/
Credit Cost: 2 per call.
Processing: Realtime
Processing: Realtime
Path Parameters
chainName
string
requiredThe chain name eg: eth-mainnet
.
walletAddress
string
requiredThe requested address. Passing in an ENS
, RNS
, Lens Handle
, or an Unstoppable Domain
resolves automatically.
Response
200 - application/json
updated_at
string
The timestamp when the response was generated. Useful to show data staleness to users.
chain_id
integer
The requested chain ID eg: 1
.
chain_name
string
The requested chain name eg: eth-mainnet
.
address
string
The requested address.
items
object[]
List of response items.