v1

latestOpenAPI 3.0.32026-07-2650226215.9 KB
ExternalAccount

List External Accounts

List External Accounts. Both customerId and counterpartyId are optional filters - omit both to list all external accounts in the project (still tenant-scoped by project).

get/external-accounts

Query parameters

limitinteger
startingAfterstring
endingBeforestring
customerIdstring

Filter to a single customer (cst_ prefix).

counterpartyIdstring

Counterparty ID (ctp_ prefix).

Response

The request has succeeded.

objectstring

Resource type discriminator.

hasMoreboolean

True when more rows exist beyond this page in the direction of travel (forward by default, backward when endingBefore was supplied).

nextCursorstring

Opaque cursor pointing at the last item in this page. Present when data is non-empty. Pass as startingAfter to fetch the next page; hasMore=false signals no more pages forward.

previousCursorstring

Opaque cursor pointing at the first item in this page. Present when data is non-empty. Pass as endingBefore to page backward; when this yields an empty response the client is at the start of the list.