Get entity counterparties

Get all counterparties for an entity with their transaction history and aggregated data

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired

The ID of the entity

cursorstringOptional

Cursor for pagination

pageSizeintegerOptional<=100Defaults to 50

Number of counterparties per page

Response

List of counterparties with their transaction history

successbooleanOptional
counterpartieslist of objectsOptional
nextCursorstringOptional

Cursor for the next page of results

hasMorebooleanOptional

Whether there are more results available

Errors