GET /scripthash/:hash/txs/mempool

Get unconfirmed transaction history for the specified scripthash.

This method will use 10 Compute Units.


Parameters

scripthash - required.

Returns

Get unconfirmed transaction history for the specified /scripthash.

Returns up to 50 transactions (no paging).

curl https://mainnet.bitcoin.validationcloud.io/v1/<YOUR_API_KEY>/scripthash/<scripthash>/txs/mempool \
 -X GET

Last updated

Was this helpful?