Blockchain.com · Example Payload

Data Api Tx Output Example

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

Data Api Tx Output Example is an example object payload from Blockchain.com, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typespentvaluespending_outpointsntx_indexscriptaddr

Example Payload

Raw ↑
{
  "type": 1,
  "spent": true,
  "value": 100000,
  "spending_outpoints": [
    {
      "tx_index": 1,
      "n": 1
    }
  ],
  "n": 1,
  "tx_index": 1,
  "script": "example-value",
  "addr": "example-value"
}