eth_accounts

Not available on hosted RPCs: This method returns the list of unlocked accounts the node manages, which requires the node to hold private keys. Conduit RPC endpoints do not expose unlocked accounts, so this method always returns an empty list (or errors). For signing and sending transactions, use a client-side library such as ethers.js or viem and submit via eth_sendRawTransaction. ⚡ Compute Units: [10 CU](https://docs.conduit.xyz/rpc-nodes/information/compute-units)

Response

List of addresses owned by client