Skip to main content
GET
/
accounts
Get Accounts
curl --request GET \
  --url https://app.conduit.io/api/accounts \
  --cookie session=
{
  "accounts": [
    {
      "id": "<string>",
      "organizationId": "<string>",
      "address": "0x1234567890abcdef1234567890abcdef12345678",
      "label": "Main Treasury",
      "type": "eoa",
      "addedById": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "teamId": "<string>",
      "verifiedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

session
string
cookie
required

Session-based authentication via cookies

Response

List of accounts

accounts
object[]