Group Location
Explore Plans
Mobile menu Close menu
twinutwinu

A new NFT transaction happened

This trigger fires when a new NFT transaction involving your wallet is executed

About this trigger

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 trigger fires when a new NFT transaction involving your wallet is executed
API endpoint slug
twinu.new_wallet_transaction

Trigger fields

Wallet Text input > Other

Label
Wallet
Helper text
Target wallet address
Slug
wallet
Required
true
Can have default value
true

Chain Dropdown list

Label
Chain
Helper text
Blockchain this trigger will subscribe to
Slug
chain
Required
true
Can have default value
true

Direction Dropdown list

Label
Direction
Helper text
Specify if this trigger will only activate when an NFT is received, is sent or in both scenarios
Slug
direction
Required
true
Can have default value
true

Ingredients

ChainChain ID of the NFT transaction

Slug
chain
Filter code
Twinu.newWalletTransaction.Chain
Type
String
Example
0x13881

Token senderAddress of the origin of the token

Slug
token_sender
Filter code
Twinu.newWalletTransaction.TokenSender
Type
String
Example
0xdcc6f0855B14b63b717d5C657E2a5D60C45040f5

Token receiverReceiver address of the token

Slug
token_receiver
Filter code
Twinu.newWalletTransaction.TokenReceiver
Type
String
Example
token_receiver

TxTransaction Hash

Slug
tx
Filter code
Twinu.newWalletTransaction.Tx
Type
String
Example
0x78da037b534b066ca8e52b5fef2276265a0a786af3aede985559e6642437cf36

Token IDNFT Token ID

Slug
token_id
Filter code
Twinu.newWalletTransaction.TokenId
Type
String
Example
1

Token contractContract Address of the NFT

Slug
token_contract
Filter code
Twinu.newWalletTransaction.TokenContract
Type
String
Example
0xdcc6f0855B14b63b717d5C657E2a5D60C45040f5

Created atDate and time event was created.

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