Get transactions by entity

Retrieves all transactions for a specific entity with pagination

Headers

AuthorizationstringRequired

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

Query parameters

entityIdstringRequired
The ID of the entity to get transactions for
cursorstringOptional
Cursor for pagination
pageSizeintegerOptionalDefaults to 50
Number of transactions per page

Response

Transactions retrieved successfully
transactionslist of objects or null
nextCursorstring or null or null
hasMoreboolean or null

Errors