Skip to main content

qc_accounts

Returns the list of addresses managed by the node (unlocked accounts).

qc_getBalance

Returns the balance of an address in wei.
Convert wei to QUANTUM: divide by 10^18. The result above is 100 QUANTUM.

qc_getCode

Returns the contract bytecode at a given address. Returns 0x for externally owned accounts.

qc_getStorageAt

Returns the value at a storage position for a given address.

qc_getProof

Returns the Merkle proof for an account and optionally its storage keys. Useful for light client verification.

qc_getBlockReceipts

Returns all transaction receipts for a given block.