🎉 The Irys L1 testnet docs are live. Migrate your project in 5 minutes and take advantage of our latest features. →
TwitterTwitter (opens in a new tab)DiscordDiscord (opens in a new tab)YouTubeYouTube (opens in a new tab)
GitHubGitHub (opens in a new tab)
    • Irys tools for Arweave
    • Downloading data
    • Cost to upload
    • Supported tokens
    • Receipts
  • SDK
    • Installing the SDK
    • Troubleshooting
    • Community SDKs
    • Irys in the browser
      • fund()
      • withdrawBalance()
      • withdrawAll()
      • getLoadedBalance()
      • getPrice()
      • upload()
      • uploadFile()
      • uploadFolder()
      • utils.toAtomic()
      • utils.fromAtomic()
      • utils.getReceipt()
      • utils.verifyReceipt()
      • funder.submitFundTransaction()
      • uploader.uploadBundle()
    • Chunked uploader
      • Conecting to a network
      • Upload parameters
      • Data mode
      • Transaction mode
      • Controlling the upload
      • Expired uploads
      • Upload events
    • Using IPFS CIDs
    • Manually creating a Tx
    • Balance approvals
    • Mutable References
    • Path Manifests
    • Tags
  • CLI
    • Installation
      • balance
      • price
      • fund
      • withdraw
      • upload
      • upload-dir
  • QUERYING
    • Query package
      • search()
      • fromTimestamp()
      • toTimestamp()
      • tags()
      • ids()
      • from()
      • to()
      • token()
      • minHeight()
      • maxHeight()
      • sort()
      • limit()
      • stream()
      • fields()
    • GraphQL
  • GUIDES & TUTORIALS
    • Using npx-create-react-app
    • Using React + Vite
    • Monitor node balance
    • Gasless uploading

On This Page

  • Example
(opens in a new tab)
CLI
Commands
balance

balance

Returns the amount of funds available on the specified node. Provide your public wallet address as an argument, along with:

Parameters

  • -n: The network to check. Use mainnet.
  • -t: The token to use when funding.
  • --provider-url: Otpional RPC URL to use.

Example

irys balance 0xac568a981b1370b2e1baa8ce30bd5ac9e28c572d \
  -t ethereum \
Installationprice
  • SDK
  • Query package
  • CLI
  • Tutorials
  • Repositories

2024 Irys. All rights reserved.