Skip to main content
GET
Execution address balances

Authorizations

apikey
string
query
required

Path Parameters

address
string
required

Ethereum account address to query. Provide a 0x-prefixed, 20-byte hex string (40 hexadecimal characters after 0x).

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0xdAC17F958D2ee523a2206206994597C13D831ec7"

Query Parameters

token
string

Optional ERC-20 contract address to filter the result to a single token. Provide a 0x-prefixed, 20-byte hex address.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0xdAC17F958D2ee523a2206206994597C13D831ec7"

Response

Balances were retrieved successfully. The data object contains the address, native ETH balance, and a list of ERC-20 token balances.

Standard success envelope used by all API endpoints.

status
enum<string>

HTTP-independent status of the API operation. For successful responses this is always "OK".

Available options:
OK
data
object

Asset balances for a single execution-layer address, including native ETH and up to 200 ERC-20 token balances.