Skip to main content

ankr_getNftTransfers

List NFT transfers involving one or more wallets

POST 

/?ankr_getNftTransfers

Returns the on-chain history of NFT transfers in which the specified wallet(s) appear as sender or recipient. Each entry carries the contract, token ID, collection name, image URL, block height, and timestamp.

Pass an address array (single or multiple wallets). Optionally scope by blockchain, block range (fromBlock / toBlock), or wall-clock range (fromTimestamp / toTimestamp). Paginate with pageSize (default 100, max 10000) and pageToken.

Part of the NFT API product (700 compute units per call, $0.00007 at base rate).

Request

Responses

Success. JSON-RPC result envelope contains the transfers array and pagination cursor. JSON-RPC errors are returned with HTTP 200 — check for an error key in the response body.