Last updated 7 days ago
Get tx history by block height.
Block height
800000
Successful operation
"OK"
const response = await fetch('https://open-api-fractal.unisat.io/v1/indexer/block/{height}/txs', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "OK", "data": { "detail": [ { "txid": "text", "blkid": "text" } ] } }