Email me when my VTHO balance falls below a threshold
This trigger fires when the balance of a wallet goes below a certain value.
Developer info
- API endpoint slug
- vechain.token_balance_below
Trigger fields
Address Text input > Other
- Label
- Address
- Helper text
- Address of the wallet to be checked
- Slug
- address
- Required
- true
- Can have default value
- true
To Text input > Other
- 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
Amount Text input > Other
- Label
- Amount
- Helper text
- The amount of Tokens when this trigger will execute.
- Slug
- amount
- Required
- true
- Can have default value
- true
Ingredients
Amount The current token amount in a human formatted version.
- Slug
- amount
- Filter code
- Vechain.tokenBalanceBelow.Amount
- Type
- String
- Example
- 500.0
Token contract The token contracts address
- Slug
- contract_address
- Filter code
- Vechain.tokenBalanceBelow.TokenContract
- Type
- String
- Example
- 0x0000000000000000000000000000000000000000
Raw amount The current token amount in the raw unformatted version based on the lowest digit.
- Slug
- raw_amount
- Filter code
- Vechain.tokenBalanceBelow.RawAmount
- Type
- String
- Example
- 500000000000
Owner The wallets address
- Slug
- owner
- Filter code
- Vechain.tokenBalanceBelow.Owner
- Type
- String
- Example
- 0x0000000000000000000000000000000000000000
Created at Date and time event was created.
- Slug
- created_at
- Filter code
- Vechain.tokenBalanceBelow.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00