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
successboolean or null
counterpartieslist of objects or null
nextCursorstring or null
Cursor for the next page of results
hasMoreboolean or null
Whether there are more results available

Errors