Create Trigger
Triggers
Create Trigger
Create a new event trigger to monitor Bitcoin blockchain events with customizable filters and webhook notifications.
POST
Create Trigger
Documentation Index
Fetch the complete documentation index at: https://docs.gomaestro.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Blockchain to listen on (bitcoin)
Available options:
bitcoin Example:
"bitcoin"
Network environment to listen on (mainnet)
Available options:
mainnet, testnet Example:
"mainnet"
Trigger type, e.g., transaction
Available options:
transaction Example:
"transaction"
Webhook URL to receive events
Example:
"https://webhook.site/your-endpoint"
Number of confirmations required for the transaction to be matched by this trigger
Example:
"5"
Response
Success

