Returns a list of addresses owned by the client
cURL
curl --request POST \ --url https://api.mainnet.abs.xyz/eth_accounts \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": 1, "method": "eth_accounts", "params": [] }'
{ "jsonrpc": "2.0", "id": 1, "result": [] }
JSON-RPC version
The method to call
Request identifier
No parameters
"2.0"
1
List of addresses
[]
Was this page helpful?