Webhooks for NFT Events

In addition to subscriptions, there are webhooks, which allow for receiving instant notifications on NFT events (transfers, mints, or statuses, among others). The following endpoint assists in configuring these notifications.

Endpoint: POST /api/webhooks

Request Body:

json

Copy code

{

"eventType": "NFT_TRANSFER",

"callbackUrl": "https://yourdomain.com/webhook"

}


From this guide, you’ve got a comprehensive foundation for handling all aspects of NFTs, contracts and media employing the TMINTER API. For further information about each of the endpoints and other possibilities, refer to our API docs.

Last updated