Skip to main content
tokenAddress
StringEqualsCondition!
The token contract address the webhook is listening for. See StringEqualsCondition
networkId
IntEqualsCondition!
The network ID the webhook is listening on. See IntEqualsCondition
priceUsd
ComparisonOperator!
The price condition that must be met in order for the webhook to send. See ComparisonOperator
pairAddress
StringEqualsCondition
The pair contract address the webhook is listening for. See StringEqualsCondition
liquidityUsd
ComparisonOperator
The liquidity condition (for the source pair) that must be met in order for the webhook to send. See ComparisonOperator
volumeUsd
ComparisonOperator
The volume condition (for the source pair) that must be met in order for the webhook to send. See ComparisonOperator

Used By

Returned by
  • createWebhooks: Create event webhooks for price, token/pair, transfer, market cap, and prediction market trades.
  • getWebhooks: Returns a user’s list of webhooks.