Skip to main content
At least networkId is required (the create call rejects with BAD_USER_INPUT if conditions.networkId is missing).
networkId
OneOfNumberConditionInput
Match one of several network ids. See OneOfNumberConditionInput.
tokenAddress
StringEqualsConditionInput
Match a single token address. See StringEqualsConditionInput.
pairAddress
StringEqualsConditionInput
Match the pair address. See StringEqualsConditionInput.
exchangeAddress
StringEqualsConditionInput
Match the exchange/router address. See StringEqualsConditionInput.
maker
StringEqualsConditionInput
Match the maker address. See StringEqualsConditionInput.
eventType
TokenPairEventTypeConditionInput
Match one of SWAP / MINT / BURN. See TokenPairEventTypeConditionInput.
swapValue
ComparisonOperatorInput
Numeric threshold on swap value (USD). See ComparisonOperatorInput.
fdvMarketCapUsd
ComparisonOperatorInput
Threshold on the token’s FDV market cap (USD). See ComparisonOperatorInput.
circulatingMarketCapUsd
ComparisonOperatorInput
Threshold on the token’s circulating market cap (USD). See ComparisonOperatorInput.
liquidityUsd
ComparisonOperatorInput
Threshold on pair liquidity (USD). See ComparisonOperatorInput.
volumeUsd
ComparisonOperatorInput
Threshold on pair 24h volume (USD). See ComparisonOperatorInput.