From 6c784f34e0559cef486802c65b5c44ae50abda53 Mon Sep 17 00:00:00 2001 From: JohnVersus <15834299+JohnVersus@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:30:26 +0530 Subject: [PATCH] Update get-native-balances.md --- docs/02-streams-api/evm/get-native-balances.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/02-streams-api/evm/get-native-balances.md b/docs/02-streams-api/evm/get-native-balances.md index 1fbf9c4d..a3787c18 100644 --- a/docs/02-streams-api/evm/get-native-balances.md +++ b/docs/02-streams-api/evm/get-native-balances.md @@ -4,9 +4,11 @@ slug: "get-native-balances" sidebar_position: 21 --- -There is an option `getNativeBalances` when creating or editing a Stream. It is a list of native balances calls for specific addresses. +There is an option `getNativeBalances` when creating or editing a Stream. It is a list of native balances calls for specific addresses. -You can get Native Balances (ETH/BNB/MATIC and many more) of addresses that appear in your Webhook. They are very similar to [Triggers](/streams-api/evm/triggers). +You can get Native Balances (ETH/BNB/MATIC and many more) of addresses that appear in your Webhook. They are very similar to [Triggers](/streams-api/evm/triggers). + +`getNativeBalances` trigger is currently available to use with a business plan or higher. # Native Balance Trigger