cURL
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" } ] }
Returns all accounts for the user’s active organization
Session-based authentication via cookies
List of accounts
Show child attributes