Group Location
Explore Plans
Mobile menu Close menu
vechain.energyvechain.energy

Token Balance below threshold

This trigger fires when the balance of a wallet goes below a certain value.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when the balance of a wallet goes below a certain value.
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

AmountThe current token amount in a human formatted version.

Slug
amount
Filter code
Vechain.tokenBalanceBelow.Amount
Type
String
Example
500.0

Token contractThe token contracts address

Slug
contract_address
Filter code
Vechain.tokenBalanceBelow.TokenContract
Type
String
Example
0x0000000000000000000000000000000000000000

Raw amountThe 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

OwnerThe wallets address

Slug
owner
Filter code
Vechain.tokenBalanceBelow.Owner
Type
String
Example
0x0000000000000000000000000000000000000000

Created atDate and time event was created.

Slug
created_at
Filter code
Vechain.tokenBalanceBelow.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00