v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
Account Management

List authenticated account addresses

Returns a list of addresses associated with the authenticated user.

get/api/v1/eoa-accounts

Response

A list of addresses for the authenticated user.

Example response

{
  "data": {
    "eoaAccounts": [
      {
        "id": "clp3j1f9a0000a1cdh6ezx2qv",
        "address": "0x1234567890abcdef1234567890abcdef12345678",
        "userId": "user_123",
        "createdAt": "2025-01-27T00:00:00Z"
      }
    ]
  }
}
All 73 operations