This trigger fires when the balance of a wallet goes below a certain value.
- API endpoint slug
- vechain.token_balance_below
Trigger fields
- Label
- Address
- Helper text
- Address of the wallet to be checked
- Slug
- address
- Required
- true
- Can have default value
- true
- Label
- Contract Address
- Helper text
- The token contracts address that will be checked. Must be VIP-180 compatible.
- Slug
- to
- Required
- true
- Can have default value
- true
- Label
- Amount
- Helper text
- The amount of Tokens when this trigger will execute.
- Slug
- amount
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- amount
- Filter code
- Vechain.tokenBalanceBelow.Amount
- Type
- String
- Example
- 500.0
- Slug
- contract_address
- Filter code
- Vechain.tokenBalanceBelow.TokenContract
- Type
- String
- Example
- 0x0000000000000000000000000000000000000000
- Slug
- raw_amount
- Filter code
- Vechain.tokenBalanceBelow.RawAmount
- Type
- String
- Example
- 500000000000
- Slug
- owner
- Filter code
- Vechain.tokenBalanceBelow.Owner
- Type
- String
- Example
- 0x0000000000000000000000000000000000000000
- Slug
- created_at
- Filter code
- Vechain.tokenBalanceBelow.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00