Authorizations
Project API Key
Query Parameters
Try find and include the corresponding datums for datum hashes
Include the CBOR encoding of the transaction output in the response
Do not return 404 if any transactions are not found (404 will still be returned if you specify an index higher than the number of outputs in a transaction)
The max number of results per page
x >= 0
Pagination cursor string, use the cursor included in a page of results to fetch the next page
Body
The body is of type string[]
.
Response
Get transaction outputs via output references
A paginated response. Pass in the next_cursor
in a subsequent request as the cursor
query parameter to fetch the next page of results.