Account
Balance, nonce, and account state. Addresses accept Base58 (with checksum) or 0x-prefixed hex.
12 methods · verified against the live mainnet RPC at https://rpc.sumchain.io.
get_balanceReturns balance in base units (1 Koppa = 1,000,000,000 base units).
{"jsonrpc":"2.0","method":"get_balance","params":["8zZ1pfbpUcAmoByWKYgJgiFZWpmhWQKJ4"],"id":1}{"jsonrpc":"2.0","result":"500000001018000000","id":1}get_nonceReturns the next expected nonce for the account.
get_accountReturns balance + nonce in one call.
account_getPublicKeyReturns the registered Ed25519 public key for an address. Required for encrypted messaging recipients.
eth_getBalanceHex-formatted balance (Ethereum-compatible). Optional second `block` argument.
sum_getBalancesum_-prefixed alias of get_balance.
sum_getNoncesum_-prefixed alias of get_nonce.
sum_resolveAddressLabelsPublic registry labels for an address (current on-chain view): DocClass/Employment issuer names, Tax/Finance issuer roles, node role. Point lookup; raw address always preserved (#64).
sum_getTransactionCountTotal transactions sent by an address.
sum_getTransactionsByAddressTx history (sender + recipient) for an address.
sum_getTransactionsBySenderTx history (sender only).
sum_getTransactionsByRecipientTx history (recipient only).