For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Tx Outputs

get
/v1/indexer/tx/{txid}/outs

Get the outputs of a tx.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
txidstringRequired

Tx id

Query parameters
cursorintegerRequired

Start offset

Example: 0
sizeintegerRequired

Number of items returned

Example: 16
Responses
200

Successful operation

application/json
codeinteger · enumOptionalPossible values:
msgstringOptionalExample: OK
get/v1/indexer/tx/{txid}/outs

Last updated