balance
Returns the amount of funds available on the specified node. Provide your public wallet address as an argument, along with:
Parameters
Option
Description
-n
The network to check,
testnet
or devnet
, defaults to testnet
.-t
The token to use when funding.
--provider-url
RPC URL to use.
Examples
Testnet
irys balance 0x591B5Ce7cA10a55A9B5d1516eF89693D5b3586b8 \
-t ethereum
Devnet
irys balance 0x591B5Ce7cA10a55A9B5d1516eF89693D5b3586b8 \
-t ethereum \
-n devnet \
--provider-url https://rpc.sepolia.dev
ℹ️
RPC URLs change often, use a recent one from https://chainlist.org/ (opens in a new tab)