Gettxout

Gets the unspent outputs of a specific vout in a transaction.

get

An API implementation of RPC call.

Query parameters
trxidstringOptional

The transaction ID as a hash string.

voutinteger · int32Optional

The vout to get the unspent outputs for.

Default: 0
includeMemPoolbooleanOptional

A flag that specifies whether to include transactions in the mempool.

Default: true
Responses
200
Returns transaction output
get
GET /api/Node/gettxout HTTP/1.1
Host: strax.nownodes.io
Accept: */*

No content