Moralis MCP Server

Official
by MoralisWeb3

getNFTTransfers

Retrieve NFT transfer history by specifying a contract address and token ID. Optionally include sale prices, paginate results, and format token IDs as decimal or hex.

Instructions

Get transfers of an NFT given a contract address and token ID.

Input Schema

NameRequiredDescriptionDefault
addressNoThe address of the NFT contract
cursorNoThe cursor returned in the previous response (used for getting the next page).
formatNoThe format of the token ID
include_pricesNoShould NFT last sale prices be included in the result?
limitNoThe desired page size of the result.
token_idNoThe ID of the token

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address of the NFT contract", "type": "string" }, "cursor": { "description": "The cursor returned in the previous response (used for getting the next page).", "type": "string" }, "format": { "description": "The format of the token ID", "enum": [ "decimal", "hex" ], "type": "string" }, "include_prices": { "description": "Should NFT last sale prices be included in the result?", "type": "boolean" }, "limit": { "description": "The desired page size of the result.", "type": "integer" }, "token_id": { "description": "The ID of the token", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Moralis MCP Server

Related Tools

ID: paxjr6tzn8