GET /scripthash/:hash/txs/chain[/:last_seen_txid]

Get confirmed transaction history for the specified scripthash, sorted with newest first.

This method will use 10 Compute Units.


Parameters

scripthash - required.

last_seen_txid - optional, to retrieve more than 25 transactions.

Returns

Get confirmed transaction history for the specified scripthash, sorted with newest first.

Returns 25 transactions per page. More can be requested by specifying the last txid seen by the previous query.

curl https://mainnet.bitcoin.validationcloud.io/v1/<YOUR_API_KEY>/scripthash/<scripthash>/txs/chain[/:last_seen_txid] \
 -X GET

Last updated

Was this helpful?