NetworksRelease VersioningOffline transaction signingGlossary
Hardfork Update Process

wallet/getBalance

Gets the wallet balance for the given account and asset. If the account is not specified, the default account will be used. If the asset is not specified, $IRON will be used.

Request #

{
  account?: string
  assetId?: string
  confirmations?: number
}

Response #

{
  account: string
  assetId: string
  confirmed: string
  unconfirmed: string
  unconfirmedCount: number
  pending: string
  pendingCount: number
  available: string
  confirmations: number
  blockHash: string | null
  sequence: number | null
  /**
   * @deprecated Please use getAsset endpoint to get this information
   * */
  assetVerification: {
    status: 'verified' | 'unverified' | 'unknown'
  }
}
View on Github

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

Discover our impactful presence — read our blog.

Privacy Policy

|

Copyright 2025 Iron Fish.