Skip to content

[ #21

@crystalshay2es

Description

@crystalshay2es

[
{
txid: "dba43fd04b7ae3df8e5b596f2e7fab247c58629d622e3a5213f03a5a09684430",
version: 1,
locktime: 0,
vin: [ [Object] ],
vout: [ [Object], [Object] ],
size: 255,
weight: 1020,
fee: 10000,
status: {
confirmed: true,
block_height: 326148,
block_hash: "00000000000000001e4118adcfbb02364bc13c41c210d8811e4f39aeb3687e36",
block_time: 1413798020
}
},
...
]

curl -sSL "https://mempool.space/api/address/1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv/txs/chain"

<script src="https://mempool.space/mempool.js"></script> <script> const init = async () => {
    const { bitcoin: { addresses } } = mempoolJS({
      hostname: 'mempool.space'
    });

    const address = '1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv';
    const addressTxsChain = await addresses.getAddressTxsChain({ address });

    document.getElementById("result").textContent = JSON.stringify(addressTxsChain, undefined, 2);
    
  };
  init();
</script>

  

Originally posted by @crystalshay2es in n0shake/Public-APIs#542

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions