post https://scroll-prealpha.unifra.io/v1/
Returns a list of addresses owned by client.
Parameters
none
Returns
Array of DATA, 20 Bytes - Addresses owned by the client.
Example
Request
curl --location --request POST 'https://scroll-prealpha.unifra.io/v1/0363ea17bd324c91bb4c6d6f3f1c5f45' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc":"2.0",
"method":"eth_accounts",
"params":[],
"id":1
}'
Result
{
"id": 1,
"jsonrpc": "2.0",
"result": []
}