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
cursorintegerRequiredExample:
Start offset
0sizeintegerRequiredExample:
Number of items returned
16Responses
200
Successful operation
application/json
401
Invalid API Key
get
/v1/indexer/tx/{txid}/insLast updated