GET /tx/:txid/outspends
Parameters
Returns
[
{
"spent": false
},
{
"spent": false
}
]curl https://mainnet.bitcoin.validationcloud.io/v1/<YOUR_API_KEY>/tx/92e61d56a3d79fd6b2fc53d4577f51faa61485e0165eae746a6f3ded5b994655/outspends \
-X GETcurl https://testnet.bitcoin.validationcloud.io/v1/<YOUR_API_KEY>/tx/92e61d56a3d79fd6b2fc53d4577f51faa61485e0165eae746a6f3ded5b994655/outspends \
-X GETLast updated
Was this helpful?