Bot Triggers and Webhooks
In addition to polling via API, Tokery supports a webhook system to notify developers of important events:
KYC Completion Webhook: When a user’s KYC is approved or rejected.
Tokenization Complete Webhook: When an asset token has been successfully minted (includes the new token’s mint address and metadata link).
Trade Execution Webhook: When a trade/order on the marketplace is executed (useful for updating external systems).
This allows an asynchronous integration style: e.g., your app requests an asset tokenization and waits for Tokery to call back with the finished token details.
Last updated