eth_accounts
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": []
}Ethereum API
eth_accounts
Returns a list of addresses owned by the client
POST
/
eth_accounts
eth_accounts
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": []
}Documentation Index
Fetch the complete documentation index at: https://docs.abs.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Was this page helpful?
⌘I