The NFTGo API returns Webhook data in a standard format
Field | Type | Description |
---|---|---|
chain | string | Blockchain (e.g., ETH) |
contract_address | string | Contract address of the NFT involved. |
token_id | string | Token ID of the NFT. |
event | string | Transaction type: sale, transfer, mint, burn |
from_address | string | Originating address for the transfer. |
to_address | string | Destination address for the transfer. |
quantity | string | Quantity of NFTs involved in the transaction. |
timestamp | integer | Timestamp of the transaction in seconds. |
blockHash | string | Digital fingerprint / hash of the specific block. |
transaction | string | Transaction Hash. |
transaction_initiator | string | Wallet address that submitted the blockchain transaction, regardless of whether they are in the to_address or from_address field. |
log_index | int | Index of the log in the transaction event logs. |
price | Price |