Skip to main content
POST
Create Trigger

Authorizations

api-key
string
header
required

Body

application/json
name
string
chain
enum<string>

Blockchain to listen on (bitcoin)

Available options:
bitcoin
Example:

"bitcoin"

network
enum<string>

Network environment to listen on (mainnet)

Available options:
mainnet,
testnet
Example:

"mainnet"

type
enum<string>

Trigger type, e.g., transaction

Available options:
transaction
Example:

"transaction"

webhook_url
string<uri>

Webhook URL to receive events

Example:

"https://webhook.site/your-endpoint"

filters
Filter · object[]
confirmations
integer<int32>

Number of confirmations required for the transaction to be matched by this trigger

Example:

"5"

Response

Success

data
data · object