Transactions

Get the outputs of a tx.

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

Path parameters

txidstring required

Tx id

Query parameters

cursorinteger required

Start offset

sizeinteger required

Number of items returned

Response

Successful operation

code0 | -1
msgstring

Example response

{
  "msg": "OK"
}