GET
/
v2
/
evm
/
smart-accounts
curl --request GET \
  --url https://api.cdp.coinbase.com/platform/v2/evm/smart-accounts
{
  "accounts": [
    {
      "address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
      "owners": [
        "0xfc807D1bE4997e5C7B33E4d8D57e60c5b0f02B1a"
      ],
      "name": "my-smart-account",
      "createdAt": "2025-03-25T12:00:00Z",
      "updatedAt": "2025-03-26T12:00:00Z"
    }
  ],
  "nextPageToken": "eyJsYXN0X2lkIjogImFiYzEyMyIsICJ0aW1lc3RhbXAiOiAxNzA3ODIzNzAxfQ=="
}

Query Parameters

pageSize
integer
default:20

The number of accounts to return per page.

pageToken
string

The token for the next page of accounts, if any.

Response

200
application/json

Successfully listed Smart Accounts.

The response is of type object.