Get ERC721 Token Transfers by Address
Retrieves the list of ERC-721 token transfers made by a specified address, with optional filtering by token contract.
Authorizations
Your Etherscan API key.
Query Parameters
Chain ID to query, eg 1 for Ethereum, 8453 for Base from our supported chains.
Set to account for this endpoint.
Set to tokennfttx for this endpoint.
The ERC721 token contract address to filter transfers by. Provide contractaddress or address.
The account address to filter transfers by. Provide address or contractaddress.
Page number for pagination.
Number of records per page. Use the page parameter for subsequent records.
Starting block number to search from.
Ending block number to search to.
Sort order either desc for the latest transactions first or asc for the oldest transactions first.