Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
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.Show View fields (OneOfNumberConditionInput)
List of integers; matches if the value is in this list.
tokenAddress
StringEqualsConditionInput
Match a single token address. See StringEqualsConditionInput.Show View fields (StringEqualsConditionInput)
String value to match exactly.
pairAddress
StringEqualsConditionInput
Match the pair address. See StringEqualsConditionInput.Show View fields (StringEqualsConditionInput)
String value to match exactly.
exchangeAddress
StringEqualsConditionInput
Match the exchange/router address. See StringEqualsConditionInput.Show View fields (StringEqualsConditionInput)
String value to match exactly.
maker
StringEqualsConditionInput
Match the maker address. See StringEqualsConditionInput.Show View fields (StringEqualsConditionInput)
String value to match exactly.
eventType
TokenPairEventTypeConditionInput
Match one of SWAP / MINT / BURN. See TokenPairEventTypeConditionInput.Show View fields (TokenPairEventTypeConditionInput)
Allowed pair event types. See TokenPairEventType.Show View values (TokenPairEventType)
A swap (trade) on the pair.
Liquidity added to the pair.
Liquidity removed from the pair.
Numeric threshold on swap value (USD). See ComparisonOperatorInput.Show View fields (ComparisonOperatorInput)
Greater than or equal to.
Threshold on the token’s FDV market cap (USD). See ComparisonOperatorInput.Show View fields (ComparisonOperatorInput)
Greater than or equal to.
Threshold on the token’s circulating market cap (USD). See ComparisonOperatorInput.Show View fields (ComparisonOperatorInput)
Greater than or equal to.
Threshold on pair liquidity (USD). See ComparisonOperatorInput.Show View fields (ComparisonOperatorInput)
Greater than or equal to.
Threshold on pair 24h volume (USD). See ComparisonOperatorInput.Show View fields (ComparisonOperatorInput)
Greater than or equal to.