Group Location
Explore Plans
Mobile menu Close menu
vechain.energyvechain.energy

NFT Transfers

This query returns NFT Transfers related to your wallet.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns NFT Transfers related to your wallet.
API endpoint slug
vechain.nft_transfers
Runtime method
performQuery("vechain.nft_transfers")

Query fields

No fields for this query

Ingredients

ToThe receiving address of the NFT

Slug
toAddress
Filter code
Vechain.nftTransfers.To
Type
String
Example
0x0000000000000000000000000000000000000000

Created atDate and time event was created.

Slug
created_at
Filter code
Vechain.nftTransfers.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

FromThe sending address of the NFT

Slug
fromAddress
Filter code
Vechain.nftTransfers.From
Type
String
Example
0x0000000000000000000000000000000000000000

EmitterThe emitting NFT contract

Slug
emitterAddress
Filter code
Vechain.nftTransfers.Emitter
Type
String
Example
0x0000000000000000000000000000000000000000

Token IDThe ID of the transferred NFT

Slug
token_id
Filter code
Vechain.nftTransfers.TokenId
Type
String
Example
1

Transaction IDThe transaction id of the transfer.

Slug
transaction_id
Filter code
Vechain.nftTransfers.TransactionId
Type
String
Example
0x…