API Reference

eth_accounts

Returns a list of addresses owned by client. While this JSON-RPC method is supported, it will always return an empty list. ZAN does not support "unlocking" accounts. Users should send already signed raw transactions using eth_sendRawTransaction.

Request Parameters

None.

Response

Returns a list of addresses owned by client.

Result Fields

  • ADDRESSES - an array containing hex codes as strings representing the addresses owned by the client.

Examples

Example Responses
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": []
}
Language
Click Try It! to start a request and see the response here!