6 integrations tagged with "native"
Check a wallet's native token balance (ETH, MATIC, BNB, AVAX, etc.). Returns both the raw amount and a human-readable value. Works on any EVM chain.
Send native tokens (ETH, MATIC, BNB, AVAX, etc.) to another wallet address. Simple value transfer without contract calls. Validates balance including gas costs. Ideal for: payments, gas refills, native token distribution, automated payouts.
Triggers when native ETH (or native gas token) arrives at a wallet address. Filter by sender or minimum amount.
Triggers when native ETH (or native gas token) leaves a wallet address. Filter by recipient or minimum amount.
Check a wallet's native SOL balance on Solana. Returns both the raw lamport amount and a human-readable SOL value. Supports mainnet and devnet.
Send native SOL to another wallet address on Solana. Simple value transfer using SystemProgram. Validates addresses and prevents self-transfers. Ideal for: payments, SOL distribution, funding accounts, automated payouts on Solana.