GetScripthashTransactionHistory
GET/btc/:network/scripthash/:scripthash/history
Get transaction history of a scripthash.
Responses
- 200
- 400
- 401
Successful operation
- application/json
- Example
{
"statusCode": 0,
"data": [
{
"txid": "1f45e29f1c2f5db5300400e8da084cac93ce5fa66ea6c90c944d3a59c5a0c88b",
"block_height": 201000,
"block_hash": "0000000a9115ce547cbdd4f71e91d149f56896cfc4a93c992273b4a4e7607aa3",
"block_time": 1719244803,
"value": 12488215
},
{
"txid": "2b46e29f1c2f5db5300400e8da084cac93ce5fa66ea6c90c944d3a59c5a0c88c",
"block_height": 201001,
"block_hash": "0000000b9115ce547cbdd4f71e91d149f56896cfc4a93c992273b4a4e7607aa4",
"block_time": 1719244810,
"value": 217209
}
]
}
Bad Request
Unauthorized
Loading...