GET /tx/:txid/outspends

Returns the spending status of all transaction outputs.

This method will use 10 Compute Units.


Parameters

txid- transaction hash, required.

Example: 92e61d56a3d79fd6b2fc53d4577f51faa61485e0165eae746a6f3ded5b994655

Returns

Returns the spending status of all transaction outputs.

[
	{
		"spent": false
	},
	{
		"spent": false
	}
]

Last updated

Was this helpful?