Files
stacks-blockchain-api/docs/api/transaction/get-transactions.example.json

40 lines
1.2 KiB
JSON

{
"limit": 10,
"offset": 0,
"total": 101922,
"results": [
{
"tx_id": "0x20dedbef812e44d712569224411b27324b68ab4667321a4badd5e81ba76bf0eb",
"nonce": 269,
"fee_rate": "0",
"sender_address": "SPQXK10DBF5ECAM30XVE3EJA8DNZF3VE0BK4MKV",
"sponsored": false,
"post_condition_mode": "deny",
"post_conditions": [],
"anchor_mode": "on_chain_only",
"is_unanchored": false,
"block_hash": "0x28a9e2749b82bdc058776781a5abd5c9a6efed38f05545a8a51152655b8e1f4b",
"parent_block_hash": "0x3789b75ccfe7f2acf85c3f069fd5b8f95f73aba5332fa618243957d1c017a2a3",
"block_height": 21709,
"burn_block_time": 1626286436,
"burn_block_time_iso": "2021-07-14T18:13:56.000Z",
"canonical": true,
"tx_index": 0,
"tx_status": "success",
"tx_result": {
"hex": "0x0703",
"repr": "(ok true)"
},
"microblock_hash": "",
"microblock_sequence": 2147483647,
"microblock_canonical": true,
"event_count": 0,
"events": [],
"tx_type": "coinbase",
"coinbase_payload": {
"data": "0x0000000000000000000000000000000000000000000000000000000000000000"
}
}
]
}