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

Get Tx Inputs

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

Get the inputs 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}/ins

Last updated