cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/eventmanager/triggers/trigger-condition-options \ --header 'api-key: <api-key>'
{ "data": [ { "trigger_type": "<string>", "name": "<string>", "display_name": "<string>", "values": [ "<string>" ], "sort_order": 123 } ] }
Get list of available trigger condition options for creating Bitcoin event triggers with supported parameters.
Condition key
transaction
"transaction"
Success
The response is of type object.
object
Was this page helpful?