List Transactions
The List Transactions API endpoint allows you to retrieve a paginated list of transactions within a specified ledger.
Headers
The Basic Authentication header. Format: "Basic {base64(orgID:apiKey)}"
Path Parameters
The key of the ledger. Examples:
- "123e4567-e89b-12d3-a456-426614174000"
- "id:123e4567-e89b-12d3-a456-426614174000"
- "ref:ledger:customer_a"
Query Parameters
The cursor for the next set of results. This is an opaque string representing the starting point for the next page. For the first request, this should be omitted or set to null.
The number of items to be returned per page. Determines the page size for the paginated results. Default value: 25 Maximum value: 100 (to prevent excessive load on the server)
Response
The asset moves for the transaction
The created at timestamp
The unique internally assigned identifier of the transaction
The updated at timestamp
Additional, optional, metadata for the transaction
The externally defined reference of the transaction