cURL
curl --request GET \ --url 'https://eth.blockscout.com/api/?module=account&action=listaccounts'
{ "status": "1", "message": "OK", "result": [ { "address": "0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae", "balance": "<string>" } ] }
Lists accounts and native balances, sorted ascending by the time they were first seen
Module name (must be 'account')
account
listaccounts
Page number for pagination
x >= 1
Number of records to return per page (max 10000)
1 <= x <= 10000
Accounts list retrieved successfully
Status code (1 = OK)
1
Response message
"OK"
Show child attributes
Was this page helpful?