Last updated 11 months ago
Get the tx history by address.
Address
Successful operation
"OK"
const response = await fetch('https://open-api.unisat.io/v1/indexer/address/{address}/history', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "OK", "data": { "detail": { "txid": "text", "blkid": "text" } } }