Updated on 2024-11-14 GMT+08:00

eth_accounts

Introduction

This API returns an array of addresses owned by the client. It consumes 13 CUs.

Parameter Description

This method does not accept any parameters.

Return Value

An array of addresses owned by the client in hexadecimal.

Request

curl https://your-http-endpoint/v1/<API-KEY> \
    -X POST \
    -H "Content-Type: application/json" \
    -d '{"jsonrpc":"2.0","method":"eth_accounts","params":[],"id":1}'