The total balance of all wallets containing the given coin type. May lose
precision for large values.
Example: 50000
String representation of `balance`. Guaranteed to not lose
precision.
Example: 50000
confirmedBalance integer or null
The total balance of confirmed transactions for all wallets containing the given
coin type. May lose precision for large values.
Example: 40000
confirmedBalanceString string
String representation of `confirmedBalance`. Guaranteed to not lose
precision.
Example: 40000
spendableBalance integer or null
The total balance of all wallets containing the given coin which may
be used as inputs for creating new transactions. May lose precision
for large values.
Example: 40000
spendableBalanceString string
String representation of `spendableBalance`. Guaranteed to not lose
precision.
Example: 40000
stakedBalance integer or null
The total balance of all wallets containing the given coin which has been staked.
May lose precision for large values.
Example: 40000
stakedBalanceString string
String representation of `stakedBalance`. Guaranteed to not lose
precision.
Example: 40000
A cryptocurrency or token ticker symbol.
Example: btc
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$