Accounts

post

Returns a list of addresses owned by client.

Parameters

none

Returns

  • Array of DATA, 20 Bytes - addresses owned by the client
Body
jsonrpcstringrequired
methodstringrequired
paramsstring[]required
idinteger · int32required
Responses
curl -L \
  --request POST \
  --url 'https://tomo.nownodes.io//accounts' \
  --header 'Content-Type: application/json' \
  --data '{
    "jsonrpc": "2.0",
    "method": "eth_accounts",
    "params": [],
    "id": 1
  }'

No Content