GET
/
v2
/
evm
/
accounts
/
{address}
curl --request GET \
  --url https://api.cdp.coinbase.com/platform/v2/evm/accounts/{address}
{
  "address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
  "name": "my-account",
  "policies": [
    "123e4567-e89b-12d3-a456-426614174000"
  ],
  "createdAt": "2025-03-25T12:00:00Z",
  "updatedAt": "2025-03-26T12:00:00Z"
}

Path Parameters

address
string
required

The 0x-prefixed address of the EVM account. The address does not need to be checksummed.

Response

200
application/json

Successfully got EVM account.

The response is of type object.