Skip to main content
GET
/
triggers
/
{id}
Get Trigger
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/eventmanager/triggers/{id} \
  --header 'api-key: <api-key>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "webhook_url": "<string>",
    "filters": [
      {
        "value": "<string>"
      }
    ],
    "event_count": 123,
    "confirmations": 123
  }
}

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

api-key
string
header
required

Path Parameters

id
string
required

Response

Success

data
data · object