v1/{chainName}/nft/approvals/{walletAddress}/ REST API Endpoint
Path Parameters
chainName
string
REQUIRED
The chain name eg: eth-mainnet
walletAddress
string
REQUIRED
The requested address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically
Returns
data
object
The data object which contains the following fields:
updated_at
string
The timestamp of the last update
chain_id
integer
The ID of the blockchain
chain_name
string
The name of the blockchain
address
string
The address for which data is retrieved
items
array
An array of items containing contract and spender details
contract_address
string
The contract address associated with the item
contract_address_label
string
The label for the contract address
contract_ticker_symbol
string
The ticker symbol of the contract
supports_erc
array
An array of supported ERC tokens
token_balances
array
An array of token balances
token_id
string
The ID of the token
token_balance
string
The balance of the token
spenders
array
An array of spender details
block_height
integer
The block height at which the spender event occurred
tx_offset
integer
The transaction offset within the block
log_offset
integer
The log offset within the transaction
block_signed_at
string
The timestamp when the block was signed
tx_hash
string
The transaction hash associated with the spender
spender_address
string
The address of the spender
spender_address_label
string
The label for the spender address
token_ids_approved
string
The IDs of tokens approved for the spender
allowance
string
The allowance granted to the spender
Request
1curl --location 'https://api.covalenthq.com/v1/eth-mainnet/nft/approvals/0x8526E4F21d060Ef0EF2e69D2a00392e82eeFa63D/' \2--header 'Content-Type: application/json' \3--header 'Authorization: Bearer YOUR_API_KEY'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free