The hardfork is coming on April 2nd, 12 noon.

Learn more 
NetworksRelease VersioningOffline transaction signingGlossary
Hardfork Update Process

wallet/getBalances

Gets the wallet's $IRON balance, as well as balances of custom assets of the given account. If the account is not specified, the default account will be used.

Request 

{
  account?: string
  confirmations?: number
}

Response 

{
  account: string
  balances: {
    assetId: string
    confirmed: string
    unconfirmed: string
    unconfirmedCount: number
    pending: string
    pendingCount: number
    available: string
    blockHash: string | null
    sequence: number | null
    /**
     * @deprecated Please use getAsset endpoint to get this information
     */
    assetName: string
    /**
     * @deprecated Please use getAsset endpoint to get this information
     */
    assetCreator: string
    /**
     * @deprecated Please use getAsset endpoint to get this information
     * */
    assetOwner: string
    /**
     * @deprecated Please use getAsset endpoint to get this information
     * */
    assetVerification: AssetVerification
  }[]
}
View on Github

Join our newsletter and stay up to date with privacy and crypto.

Discover our impactful presence — read our blog.

Learn

  • FAQ
  • Whitepaper
  • Tokenomics

Use

  • Get Started
  • Node App
  • Mine
  • Block Explorer
  • Ecosystem

Developers

  • Documentation
  • Github

Community

  • Foundation
  • Governance
  • Grants
  • Our Community

Company

  • About Us
  • Media Kit
  • Contact Us
Privacy Policy

|

Copyright 2024 Iron Fish.