Skip to main content

NftTransfer

A record of a transfer of an NFT.

type NftTransfer {
id: UUID!
txSignature: String
collectionMintId: UUID!
sender: String!
recipient: String!
createdAt: DateTime!
}

Fields

NftTransfer.id ● UUID! non-null scalar

The ID of the NFT transfer.

NftTransfer.txSignature ● String scalar

The transaction signature of the transfer.

NftTransfer.collectionMintId ● UUID! non-null scalar

The ID of the NFT that was transferred.

NftTransfer.sender ● String! non-null scalar

The wallet address of the sender.

NftTransfer.recipient ● String! non-null scalar

The wallet address of the recipient.

NftTransfer.createdAt ● DateTime! non-null scalar

The date and time when the transfer was created.

Member of

CollectionMint object