GET
/
triggers
/
trigger-condition-options
List Trigger Condition Options
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
    }
  ]
}

Authorizations

api-key
string
header
required

Query Parameters

trigger_type
enum<string>

Condition key

Available options:
transaction
Examples:

"transaction"

Response

200
application/json

Success

The response is of type object.