Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The payload of the webhook notification sent to your callback endpoint.
The address on which the transaction occurs; for EVM-based chains, this is the sender's address.
The transaction ID.
The type of the transaction; can be either 'native' or 'token'.
The block number; does not appear if the transaction is in the mempool (for EVM-based blockchains).
The asset of the transaction: for token assets, this is the token address; for native blockchain assets, this is the name of the asset (e.g., SOL).
The amount of the asset that was credited to (+) or debited from (-) the address.
(ERC-721 / ERC-1155 only) The ID of the transferred token.
(EVM-based blockchains only) If true, the transaction is in the mempool; if false or does not appear, the transaction has been added to a block.
An optional counterparty address of the transaction; for EVM-based blockchains, this is the recipient's address.
(Optional, subject to change; for Solana mainnet only) Risk levels assigned to the addresses.
Response
The callback was received and processed successfully.
Indicates that the callback was processed successfully.
"success"