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": []
}Body
application/json
Was this page helpful?
⌘I