Bot Triggers and Webhooks
Supported Webhooks:
KYC Completion Webhook: Fires when a user’s KYC status is updated (approved or rejected), allowing partner systems to unlock functionality for verified users.
Tokenization Complete Webhook: Fires when an asset token has been successfully minted, providing:
The new token’s mint address
The linked metadata URI
Status confirmation for external apps to update their systems.
Trade Execution Webhook: Fires when a trade or order is successfully executed on the marketplace. Useful for:
Updating investor dashboards
Triggering settlement processes
Logging transaction records externally.
This webhook system enables asynchronous integration styles — for example:
Your app can request an asset tokenization,
Then wait for Liquid to call back with the finished token details,
Without needing to constantly poll the API for updates.
This improves scalability, user experience, and system efficiency for partner integrations.
Last updated