Webhooks
Please visit our Webhooks page for find information about our Webhooks and how to set them up.
Available Events
The following are the events that are available for subscription via a single webhook.
The payload of each event is equivalent to the response of the corresponding API endpoint.
Event | Description | Payload Format |
---|---|---|
imtbl_x_nft_created | This event signals when an NFT has been minted. | /v1/assets/{contract_id}/{token_id} |
imtbl_x_nft_updated | This event signals when an NFT’s ownership, metadata or status is updated. | /v1/assets/{contract_id}/{token_id} |
imtbl_x_order_accepted | This event signals when an order is created. For example, if a listing is created. | /v3/orders/{order_id} |
imtbl_x_order_filled | This event signals when an order is filled. For example, when a listing is bought and a trade is created. | /v3/orders/{order_id} |
imtbl_x_order_cancelled | This event signals when an order is cancelled. | /v3/orders/{order_id} |
imtbl_x_transfer_created | This event signals when a transfer is created. | /v1/transfers/{transfer_id} |
tip
For information regarding our Immutable zkEVM events please refer to our Immutable zkEVM Webhooks documentation.