price
Checks the price to upload the specified number of bytes.
Parameters
-t: The token used for payment.-n: The network to check. Values aremainnetordevnet(if you omit, the default ismainnet).--provider-url: RPC URL to use. This is only required when using Devnet.
Examples
Mainnet
irys price 1000000 \
-t ethereumDevnet
irys price 1000000 \
-t ethereum \
-n devnet \
--provider-url https://rpc.sepolia.devℹ️
Devnet RPC URLs change often, use a recent one from https://chainlist.org/ (opens in a new tab)