Kaspa transactions
Get Transaction
Get details for a given transaction id
get/transactions/{transaction_id}
Path parameters
transaction_idstring required
Query parameters
blockHashstring
Specify a containing block (if known) for faster lookup
Specify a containing block (if known) for faster lookup
inputsboolean
outputsboolean
resolve_previous_outpoints'no' | 'light' | 'full'
An enumeration.
Use this parameter if you want to fetch the TransactionInput previous outpoint details. Light fetches only the address and amount. Full fetches the whole TransactionOutput and adds it into each TxInput.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.