2 credits per API call + 100 credits per sent Notification.
Please expand below notification types to see more details.
Tip: To create Notifications on the mainnet or testnet you can use your respective keys from the Dashboard.
ADDRESS_EVENT
Monitoring blockchain addresses can be a challenging and resource-intensive task, especially when you need to track balance updates across multiple token types and currencies. However, with Tatum's ADDRESS_EVENT notification type, you can stay up-to-date with real-time balance updates, allowing you to streamline your operations and enhance the user experience.Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
avax-testnet |
base-mainnet |
base-sepolia |
bera-mainnet |
bch-mainnet |
bch-testnet |
bsc-mainnet |
bsc-testnet |
bitcoin-mainnet |
bitcoin-testnet |
celo-mainnet |
celo-testnet |
cro-mainnet |
cro-testnet |
doge-mainnet |
doge-testnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
fantom-testnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
litecoin-core-mainnet |
litecoin-core-testnet |
optimism-mainnet |
optimism-testnet |
polygon-amoy |
polygon-mainnet |
ripple-mainnet |
ripple-testnet |
solana-devnet |
solana-mainnet |
tezos-mainnet |
tezos-testnet |
tron-mainnet |
tron-testnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
{
"address": "0xF64E82131BE01618487Da5142fc9d289cbb60E9d",
"amount": "0.001",
"asset": "ETH",
"blockNumber": 2913059,
"counterAddress": "0x690B9A9E9aa1C9dB991C7721a92d351Db4FaC990",
"txId": "0x062d236ccc044f68194a04008e98c3823271dc26160a4db9ae9303f9ecfc7bf6",
"type": "native",
"chain": "ethereum-mainnet",
"subscriptionType": "ADDRESS_EVENT"
}
INCOMING_NATIVE_TX
In the world of blockchain, staying updated with incoming transactions is crucial for ensuring smooth operations and an optimal user experience. Tatum's INCOMING_NATIVE_TX notification type is designed to help you do just that – by sending webhook notifications every time there's an incoming native balance update on a monitored address.
Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
avax-testnet |
base-mainnet |
base-sepolia |
bera-mainnet |
bsc-mainnet |
bsc-testnet |
bitcoin-mainnet |
bitcoin-testnet |
celo-mainnet |
celo-testnet |
cro-mainnet |
cro-testnet |
doge-mainnet |
doge-testnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
fantom-testnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
litecoin-core-mainnet |
litecoin-core-testnet |
optimism-mainnet |
optimism-testnet |
polygon-amoy |
polygon-mainnet |
ripple-mainnet |
ripple-testnet |
solana-devnet |
solana-mainnet |
tezos-mainnet |
tezos-testnet |
tron-mainnet |
tron-testnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
{
"currency": "LTC",
"chain": "litecoin-core-mainnet",
"amount": "4",
"address": "LKQyx1pHEwrM4Mi82gVCTYTHW5Rriu1x7h",
"counterAddress": null,
"subscriptionType": "INCOMING_NATIVE_TX",
"blockNumber": 2849616,
"txId": "61a912acccb94ea4f05c06b12b41019c5127db46140b2d4895f90543b1876070",
"mempool": false
}
OUTGOING_NATIVE_TX
Monitoring outgoing transactions is essential for maintaining a secure and efficient blockchain platform. Tatum's OUTGOING_NATIVE_TX notification type offers a powerful solution to help you stay informed about outgoing native balance updates on a monitored address, simplifying your operations and enhancing user experience, It does not support contract addresses instead, use OUTGOING_INTERNAL_TX.
Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
avax-testnet |
base-mainnet |
base-sepolia |
bera-mainnet |
bsc-mainnet |
bsc-testnet |
bitcoin-mainnet |
bitcoin-testnet |
celo-mainnet |
celo-testnet |
cro-mainnet |
cro-testnet |
doge-mainnet |
doge-testnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
fantom-testnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
litecoin-core-mainnet |
litecoin-core-testnet |
optimism-mainnet |
optimism-testnet |
polygon-amoy |
polygon-mainnet |
ripple-mainnet |
ripple-testnet |
solana-devnet |
solana-mainnet |
tezos-mainnet |
tezos-testnet |
tron-mainnet |
tron-testnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
{
"currency": "ETH",
"chain": "ethereum-sepolia",
"amount": "0.02",
"address": "0x350437965ef310e2d699a04ba8cac7308938bb2e",
"counterAddress": "0xfb3d181cfc6e214b05d07016ee21aae64f42c288",
"subscriptionType": "OUTGOING_NATIVE_TX",
"blockNumber": 7782204,
"txId": "0x6ea5c9745015ef791a7af4c5613f0d1d5085bfa2cfc21f6e446245b0fc7bfb5f",
"mempool": false
}
INCOMING_INTERNAL_TX
In the dynamic world of blockchain, staying updated with transactions involving smart contracts is essential for maintaining a secure and efficient platform. Tatum's INCOMING_INTERNAL_TX notification type offers a powerful solution to help you track incoming native balance updates on a monitored address, which originated from smart contracts.
Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
base-mainnet |
bera-mainnet |
bsc-mainnet |
bsc-testnet |
celo-mainnet |
celo-testnet |
cro-mainnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
optimism-mainnet |
polygon-amoy |
polygon-mainnet |
tezos-mainnet |
tezos-testnet |
tron-mainnet |
tron-testnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
{
"currency": "BSC",
"chain": "bsc-testnet",
"amount": "0.0001",
"address": "0x76b1b5d42bc59a70f9ff92b36a8b797d8dd77e65",
"counterAddress": "0x23fc921b431b515c3e3e2b5a147f62cd4c7adab9",
"subscriptionType": "INCOMING_INTERNAL_TX",
"blockNumber": 48584955,
"txId": "0x5e57a675957dbf62676e3a9807014a355bfb95f7cd3d7dd26790a2ec8b3ca5ec"
}
OUTGOING_INTERNAL_TX
In the dynamic world of blockchain, staying updated with transactions involving smart contracts is essential for maintaining a secure and efficient platform. Tatum's OUTGOING_INTERNAL_TX notification type offers a powerful solution to help you track outgoing native balance updates on a monitored smart contract.
Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
base-mainnet |
bera-mainnet |
bsc-mainnet |
bsc-testnet |
celo-mainnet |
celo-testnet |
cro-mainnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
optimism-mainnet |
polygon-amoy |
polygon-mainnet |
tezos-mainnet |
tezos-testnet |
tron-mainnet |
tron-testnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
{
"currency": "BSC",
"chain": "bsc-testnet",
"amount": "0.0001",
"address": "0x23fc921b431b515c3e3e2b5a147f62cd4c7adab9",
"counterAddress": "0x76b1b5d42bc59a70f9ff92b36a8b797d8dd77e65",
"subscriptionType": "OUTGOING_INTERNAL_TX",
"blockNumber": 48584950,
"txId": "0x5e57a675957dbf62677e3a9807014a355bfb95f7cd3d7dd26790a2ec8b3ca5ec"
}
OUTGOING_FAILED_TX
In the fast-paced world of blockchain, keeping track of failed transactions is crucial for maintaining a secure and efficient platform. Tatum's OUTGOING_FAILED_TX notification type provides an invaluable tool to help you stay informed about transactions from monitored addresses that fail to be included in a block.
Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
avax-testnet |
base-mainnet |
base-sepolia |
bera-mainnet |
bsc-mainnet |
bsc-testnet |
celo-mainnet |
celo-testnet |
cro-mainnet |
cro-testnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
fantom-testnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
optimism-mainnet |
optimism-testnet |
polygon-amoy |
polygon-mainnet |
solana-devnet |
solana-mainnet |
tezos-mainnet |
tezos-testnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
{
"currency": "BSC",
"chain": "bsc-testnet",
"amount": "0",
"address": "0xce6ad0700f49fa2db95f6ff8420eeec4b8e7d144",
"counterAddress": "0xa783969d75d07022e1856d4d92a4f95fd9834b9d",
"subscriptionType": "OUTGOING_FAILED_TX",
"blockNumber": 48585299,
"txId": "0xf86e2acb60edb6c6185fddeb34a95cc43b17f67931cf81655e143a592d0a79b8",
"mempool": false
}
FAILED_TXS_PER_BLOCK
In the fast-paced world of blockchain, keeping track of failed transactions is crucial for maintaining a secure and efficient platform. Tatum's FAILED_TXS_PER_BLOCK notification type provides an invaluable tool to help you stay informed about all transactions in a block that fail to be included in a block.
Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
avax-testnet |
base-mainnet |
base-sepolia |
bera-mainnet |
bsc-mainnet |
bsc-testnet |
celo-mainnet |
celo-testnet |
cro-mainnet |
cro-testnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
fantom-testnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
optimism-mainnet |
optimism-testnet |
polygon-amoy |
polygon-mainnet |
ripple-mainnet |
ripple-testnet |
solana-devnet |
solana-mainnet |
tezos-mainnet |
tezos-testnet |
tron-mainnet |
tron-testnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
{
"txId": "2rdy3YCZHSwvpWtuDom1d4Jjy5UU9STLxF3ffXau6GToReDkfw8wEgX541fvzvh6btVC5D8iNapcKTXfPsoDBk7A",
"blockNumber": 110827114,
"chain": "ethereum-mainnet"
}
PAID_FEE
In the complex world of blockchain, keeping track of transaction fees is crucial for maintaining a transparent and efficient platform. Tatum's PAID_FEE notification type provides a valuable tool to help you stay informed about fees paid as part of transactions involving a specific address.
Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
avax-testnet |
base-mainnet |
base-sepolia |
bera-mainnet |
bsc-mainnet |
bsc-testnet |
celo-mainnet |
celo-testnet |
cro-mainnet |
cro-testnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
fantom-testnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
optimism-mainnet |
optimism-testnet |
polygon-amoy |
polygon-mainnet |
ripple-mainnet |
ripple-testnet |
tezos-mainnet |
tezos-testnet |
tron-mainnet |
tron-testnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
{
"currency": "ETH",
"chain": "ethereum-sepolia",
"amount": "0.003507100802375284",
"address": "0x350437965ef310e2d699a04ba8cac7308938bb2e",
"subscriptionType": "PAID_FEE",
"blockNumber": 7781928,
"txId": "0x723725bdc73d0e1ad96951de757b245aaaa4bec9072d6bf77d373770a19734cf",
"mempool": false
}
INCOMING_FUNGIBLE_TX
In the ever-evolving world of blockchain, keeping track of fungible token transactions is essential for maintaining a secure and efficient platform. Tatum's INCOMING_FUNGIBLE_TX notification type offers a powerful solution to help you stay informed about incoming fungible token transactions (e.g., ERC-20 transfers) involving a specific address.
Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
avax-testnet |
base-mainnet |
base-sepolia |
bera-mainnet |
bsc-mainnet |
bsc-testnet |
celo-mainnet |
celo-testnet |
cro-mainnet |
cro-testnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
fantom-testnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
optimism-mainnet |
optimism-testnet |
polygon-amoy |
polygon-mainnet |
solana-devnet |
solana-mainnet |
tezos-mainnet |
tezos-testnet |
tron-mainnet |
tron-testnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
{
"currency": "ETH",
"chain": "ethereum-sepolia",
"amount": "1",
"address": "0x79d86cb2a28abb1489904555d73701221fdf4b85",
"counterAddress": "0x350437965ef310e2d699a04ba8cac7308938bb2e",
"subscriptionType": "INCOMING_FUNGIBLE_TX",
"blockNumber": 7782537,
"txId": "0x7810e834cff61915581437ccc2dfcfbbf21a9ad6090afc6520a8c75a5131b283",
"contractAddress": "0x00f8ce50148a2b17e32c1020a6ed3bf97e207f12"
}
OUTGOING_FUNGIBLE_TX
In the dynamic world of blockchain, staying updated with fungible token transactions is vital for maintaining a secure and efficient platform. Tatum's OUTGOING_FUNGIBLE_TX notification type offers a powerful solution to help you track outgoing fungible token transactions (e.g., ERC-20 / SPL transfers) from a specific address.
Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
avax-testnet |
base-mainnet |
base-sepolia |
bera-mainnet |
bsc-mainnet |
bsc-testnet |
celo-mainnet |
celo-testnet |
cro-mainnet |
cro-testnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
fantom-testnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
optimism-mainnet |
optimism-testnet |
polygon-amoy |
polygon-mainnet |
solana-devnet |
solana-mainnet |
tezos-mainnet |
tezos-testnet |
tron-mainnet |
tron-testnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
{
"currency": "ETH",
"chain": "ethereum-sepolia",
"amount": "1",
"address": "0x350437965ef310e2d699a04ba8cac7308938bb2e",
"counterAddress": "0x79d86cb2a28abb1489904555d73701221fdf4b85",
"subscriptionType": "OUTGOING_FUNGIBLE_TX",
"blockNumber": 7782537,
"txId": "0x7810e834cff61915581437ccc2dfcfbbf21a9ad6090afc6520a8c75a5131b283",
"contractAddress": "0x00f8ce50148a2b17e32c1020a6ed3bf97e207f12"
}
INCOMING_NFT_TX
In the ever-expanding world of blockchain, keeping track of non-fungible token (NFT) transactions is crucial for maintaining a secure and efficient platform. Tatum's INCOMING_NFT_TX notification type offers a powerful solution to help you stay informed about incoming non-fungible token transactions (e.g., ERC-721 / SPL transfers) involving a specific address.
Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
avax-testnet |
base-mainnet |
base-sepolia |
bera-mainnet |
bsc-mainnet |
bsc-testnet |
celo-mainnet |
celo-testnet |
cro-mainnet |
cro-testnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
fantom-testnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
optimism-mainnet |
optimism-testnet |
polygon-amoy |
polygon-mainnet |
solana-devnet |
solana-mainnet |
tezos-mainnet |
tezos-testnet |
tron-mainnet |
tron-testnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
{
"address": "0xF64E82131BE01618487Da5142fc9d289cbb60E9d",
"counterAddress": "0x690B9A9E9aa1C9dB991C7721a92d351Db4FaC990",
"txId": "0xe118976ba31815f81301341b4e211825bce1393cac1c4215075177b0a6b98930",
"blockNumber": 110827114,
"amount": "1",
"chain": "ethereum-mainnet",
"contractAddress": "0x7d3dda0430471fe460c07b1ecab35670ef4ce85b",
"tokenId": "1450000023306",
"metadataURI": "https://touhao.bj.bcebos.com/nft/metadata/1450000023306.json"
}
OUTGOING_NFT_TX
In the fast-paced world of blockchain, keeping track of non-fungible token (NFT) transactions is essential for maintaining a secure and efficient platform. Tatum's OUTGOING_NFT_TX notification type offers a powerful solution to help you stay informed about outgoing non-fungible token transactions (e.g., ERC-721 / SPL transfers) from a specific address.
Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
avax-testnet |
base-mainnet |
base-sepolia |
bera-mainnet |
bsc-mainnet |
bsc-testnet |
celo-mainnet |
celo-testnet |
cro-mainnet |
cro-testnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
fantom-testnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
optimism-mainnet |
optimism-testnet |
polygon-amoy |
polygon-mainnet |
solana-devnet |
solana-mainnet |
tezos-mainnet |
tezos-testnet |
tron-mainnet |
tron-testnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
{
"address": "0xF64E82131BE01618487Da5142fc9d289cbb60E9d",
"counterAddress": "0x690B9A9E9aa1C9dB991C7721a92d351Db4FaC990",
"txId": "0xe118976ba31815f81301341b4e211825bce1393cac1c4215075177b0a6b98930",
"blockNumber": 110827114,
"amount": "1",
"chain": "ethereum-mainnet",
"contractAddress": "0x7d3dda0430471fe460c07b1ecab35670ef4ce85b",
"tokenId": "1450000023306",
"metadataURI": "https://touhao.bj.bcebos.com/nft/metadata/1450000023306.json"
}
INCOMING_MULTITOKEN_TX
In the dynamic world of blockchain, keeping track of multi-token transactions is crucial for maintaining a secure and efficient platform. Tatum's INCOMING_MULTITOKEN_TX notification type offers a powerful solution to help you stay informed about incoming multi-token transactions (e.g., ERC-1155 transfers) involving a specific address.
Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
avax-testnet |
base-mainnet |
base-sepolia |
bera-mainnet |
bsc-mainnet |
bsc-testnet |
celo-mainnet |
celo-testnet |
cro-mainnet |
cro-testnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
fantom-testnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
optimism-mainnet |
optimism-testnet |
polygon-amoy |
polygon-mainnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
{
"address": "0xF64E82131BE01618487Da5142fc9d289cbb60E9d",
"counterAddress": "0x690B9A9E9aa1C9dB991C7721a92d351Db4FaC990",
"txId": "0xe118976ba31815f81301341b4e211825bce1393cac1c4215075177b0a6b98930",
"blockNumber": 110827114,
"amount": "1",
"chain": "ethereum-mainnet",
"contractAddress": "0x7d3dda0430471fe460c07b1ecab35670ef4ce85b",
"tokenId": "1450000023306",
"metadataURI": "https://touhao.bj.bcebos.com/nft/metadata/1450000023306.json"
}
OUTGOING_MULTITOKEN_TX
In the rapidly evolving world of blockchain, keeping track of multi-token transactions is essential for maintaining a secure and efficient platform. Tatum's OUTGOING_MULTITOKEN_TX notification type offers a powerful solution to help you stay informed about outgoing multi-token transactions (e.g., ERC-1155 transfers) from a specific address.Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
avax-testnet |
base-mainnet |
base-sepolia |
bera-mainnet |
bsc-mainnet |
bsc-testnet |
celo-mainnet |
celo-testnet |
cro-mainnet |
cro-testnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
fantom-testnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
optimism-mainnet |
optimism-testnet |
polygon-amoy |
polygon-mainnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
{
"address": "0xF64E82131BE01618487Da5142fc9d289cbb60E9d",
"counterAddress": "0x690B9A9E9aa1C9dB991C7721a92d351Db4FaC990",
"txId": "0xe118976ba31815f81301341b4e211825bce1393cac1c4215075177b0a6b98930",
"blockNumber": 110827114,
"amount": "1",
"chain": "ethereum-mainnet",
"contractAddress": "0x7d3dda0430471fe460c07b1ecab35670ef4ce85b",
"tokenId": "1450000023306",
"metadataURI": "https://touhao.bj.bcebos.com/nft/metadata/1450000023306.json"
}
CONTRACT_ADDRESS_LOG_EVENT
In the fast-paced world of blockchain, keeping track of contract events is essential for maintaining a secure and efficient platform. Tatum's CONTRACT_ADDRESS_LOG_EVENT notification type offers a powerful solution to help you stay informed about nft mints, transfers or any other contract events.Which blockchain networks are supported?
Blockchain |
---|
arb-one-mainnet |
avax-mainnet |
base-mainnet |
base-sepolia |
bera-mainnet |
bsc-mainnet |
bsc-testnet |
celo-mainnet |
celo-testnet |
chiliz-mainnet |
chiliz-testnet |
cro-mainnet |
eon-mainnet |
eon-testnet |
ethereum-holesky |
ethereum-mainnet |
ethereum-sepolia |
fantom-mainnet |
flare-coston |
flare-coston2 |
flare-mainnet |
flare-songbird |
kaia-mainnet |
kaia-kairos |
klaytn-baobab |
klaytn-cypress |
optimism-mainnet |
polygon-amoy |
polygon-mainnet |
tezos-mainnet |
tezos-testnet |
What does the fired webhook look like?
The fired notification webhook you will receive in your webhook listener will have the following format.
Example for EVM chains:
{
"events": [
{
"txId": "0xbcf42229dbd97a7c1554f0451a8d4ba6653593de06d4ea62691ce314d036d19e",
"logIndex": 3,
"timestamp": 1696945197000,
"address": "0xeb0a4ee3cdfffe0ef29f967a34137dea3b529c89",
"topic_0": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"topic_1": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topic_2": "0x000000000000000000000000cacdddf3c123b133cb36b0ee17925c7a70a1ea93",
"topic_3": "0x0000000000000000000000000000000000000000000000000000000000000002",
"data": "0x"
}
],
"blockNumber": 20312334,
"chain": "celo-testnet",
"subscriptionType": "CONTRACT_ADDRESS_LOG_EVENT"
}
Example for Tezos. The tag
and payload
in the event object depend on what the contract emits:
{
"events": [
{
"txId": "op6Hu4iUV9bRxxGkc5qVexN1NXFYENpKEovyh41cC3W9a9voX2k",
"tag": "swap",
"payload": [
{
"int": "130"
},
{
"int": "0"
},
{
"int": "67034"
},
{
"int": "118138"
}
],
"address": "KT1V5XKmeypanMS9pR65REpqmVejWBZURuuT"
}
],
"blockNumber": 4376363,
"chain": "tezos-mainnet",
"subscriptionType": "CONTRACT_ADDRESS_LOG_EVENT"
}