From b4c4060b6752f0da696c190a3e8854729824289b Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Wed, 2 Oct 2024 13:24:59 +0000 Subject: [PATCH 01/23] fix NULL asset_events --- counterparty-core/counterpartycore/lib/messages/sweep.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/counterparty-core/counterpartycore/lib/messages/sweep.py b/counterparty-core/counterpartycore/lib/messages/sweep.py index 3311025c66..6c6ac669f9 100644 --- a/counterparty-core/counterpartycore/lib/messages/sweep.py +++ b/counterparty-core/counterpartycore/lib/messages/sweep.py @@ -284,7 +284,13 @@ def parse(db, tx, message): "asset_longname": last_issuance["asset_longname"], "reset": False, } - ledger.insert_record(db, "issuances", bindings, "ASSET_TRANSFER") + ledger.insert_record( + db, + "issuances", + bindings, + "ASSET_TRANSFER", + {"asset_events": "transfer"}, + ) sweep_pos += 1 bindings = { From 0994d8ab48bb55ae0835c466f2616a765f649f10 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Thu, 3 Oct 2024 08:59:01 +0000 Subject: [PATCH 02/23] Add test for DISPENSE in mempool --- apiary.apib | 5039 +++++++++-------- .../test/regtest/apidoc/apicache.json | 4637 +++++++-------- .../test/regtest/regtestnode.py | 9 +- .../scenarios/scenario_last_mempool.py | 34 + 4 files changed, 4927 insertions(+), 4792 deletions(-) diff --git a/apiary.apib b/apiary.apib index 1ed67028ae..a498e1f495 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1,4 +1,4 @@ -[//]: # (Generated by genapidoc.py on 2024-09-26 11:23:18.123851. Do not edit manually.) +[//]: # (Generated by genapidoc.py on 2024-10-03 08:57:00.894741. Do not edit manually.) FORMAT: 1A HOST: https://api.counterparty.io:4000 @@ -176,22 +176,22 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 537, + "event_index": 543, "event": "NEW_BLOCK", "params": { - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_index": 194, - "block_time": 1727349782, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_index": 195, + "block_time": 1727945804, "difficulty": 545259519, - "previous_block_hash": "54672ea685fd69351a7053e700a410b78f15779452e33b33b6568680facc7d1c" + "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5" }, "tx_hash": null, - "block_index": 194, - "block_time": 1727349782 + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 525, - "result_count": 94 + "next_cursor": 537, + "result_count": 95 } ``` @@ -201,46 +201,36 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 538, + "event_index": 544, "event": "NEW_TRANSACTION", "params": { - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_index": 194, - "block_time": 1727349782, - "btc_amount": 0, - "data": "6e0000000000000001000000000000000164657374726f79", - "destination": "", - "fee": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "tx_index": 60, - "utxos_info": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c:1", + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_index": 195, + "block_time": 1727945804, + "btc_amount": 1000, + "data": "0d00", + "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "fee": 0, + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "unpacked_data": { - "message_type": "destroy", - "message_type_id": 110, + "message_type": "dispense", + "message_type_id": 13, "message_data": { - "asset": "XCP", - "quantity": 1, - "tag": "64657374726f79", - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "quantity_normalized": "0.00000001" + "data": "00" } }, - "btc_amount_normalized": "0.00000000" + "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_time": 1727349782 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 526, - "result_count": 61 + "next_cursor": 538, + "result_count": 62 } ``` @@ -250,25 +240,25 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 277, + "event_index": 545, "event": "NEW_TRANSACTION_OUTPUT", "params": { - "block_index": 147, - "btc_amount": 10000, - "destination": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "block_index": 195, + "btc_amount": 1000, + "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "out_index": 0, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "tx_index": 34, - "block_time": 1727349600, - "btc_amount_normalized": "0.00010000" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, + "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "block_index": 147, - "block_time": 1727349600 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 237, - "result_count": 3 + "next_cursor": 277, + "result_count": 4 } ``` @@ -278,23 +268,23 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 542, + "event_index": 556, "event": "BLOCK_PARSED", "params": { - "block_index": 194, - "ledger_hash": "6afd3dfc102fbf1274a2eeb819e3f884052abc07094a6ae2a214d492f0eaddf8", - "messages_hash": "6b6351b7f9138a49ff6e792f7e0d5eb884ae745d994b4894b3a880c6eace487e", + "block_index": 195, + "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", + "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", "transaction_count": 1, - "txlist_hash": "230713c1ad13fc88b739b97038bb4243d934efd7d03b200ebc289c930c2a7d58", - "block_time": 1727349782 + "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", + "block_time": 1727945804 }, "tx_hash": null, - "block_index": 194, - "block_time": 1727349782 + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 536, - "result_count": 94 + "next_cursor": 542, + "result_count": 95 } ``` @@ -304,20 +294,20 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 541, + "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "tx_index": 60 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61 }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_time": 1727349782 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 535, - "result_count": 48 + "next_cursor": 541, + "result_count": 49 } ``` @@ -329,19 +319,19 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 539, + "event_index": 549, "event": "DEBIT", "params": { - "action": "destroy", - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "action": "utxo move", + "address": null, "asset": "XCP", - "block_index": 194, - "event": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "quantity": 1, - "tx_index": 60, - "utxo": null, - "utxo_address": null, - "block_time": 1727349782, + "block_index": 195, + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -349,15 +339,15 @@ Here is a list of events classified by theme and for each an example response: "locked": true, "issuer": null }, - "quantity_normalized": "0.00000001" + "quantity_normalized": "15.00000000" }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_time": 1727349782 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 532, - "result_count": 54 + "next_cursor": 546, + "result_count": 56 } ``` @@ -367,19 +357,19 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 533, + "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -387,15 +377,15 @@ Here is a list of events classified by theme and for each an example response: "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 531, - "result_count": 68 + "next_cursor": 550, + "result_count": 71 } ``` @@ -410,14 +400,14 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 188, - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "memo": null, "quantity": 10000, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "status": "valid", - "tx_hash": "ba2b62e02257afd56871a06214aa59ca231cd893239ab9555de83150c93f7a80", + "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680", "tx_index": 54, - "block_time": 1727349756, + "block_time": 1727945769, "asset_info": { "divisible": true, "asset_longname": null, @@ -427,9 +417,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00010000" }, - "tx_hash": "ba2b62e02257afd56871a06214aa59ca231cd893239ab9555de83150c93f7a80", + "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680", "block_index": 188, - "block_time": 1727349756 + "block_time": 1727945769 } ], "next_cursor": null, @@ -448,15 +438,15 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 189, - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "memo": null, "msg_index": 2, "quantity": 10, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "valid", - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "tx_index": 55, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "divisible": true, "asset_longname": null, @@ -466,9 +456,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000010" }, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "block_time": 1727349761 + "block_time": 1727945773 } ], "next_cursor": 502, @@ -506,20 +496,20 @@ Here is a list of events classified by theme and for each an example response: "event": "SWEEP", "params": { "block_index": 193, - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "status": "valid", - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "tx_index": 59, - "block_time": 1727349778, + "block_time": 1727945790, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "block_index": 193, - "block_time": 1727349778 + "block_time": 1727945790 } ], "next_cursor": null, @@ -541,15 +531,15 @@ Here is a list of events classified by theme and for each an example response: "dividend_asset": "XCP", "fee_paid": 40000, "quantity_per_unit": 100000000, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "valid", - "tx_hash": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "tx_index": 41, - "block_time": 1727349630, + "block_time": 1727945630, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -563,9 +553,9 @@ Here is a list of events classified by theme and for each an example response: "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00040000" }, - "tx_hash": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "block_index": 154, - "block_time": 1727349630 + "block_time": 1727945630 } ], "next_cursor": null, @@ -598,11 +588,11 @@ Here is a list of events classified by theme and for each an example response: "asset_longname": "A95428959745315388.SUBNUMERIC", "asset_name": "A95428956980101314", "block_index": 160, - "block_time": 1727349655 + "block_time": 1727945667 }, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "block_index": 160, - "block_time": 1727349655 + "block_time": 1727945667 } ], "next_cursor": 374, @@ -630,22 +620,22 @@ Here is a list of events classified by theme and for each an example response: "description_locked": false, "divisible": true, "fee_paid": 0, - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "valid", "transfer": false, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "tx_index": 47, - "block_time": 1727349655, + "block_time": 1727945667, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "block_index": 160, - "block_time": 1727349655 + "block_time": 1727945667 } ], "next_cursor": 381, @@ -665,12 +655,12 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "block_index": 194, "quantity": 1, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "status": "valid", "tag": "64657374726f79", - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", + "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", "tx_index": 60, - "block_time": 1727349782, + "block_time": 1727945795, "asset_info": { "divisible": true, "asset_longname": null, @@ -680,9 +670,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000001" }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", + "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", "block_index": 194, - "block_time": 1727349782 + "block_time": 1727945795 } ], "next_cursor": 157, @@ -714,11 +704,11 @@ Here is a list of events classified by theme and for each an example response: "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "open", - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "tx_index": 58, - "block_time": 1727349773, + "block_time": 1727945786, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -742,9 +732,9 @@ Here is a list of events classified by theme and for each an example response: "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "block_time": 1727349773 + "block_time": 1727945786 } ], "next_cursor": 509, @@ -767,20 +757,20 @@ Here is a list of events classified by theme and for each an example response: "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 3000, - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "match_expire_index": 207, "status": "pending", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx0_block_index": 185, "tx0_expiration": 21, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", "tx0_index": 50, - "tx1_address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "tx1_block_index": 187, "tx1_expiration": 21, - "tx1_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "tx1_index": 53, - "block_time": 1727349752, + "block_time": 1727945765, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -799,9 +789,9 @@ Here is a list of events classified by theme and for each an example response: "backward_quantity_normalized": "0.00003000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "block_index": 187, - "block_time": 1727349752 + "block_time": 1727945765 } ], "next_cursor": 468, @@ -819,11 +809,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_UPDATE", "params": { "status": "cancelled", - "tx_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc" + "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49" }, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "block_time": 1727349769 + "block_time": 1727945782 } ], "next_cursor": 483, @@ -841,11 +831,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af" + "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a" }, - "tx_hash": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac", + "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", "block_index": 186, - "block_time": 1727349748 + "block_time": 1727945761 } ], "next_cursor": null, @@ -862,13 +852,13 @@ Here is a list of events classified by theme and for each an example response: "event_index": 474, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "order_match_id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "status": "completed" }, - "tx_hash": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac", + "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", "block_index": 186, - "block_time": 1727349748 + "block_time": 1727945761 } ], "next_cursor": 447, @@ -887,18 +877,18 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 186, "btc_amount": 2000, - "destination": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "order_match_id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "status": "valid", - "tx_hash": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac", + "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", "tx_index": 52, - "block_time": 1727349748, + "block_time": 1727945761, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac", + "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", "block_index": 186, - "block_time": 1727349748 + "block_time": 1727945761 } ], "next_cursor": null, @@ -916,16 +906,16 @@ Here is a list of events classified by theme and for each an example response: "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "valid", - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "tx_index": 57, - "block_time": 1727349769 + "block_time": 1727945782 }, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "block_time": 1727349769 + "block_time": 1727945782 } ], "next_cursor": null, @@ -943,13 +933,13 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_EXPIRATION", "params": { "block_index": 183, - "order_hash": "14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "block_time": 1727349670 + "order_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "block_time": 1727945683 }, "tx_hash": null, "block_index": 183, - "block_time": 1727349670 + "block_time": 1727945683 } ], "next_cursor": 453, @@ -967,14 +957,14 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 183, - "order_match_id": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0_14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "block_time": 1727349670 + "order_match_id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "block_time": 1727945683 }, "tx_hash": null, "block_index": 183, - "block_time": 1727349670 + "block_time": 1727945683 } ], "next_cursor": null, @@ -999,14 +989,14 @@ Here is a list of events classified by theme and for each an example response: "escrow_quantity": 10000, "give_quantity": 1, "give_remaining": 10000, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "origin": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "satoshirate": 1, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "status": 0, - "tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "tx_index": 33, - "block_time": 1727349596, + "block_time": 1727945596, "asset_info": { "divisible": true, "asset_longname": null, @@ -1019,9 +1009,9 @@ Here is a list of events classified by theme and for each an example response: "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "block_index": 146, - "block_time": 1727349596 + "block_time": 1727945596 } ], "next_cursor": 254, @@ -1035,14 +1025,15 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 302, + "event_index": 553, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", - "give_remaining": 0, - "source": "mxH2rQrd18EF6R1ykn18TRPT2HX5UVRJHz", - "status": 10, - "tx_hash": "a913a4e0d363595bbb0d8042759a3e348de369b4f3c7c1e6a0b6628bb46810a8", + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "status": 0, + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "asset_info": { "divisible": true, "asset_longname": null, @@ -1050,15 +1041,15 @@ Here is a list of events classified by theme and for each an example response: "locked": true, "issuer": null }, - "give_remaining_normalized": "0.00000000" + "give_remaining_normalized": "0.00009268" }, - "tx_hash": "3ca36e487e877ec78ff41ab30691fb067721fa65e9a6478d0a0997847ec29966", - "block_index": 150, - "block_time": 1727349613 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 279, - "result_count": 6 + "next_cursor": 302, + "result_count": 7 } ``` @@ -1073,13 +1064,13 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 144, - "destination": "mxH2rQrd18EF6R1ykn18TRPT2HX5UVRJHz", + "destination": "mwNtBvuv6eXYCAGtKZfrruMuWS8serN2B8", "dispense_quantity": 10, - "dispenser_tx_hash": "a913a4e0d363595bbb0d8042759a3e348de369b4f3c7c1e6a0b6628bb46810a8", - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "tx_hash": "9a4204cfd45d607d4fd0ef121a833318ade0f64cb0b179e4afaeb07325c392fc", + "dispenser_tx_hash": "d9e0a4f45614a5a900b80000750a09cbf77fdb8c914adb9637d39654a81ff23f", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx_hash": "8cd178867d6d941d63e25b3331957843f1c7e44d29a481775e177902f99b388b", "tx_index": 31, - "block_time": 1727349577, + "block_time": 1727945579, "asset_info": { "divisible": true, "asset_longname": null, @@ -1089,9 +1080,9 @@ Here is a list of events classified by theme and for each an example response: }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "9a4204cfd45d607d4fd0ef121a833318ade0f64cb0b179e4afaeb07325c392fc", + "tx_hash": "8cd178867d6d941d63e25b3331957843f1c7e44d29a481775e177902f99b388b", "block_index": 144, - "block_time": 1727349577 + "block_time": 1727945579 } ], "next_cursor": null, @@ -1105,20 +1096,20 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 280, + "event_index": 554, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 147, - "btc_amount": 10000, - "destination": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", + "block_index": 195, + "btc_amount": 1000, + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "dispense_index": 0, - "dispense_quantity": 666, - "dispenser_tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "tx_index": 34, - "block_time": 1727349600, + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -1126,16 +1117,16 @@ Here is a list of events classified by theme and for each an example response: "locked": true, "issuer": null }, - "dispense_quantity_normalized": "0.00000666", - "btc_amount_normalized": "0.00010000" + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "block_index": 147, - "block_time": 1727349600 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 240, - "result_count": 3 + "next_cursor": 280, + "result_count": 4 } ``` @@ -1153,19 +1144,19 @@ Here is a list of events classified by theme and for each an example response: "block_index": 138, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "f1e99ee2d6b5cb7b23efa5b5ee18acc60380cfb0045398b51eb6e97d7cdc4808", + "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", "tx_index": 25, "value": 66600.0, - "block_time": 1727349552, + "block_time": 1727945554, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "f1e99ee2d6b5cb7b23efa5b5ee18acc60380cfb0045398b51eb6e97d7cdc4808", + "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", "block_index": 138, - "block_time": 1727349552 + "block_time": 1727945554 } ], "next_cursor": 213, @@ -1203,16 +1194,16 @@ Here is a list of events classified by theme and for each an example response: "quantity_by_price": 60, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "start_block": 0, "status": "open", - "tx_hash": "dcf51617ae20ec4d8e93ee5852b5ad729111cf44ffc8b1990010dc23e4946287", + "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", "tx_index": 22, - "block_time": 1727349541 + "block_time": 1727945541 }, - "tx_hash": "dcf51617ae20ec4d8e93ee5852b5ad729111cf44ffc8b1990010dc23e4946287", + "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", "block_index": 135, - "block_time": 1727349541 + "block_time": 1727945541 } ], "next_cursor": 161, @@ -1230,11 +1221,11 @@ Here is a list of events classified by theme and for each an example response: "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "b138bde3e56cbfb89568a21f4adc5db7ed53b8b04d83baeb55e9b45a0d76ac81" + "tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf" }, "tx_hash": null, "block_index": 130, - "block_time": 1727349511 + "block_time": 1727945511 } ], "next_cursor": 110, @@ -1255,24 +1246,24 @@ Here is a list of events classified by theme and for each an example response: "block_index": 136, "commission": 0, "earn_quantity": 40, - "fairminter_tx_hash": "dcf51617ae20ec4d8e93ee5852b5ad729111cf44ffc8b1990010dc23e4946287", + "fairminter_tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", "paid_quantity": 34, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "status": "valid", - "tx_hash": "44a03318e1b6b030f0e328334464291e6d3341efea03a7f56f8f3c8112fac782", + "tx_hash": "b39289cb56bc3d031b595209a8eb9be4c04957b97de30db017a46f7824717952", "tx_index": 23, - "block_time": 1727349545, + "block_time": 1727945545, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, - "tx_hash": "44a03318e1b6b030f0e328334464291e6d3341efea03a7f56f8f3c8112fac782", + "tx_hash": "b39289cb56bc3d031b595209a8eb9be4c04957b97de30db017a46f7824717952", "block_index": 136, - "block_time": 1727349545 + "block_time": 1727945545 } ], "next_cursor": 190, @@ -1293,28 +1284,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MYASSETA", "block_index": 152, - "destination": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107:1", + "destination": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", "fee_paid": 0, "msg_index": 0, "quantity": 1000000000, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "valid", - "tx_hash": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107", + "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", "tx_index": 39, - "block_time": 1727349621, + "block_time": 1727945622, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, "quantity_normalized": "10.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107", + "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", "block_index": 152, - "block_time": 1727349621 + "block_time": 1727945622 } ], "next_cursor": 296, @@ -1333,28 +1324,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MYASSETA", "block_index": 151, - "destination": "bcrt1qfef9ruv8npmwdjqv0qlrlcr02xtcxk0y6rwtnt", + "destination": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", "fee_paid": 0, "msg_index": 0, "quantity": 500000000, - "source": "3ca36e487e877ec78ff41ab30691fb067721fa65e9a6478d0a0997847ec29966:0", + "source": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753:0", "status": "valid", - "tx_hash": "63e310052736f958559fccc2f2261467f8b9c28616ec4d26d6170d21eb932092", + "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", "tx_index": 38, - "block_time": 1727349617, + "block_time": 1727945618, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "63e310052736f958559fccc2f2261467f8b9c28616ec4d26d6170d21eb932092", + "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", "block_index": 151, - "block_time": 1727349617 + "block_time": 1727945618 } ], "next_cursor": null, @@ -1368,19 +1359,19 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 356, + "event_index": 551, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 156, - "destination": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896:1", + "block_index": 195, + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "msg_index": 1, "quantity": 1500000000, - "source": "6cc93fdf5891a4a25a055fac25361c236912ebf976ada3a6e9e2f1289a9c67d6:0", + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", "status": "valid", - "tx_hash": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896", - "tx_index": 43, - "block_time": 1727349637, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -1390,13 +1381,13 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "15.00000000" }, - "tx_hash": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896", - "block_index": 156, - "block_time": 1727349637 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 353, - "result_count": 7 + "next_cursor": 548, + "result_count": 9 } ``` @@ -1414,17 +1405,17 @@ Here is a list of events classified by theme and for each an example response: "block_index": 121, "burned": 50000000, "earned": 74999996667, - "source": "bcrt1qz5kudmquhd3pjrkwvcm08y70nps3wd7h787nsr", + "source": "bcrt1qr6gw3e43d3evyvpkn579qf92f5xpdjqx5v632f", "status": "valid", - "tx_hash": "44abd48b32ac931edcbd9d1917248c81169903630a30d90f1f6ff2e516b2955b", + "tx_hash": "58c7186af188fab4f758cdc9036b567dcf74ab0ca64e7cb821e0231b9035a773", "tx_index": 9, - "block_time": 1727349472, + "block_time": 1727945472, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, - "tx_hash": "44abd48b32ac931edcbd9d1917248c81169903630a30d90f1f6ff2e516b2955b", + "tx_hash": "58c7186af188fab4f758cdc9036b567dcf74ab0ca64e7cb821e0231b9035a773", "block_index": 121, - "block_time": 1727349472 + "block_time": 1727945472 } ], "next_cursor": 65, @@ -1463,7 +1454,7 @@ Returns server information and the list of documented routes in JSON format. Returns the list of the last ten blocks + Parameters - + cursor: `194` (str, optional) - The index of the most recent block to return + + cursor: `195` (str, optional) - The index of the most recent block to return + Default: `None` + limit: `5` (int, optional) - The number of blocks to return + Default: `10` @@ -1480,68 +1471,68 @@ Returns the list of the last ten blocks { "result": [ { - "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "previous_block_hash": "54672ea685fd69351a7053e700a410b78f15779452e33b33b6568680facc7d1c", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", "difficulty": 545259519, - "ledger_hash": "6afd3dfc102fbf1274a2eeb819e3f884052abc07094a6ae2a214d492f0eaddf8", - "txlist_hash": "230713c1ad13fc88b739b97038bb4243d934efd7d03b200ebc289c930c2a7d58", - "messages_hash": "6b6351b7f9138a49ff6e792f7e0d5eb884ae745d994b4894b3a880c6eace487e", + "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", + "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", + "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", "transaction_count": 1, "confirmed": true }, { - "block_index": 193, - "block_hash": "54672ea685fd69351a7053e700a410b78f15779452e33b33b6568680facc7d1c", - "block_time": 1727349778, - "previous_block_hash": "7f32744ac190f7103aded180f9a78843053006353de63e4a6ba2083fac6ef4f0", + "block_index": 194, + "block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", + "block_time": 1727945795, + "previous_block_hash": "102563f9cdf586188bd5eb8891a0eca827001481da10fc22b54037dc3ff42708", "difficulty": 545259519, - "ledger_hash": "4db52c358cac39da66222d66c1ea33914646bbfc90a4248c9ec276cb191d6813", - "txlist_hash": "cef984ed4a7a32c5165d288d1acdeb4c7a1586edf815ed612aaf00a64d9d2140", - "messages_hash": "dfce0d6c33e318ae8c5d96ac38a54619cccb5ded461d2ba4d71d279962df8aa2", + "ledger_hash": "75afe305e390e27c443363b102b6f9ae114008789b73793705a561ee24e33300", + "txlist_hash": "ea697c499ab7124deff133810c05c89841e72aee11df7e4e40dcdcc88528e984", + "messages_hash": "a2821af3cd5e9fee24dfd5015c224b16e8e474a99d3446c5f13ceb640a0d3d17", "transaction_count": 1, "confirmed": true }, { - "block_index": 192, - "block_hash": "7f32744ac190f7103aded180f9a78843053006353de63e4a6ba2083fac6ef4f0", - "block_time": 1727349773, - "previous_block_hash": "5602fc933b2479e92972028900aa479b950d68de91c99d9cd2b9d4b6c9eb5fd8", + "block_index": 193, + "block_hash": "102563f9cdf586188bd5eb8891a0eca827001481da10fc22b54037dc3ff42708", + "block_time": 1727945790, + "previous_block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", "difficulty": 545259519, - "ledger_hash": "f32819f366089e7be1d61549ea81c5bd6f92df3aa7132bbf9aa48e6e322f46c2", - "txlist_hash": "5902292890fd7417ab21b7576fbb3198693e6e9aafbbeccec45b7535ea25bda3", - "messages_hash": "5d024d4cdc4156f041f900eff02813d986819b2932fb00f6050e5bc115a5c42d", + "ledger_hash": "ed31d02c64c6d27df9d466b27da6ee31ca1f2ac55150c306239e63fd6a0f4afe", + "txlist_hash": "8dff347cd7dd8a13be6bdd5db9ad4fe7f5043af142a08857adf4ac1ba21d6cea", + "messages_hash": "2c88173e271a073ffa4d19601e6d54f8df97756075b78dbe6f5da8d2370ca19a", "transaction_count": 1, "confirmed": true }, { - "block_index": 191, - "block_hash": "5602fc933b2479e92972028900aa479b950d68de91c99d9cd2b9d4b6c9eb5fd8", - "block_time": 1727349769, - "previous_block_hash": "6894c9d833a94dda96cacbd65c20855b53ab6cbf3ca4d2935db0148cdee0f627", + "block_index": 192, + "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", + "block_time": 1727945786, + "previous_block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", "difficulty": 545259519, - "ledger_hash": "56439105809a24821db850ad11b7a9bcdeb234e030a72d04a32581c3eb647af4", - "txlist_hash": "7021fec1d976f2f8f67baf2e23d43543c71c86219925321de732307641be9f19", - "messages_hash": "7327fc15905006bd050f07ce73402c55ba9f53d2429f12aa5dbd908187d6e6fe", + "ledger_hash": "d429aff40d8b05c36dbaef0f17374ff6fd61041404c1509c1e717239e454a765", + "txlist_hash": "626ecd1c4f810d92c17ecc1872bab3f34f84ca2298c8abd5fbbc9e1cdc3d32a4", + "messages_hash": "736837ce9c7714331bb6f7b89f89d6e388a7f1630dfbdff123d378072491564e", "transaction_count": 1, "confirmed": true }, { - "block_index": 190, - "block_hash": "6894c9d833a94dda96cacbd65c20855b53ab6cbf3ca4d2935db0148cdee0f627", - "block_time": 1727349765, - "previous_block_hash": "0aec4e04920daa7b67afa563ad13da72e656efceb46b60268f1a55bbe2271020", + "block_index": 191, + "block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", + "block_time": 1727945782, + "previous_block_hash": "60999ce3f95c2a0834276b4e886f4efcf887c830a434c54247655be106b11ea8", "difficulty": 545259519, - "ledger_hash": "a6d03bd6b3e449b783edd211add171850d40e102c778b220531b880876557eb4", - "txlist_hash": "5c851aff77532fb39c7356573584f5d9df7e80f0dbdf20d105780ff406950e01", - "messages_hash": "5d60009e707e3dd2f42cc145b11acaeaa1676005a5dee3680dca8e0fa9cad3c8", + "ledger_hash": "be0322cbf050d1b4f9206f66714070e7687eb1182ff3cbfe3bc272143bbd26e0", + "txlist_hash": "871b6990ef92dca974eb4cf2646df33b1336d60ab80d76d9efa760f764b0540a", + "messages_hash": "5dd0e567618a99ce7446549154f823934a44211bd211fedcb2e72543c7e284e4", "transaction_count": 1, "confirmed": true } ], - "next_cursor": 189, - "result_count": 94 + "next_cursor": 190, + "result_count": 95 } ``` @@ -1560,7 +1551,7 @@ Return the information of the last block Return the information of a block + Parameters - + block_index: `194` (int, required) - The index of the block to return + + block_index: `195` (int, required) - The index of the block to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -1571,14 +1562,14 @@ Return the information of a block ``` { "result": { - "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "previous_block_hash": "54672ea685fd69351a7053e700a410b78f15779452e33b33b6568680facc7d1c", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", "difficulty": 545259519, - "ledger_hash": "6afd3dfc102fbf1274a2eeb819e3f884052abc07094a6ae2a214d492f0eaddf8", - "txlist_hash": "230713c1ad13fc88b739b97038bb4243d934efd7d03b200ebc289c930c2a7d58", - "messages_hash": "6b6351b7f9138a49ff6e792f7e0d5eb884ae745d994b4894b3a880c6eace487e", + "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", + "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", + "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", "transaction_count": 1, "confirmed": true } @@ -1590,7 +1581,7 @@ Return the information of a block Return the information of a block + Parameters - + block_hash: `65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7` (str, required) - The index of the block to return + + block_hash: `674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de` (str, required) - The index of the block to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -1601,14 +1592,14 @@ Return the information of a block ``` { "result": { - "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "previous_block_hash": "54672ea685fd69351a7053e700a410b78f15779452e33b33b6568680facc7d1c", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", "difficulty": 545259519, - "ledger_hash": "6afd3dfc102fbf1274a2eeb819e3f884052abc07094a6ae2a214d492f0eaddf8", - "txlist_hash": "230713c1ad13fc88b739b97038bb4243d934efd7d03b200ebc289c930c2a7d58", - "messages_hash": "6b6351b7f9138a49ff6e792f7e0d5eb884ae745d994b4894b3a880c6eace487e", + "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", + "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", + "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", "transaction_count": 1, "confirmed": true } @@ -1620,8 +1611,8 @@ Return the information of a block Returns the transactions of a block + Parameters - + block_index: `194` (int, required) - The index of the block to return - + cursor: `60` (str, optional) - The last transaction index to return + + block_index: `195` (int, required) - The index of the block to return + + cursor: `61` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return + Default: `10` @@ -1638,37 +1629,27 @@ Returns the transactions of a block { "result": [ { - "tx_index": 60, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "6e0000000000000001000000000000000164657374726f79", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "btc_amount": 1000, + "fee": 0, + "data": "0d00", "supported": true, - "utxos_info": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c:1", + "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "confirmed": true, "unpacked_data": { - "message_type": "destroy", - "message_type_id": 110, + "message_type": "dispense", + "message_type_id": 13, "message_data": { - "asset": "XCP", - "quantity": 1, - "tag": "64657374726f79", - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "quantity_normalized": "0.00000001" + "data": "00" } }, - "btc_amount_normalized": "0.00000000" + "btc_amount_normalized": "0.00001000" } ], "next_cursor": null, @@ -1681,10 +1662,10 @@ Returns the transactions of a block Returns the events of a block + Parameters - + block_index: `193` (int, required) - The index of the block to return + + block_index: `195` (int, required) - The index of the block to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `542` (str, optional) - The last event index to return + + cursor: `556` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -1701,60 +1682,65 @@ Returns the events of a block { "result": [ { - "event_index": 536, + "event_index": 556, "event": "BLOCK_PARSED", "params": { - "block_index": 193, - "ledger_hash": "4db52c358cac39da66222d66c1ea33914646bbfc90a4248c9ec276cb191d6813", - "messages_hash": "dfce0d6c33e318ae8c5d96ac38a54619cccb5ded461d2ba4d71d279962df8aa2", + "block_index": 195, + "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", + "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", "transaction_count": 1, - "txlist_hash": "cef984ed4a7a32c5165d288d1acdeb4c7a1586edf815ed612aaf00a64d9d2140", - "block_time": 1727349778 + "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", + "block_time": 1727945804 }, "tx_hash": null }, { - "event_index": 535, + "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61 }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" }, { - "event_index": 534, - "event": "SWEEP", + "event_index": 554, + "event": "DISPENSE", "params": { - "block_index": 193, - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "fee_paid": 600000, - "flags": 1, - "memo": "sweep my assets", - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "status": "valid", - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59, - "block_time": 1727349778, - "fee_paid_normalized": "0.00600000" + "asset": "XCP", + "block_index": 195, + "btc_amount": 1000, + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" }, { - "event_index": 533, - "event": "CREDIT", + "event_index": 553, + "event": "DISPENSER_UPDATE", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "status": 0, + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "asset_info": { "divisible": true, "asset_longname": null, @@ -1762,24 +1748,24 @@ Returns the events of a block "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "give_remaining_normalized": "0.00009268" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" }, { - "event_index": 532, - "event": "DEBIT", + "event_index": 552, + "event": "CREDIT", "params": { - "action": "sweep", - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -1787,13 +1773,13 @@ Returns the events of a block "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" } ], - "next_cursor": 531, - "result_count": 12 + "next_cursor": 551, + "result_count": 14 } ``` @@ -1802,7 +1788,7 @@ Returns the events of a block Returns the event counts of a block + Parameters - + block_index: `194` (int, required) - The index of the block to return + + block_index: `195` (int, required) - The index of the block to return + cursor (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return @@ -1820,28 +1806,28 @@ Returns the event counts of a block { "result": [ { - "event": "TRANSACTION_PARSED", - "event_count": 1 + "event": "UTXO_MOVE", + "event_count": 2 }, { - "event": "NEW_TRANSACTION", + "event": "TRANSACTION_PARSED", "event_count": 1 }, { - "event": "NEW_BLOCK", + "event": "NEW_TRANSACTION_OUTPUT", "event_count": 1 }, { - "event": "DEBIT", + "event": "NEW_TRANSACTION", "event_count": 1 }, { - "event": "BLOCK_PARSED", + "event": "NEW_BLOCK", "event_count": 1 } ], - "next_cursor": "ASSET_DESTRUCTION", - "result_count": 6 + "next_cursor": "DISPENSER_UPDATE", + "result_count": 10 } ``` @@ -1850,7 +1836,7 @@ Returns the event counts of a block Returns the events of a block filtered by event + Parameters - + block_index: `193` (int, required) - The index of the block to return + + block_index: `195` (int, required) - The index of the block to return + event: `CREDIT` (str, required) - The event to filter by + cursor (str, optional) - The last event index to return + Default: `None` @@ -1869,19 +1855,19 @@ Returns the events of a block filtered by event { "result": [ { - "event_index": 533, + "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -1889,59 +1875,59 @@ Returns the events of a block filtered by event "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" }, { - "event_index": 531, + "event_index": 550, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 10, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "XCP", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00000010" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" }, { - "event_index": 529, + "event_index": 547, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "FAIRMINTA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 500000000, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "MYASSETA", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": "", - "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "5.00000000" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" } ], "next_cursor": null, @@ -1954,7 +1940,7 @@ Returns the events of a block filtered by event Returns the credits of a block + Parameters - + block_index: `193` (int, required) - The index of the block to return + + block_index: `195` (int, required) - The index of the block to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -2003,17 +1989,17 @@ Returns the credits of a block { "result": [ { - "block_index": 193, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "block_index": 195, + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "quantity": 74499387833, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59, + "quantity": 66, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -2021,49 +2007,49 @@ Returns the credits of a block "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, { - "block_index": 193, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "quantity": 10, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59, - "utxo": null, - "utxo_address": null, + "block_index": 195, + "address": null, + "asset": "XCP", + "quantity": 1500000000, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00000010" + "quantity_normalized": "15.00000000" }, { - "block_index": 193, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "FAIRMINTA", - "quantity": 500000000, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59, - "utxo": null, - "utxo_address": null, + "block_index": 195, + "address": null, + "asset": "MYASSETA", + "quantity": 1500000000, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { - "asset_longname": "", - "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "5.00000000" + "quantity_normalized": "15.00000000" } ], "next_cursor": null, @@ -2076,7 +2062,7 @@ Returns the credits of a block Returns the debits of a block + Parameters - + block_index: `194` (int, required) - The index of the block to return + + block_index: `195` (int, required) - The index of the block to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -2114,17 +2100,17 @@ Returns the debits of a block { "result": [ { - "block_index": 194, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "block_index": 195, + "address": null, "asset": "XCP", - "quantity": 1, - "action": "destroy", - "event": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "tx_index": 60, - "utxo": null, - "utxo_address": null, + "quantity": 1500000000, + "action": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "confirmed": true, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -2132,11 +2118,32 @@ Returns the debits of a block "locked": true, "issuer": null }, - "quantity_normalized": "0.00000001" + "quantity_normalized": "15.00000000" + }, + { + "block_index": 195, + "address": null, + "asset": "MYASSETA", + "quantity": 1500000000, + "action": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "confirmed": true, + "block_time": 1727945804, + "asset_info": { + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "divisible": true, + "locked": false + }, + "quantity_normalized": "15.00000000" } ], "next_cursor": null, - "result_count": 1 + "result_count": 2 } ``` @@ -2164,24 +2171,24 @@ Returns the expirations of a block "result": [ { "type": "order", - "object_id": "14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", + "object_id": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", "block_index": 183, "confirmed": true, - "block_time": 1727349670 + "block_time": 1727945683 }, { "type": "order", - "object_id": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", + "object_id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", "block_index": 183, "confirmed": true, - "block_time": 1727349670 + "block_time": 1727945683 }, { "type": "order_match", - "object_id": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0_14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", + "object_id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", "block_index": 183, "confirmed": true, - "block_time": 1727349670 + "block_time": 1727945683 } ], "next_cursor": null, @@ -2213,13 +2220,13 @@ Returns the cancels of a block "result": [ { "tx_index": 57, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "offer_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "status": "valid", "confirmed": true, - "block_time": 1727349769 + "block_time": 1727945782 } ], "next_cursor": null, @@ -2251,15 +2258,15 @@ Returns the destructions of a block "result": [ { "tx_index": 60, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", + "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", "block_index": 194, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", "quantity": 1, "tag": "64657374726f79", "status": "valid", "confirmed": true, - "block_time": 1727349782, + "block_time": 1727945795, "asset_info": { "divisible": true, "asset_longname": null, @@ -2299,14 +2306,14 @@ Returns the issuances of a block "result": [ { "tx_index": 47, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -2321,7 +2328,7 @@ Returns the issuances of a block "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349655, + "block_time": 1727945667, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -2336,7 +2343,7 @@ Returns the issuances of a block Returns the sends, include Enhanced and MPMA sends, of a block + Parameters - + block_index: `189` (int, required) - The index of the block to return + + block_index: `195` (int, required) - The index of the block to return + cursor (str, optional) - The last index of the debits to return + Default: `None` + limit: `5` (int, optional) - The maximum number of debits to return @@ -2354,19 +2361,19 @@ Returns the sends, include Enhanced and MPMA sends, of a block { "result": [ { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "asset": "XCP", - "quantity": 10, + "quantity": 1500000000, "status": "valid", - "msg_index": 2, + "msg_index": 1, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -2374,60 +2381,36 @@ Returns the sends, include Enhanced and MPMA sends, of a block "locked": true, "issuer": null }, - "quantity_normalized": "0.00000010", - "fee_paid_normalized": "0.00000000" - }, - { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "quantity": 10, - "status": "valid", - "msg_index": 1, - "memo": null, - "fee_paid": 0, - "confirmed": true, - "block_time": 1727349761, - "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "divisible": true, - "locked": false - }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "15.00000000", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "asset": "MYASSETA", - "quantity": 10, + "quantity": 1500000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945804, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "15.00000000", "fee_paid_normalized": "0.00000000" } ], "next_cursor": null, - "result_count": 3 + "result_count": 2 } ``` @@ -2436,7 +2419,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block Returns the dispenses of a block + Parameters - + block_index: `147` (int, required) - The index of the block to return + + block_index: `195` (int, required) - The index of the block to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -2454,30 +2437,30 @@ Returns the dispenses of a block { "result": [ { - "tx_index": 34, + "tx_index": 61, "dispense_index": 0, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "destination": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "dispense_quantity": 666, - "dispenser_tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", - "btc_amount": 10000, + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, - "give_remaining": 9334, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "last_status_tx_hash": null, - "origin": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "dispense_count": 1, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "fiat_price": 0.01, @@ -2486,12 +2469,12 @@ Returns the dispenses of a block "oracle_price_last_updated": 138, "satoshi_price": 16, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00009334", + "give_remaining_normalized": "0.00009268", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727349600, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -2499,8 +2482,8 @@ Returns the dispenses of a block "locked": true, "issuer": null }, - "dispense_quantity_normalized": "0.00000666", - "btc_amount_normalized": "0.00010000" + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" } ], "next_cursor": null, @@ -2532,16 +2515,16 @@ Returns the sweeps of a block "result": [ { "tx_index": 59, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "block_index": 193, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945790, "fee_paid_normalized": "0.00600000" } ], @@ -2575,17 +2558,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 25, - "tx_hash": "f1e99ee2d6b5cb7b23efa5b5ee18acc60380cfb0045398b51eb6e97d7cdc4808", + "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", "block_index": 138, - "block_hash": "2edd2865d36cd2c355b33f793e50684954367406cccbe8c03ded53f7fc253833", - "block_time": 1727349552, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "block_hash": "293ca029b414abb85173ebbc2614d50b0d34bc0eff6ccda21384cf3c57339723", + "block_time": 1727945554, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "destination": null, "btc_amount": 0, "fee": 10000, "data": "1eeea6b9ef40f0428000000000000000000970726963652d555344", "supported": true, - "utxos_info": "f1e99ee2d6b5cb7b23efa5b5ee18acc60380cfb0045398b51eb6e97d7cdc4808:1", + "utxos_info": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5:1", "confirmed": true, "unpacked_data": { "message_type": "broadcast", @@ -2610,25 +2593,25 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 52, - "tx_hash": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac", + "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", "block_index": 186, - "block_hash": "1e3ef10f2a2854e277eff75d94d9a94e30cc1801ec33ed023529c607791d8925", - "block_time": 1727349748, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "destination": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "04a6dbc8fcfd46eacc0e9abd4c20fc7aec8597e47ec523600e8c816ac3120304", + "block_time": 1727945761, + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "btc_amount": 2000, "fee": 10000, - "data": "0bc0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de0594e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "data": "0b810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597dfd4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "supported": true, - "utxos_info": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac:0", + "utxos_info": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx1_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "order_match_id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "status": "valid" } }, @@ -2643,23 +2626,23 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 57, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "block_hash": "5602fc933b2479e92972028900aa479b950d68de91c99d9cd2b9d4b6c9eb5fd8", - "block_time": 1727349769, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", + "block_time": 1727945782, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "462800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "data": "46dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "supported": true, - "utxos_info": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f:1", + "utxos_info": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "status": "valid" } }, @@ -2674,17 +2657,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 60, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", + "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", + "block_time": 1727945795, + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c:1", + "utxos_info": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -2714,17 +2697,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 33, - "tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "block_index": 146, - "block_hash": "2e2a4235c112ba0918ac538c5840253278018c0fe2240c83e162dd364a98dea2", - "block_time": 1727349596, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "block_hash": "4ac142be75d7e0086f3bac426fd16dfd02a217c8acfbec17639be386ebd0efe5", + "block_time": 1727945596, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0c00000000000000010000000000000001000000000000271000000000000000010080d9773c9f6335d840fa941513a2e06478a8240f07", + "data": "0c0000000000000001000000000000000100000000000027100000000000000001008028d33e852e352f10e581cdb6e44206cb92b9ae85", "supported": true, - "utxos_info": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564:1", + "utxos_info": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8:1", "confirmed": true, "unpacked_data": { "message_type": "dispenser", @@ -2736,7 +2719,7 @@ Here is sample API output for each of these transactions: "mainchainrate": 1, "dispenser_status": 0, "action_address": null, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "status": "valid", "asset_info": { "divisible": true, @@ -2759,18 +2742,18 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 34, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "block_index": 147, - "block_hash": "61634f234d53a3a70ca86ab4925496307c29dabd1fdc69ea79ac9a0ba69611c9", - "block_time": 1727349600, - "source": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", - "destination": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "btc_amount": 10000, + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2:0", + "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -2779,7 +2762,7 @@ Here is sample API output for each of these transactions: "data": "00" } }, - "btc_amount_normalized": "0.00010000" + "btc_amount_normalized": "0.00001000" } } ``` @@ -2790,17 +2773,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 41, - "tx_hash": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "block_index": 154, - "block_hash": "76fe3cc3082a511cc4deebf40c1b61a71394c5e325dfd728ab53722bc3cf95bf", - "block_time": 1727349630, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "543ca545b523681158126257c7e9487f151a940e2d0e959c256442613075b416", + "block_time": 1727945630, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, "data": "320000000005f5e100000000182b37176e0000000000000001", "supported": true, - "utxos_info": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10:1", + "utxos_info": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2:1", "confirmed": true, "unpacked_data": { "message_type": "dividend", @@ -2813,7 +2796,7 @@ Here is sample API output for each of these transactions: "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2838,17 +2821,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 47, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "block_index": 160, - "block_hash": "2b39b447a38d64a40a2462ef6a6d698ce0e1264b454624722d7ebefcb2eb4ba2", - "block_time": 1727349655, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "4a97e678e7fe3b5c0194661e0bdd228c8e65bc87c38c464e6592f38a759511e7", + "block_time": 1727945667, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, "data": "17015308217a15c0c2000000174876e80001000016987952c23e7c7c94dd9fd148af3f5276f9092bbbc2e941207375626e756d65726963206173736574", "supported": true, - "utxos_info": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40:1", + "utxos_info": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006:1", "confirmed": true, "unpacked_data": { "message_type": "issuance", @@ -2880,17 +2863,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 58, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "block_hash": "7f32744ac190f7103aded180f9a78843053006353de63e4a6ba2083fac6ef4f0", - "block_time": 1727349773, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", + "block_time": 1727945786, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f:1", + "utxos_info": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -2933,17 +2916,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 54, - "tx_hash": "ba2b62e02257afd56871a06214aa59ca231cd893239ab9555de83150c93f7a80", + "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680", "block_index": 188, - "block_hash": "4ef154a74febabf552d879f14a040b26b8eb58bb1096fa8670093d826cd0cec0", - "block_time": 1727349756, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "block_hash": "0af48301da90fee0e0ce0f07d88cf1d1611e85b1dcf84ea78342caa9c10a0b7c", + "block_time": 1727945769, + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0200000000000000010000000000002710806a0754aa80c92844296a3a23dde3609ac941f9d0", + "data": "020000000000000001000000000000271080a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f", "supported": true, - "utxos_info": "ba2b62e02257afd56871a06214aa59ca231cd893239ab9555de83150c93f7a80:1", + "utxos_info": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680:1", "confirmed": true, "unpacked_data": { "message_type": "enhanced_send", @@ -2951,7 +2934,7 @@ Here is sample API output for each of these transactions: "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "memo": null, "asset_info": { "divisible": true, @@ -2974,17 +2957,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "block_hash": "0aec4e04920daa7b67afa563ad13da72e656efceb46b60268f1a55bbe2271020", - "block_time": 1727349761, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "6f156db0e493011225c4202b78afe15f19e4a92443e19f8a438b1f86062e9469", + "block_time": 1727945773, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003803bece20f130359dc589d1e84d59950baf9082108803f1b35d0c7d4f97ce61405f0ca84abe9d07ba48d806a0754aa80c92844296a3a23dde3609ac941f9d0400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "030003808e44aeb58719a0eea4fa6a325fb1ba904367d10680ab73abe1329ddb8c69c32d324c641cbe6db8ea8880a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7:0", + "utxos_info": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -2992,14 +2975,14 @@ Here is sample API output for each of these transactions: "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -3007,7 +2990,7 @@ Here is sample API output for each of these transactions: }, { "asset": "XCP", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -3033,23 +3016,23 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 59, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "block_index": 193, - "block_hash": "54672ea685fd69351a7053e700a410b78f15779452e33b33b6568680facc7d1c", - "block_time": 1727349778, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "block_hash": "102563f9cdf586188bd5eb8891a0eca827001481da10fc22b54037dc3ff42708", + "block_time": 1727945790, + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "04806a0754aa80c92844296a3a23dde3609ac941f9d0017377656570206d7920617373657473", + "data": "0480a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f017377656570206d7920617373657473", "supported": true, - "utxos_info": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1:1", + "utxos_info": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283:1", "confirmed": true, "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "flags": 1, "memo": "sweep my assets" } @@ -3064,7 +3047,7 @@ Here is sample API output for each of these transactions: Returns the list of the last ten transactions + Parameters - + cursor: `60` (str, optional) - The index of the most recent transactions to return + + cursor: `61` (str, optional) - The index of the most recent transactions to return + Default: `None` + limit: `2` (int, optional) - The number of transactions to return + Default: `10` @@ -3080,19 +3063,42 @@ Returns the list of the last ten transactions ``` { "result": [ + { + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "btc_amount": 1000, + "fee": 0, + "data": "0d00", + "supported": true, + "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "confirmed": true, + "unpacked_data": { + "message_type": "dispense", + "message_type_id": 13, + "message_data": { + "data": "00" + } + }, + "btc_amount_normalized": "0.00001000" + }, { "tx_index": 60, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", + "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", + "block_time": 1727945795, + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c:1", + "utxos_info": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -3112,35 +3118,10 @@ Returns the list of the last ten transactions } }, "btc_amount_normalized": "0.00000000" - }, - { - "tx_index": 59, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_hash": "54672ea685fd69351a7053e700a410b78f15779452e33b33b6568680facc7d1c", - "block_time": 1727349778, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "04806a0754aa80c92844296a3a23dde3609ac941f9d0017377656570206d7920617373657473", - "supported": true, - "utxos_info": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1:1", - "confirmed": true, - "unpacked_data": { - "message_type": "sweep", - "message_type_id": 4, - "message_data": { - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "flags": 1, - "memo": "sweep my assets" - } - }, - "btc_amount_normalized": "0.00000000" } ], - "next_cursor": 58, - "result_count": 61 + "next_cursor": 59, + "result_count": 62 } ``` @@ -3149,7 +3130,7 @@ Returns the list of the last ten transactions Returns Counterparty information from a raw transaction in hex format. + Parameters - + rawtransaction: `02000000000101c535465126f3c9f65733c2a34a7ee69874af133541071e6003cf1b9ef41de7320000000000ffffffff0200000000000000002b6a299c7b2c17615d7dd3a81cd365cfb2bfcc8bb720c6ee20ea82687cde1df29ba29e35a5115b37acfb6f58f0ca052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa10247304402203216ade31a533280808466221b8466c0dbf389f520f3bc6b7b58b8580dd52ada0220094a75d3e34ba099e83afc8ea1bb7675c05972999bd54061d7064c557fcebb75012103550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a2600000000` (str, required) - Raw transaction in hex format + + rawtransaction: `020000000001010000000000000000000000000000000000000000000000000000000000000000ffffffff03012d00ffffffff0200f2052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe260000000000000000266a24aa21a9ede2f61c3f71d1defd3fa999dfa36953755c690689799962b48bebd836974e8cf90120000000000000000000000000000000000000000000000000000000000000000000000000` (str, required) - Raw transaction in hex format + block_index (int, optional) - Block index mandatory for transactions before block 335000 + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -3162,51 +3143,41 @@ Returns Counterparty information from a raw transaction in hex format. ``` { "result": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "", "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "462800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "btc_amount": null, + "fee": null, + "data": "", "decoded_tx": { "version": 2, "segwit": true, - "coinbase": false, + "coinbase": true, "vin": [ { - "hash": "c535465126f3c9f65733c2a34a7ee69874af133541071e6003cf1b9ef41de732", - "n": 0, - "script_sig": "", + "hash": "0000000000000000000000000000000000000000000000000000000000000000", + "n": 4294967295, + "script_sig": "012d00", "sequence": 4294967295, - "coinbase": false + "coinbase": true } ], "vout": [ { - "value": 0, - "script_pub_key": "6a299c7b2c17615d7dd3a81cd365cfb2bfcc8bb720c6ee20ea82687cde1df29ba29e35a5115b37acfb6f58" + "value": 5000000000, + "script_pub_key": "00148bdc11663a033e9b683b2efd21c40b2d99cbbe26" }, { - "value": 4999990000, - "script_pub_key": "001454d0ceafd7b80938e68bc2331e44651d52075fa1" + "value": 0, + "script_pub_key": "6a24aa21a9ede2f61c3f71d1defd3fa999dfa36953755c690689799962b48bebd836974e8cf9" } ], "vtxinwit": [ - "304402203216ade31a533280808466221b8466c0dbf389f520f3bc6b7b58b8580dd52ada0220094a75d3e34ba099e83afc8ea1bb7675c05972999bd54061d7064c557fcebb7501", - "03550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a26" + "0000000000000000000000000000000000000000000000000000000000000000" ], "lock_time": 0, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", - "tx_id": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f" - }, - "unpacked_data": { - "message_type": "cancel", - "message_type_id": 70, - "message_data": { - "offer_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", - "status": "valid" - } - }, - "btc_amount_normalized": "0.00000000" + "tx_hash": "2299da7e37aaadc05d77530c29f5f779d7d03b11bfa0d02c379c04d7847e75c4", + "tx_id": "2299da7e37aaadc05d77530c29f5f779d7d03b11bfa0d02c379c04d7847e75c4" + } } } ``` @@ -3216,7 +3187,7 @@ Returns Counterparty information from a raw transaction in hex format. Returns Counterparty information from a transaction hash. + Parameters - + tx_hash: `d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30` (str, required) - Transaction hash + + tx_hash: `af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e` (str, required) - Transaction hash + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3227,18 +3198,18 @@ Returns Counterparty information from a transaction hash. ``` { "result": { - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0200000000000000010000000000002710803f1b35d0c7d4f97ce61405f0ca84abe9d07ba48d", + "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "e94b0f923c947a3156499663930c5f8267dd34540b4f2fa055fdf3c460c5b1d0", + "hash": "f1a605d1cbcf9a2b21330a08798f33788611855dabf3e9e46779f31e04c47c40", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -3248,20 +3219,20 @@ Returns Counterparty information from a transaction hash. "vout": [ { "value": 0, - "script_pub_key": "6a2ecd6afc278eea034cfdc4eb9c89b5e623fe38a16199d1c6c7f433b4915b016b3798b7371e39cddb2fc70d9f11428a" + "script_pub_key": "6a2e1fc2aaa7b94c43cf27eb4a7cb544953d435f27691acd2cfe3c0a7e38aa79f7e8264b0d8203bc754d1502da556887" }, { "value": 4999955000, - "script_pub_key": "00146a0754aa80c92844296a3a23dde3609ac941f9d0" + "script_pub_key": "0014a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f" } ], "vtxinwit": [ - "3044022063cccb36b59093cf77261a400cfb7c591c3e67b90d8bead689edbb0538daa2b0022058cd448763a051010466aea5a88bf3e6fc6a8b3db46ff310ff9e58782abbd53801", - "039fcbb1490d5238142ee3d518816b8637d5b7f61977a9b8d5f3cb14c5b7f7dc6f" + "3044022008890ce500a5a18bac5633c71126f8934bc5d53c1010847886b32a2d789b5d8c02204154d66d873f4b52dc481bbdbb11e042d499a72b04b7b0ee5216d2bf2fa20db401", + "026750c47282fe0cabab98947f40e2de1220c769acc418a9bb840f61e98dc052ff" ], "lock_time": 0, - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_id": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30" + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_id": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e" }, "unpacked_data": { "message_type": "enhanced_send", @@ -3269,7 +3240,7 @@ Returns Counterparty information from a transaction hash. "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "memo": null, "asset_info": { "divisible": true, @@ -3318,7 +3289,7 @@ Unpacks Counterparty data in hex format and returns the message type and data. Returns a transaction by its index. + Parameters - + tx_index: `60` (int, required) - The index of the transaction + + tx_index: `61` (int, required) - The index of the transaction + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3329,37 +3300,27 @@ Returns a transaction by its index. ``` { "result": { - "tx_index": 60, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "6e0000000000000001000000000000000164657374726f79", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "btc_amount": 1000, + "fee": 0, + "data": "0d00", "supported": true, - "utxos_info": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c:1", + "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "confirmed": true, "unpacked_data": { - "message_type": "destroy", - "message_type_id": 110, + "message_type": "dispense", + "message_type_id": 13, "message_data": { - "asset": "XCP", - "quantity": 1, - "tag": "64657374726f79", - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "quantity_normalized": "0.00000001" + "data": "00" } }, - "btc_amount_normalized": "0.00000000" + "btc_amount_normalized": "0.00001000" } } ``` @@ -3369,7 +3330,7 @@ Returns a transaction by its index. Returns a transaction by its hash. + Parameters - + tx_hash: `e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c` (str, required) - The hash of the transaction + + tx_hash: `c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701` (str, required) - The hash of the transaction + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3380,37 +3341,27 @@ Returns a transaction by its hash. ``` { "result": { - "tx_index": 60, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "6e0000000000000001000000000000000164657374726f79", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "btc_amount": 1000, + "fee": 0, + "data": "0d00", "supported": true, - "utxos_info": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c:1", + "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "confirmed": true, "unpacked_data": { - "message_type": "destroy", - "message_type_id": 110, + "message_type": "dispense", + "message_type_id": 13, "message_data": { - "asset": "XCP", - "quantity": 1, - "tag": "64657374726f79", - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "quantity_normalized": "0.00000001" + "data": "00" } }, - "btc_amount_normalized": "0.00000000" + "btc_amount_normalized": "0.00001000" } } ``` @@ -3420,7 +3371,7 @@ Returns a transaction by its hash. Returns the events of a transaction + Parameters - + tx_index: `59` (int, required) - The index of the transaction to return + + tx_index: `61` (int, required) - The index of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor (str, optional) - The last event index to return @@ -3440,51 +3391,56 @@ Returns the events of a transaction { "result": [ { - "event_index": 535, + "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61 }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 534, - "event": "SWEEP", + "event_index": 554, + "event": "DISPENSE", "params": { - "block_index": 193, - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "fee_paid": 600000, - "flags": 1, - "memo": "sweep my assets", - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "status": "valid", - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59, - "block_time": 1727349778, - "fee_paid_normalized": "0.00600000" + "asset": "XCP", + "block_index": 195, + "btc_amount": 1000, + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 533, - "event": "CREDIT", + "event_index": 553, + "event": "DISPENSER_UPDATE", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "status": 0, + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "asset_info": { "divisible": true, "asset_longname": null, @@ -3492,26 +3448,26 @@ Returns the events of a transaction "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "give_remaining_normalized": "0.00009268" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 532, - "event": "DEBIT", + "event_index": 552, + "event": "CREDIT", "params": { - "action": "sweep", - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -3519,42 +3475,42 @@ Returns the events of a transaction "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 531, - "event": "CREDIT", + "event_index": 551, + "event": "UTXO_MOVE", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 10, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "asset": "XCP", + "block_index": 195, + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "msg_index": 1, + "quantity": 1500000000, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "status": "valid", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00000010" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 530, - "result_count": 10 + "next_cursor": 550, + "result_count": 12 } ``` @@ -3563,10 +3519,10 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1` (str, required) - The hash of the transaction to return + + tx_hash: `c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `542` (str, optional) - The last event index to return + + cursor: `556` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -3583,51 +3539,56 @@ Returns the events of a transaction { "result": [ { - "event_index": 535, + "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61 }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 534, - "event": "SWEEP", + "event_index": 554, + "event": "DISPENSE", "params": { - "block_index": 193, - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "fee_paid": 600000, - "flags": 1, - "memo": "sweep my assets", - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "status": "valid", - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59, - "block_time": 1727349778, - "fee_paid_normalized": "0.00600000" + "asset": "XCP", + "block_index": 195, + "btc_amount": 1000, + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 533, - "event": "CREDIT", + "event_index": 553, + "event": "DISPENSER_UPDATE", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "status": 0, + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "asset_info": { "divisible": true, "asset_longname": null, @@ -3635,26 +3596,26 @@ Returns the events of a transaction "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "give_remaining_normalized": "0.00009268" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 532, - "event": "DEBIT", + "event_index": 552, + "event": "CREDIT", "params": { - "action": "sweep", - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -3662,42 +3623,42 @@ Returns the events of a transaction "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 531, - "event": "CREDIT", + "event_index": 551, + "event": "UTXO_MOVE", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 10, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "asset": "XCP", + "block_index": 195, + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "msg_index": 1, + "quantity": 1500000000, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "status": "valid", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00000010" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 530, - "result_count": 10 + "next_cursor": 550, + "result_count": 12 } ``` @@ -3706,7 +3667,7 @@ Returns the events of a transaction Returns the sends, include Enhanced and MPMA sends, of a block + Parameters - + tx_hash: `c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7` (str, required) - The hash of the transaction to return + + tx_hash: `c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701` (str, required) - The hash of the transaction to return + cursor (str, optional) - The last index of the debits to return + Default: `None` + limit: `5` (int, optional) - The maximum number of debits to return @@ -3724,19 +3685,19 @@ Returns the sends, include Enhanced and MPMA sends, of a block { "result": [ { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "asset": "XCP", - "quantity": 10, + "quantity": 1500000000, "status": "valid", - "msg_index": 2, + "msg_index": 1, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -3744,60 +3705,36 @@ Returns the sends, include Enhanced and MPMA sends, of a block "locked": true, "issuer": null }, - "quantity_normalized": "0.00000010", - "fee_paid_normalized": "0.00000000" - }, - { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "quantity": 10, - "status": "valid", - "msg_index": 1, - "memo": null, - "fee_paid": 0, - "confirmed": true, - "block_time": 1727349761, - "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "divisible": true, - "locked": false - }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "15.00000000", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "asset": "MYASSETA", - "quantity": 10, + "quantity": 1500000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945804, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "15.00000000", "fee_paid_normalized": "0.00000000" } ], "next_cursor": null, - "result_count": 3 + "result_count": 2 } ``` @@ -3806,7 +3743,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block Returns the dispenses of a block + Parameters - + tx_hash: `4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2` (str, required) - The hash of the transaction to return + + tx_hash: `c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701` (str, required) - The hash of the transaction to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -3824,30 +3761,30 @@ Returns the dispenses of a block { "result": [ { - "tx_index": 34, + "tx_index": 61, "dispense_index": 0, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "destination": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "dispense_quantity": 666, - "dispenser_tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", - "btc_amount": 10000, + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, - "give_remaining": 9334, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "last_status_tx_hash": null, - "origin": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "dispense_count": 1, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "fiat_price": 0.01, @@ -3856,12 +3793,12 @@ Returns the dispenses of a block "oracle_price_last_updated": 138, "satoshi_price": 16, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00009334", + "give_remaining_normalized": "0.00009268", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727349600, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -3869,8 +3806,8 @@ Returns the dispenses of a block "locked": true, "issuer": null }, - "dispense_quantity_normalized": "0.00000666", - "btc_amount_normalized": "0.00010000" + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" } ], "next_cursor": null, @@ -3883,9 +3820,9 @@ Returns the dispenses of a block Returns the events of a transaction + Parameters - + tx_index: `59` (int, required) - The index of the transaction to return + + tx_index: `61` (int, required) - The index of the transaction to return + event: `CREDIT` (str, required) - The event to filter by - + cursor: `542` (str, optional) - The last event index to return + + cursor: `556` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -3902,19 +3839,19 @@ Returns the events of a transaction { "result": [ { - "event_index": 533, + "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -3922,65 +3859,65 @@ Returns the events of a transaction "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 531, + "event_index": 550, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 10, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "XCP", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00000010" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 529, + "event_index": 547, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "FAIRMINTA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 500000000, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "MYASSETA", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": "", - "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "5.00000000" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], "next_cursor": null, @@ -3993,9 +3930,9 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1` (str, required) - The hash of the transaction to return + + tx_hash: `c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701` (str, required) - The hash of the transaction to return + event: `CREDIT` (str, required) - The event to filter by - + cursor: `542` (str, optional) - The last event index to return + + cursor: `556` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -4012,19 +3949,19 @@ Returns the events of a transaction { "result": [ { - "event_index": 533, + "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -4032,65 +3969,65 @@ Returns the events of a transaction "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 531, + "event_index": 550, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 10, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "XCP", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00000010" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 529, + "event_index": 547, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "FAIRMINTA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 500000000, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "MYASSETA", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": "", - "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "5.00000000" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], "next_cursor": null, @@ -4105,7 +4042,7 @@ Returns the events of a transaction Returns the balances of several addresses + Parameters - + addresses: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm,bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d` (str, required) - Comma separated list of addresses + + addresses: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g,bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - Comma separated list of addresses + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -4129,7 +4066,7 @@ Returns the balances of several addresses "total": 100000000000, "addresses": [ { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -4139,7 +4076,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -4150,7 +4087,7 @@ Returns the balances of several addresses "total": 97999999980, "addresses": [ { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "utxo": null, "utxo_address": null, "quantity": 97999999980, @@ -4160,7 +4097,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -4171,7 +4108,7 @@ Returns the balances of several addresses "total": 500000000, "addresses": [ { - "address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -4181,7 +4118,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -4192,7 +4129,7 @@ Returns the balances of several addresses "total": 40, "addresses": [ { - "address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "utxo": null, "utxo_address": null, "quantity": 40, @@ -4202,7 +4139,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -4213,7 +4150,7 @@ Returns the balances of several addresses "total": 19, "addresses": [ { - "address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "utxo": null, "utxo_address": null, "quantity": 19, @@ -4223,7 +4160,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -4240,8 +4177,8 @@ Returns the balances of several addresses Returns the transactions of a list of addresses + Parameters - + addresses: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm,bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d` (str, required) - Comma separated list of addresses to return - + cursor: `60` (str, optional) - The last transaction index to return + + addresses: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g,bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - Comma separated list of addresses to return + + cursor: `61` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return + Default: `100` @@ -4259,17 +4196,17 @@ Returns the transactions of a list of addresses "result": [ { "tx_index": 58, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "block_hash": "7f32744ac190f7103aded180f9a78843053006353de63e4a6ba2083fac6ef4f0", - "block_time": 1727349773, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", + "block_time": 1727945786, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f:1", + "utxos_info": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -4305,23 +4242,23 @@ Returns the transactions of a list of addresses }, { "tx_index": 57, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "block_hash": "5602fc933b2479e92972028900aa479b950d68de91c99d9cd2b9d4b6c9eb5fd8", - "block_time": 1727349769, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", + "block_time": 1727945782, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "462800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "data": "46dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "supported": true, - "utxos_info": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f:1", + "utxos_info": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "status": "valid" } }, @@ -4329,17 +4266,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 56, - "tx_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "block_index": 190, - "block_hash": "6894c9d833a94dda96cacbd65c20855b53ab6cbf3ca4d2935db0148cdee0f627", - "block_time": 1727349765, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "60999ce3f95c2a0834276b4e886f4efcf887c830a434c54247655be106b11ea8", + "block_time": 1727945778, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc:1", + "utxos_info": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -4375,17 +4312,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "block_hash": "0aec4e04920daa7b67afa563ad13da72e656efceb46b60268f1a55bbe2271020", - "block_time": 1727349761, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "6f156db0e493011225c4202b78afe15f19e4a92443e19f8a438b1f86062e9469", + "block_time": 1727945773, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003803bece20f130359dc589d1e84d59950baf9082108803f1b35d0c7d4f97ce61405f0ca84abe9d07ba48d806a0754aa80c92844296a3a23dde3609ac941f9d0400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "030003808e44aeb58719a0eea4fa6a325fb1ba904367d10680ab73abe1329ddb8c69c32d324c641cbe6db8ea8880a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7:0", + "utxos_info": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -4393,14 +4330,14 @@ Returns the transactions of a list of addresses "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -4408,7 +4345,7 @@ Returns the transactions of a list of addresses }, { "asset": "XCP", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -4427,25 +4364,25 @@ Returns the transactions of a list of addresses }, { "tx_index": 52, - "tx_hash": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac", + "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", "block_index": 186, - "block_hash": "1e3ef10f2a2854e277eff75d94d9a94e30cc1801ec33ed023529c607791d8925", - "block_time": 1727349748, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "destination": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "04a6dbc8fcfd46eacc0e9abd4c20fc7aec8597e47ec523600e8c816ac3120304", + "block_time": 1727945761, + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "btc_amount": 2000, "fee": 10000, - "data": "0bc0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de0594e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "data": "0b810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597dfd4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "supported": true, - "utxos_info": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac:0", + "utxos_info": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx1_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "order_match_id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "status": "valid" } }, @@ -4462,10 +4399,10 @@ Returns the transactions of a list of addresses Returns the events of a list of addresses + Parameters - + addresses: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm,bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g,bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - Comma separated list of addresses to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `542` (str, optional) - The last event index to return + + cursor: `556` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -4498,11 +4435,11 @@ Returns the events of a list of addresses "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "open", - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "tx_index": 58, - "block_time": 1727349773, + "block_time": 1727945786, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4526,24 +4463,24 @@ Returns the events of a list of addresses "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "block_time": 1727349773 + "block_time": 1727945786 }, { "event_index": 521, "event": "DEBIT", "params": { "action": "open order", - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "block_index": 192, - "event": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "event": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "quantity": 1000, "tx_index": 58, "utxo": null, "utxo_address": null, - "block_time": 1727349773, + "block_time": 1727945786, "asset_info": { "divisible": true, "asset_longname": null, @@ -4553,25 +4490,25 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "block_time": 1727349773 + "block_time": 1727945786 }, { "event_index": 520, "event": "NEW_TRANSACTION", "params": { - "block_hash": "7f32744ac190f7103aded180f9a78843053006353de63e4a6ba2083fac6ef4f0", + "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", "block_index": 192, - "block_time": 1727349773, + "block_time": 1727945786, "btc_amount": 0, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "destination": "", "fee": 10000, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "tx_index": 58, - "utxos_info": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f:1", + "utxos_info": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35:1", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -4603,40 +4540,40 @@ Returns the events of a list of addresses }, "btc_amount_normalized": "0.00000000" }, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "block_time": 1727349773 + "block_time": 1727945786 }, { "event_index": 516, "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "valid", - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "tx_index": 57, - "block_time": 1727349769 + "block_time": 1727945782 }, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "block_time": 1727349769 + "block_time": 1727945782 }, { "event_index": 515, "event": "CREDIT", "params": { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "block_index": 191, "calling_function": "cancel order", - "event": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "event": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "quantity": 1000, "tx_index": 57, "utxo": null, "utxo_address": null, - "block_time": 1727349769, + "block_time": 1727945782, "asset_info": { "divisible": true, "asset_longname": null, @@ -4646,9 +4583,9 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "block_time": 1727349769 + "block_time": 1727945782 } ], "next_cursor": 513, @@ -4661,7 +4598,7 @@ Returns the events of a list of addresses Returns the mempool events of a list of addresses + Parameters - + addresses: `bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37,bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr,bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te` (str, required) - Comma separated list of addresses to return + cursor (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return @@ -4677,18 +4614,18 @@ Returns the mempool events of a list of addresses { "result": [ { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "memo": null, "quantity": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "status": "valid", - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61, + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62, "asset_info": { "divisible": true, "asset_longname": null, @@ -4698,22 +4635,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "CREDIT", "params": { - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "XCP", - "block_index": 194, + "block_index": 195, "calling_function": "send", - "event": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "quantity": 10000, - "tx_index": 61, + "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -4723,22 +4660,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", - "block_index": 194, - "event": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "block_index": 195, + "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "quantity": 10000, - "tx_index": 61, + "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -4748,30 +4685,30 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727349786.5118906, + "block_time": 1727945808.5978465, "btc_amount": 0, - "data": "0200000000000000010000000000002710803f1b35d0c7d4f97ce61405f0ca84abe9d07ba48d", + "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", "destination": "", "fee": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61, - "utxos_info": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30:1", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62, + "utxos_info": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "memo": null, "asset_info": { "divisible": true, @@ -4785,7 +4722,7 @@ Returns the mempool events of a list of addresses }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 } ], "next_cursor": null, @@ -4798,7 +4735,7 @@ Returns the mempool events of a list of addresses Returns the balances of an address + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -4818,7 +4755,7 @@ Returns the balances of an address { "result": [ { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "A95428956980101314", "quantity": 100000000000, "utxo": null, @@ -4826,14 +4763,14 @@ Returns the balances of an address "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "MYASSETA", "quantity": 97999999980, "utxo": null, @@ -4841,14 +4778,14 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, "quantity_normalized": "980.00000000" }, { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4863,7 +4800,7 @@ Returns the balances of an address "quantity_normalized": "826.99937000" }, { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "TESTLOCKDESC", "quantity": 10000000000, "utxo": null, @@ -4871,7 +4808,7 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -4888,7 +4825,7 @@ Returns the balances of an address Returns the balance of an address and asset + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -4900,7 +4837,7 @@ Returns the balance of an address and asset ``` { "result": { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4922,7 +4859,7 @@ Returns the balance of an address and asset Returns the credits of an address + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -4972,16 +4909,16 @@ Returns the credits of an address "result": [ { "block_index": 191, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "event": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "tx_index": 57, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349769, + "block_time": 1727945782, "asset_info": { "divisible": true, "asset_longname": null, @@ -4993,16 +4930,16 @@ Returns the credits of an address }, { "block_index": 183, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", + "event": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", "tx_index": 0, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349670, + "block_time": 1727945683, "asset_info": { "divisible": true, "asset_longname": null, @@ -5014,20 +4951,20 @@ Returns the credits of an address }, { "block_index": 160, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "A95428956980101314", "quantity": 100000000000, "calling_function": "issuance", - "event": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "event": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "tx_index": 47, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349655, + "block_time": 1727945667, "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5035,20 +4972,20 @@ Returns the credits of an address }, { "block_index": 157, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "TESTLOCKDESC", "quantity": 10000000000, "calling_function": "issuance", - "event": "4d6e8c750d7bebcc8306d1839b77caa73334ae0b91c6d0c002b1caad4cf321aa", + "event": "82fb24d11e7c1e42fb8f6215737abfeea85d576dbc3ab4c332b28b554bf28e6b", "tx_index": 44, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349642, + "block_time": 1727945644, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5060,16 +4997,16 @@ Returns the credits of an address "asset": "MYASSETA", "quantity": 1000000000, "calling_function": "attach to utxo", - "event": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107", + "event": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", "tx_index": 39, - "utxo": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107:1", - "utxo_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "utxo": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", + "utxo_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "confirmed": true, - "block_time": 1727349621, + "block_time": 1727945622, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5086,7 +5023,7 @@ Returns the credits of an address Returns the debits of an address + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -5125,16 +5062,16 @@ Returns the debits of an address "result": [ { "block_index": 192, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "event": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349773, + "block_time": 1727945786, "asset_info": { "divisible": true, "asset_longname": null, @@ -5146,16 +5083,16 @@ Returns the debits of an address }, { "block_index": 190, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "event": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "tx_index": 56, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349765, + "block_time": 1727945778, "asset_info": { "divisible": true, "asset_longname": null, @@ -5167,16 +5104,16 @@ Returns the debits of an address }, { "block_index": 189, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "event": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "divisible": true, "asset_longname": null, @@ -5188,20 +5125,20 @@ Returns the debits of an address }, { "block_index": 189, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "MYASSETA", "quantity": 20, "action": "mpma send", - "event": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "event": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5209,16 +5146,16 @@ Returns the debits of an address }, { "block_index": 184, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 10000, "action": "open order", - "event": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", + "event": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", "tx_index": 50, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349739, + "block_time": 1727945752, "asset_info": { "divisible": true, "asset_longname": null, @@ -5239,7 +5176,7 @@ Returns the debits of an address Returns the bets of a feed + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address of the feed + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address of the feed + status: `filled` (enum[str], optional) - The status of the bet + Default: `open` + Members @@ -5274,7 +5211,7 @@ Returns the bets of a feed Returns the broadcasts of a source + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + cursor (str, optional) - The last index of the broadcasts to return + Default: `None` + limit: `5` (int, optional) - The maximum number of broadcasts to return @@ -5293,9 +5230,9 @@ Returns the broadcasts of a source "result": [ { "tx_index": 24, - "tx_hash": "ee6979ec1952f7d6b4f012894d20aac594379a1abfc25e780122b6c2e6c23017", + "tx_hash": "5b9cd44fd3208ebb47591e1c82ac880f76c98708fc4529df2ce75f402acd3a4b", "block_index": 137, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -5303,7 +5240,7 @@ Returns the broadcasts of a source "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727349549, + "block_time": 1727945550, "fee_fraction_int_normalized": "0.00000000" } ], @@ -5317,7 +5254,7 @@ Returns the broadcasts of a source Returns the burns of an address + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + cursor (str, optional) - The last index of the burns to return + Default: `None` + limit: `5` (int, optional) - The maximum number of burns to return @@ -5336,14 +5273,14 @@ Returns the burns of an address "result": [ { "tx_index": 0, - "tx_hash": "f2240359f1e1ea8b686642df84b6e1956f2f47ff2d151b06e91e0d9ef24cddc8", + "tx_hash": "dc6f7ff96e7673b8a4a5b94ee5220e34c50a195b544b7da637dcf411dba34cc8", "block_index": 112, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "burned": 50000000, "earned": 74999998167, "status": "valid", "confirmed": true, - "block_time": 1727349435, + "block_time": 1727945437, "burned_normalized": "0.50000000", "earned_normalized": "749.99998000" } @@ -5358,7 +5295,7 @@ Returns the burns of an address Returns the sends, include Enhanced and MPMA sends, of an address + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5377,10 +5314,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address "result": [ { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "quantity": 10, "status": "valid", @@ -5388,7 +5325,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "divisible": true, "asset_longname": null, @@ -5401,10 +5338,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5412,11 +5349,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5425,10 +5362,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5436,11 +5373,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5449,10 +5386,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 39, - "tx_hash": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107", + "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", "block_index": 152, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107:1", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5460,11 +5397,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349621, + "block_time": 1727945622, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5473,10 +5410,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 36, - "tx_hash": "b1dfd4f5bd4e981f7b7dc46127154a96764f302d1ffb7a3e86c4f2314a6e72ca", + "tx_hash": "40f5ea677b086750662345d7ce520f68d274c36267ee12fd9432fb29eee4daa1", "block_index": 149, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "7fb4a915d040e4164efb8fccdc84939acc11ce72b0623a0610e44c340149dbe6:1", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "a96fb8430a8b57b33914e8cd4c34aad2ba7b68392717a7caef45c99c5f532c21:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5484,11 +5421,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349608, + "block_time": 1727945609, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5506,7 +5443,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address Returns the receives of an address + Parameters - + address: `bcrt1qfef9ruv8npmwdjqv0qlrlcr02xtcxk0y6rwtnt` (str, required) - The address to return + + address: `bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99` (str, required) - The address to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5525,10 +5462,10 @@ Returns the receives of an address "result": [ { "tx_index": 38, - "tx_hash": "63e310052736f958559fccc2f2261467f8b9c28616ec4d26d6170d21eb932092", + "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", "block_index": 151, - "source": "3ca36e487e877ec78ff41ab30691fb067721fa65e9a6478d0a0997847ec29966:0", - "destination": "bcrt1qfef9ruv8npmwdjqv0qlrlcr02xtcxk0y6rwtnt", + "source": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753:0", + "destination": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -5536,11 +5473,11 @@ Returns the receives of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349617, + "block_time": 1727945618, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5558,7 +5495,7 @@ Returns the receives of an address Returns the sends, include Enhanced and MPMA sends, of an address and asset + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + asset: `MYASSETA` (str, required) - The asset to return + cursor (str, optional) - The last index of the sends to return + Default: `None` @@ -5578,10 +5515,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "result": [ { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5589,11 +5526,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5602,10 +5539,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5613,11 +5550,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5626,10 +5563,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 39, - "tx_hash": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107", + "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", "block_index": 152, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107:1", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5637,11 +5574,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349621, + "block_time": 1727945622, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5650,10 +5587,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 36, - "tx_hash": "b1dfd4f5bd4e981f7b7dc46127154a96764f302d1ffb7a3e86c4f2314a6e72ca", + "tx_hash": "40f5ea677b086750662345d7ce520f68d274c36267ee12fd9432fb29eee4daa1", "block_index": 149, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "7fb4a915d040e4164efb8fccdc84939acc11ce72b0623a0610e44c340149dbe6:1", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "a96fb8430a8b57b33914e8cd4c34aad2ba7b68392717a7caef45c99c5f532c21:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5661,11 +5598,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349608, + "block_time": 1727945609, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5683,7 +5620,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset Returns the receives of an address and asset + Parameters - + address: `bcrt1qfef9ruv8npmwdjqv0qlrlcr02xtcxk0y6rwtnt` (str, required) - The address to return + + address: `bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99` (str, required) - The address to return + asset: `MYASSETA` (str, required) - The asset to return + cursor (str, optional) - The last index of the sends to return + Default: `None` @@ -5703,10 +5640,10 @@ Returns the receives of an address and asset "result": [ { "tx_index": 38, - "tx_hash": "63e310052736f958559fccc2f2261467f8b9c28616ec4d26d6170d21eb932092", + "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", "block_index": 151, - "source": "3ca36e487e877ec78ff41ab30691fb067721fa65e9a6478d0a0997847ec29966:0", - "destination": "bcrt1qfef9ruv8npmwdjqv0qlrlcr02xtcxk0y6rwtnt", + "source": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753:0", + "destination": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -5714,11 +5651,11 @@ Returns the receives of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349617, + "block_time": 1727945618, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5736,7 +5673,7 @@ Returns the receives of an address and asset Returns the dispensers of an address + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + status (enum[str], optional) - The status of the dispensers to return + Default: `all` + Members @@ -5765,9 +5702,9 @@ Returns the dispensers of an address "result": [ { "tx_index": 26, - "tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5776,7 +5713,7 @@ Returns the dispensers of an address "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5786,7 +5723,7 @@ Returns the dispensers of an address "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -5811,7 +5748,7 @@ Returns the dispensers of an address Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -5824,9 +5761,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5835,7 +5772,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5845,7 +5782,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -5867,7 +5804,7 @@ Returns the dispenser of an address and an asset Returns the dispenses of a source + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -5887,19 +5824,19 @@ Returns the dispenses of a source { "tx_index": 28, "dispense_index": 0, - "tx_hash": "55e7b6ec1921fe75a236f25a1ac49ad5e0a872edc6fdf4e8fb687c89a80a6b56", + "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5907,7 +5844,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5922,7 +5859,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -5936,19 +5873,19 @@ Returns the dispenses of a source { "tx_index": 27, "dispense_index": 0, - "tx_hash": "06d9f6562feecf27b0e1c090ab8e921dd14912091e859db1274f01ee917ce762", + "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", "block_index": 140, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5956,7 +5893,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5971,7 +5908,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349561, + "block_time": 1727945563, "asset_info": { "divisible": true, "asset_longname": null, @@ -5993,7 +5930,7 @@ Returns the dispenses of a source Returns the dispenses of a destination + Parameters - + address: `bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d` (str, required) - The address to return + + address: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -6013,19 +5950,19 @@ Returns the dispenses of a destination { "tx_index": 28, "dispense_index": 0, - "tx_hash": "55e7b6ec1921fe75a236f25a1ac49ad5e0a872edc6fdf4e8fb687c89a80a6b56", + "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6033,7 +5970,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6048,7 +5985,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -6062,19 +5999,19 @@ Returns the dispenses of a destination { "tx_index": 27, "dispense_index": 0, - "tx_hash": "06d9f6562feecf27b0e1c090ab8e921dd14912091e859db1274f01ee917ce762", + "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", "block_index": 140, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6082,7 +6019,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6097,7 +6034,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349561, + "block_time": 1727945563, "asset_info": { "divisible": true, "asset_longname": null, @@ -6119,7 +6056,7 @@ Returns the dispenses of a destination Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` @@ -6140,19 +6077,19 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "55e7b6ec1921fe75a236f25a1ac49ad5e0a872edc6fdf4e8fb687c89a80a6b56", + "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6160,7 +6097,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6175,7 +6112,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -6189,19 +6126,19 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "06d9f6562feecf27b0e1c090ab8e921dd14912091e859db1274f01ee917ce762", + "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", "block_index": 140, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6209,7 +6146,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6224,7 +6161,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349561, + "block_time": 1727945563, "asset_info": { "divisible": true, "asset_longname": null, @@ -6246,7 +6183,7 @@ Returns the dispenses of an address and an asset Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d` (str, required) - The address to return + + address: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` @@ -6267,19 +6204,19 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "55e7b6ec1921fe75a236f25a1ac49ad5e0a872edc6fdf4e8fb687c89a80a6b56", + "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6287,7 +6224,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6302,7 +6239,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -6316,19 +6253,19 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "06d9f6562feecf27b0e1c090ab8e921dd14912091e859db1274f01ee917ce762", + "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", "block_index": 140, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6336,7 +6273,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6351,7 +6288,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349561, + "block_time": 1727945563, "asset_info": { "divisible": true, "asset_longname": null, @@ -6373,7 +6310,7 @@ Returns the dispenses of an address and an asset Returns the sweeps of an address + Parameters - + address: `bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37` (str, required) - The address to return + + address: `bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr` (str, required) - The address to return + cursor (str, optional) - The last index of the sweeps to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sweeps to return @@ -6392,16 +6329,16 @@ Returns the sweeps of an address "result": [ { "tx_index": 59, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "block_index": 193, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945790, "fee_paid_normalized": "0.00600000" } ], @@ -6415,7 +6352,7 @@ Returns the sweeps of an address Returns the issuances of an address + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + cursor (str, optional) - The last index of the issuances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of issuances to return @@ -6434,14 +6371,14 @@ Returns the issuances of an address "result": [ { "tx_index": 47, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -6456,20 +6393,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349655, + "block_time": 1727945667, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "9666ba6e8122ebb18b4e7f62c9c5d030b4047fb795b551f24eb2ecc0d2d64ca8", + "tx_hash": "762f064955baba5a00fc2c1231ef2a1a78bc49939cf55201296794e06d0fe01a", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -6484,20 +6421,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727349650, + "block_time": 1727945663, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "6bb4fd7be9f73b57c912a789a7374c22501850cdfa85019b0199bae00bee41a0", + "tx_hash": "53cbb9160664a9f9b85edd8466b144fdd9afc8ba72e0c8994cd970fed49fa554", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -6512,20 +6449,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349646, + "block_time": 1727945649, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "4d6e8c750d7bebcc8306d1839b77caa73334ae0b91c6d0c002b1caad4cf321aa", + "tx_hash": "82fb24d11e7c1e42fb8f6215737abfeea85d576dbc3ab4c332b28b554bf28e6b", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -6540,20 +6477,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349642, + "block_time": 1727945644, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 35, - "tx_hash": "d9c2c4be4109ccd0744f03c1570082219b1c437ced04bd52b1fcf1c2f4d2a054", + "tx_hash": "4aefdaffbe6bdc4ef9a583f4f03da367f3efaa889ce14eb0784f59c2aa028302", "msg_index": 0, "block_index": 148, "asset": "MYASSETA", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -6568,7 +6505,7 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349604, + "block_time": 1727945605, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -6583,7 +6520,7 @@ Returns the issuances of an address Returns the valid assets of an issuer + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The issuer to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The issuer to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -6606,8 +6543,8 @@ Returns the valid assets of an issuer "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 10000000000, @@ -6615,16 +6552,16 @@ Returns the valid assets of an issuer "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727349642, - "last_issuance_block_time": 1727349650, + "first_issuance_block_time": 1727945644, + "last_issuance_block_time": 1727945663, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 100000000000, @@ -6632,16 +6569,16 @@ Returns the valid assets of an issuer "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727349604, - "last_issuance_block_time": 1727349604, + "first_issuance_block_time": 1727945605, + "last_issuance_block_time": 1727945605, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 40, @@ -6649,16 +6586,16 @@ Returns the valid assets of an issuer "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727349541, - "last_issuance_block_time": 1727349545, + "first_issuance_block_time": 1727945541, + "last_issuance_block_time": 1727945545, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 19, @@ -6666,16 +6603,16 @@ Returns the valid assets of an issuer "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727349515, - "last_issuance_block_time": 1727349537, + "first_issuance_block_time": 1727945515, + "last_issuance_block_time": 1727945537, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 0, @@ -6683,8 +6620,8 @@ Returns the valid assets of an issuer "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727349494, - "last_issuance_block_time": 1727349511, + "first_issuance_block_time": 1727945494, + "last_issuance_block_time": 1727945511, "supply_normalized": "0.00000000" } ], @@ -6698,8 +6635,8 @@ Returns the valid assets of an issuer Returns the transactions of an address + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return - + cursor: `60` (str, optional) - The last transaction index to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + cursor: `61` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return + Default: `10` @@ -6717,17 +6654,17 @@ Returns the transactions of an address "result": [ { "tx_index": 58, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "block_hash": "7f32744ac190f7103aded180f9a78843053006353de63e4a6ba2083fac6ef4f0", - "block_time": 1727349773, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", + "block_time": 1727945786, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f:1", + "utxos_info": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -6763,23 +6700,23 @@ Returns the transactions of an address }, { "tx_index": 57, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "block_hash": "5602fc933b2479e92972028900aa479b950d68de91c99d9cd2b9d4b6c9eb5fd8", - "block_time": 1727349769, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", + "block_time": 1727945782, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "462800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "data": "46dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "supported": true, - "utxos_info": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f:1", + "utxos_info": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "status": "valid" } }, @@ -6787,17 +6724,17 @@ Returns the transactions of an address }, { "tx_index": 56, - "tx_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "block_index": 190, - "block_hash": "6894c9d833a94dda96cacbd65c20855b53ab6cbf3ca4d2935db0148cdee0f627", - "block_time": 1727349765, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "60999ce3f95c2a0834276b4e886f4efcf887c830a434c54247655be106b11ea8", + "block_time": 1727945778, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc:1", + "utxos_info": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -6833,17 +6770,17 @@ Returns the transactions of an address }, { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "block_hash": "0aec4e04920daa7b67afa563ad13da72e656efceb46b60268f1a55bbe2271020", - "block_time": 1727349761, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "6f156db0e493011225c4202b78afe15f19e4a92443e19f8a438b1f86062e9469", + "block_time": 1727945773, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003803bece20f130359dc589d1e84d59950baf9082108803f1b35d0c7d4f97ce61405f0ca84abe9d07ba48d806a0754aa80c92844296a3a23dde3609ac941f9d0400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "030003808e44aeb58719a0eea4fa6a325fb1ba904367d10680ab73abe1329ddb8c69c32d324c641cbe6db8ea8880a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7:0", + "utxos_info": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -6851,14 +6788,14 @@ Returns the transactions of an address "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -6866,7 +6803,7 @@ Returns the transactions of an address }, { "asset": "XCP", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -6885,17 +6822,17 @@ Returns the transactions of an address }, { "tx_index": 50, - "tx_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", + "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", "block_index": 184, - "block_hash": "2efd818fbfe6491bb435e4cc223eaa27a30de81190d551bd69b471203c42b82f", - "block_time": 1727349739, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "494b014594f8eec16e6a6afd8e13ab68b57c14ff70af7a64871a269cc2a07229", + "block_time": 1727945752, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000027100000000000000000000000000000271000150000000000000000", "supported": true, - "utxos_info": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05:1", + "utxos_info": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -6940,7 +6877,7 @@ Returns the transactions of an address Returns the dividends distributed by an address + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + cursor (str, optional) - The last index of the assets to return + Default: `None` + limit: `5` (int, optional) - The maximum number of assets to return @@ -6959,20 +6896,20 @@ Returns the dividends distributed by an address "result": [ { "tx_index": 41, - "tx_hash": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "block_index": 154, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727349630, + "block_time": 1727945630, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -6997,7 +6934,7 @@ Returns the dividends distributed by an address Returns the orders of an address + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + status (enum[str], optional) - The status of the orders to return + Default: `all` + Members @@ -7026,9 +6963,9 @@ Returns the orders of an address "result": [ { "tx_index": 48, - "tx_hash": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", + "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", "block_index": 183, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7043,7 +6980,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727349670, + "block_time": 1727945683, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7069,9 +7006,9 @@ Returns the orders of an address }, { "tx_index": 50, - "tx_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", + "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", "block_index": 187, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -7086,7 +7023,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727349752, + "block_time": 1727945765, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7112,9 +7049,9 @@ Returns the orders of an address }, { "tx_index": 56, - "tx_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "block_index": 191, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7129,7 +7066,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727349769, + "block_time": 1727945782, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7155,9 +7092,9 @@ Returns the orders of an address }, { "tx_index": 58, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7172,7 +7109,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727349773, + "block_time": 1727945786, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7207,7 +7144,7 @@ Returns the orders of an address Returns the fairminter by its source + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The source of the fairminter to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The source of the fairminter to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -7225,10 +7162,10 @@ Returns the fairminter by its source { "result": [ { - "tx_hash": "dcf51617ae20ec4d8e93ee5852b5ad729111cf44ffc8b1990010dc23e4946287", + "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", "tx_index": 22, "block_index": 135, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -7253,13 +7190,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349541 + "block_time": 1727945541 }, { - "tx_hash": "0de3c0e5d6f84cec347d10e8ea1374868d46c8538152bf1966196d40b1542862", + "tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", "tx_index": 18, "block_index": 131, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -7284,13 +7221,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349515 + "block_time": 1727945515 }, { - "tx_hash": "b138bde3e56cbfb89568a21f4adc5db7ed53b8b04d83baeb55e9b45a0d76ac81", + "tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf", "tx_index": 14, "block_index": 130, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -7315,13 +7252,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349511 + "block_time": 1727945511 }, { - "tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "tx_index": 10, "block_index": 125, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -7346,7 +7283,7 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349489 + "block_time": 1727945490 } ], "next_cursor": null, @@ -7359,7 +7296,7 @@ Returns the fairminter by its source Returns the mints by address + Parameters - + address: `bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d` (str, required) - The address of the mints to return + + address: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address of the mints to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -7377,127 +7314,127 @@ Returns the mints by address { "result": [ { - "tx_hash": "44a03318e1b6b030f0e328334464291e6d3341efea03a7f56f8f3c8112fac782", + "tx_hash": "b39289cb56bc3d031b595209a8eb9be4c04957b97de30db017a46f7824717952", "tx_index": 23, "block_index": 136, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "dcf51617ae20ec4d8e93ee5852b5ad729111cf44ffc8b1990010dc23e4946287", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349545, + "block_time": 1727945545, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, { - "tx_hash": "e7342d6ca8024d3e82fcb272c83c24d0271574ddda5d1b87df72a49a1074749d", + "tx_hash": "e6656f406ca706c1c568e4a1b84ddfe97b05e3ac569b3dee70d8019a30aad890", "tx_index": 21, "block_index": 134, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "0de3c0e5d6f84cec347d10e8ea1374868d46c8538152bf1966196d40b1542862", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349537, + "block_time": 1727945537, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, { - "tx_hash": "dd53d1e56267028e5456b943934d87a819578f6a3619ca0aa3625c1082092fbb", + "tx_hash": "b57035c86ff92694be022fdaba6133d77756a2f1c245d6ead8590fb51388b00b", "tx_index": 20, "block_index": 133, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "0de3c0e5d6f84cec347d10e8ea1374868d46c8538152bf1966196d40b1542862", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349522, + "block_time": 1727945524, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, { - "tx_hash": "d5d6b0a7a88a89e2f9540bdad324c25bf9cc08d4254740394983112e432e43cf", + "tx_hash": "397517ff45377b5f555a39e02698ddf2cc628ff2235f2edfcb97790956f8311a", "tx_index": 19, "block_index": 132, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "0de3c0e5d6f84cec347d10e8ea1374868d46c8538152bf1966196d40b1542862", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349519, + "block_time": 1727945519, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, { - "tx_hash": "c094d4fde6802bed171a10528747824b0c6b78e3367e4c12e04261afef073a40", + "tx_hash": "464f6772205364452d939a62b85651a77e76b3d6ac12334a3029449eefcbd2df", "tx_index": 15, "block_index": 127, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "b138bde3e56cbfb89568a21f4adc5db7ed53b8b04d83baeb55e9b45a0d76ac81", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349498, + "block_time": 1727945498, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, { - "tx_hash": "a3228b664f93f6c80a3cf86bbcad2ac73116dd90860a580c8d1c632aa775919e", + "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", "tx_index": 11, "block_index": 123, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349481, + "block_time": 1727945481, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } @@ -7513,7 +7450,7 @@ Returns the mints by address Returns the mints by address and asset + Parameters - + address: `bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d` (str, required) - The address of the mints to return + + address: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address of the mints to return + asset: `FAIRMINTA` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -7532,22 +7469,22 @@ Returns the mints by address and asset { "result": [ { - "tx_hash": "a3228b664f93f6c80a3cf86bbcad2ac73116dd90860a580c8d1c632aa775919e", + "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", "tx_index": 11, "block_index": 123, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349481, + "block_time": 1727945481, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } @@ -7586,8 +7523,8 @@ By default the default value of the `encoding` parameter detailed above is `auto Composes a transaction to issue a bet against a feed. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address that will make the bet - + feed_address: `bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d` (str, required) - The address that hosts the feed to be bet on + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will make the bet + + feed_address: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address that hosts the feed to be bet on + bet_type: `2` (int, required) - Bet 0 for Bullish CFD (deprecated), 1 for Bearish CFD (deprecated), 2 for Equal, 3 for NotEqual + deadline: `3000000000` (int, required) - The time at which the bet should be decided/settled, in Unix time (seconds since epoch) + wager_quantity: `1000` (int, required) - The quantities of XCP to wager (in satoshis, hence integer) @@ -7655,7 +7592,7 @@ Composes a transaction to issue a bet against a feed. Composes a transaction to broadcast textual and numerical information to the network. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + timestamp: `4003903985` (int, required) - The timestamp of the broadcast, in Unix time + value: `100` (float, required) - Numerical value of the broadcast + fee_fraction: `0.05` (float, required) - How much of every bet on this feed should go to its operator; a fraction of 1, (i.e. 0.05 is five percent) @@ -7711,7 +7648,7 @@ Composes a transaction to broadcast textual and numerical information to the net { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -7723,7 +7660,7 @@ Composes a transaction to broadcast textual and numerical information to the net "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "020000000001010a01614aff04950896fa32b33bdb25a9f947638ed041e0e2ed5e2360537848060000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff0200000000000000002b6a29710b45dbd38ffbf2f504e3549cb6a83709bfa3e9e8b8d64a7ecab32df55e5534fd48a15122f2fc94ab9bba052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "020000000001011d23ce64a4b213c98fedf38a2a24eb0484918704d3c7379213d915a4bd3e9f53000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff0200000000000000002b6a292818f008b43c6eff57e65f619615981b4ea6749b25d94121e4e15b161be43b0f6665c2ac6feb63ffde9bba052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -7740,8 +7677,8 @@ Composes a transaction to broadcast textual and numerical information to the net Composes a transaction to pay for a BTC order match. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address that will be sending the payment - + order_match_id: `c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127` (str, required) - The ID of the order match to pay for + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be sending the payment + + order_match_id: `810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e` (str, required) - The ID of the order match to pay for + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -7793,16 +7730,16 @@ Composes a transaction to pay for a BTC order match. { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "order_match_id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127" + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e" }, "name": "btcpay", - "data": "434e5452505254590bc0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "data": "434e5452505254590b810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597dfd1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "btc_in": 5000000000, "btc_out": 3000, "btc_change": 4999978951, "btc_fee": 18049, - "rawtransaction": "02000000000101deac5e8f62b0db163724e72cb7788997ae53e2e94c0483bc0c8dd5935f86afda0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff03b80b00000000000016001454d0ceafd7b80938e68bc2331e44651d52075fa100000000000000004b6a498ccb712c2fd1e1def7887d2588b4f564b8797749ffa4436a9ea67dff49daa33ab02292a3647691280ed713dfb0b063c922c462eda8dba860880e015b32490c9f3f26d49953880bc26bc79f052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "02000000000101c4757e84d7049c372cd0a0bf113bd0d779f7f5290c53775dc0adaa377eda9922000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff03b80b0000000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2600000000000000004b6a49bb58ee044df2d849e259bffb9c3fcd1f23d895a57717c76aacf54edd3663b5015cf01b74e741ccff0149e9b34a90ef34022f4a58fd56963e1145f37f744355c90a58fefae7eed59777c79f052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -7819,7 +7756,7 @@ Composes a transaction to pay for a BTC order match. Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, possible between blocks 278310 and 283810; on testnet it is still available). + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address with the BTC to burn + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address with the BTC to burn + quantity: `1000` (int, required) - The quantities of BTC to burn (in satoshis, hence integer) (1 BTC maximum burn per address) + overburn (bool, optional) - Whether to allow the burn to exceed 1 BTC for the address + Default: `False` @@ -7874,7 +7811,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "quantity": 1000, "overburn": false }, @@ -7884,7 +7821,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss "btc_out": 1000, "btc_change": 4999985815, "btc_fee": 13185, - "rawtransaction": "02000000000101892185038f54a531d867e3ff7dc6e449462653e5c78bb51c4a8739243a4dde750000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000" + "rawtransaction": "02000000000101c392644a2d2e61f93de403d3b53e5c20cfe00d2d633f5ce5f305f3fd7be20b60000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000" } } ``` @@ -7894,8 +7831,8 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss Composes a transaction to cancel an open order or bet. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address that placed the order/bet to be cancelled - + offer_hash: `a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f` (str, required) - The hash of the order/bet to be cancelled + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that placed the order/bet to be cancelled + + offer_hash: `75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35` (str, required) - The hash of the order/bet to be cancelled + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -7947,16 +7884,16 @@ Composes a transaction to cancel an open order or bet. { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "offer_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f" + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "offer_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35" }, "name": "cancel", - "data": "434e54525052545946a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "data": "434e5452505254594675f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "02000000000101cbcc2f2b665c61ec07a3126047ec018936208d979c80d5b351b1f755d6723ff30000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff0200000000000000002b6a29ea9c97c2a1aa732dd6f0a45f356c4713e52aca7da535089fb89211deb5a4d14e65e6dbb0738985b0e89bba052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "020000000001017b04b71ee62ece274c1de12c3e86db9e4b8732d81777a50ea42e91b097b130fe000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff0200000000000000002b6a2993e0b9fda88184b25789dd00c847420b9c4d9c2df5de8c9728341fef6be6f63df3145315705e0b324f9bba052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -7973,7 +7910,7 @@ Composes a transaction to cancel an open order or bet. Composes a transaction to destroy a quantity of an asset. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address that will be sending the asset to be destroyed + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be sending the asset to be destroyed + asset: `XCP` (str, required) - The asset to be destroyed + quantity: `1000` (int, required) - The quantity of the asset to be destroyed (in satoshis, hence integer) + tag: `"bugs!"` (str, required) - A tag for the destruction @@ -8028,7 +7965,7 @@ Composes a transaction to destroy a quantity of an asset. { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -8047,7 +7984,7 @@ Composes a transaction to destroy a quantity of an asset. "btc_out": 0, "btc_change": 4999986346, "btc_fee": 13654, - "rawtransaction": "02000000000101991a66a081ce919bc145b439d81555686a15d4de3f6cc1da506563b38248c04c0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff020000000000000000226a205118f722a2e9f055b3b18e09168f8a90692bdc822c20bc4950d324ddb9c1e27baabc052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "02000000000101e696b35316c4203a1f0ca2941d056c1d563b4aa17766ebdb441b09f93ae10fa0000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000226a20e98246c84373613eb5fc74e0f6ffa6a30237d617dbc33f231d52c95c7ec86de8aabc052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8064,7 +8001,7 @@ Composes a transaction to destroy a quantity of an asset. Composes a transaction to opens or closes a dispenser for a given asset at a given rate of main chain asset (BTC). Escrowed quantity on open must be equal or greater than give_quantity. It is suggested that you escrow multiples of give_quantity to ease dispenser operation. + Parameters - + address: `bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + + address: `bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + asset: `XCP` (str, required) - The asset or subasset to dispense + give_quantity: `1000` (int, required) - The quantity of the asset to dispense (in satoshis, hence integer) + escrow_quantity: `1000` (int, required) - The quantity of the asset to reserve for this dispenser (in satoshis, hence integer) @@ -8125,7 +8062,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv { "result": { "params": { - "source": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", + "source": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -8149,7 +8086,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv "btc_out": 0, "btc_change": 4949955760, "btc_fee": 14240, - "rawtransaction": "02000000000101d23d6f74e843906d4eae4bf48852e84e08e67241a41e5b91e4d103fc7f9dc94b0200000016001474a672ef449f5275d6153ef989604e5c7d4c9068ffffffff0200000000000000002c6a2a987bcccabba02a5ce4093ad3acb0158b7fabb168fed9a05ba118b862e7c2937b2dba6520a6e4a8c5468ab0540a270100000016001474a672ef449f5275d6153ef989604e5c7d4c906802000000000000", + "rawtransaction": "02000000000101b6f0dd34eebe92a2541fc3f39693968f73121a94670bb9aa17f12a3db43fc46f020000001600146c0b95df1a743f5f03038876cf8757fbae37a0f5ffffffff0200000000000000002c6a2afb08768aa119f82bdee59edaff93749d826616f1510c8ca15285b29f509aae3fa95852a217ac4a5e6870b0540a27010000001600146c0b95df1a743f5f03038876cf8757fbae37a0f502000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8166,7 +8103,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv Composes a transaction to issue a dividend to holders of a given asset. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + quantity_per_unit: `1` (int, required) - The amount of dividend_asset rewarded (in satoshis, hence integer) + asset: `FAIRMINTA` (str, required) - The asset or subasset that the dividends are being rewarded on + dividend_asset: `XCP` (str, required) - The asset or subasset that the dividends are paid in @@ -8221,14 +8158,14 @@ Composes a transaction to issue a dividend to holders of a given asset. { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "quantity_per_unit": 1, "asset": "FAIRMINTA", "dividend_asset": "XCP", "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -8247,7 +8184,7 @@ Composes a transaction to issue a dividend to holders of a given asset. "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "0200000000010183d7cd4f8bf94600a0fee865cd6317026887a432ab86e3807c5582c67d7be79d0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff020000000000000000236a215c0ef0a7ba4a0f61cc5b45e2da06456f9d3910892e16c969cb14c992144301aaf96fbc052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "020000000001010264c0c007892c0c753f3aab6af91ba0ce8cecae50c4fe67a4192d3cb9fc5c72000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000236a21c1b7e6d4605b9fe1106781e30eba0066a3c13e7b9847baa63030ec6d1cb75c47186fbc052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8264,10 +8201,10 @@ Composes a transaction to issue a dividend to holders of a given asset. Composes a transaction to Issue a new asset, issue more of an existing asset, lock an asset, reset existing supply, or transfer the ownership of an asset. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address that will be issuing or transfering the asset + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be issuing or transfering the asset + asset: `XCPTEST` (str, required) - The assets to issue or transfer. This can also be a subasset longname for new subasset issuances + quantity: `1000` (int, required) - The quantity of the asset to issue (set to 0 if transferring an asset) (in satoshis, hence integer) - + transfer_destination: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, optional) - The address to receive the asset + + transfer_destination: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, optional) - The address to receive the asset + Default: `None` + divisible (bool, optional) - Whether this asset is divisible or not (if a transfer, this value must match the value specified when the asset was originally issued) + Default: `True` @@ -8328,10 +8265,10 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "transfer_destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "lock": false, "reset": false, @@ -8344,7 +8281,7 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo "btc_out": 546, "btc_change": 4999983749, "btc_fee": 15705, - "rawtransaction": "020000000001018f56bad1947fe429b46d958f35c9b3de80fcb2dcce5b5ce9f3ee95129cca09380000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff03220200000000000016001454d0ceafd7b80938e68bc2331e44651d52075fa10000000000000000236a21444ff84beb20e23cc2919701f8c596608630069c8f8ba7d04b3717d1055e158c5685b2052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "02000000000101fe7c0fb663de5034c467091dfd5ffab1b2a7bd8df21c65df6a4418394014826a000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff0322020000000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe260000000000000000236a2146d6d72df8ed302e8290147e34b9ae0dd1e371a1dbbb461b04bf1906d89cae93d585b2052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8361,9 +8298,9 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo Composes a transaction to send multiple payments to multiple addresses. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + assets: `XCP,MYASSETA` (str, required) - comma-separated list of assets to send - + destinations: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm,bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d` (str, required) - comma-separated list of addresses to send to + + destinations: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g,bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - comma-separated list of addresses to send to + quantities: `1,2` (str, required) - comma-separated list of quantities to send (in satoshis, hence integer) + memo: `"Hello, world!"` (str, optional) - The Memo associated with this transaction + Default: `None` @@ -8420,16 +8357,16 @@ Composes a transaction to send multiple payments to multiple addresses. { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", 1 ], [ "MYASSETA", - "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", 2 ] ], @@ -8437,12 +8374,12 @@ Composes a transaction to send multiple payments to multiple addresses. "memo_is_hex": false }, "name": "mpma", - "data": "434e5452505254590300028054d0ceafd7b80938e68bc2331e44651d52075fa1803bece20f130359dc589d1e84d59950baf90821088f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", + "data": "434e545250525459030002808bdc11663a033e9b683b2efd21c40b2d99cbbe26808e44aeb58719a0eea4fa6a325fb1ba904367d1068f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", "btc_in": 20000000000, "btc_out": 2000, "btc_change": 19999945492, "btc_fee": 52508, - "rawtransaction": "02000000000104a95e01adff61592b083d52a21d942b0012ca14e295d3582e7818b5bfeb605ef80000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1fffffffff07d3b7420d03bd558927351b4576f1e86b6ec9fba62469b310159f772a9d5b60000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff348db3b3d3d4c78bc08b7dbe84188b8b2af945a2cca65a0d6c77fc3df76a649c0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff637c6b8d277b4f3e9989e102d93121d8c8165421b6e1c1e4b9902f473dd5ca8b0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff03e803000000000000695121020857b98bbc740843c77ae0c1f7b2d4105c96c527e937b744ec37b45aff19a732210378fc616712f6468cbc4175896182cf6ad013a2b4fa68698e827415351c1918e82103550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a2653aee803000000000000695121030757b98bbc740843c75997ac058a60ffd1c17d2eddc4a70d6809f03fe24ba0c62103275da95cfe14499fbf18a1d1fc9c4bbf49431a4df2496101a03c7059707634cd2103550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a2653ae14f316a80400000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000002000002000002000000000000", + "rawtransaction": "02000000000104d9676a93339a463c28fc133f9b084ea13fbb7e8f72710e469576440f7ce8852f000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff714aa57441532f287bdeb583bef87c19b4d2955f600029ba9af12d08e20fc53a000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffb453e5bfa8e44fa1ef85186a5571bf140b3f98dc8400d5456099c8a307eb7f7d000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffefb2c2fc4cf1b6e8e2842e3f5b1dd20788084196c0d4b9eb57c189c8d1fe3a57000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff03e80300000000000069512103412d48f176b53ff649629e970bc3b3670ea6656c84339b1746f516365d04c0bb210229af7edb46b4e59bfcc4046a1ca21c9d9e7286bc285b77c8708ef3ebfb2748b921035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aee803000000000000695121034e2d48f176b53ff64941e9faf9240b574a1c6652134e3bb20cf4d23d709d0bb921029789b655021a501ce564e2cee6c82ec22fc814ff4f8a714752c69687974864ca21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53ae14f316a8040000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8459,7 +8396,7 @@ Composes a transaction to send multiple payments to multiple addresses. Composes a transaction to place an order on the distributed exchange. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + give_asset: `XCP` (str, required) - The asset that will be given in the trade + give_quantity: `1000` (int, required) - The quantity of the asset that will be given (in satoshis, hence integer) + get_asset: `FAIRMINTA` (str, required) - The asset that will be received in the trade @@ -8517,7 +8454,7 @@ Composes a transaction to place an order on the distributed exchange. { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "FAIRMINTA", @@ -8534,7 +8471,7 @@ Composes a transaction to place an order on the distributed exchange. "get_asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -8548,7 +8485,7 @@ Composes a transaction to place an order on the distributed exchange. "btc_out": 0, "btc_change": 4999985233, "btc_fee": 14767, - "rawtransaction": "0200000000010166ded82c6e9502d0a06e23a71ca37f37ed37f1b7aa514c430bb28f04ed6eb2a30000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff020000000000000000356a33b1662504e1ba8ff932dc093e56ca90335ed04144c907d1e2766787b83ff14958fa3b1ac43f667f21800242413a3a72f6a51c8d51b8052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "02000000000101f732955adb82d3e5f57a7955067ee30eadae686d8c118ae093e2aca6b9a3ef27000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000356a336cbc895b20ca309cd0883ec288c7a6e8703317619b89ff97e8580862555edec124e8f76b1a7b30719a46f8a4940ceed0530e4d51b8052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8565,8 +8502,8 @@ Composes a transaction to place an order on the distributed exchange. Composes a transaction to send a quantity of an asset to another address. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) - + destination: `bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d` (str, required) - The address that will be receiving the asset + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + destination: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address that will be receiving the asset + asset: `XCP` (str, required) - The asset or subasset to send + quantity: `1000` (int, required) - The quantity of the asset to send (in satoshis, hence integer) + memo (str, optional) - The Memo associated with this transaction @@ -8626,8 +8563,8 @@ Composes a transaction to send a quantity of an asset to another address. { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "quantity": 1000, "memo": null, @@ -8643,12 +8580,12 @@ Composes a transaction to send a quantity of an asset to another address. "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e8803bece20f130359dc589d1e84d59950baf9082108", + "data": "434e54525052545902000000000000000100000000000003e8808e44aeb58719a0eea4fa6a325fb1ba904367d106", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985526, "btc_fee": 14474, - "rawtransaction": "02000000000101a18abb82581d74bcffd7292c775a02545bb2c2dcb3afc5d77ceed3ac28cff87d0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff020000000000000000306a2e832cebdb81e79e33395953ecae43f8f3f9881b62a5f17600a3264a8c043e9cb02e36f82b89107af1e74dea535ab876b9052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "020000000001014fd40cbcc57f07c4c2e264fdf3ff0c9f13ddc908a22da4c048018a69d10107f5000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000306a2e82ec71352b638b447732facdb9c7c2195b91fcceccad57f085ce45f0617e1bba9ffa7c4ed5d694eacf8ecc6ed1a176b9052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8665,8 +8602,8 @@ Composes a transaction to send a quantity of an asset to another address. Composes a transaction to Sends all assets and/or transfer ownerships to a destination address. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address that will be sending - + destination: `bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d` (str, required) - The address to receive the assets and/or ownerships + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be sending + + destination: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address to receive the assets and/or ownerships + flags: `7` (int, required) - An OR mask of flags indicating how the sweep should be processed. Possible flags are: - FLAG_BALANCES: (integer) 1, specifies that all balances should be transferred. - FLAG_OWNERSHIP: (integer) 2, specifies that all ownerships should be transferred. - FLAG_BINARY_MEMO: (integer) 4, specifies that the memo is in binary/hex form. + memo: `FFFF` (str, required) - The Memo associated with this transaction in hex format + encoding (str, optional) - The encoding method to use @@ -8720,18 +8657,18 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "flags": 7, "memo": "FFFF" }, "name": "sweep", - "data": "434e54525052545904803bece20f130359dc589d1e84d59950baf908210807ffff", + "data": "434e54525052545904808e44aeb58719a0eea4fa6a325fb1ba904367d10607ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "020000000001016d72c9e1d1fa813c3589dd174fc8a84009fa6e57e5ad5f33f0156497091b9bf70000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff020000000000000000236a21f1d4cb9dfb8748da31c2cd30553f48be4fdc16aca37d1bf22c33b6b47e228da5376fbc052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "02000000000101bcb39db67cbd94ed72cfd5f1d81a223b02faa38f42dd97f3883d3754c58b84f1000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000236a210452dabd8e92f78eb8e7c201fe766e1ef4fd1e5868e2393c3c59e1bcc7c4ab23d16fbc052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8748,8 +8685,8 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti Composes a transaction to send BTC to a dispenser. + Parameters - + address: `bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d` (str, required) - The address that will be sending (must have the necessary quantity of BTC) - + dispenser: `bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz` (str, required) - The dispenser that will be receiving the asset + + address: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address that will be sending (must have the necessary quantity of BTC) + + dispenser: `bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te` (str, required) - The dispenser that will be receiving the asset + quantity: `1000` (int, required) - The quantity of BTC to send (in satoshis, hence integer) + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -8802,8 +8739,8 @@ Composes a transaction to send BTC to a dispenser. { "result": { "params": { - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "quantity": 1000 }, "name": "dispense", @@ -8812,7 +8749,7 @@ Composes a transaction to send BTC to a dispenser. "btc_out": 1000, "btc_change": 4949852643, "btc_fee": 14357, - "rawtransaction": "02000000000101ac8344100391a9dbea92bbd4f0c06f315ea17815b50cf2d241971159f1e5533e020000001600143bece20f130359dc589d1e84d59950baf9082108ffffffff03e8030000000000001600146a0754aa80c92844296a3a23dde3609ac941f9d000000000000000000c6a0a3dff5a09112eded7a8a6e3c10827010000001600143bece20f130359dc589d1e84d59950baf908210802000000000000", + "rawtransaction": "02000000000101ccba3ba7323d0a1b65b4702c11ff20c2e7b6ae8b784009b50853ae3b476a10a0020000001600148e44aeb58719a0eea4fa6a325fb1ba904367d106ffffffff03e803000000000000160014a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f00000000000000000c6a0ae5a1e5920623250e9f4ae3c10827010000001600148e44aeb58719a0eea4fa6a325fb1ba904367d10602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8829,7 +8766,7 @@ Composes a transaction to send BTC to a dispenser. Composes a transaction to issue a new asset using the FairMinter protocol. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address that will be issuing the asset + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be issuing the asset + asset: `MYASSET` (str, required) - The asset to issue + asset_parent (str, optional) - The parent asset of the asset to issue + Default: `` @@ -8914,7 +8851,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -8939,7 +8876,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. "btc_out": 0, "btc_change": 4999985467, "btc_fee": 14533, - "rawtransaction": "0200000000010113540b35e1c3bf652d600d05815910cd21427d804936877b3c2e1955e4c02b5f0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff020000000000000000316a2fa1c13212823f0738c04dbf739243c454036880dfd8427bc7a63d417101948ab8652b1a5f4279505ff08e8fdcaf63ac3bb9052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "02000000000101190595c286adcc17b96f41435167660d585d424616bce27e965477e188b60558000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000316a2f8953697aa93c5e59a5400d759bd110543110e6359d7d2f75e81dd868a4eb9b89b327d43f602fd823b5010d05f63ca43bb9052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8956,7 +8893,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. Composes a transaction to mint a quantity of an asset using the FairMinter protocol. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address that will be minting the asset + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be minting the asset + asset: `FAIRMINTC` (str, required) - The asset to mint + quantity: `1` (int, optional) - The quantity of the asset to mint (in satoshis, hence integer) + Default: `0` @@ -9011,13 +8948,13 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTC", "quantity": 1, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -9029,7 +8966,7 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto "btc_out": 0, "btc_change": 4999987049, "btc_fee": 12951, - "rawtransaction": "020000000001014faf4d1c320e6c8db648f30576cc58bfa89e35aa4440b7e4b1e915e2ab98248b0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff020000000000000000166a141a854916e581778b59a354ea57ee74e3bb99874b69bf052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "020000000001010e7b564edb35a58cfc4ac5fbed51f71c5afd0d1b18430baf49a213f890489436000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000166a1451ae00e7fb53805c13d93ae8bdd0f0fe085b139869bf052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -9046,10 +8983,10 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto Composes a transaction to attach assets from an address to UTXO. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address from which the assets are attached + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address from which the assets are attached + asset: `XCP` (str, required) - The asset or subasset to attach + quantity: `1000` (int, required) - The quantity of the asset to attach (in satoshis, hence integer) - + destination: `580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f:1` (str, optional) - The utxo to attach the assets to + + destination: `2299da7e37aaadc05d77530c29f5f779d7d03b11bfa0d02c379c04d7847e75c4:0` (str, optional) - The utxo to attach the assets to + Default: `None` + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -9102,8 +9039,8 @@ Composes a transaction to attach assets from an address to UTXO. { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f:1", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "2299da7e37aaadc05d77530c29f5f779d7d03b11bfa0d02c379c04d7847e75c4:0", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -9116,12 +9053,12 @@ Composes a transaction to attach assets from an address to UTXO. "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964626372743171326e6776617437686871796e336535746367653375337239723466717768617034366534666d7c353830656330633764656661613937373961333465303734633230343666616238383565613032646137393965353664616564323164353561343832653731663a317c5843507c31303030", + "data": "434e54525052545964626372743171333077707a65333671766c666b36706d396d376a72337174396b7675683033783565797534677c323239396461376533376161616463303564373735333063323966356637373964376430336231316266613064303263333739633034643738343765373563343a307c5843507c31303030", "btc_in": 30000000000, "btc_out": 3000, "btc_change": 29999918531, "btc_fee": 78469, - "rawtransaction": "020000000001062b971c4763edae2df37367cd84844c19b0042d9a8be2160e4d8369d10673fde40000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff4549bdf3e9451e832e2f74ed0307b5f9321bf49c952b5b7e6d33b4023e8bd9f50000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1fffffffff6d6bc2733c0cc14e0303d014da6b303f8ff857450d62f07881b35b0ac1c05100000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff58edca7b44ff197ac654c066fc3f6fb0d9a8fca4fcf6d38ff29a70a13b1271740000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1fffffffffa9334b3c46424ae370e352f9eb0956ed1fd25a247729a471b8101a6f50fcb1a0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff48757a8e09aad9b42ba75d7cbca33875eede93f19238b1880da52b9d73ad46fa0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff04e803000000000000695121027b86d286c4b5f45f01771f0c0849c1cb534340e50f47b179a8b62c8652ff69bc2103cbb0bf58331e74eb4b94df36639d9b32bba5ed3947f8f228dea27b63c6c164312103550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a2653aee803000000000000695121027b86d286c4b5f45f0124190a1c5c9183561a1ef25d07e321f7f336da51ae6af72103d9b2ba05385e22f842d48f3125d3ca36fea7bf3d16faad658faf7e6791c935e52103550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a2653aee803000000000000695121035186d286c4b5f45f01764a5e1c07c1c6396e77ef5f03b621c0c755e8619a5ca42102bfd3d83d006b479972e6eb5012eaf353cb91db5c739e9f54eb9a4b06a5f107e62103550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a2653aec36d22fc0600000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000002000002000002000002000002000000000000", + "rawtransaction": "02000000000106390d3a5d7cb050f1bce4dc3f6ea00bf3a7c6b20f01cfef736e0c9f45fc7e26c7000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff398a0430842e0c36f1f196b5168c531159b80265b090a7f3e3996b9bd62d53eb000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff08d5e48900919aec88491b3553182a331fe1d302f317e0a3e42220390a68b654000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff79c6cc334d253d0cd5082afe25fce60dd6c1eedd0a8ed6eeac3f76b4d151a534000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffdf06f0a140912d3ed6986406b497d6671041d8793beafed3f5c4b571cf6f7d28000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffac5ecdf8ec1cbec87cde7e8f4982881315a0510e42dfb8c959de61790df36797000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff04e803000000000000695121023d934ba1c5fe4be0650fc237b98f470dc615f00d740cb5442d8e116db6879a3321028efc7073de8a57bbe61e6d188b062bf993b1534a97bc82a33bc956c9bfee88ed21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aee803000000000000695121023d934ba1c5fe4be0650e9363aa9a17189615b219395eb3416c9b4f32bb848c822103d4f22420839c54f9f016370c980f2baedbb65500d5b186ef3d9f58c8efb8da3e21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aee8030000000000006951210217934ba1c5fe4be0655c9537ffc14600ad66d7013f59b6425cf87d0bddb1eaca2102e3c51d44b4f864ca9227066efe6e1bcaeb843633e288e5df09fb6ff0db8fbf6b21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aec36d22fc060000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000002000002000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -9138,8 +9075,8 @@ Composes a transaction to attach assets from an address to UTXO. Composes a transaction to detach assets from UTXO to an address. + Parameters - + utxo: `b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896:1` (str, required) - The utxo from which the assets are detached - + destination: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to detach the assets to + + utxo: `c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0` (str, required) - The utxo from which the assets are detached + + destination: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to detach the assets to + asset: `XCP` (str, required) - The asset or subasset to detach + quantity: `1000` (int, required) - The quantity of the asset to detach (in satoshis, hence integer) + encoding (str, optional) - The encoding method to use @@ -9193,8 +9130,8 @@ Composes a transaction to detach assets from UTXO to an address. { "result": { "params": { - "source": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896:1", - "destination": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -9207,12 +9144,12 @@ Composes a transaction to detach assets from UTXO to an address. "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964623233636362306138653233613732666537353564353062616364616133323936333639313535313536386634316464393730626461306534366131663839363a317c626372743171326e6776617437686871796e336535746367653375337239723466717768617034366534666d7c5843507c31303030", - "btc_in": 4949874900, + "data": "434e54525052545964633038623631623764303936623463663031653030366636653936343164323534613834323063633835646636653666393966623833626536383461303730313a307c626372743171333077707a65333671766c666b36706d396d376a72337174396b7675683033783565797534677c5843507c31303030", + "btc_in": 4950080000, "btc_out": 3000, - "btc_change": 4949846467, - "btc_fee": 25433, - "rawtransaction": "0200000000010196f8a1460eda0b97dd418f565115696329a3daac0bd555e72fa7238e0acb3cb20100000016001427b4900780a6ec65162b9fe1ef29c29006a1a675ffffffff04e803000000000000695121021984efb86effe1bd578140f5ce83a18c41886a20cbc64db16a324bb8c3e36b7b2102c63b20820321eb33bd957bf881f69203d149e52d2ec185325066edaad54237422102749d5dfef071854ac54c8d627926494c5d7c4f70831a49ce9416b33640f362f953aee803000000000000695121021984efb86effe1bd578143f798d4f48f408f6a7ccfcf1dfa3a375cfbc7a73dee21029d6c34821472e23affde2cfdd7f5df518319e76d2b8bda745564f8e48a1325ec2102749d5dfef071854ac54c8d627926494c5d7c4f70831a49ce9416b33640f362f953aee803000000000000695121023384efb86effe1bd57d114a2c986af9229aa0239c8c51cb658542e8ff6d60f0f2103f30b42e360458a528ea742ceb2c0ab32e47cd41818f9e30661028993e27255a12102749d5dfef071854ac54c8d627926494c5d7c4f70831a49ce9416b33640f362f953aec3a908270100000016001427b4900780a6ec65162b9fe1ef29c29006a1a67502000000000000", + "btc_change": 4950030353, + "btc_fee": 46647, + "rawtransaction": "02000000000103f87a8663d37577cdbd4a9ee518adf7f1e997774b63c06425b5c2e62533b977cd0100000016001428d33e852e352f10e581cdb6e44206cb92b9ae85ffffffffb6f0dd34eebe92a2541fc3f39693968f73121a94670bb9aa17f12a3db43fc46f0000000016001428d33e852e352f10e581cdb6e44206cb92b9ae85ffffffff903f17275c08326e288b20d6d048c632236da4bcfc7ab287ac46c03fcfa663f80100000016001428d33e852e352f10e581cdb6e44206cb92b9ae85ffffffff04e80300000000000069512102ddb01efc8fa96b16fad865842a14712d5eaac2cd36153a73a9ce29264a932338210395be1ab3d8661f57d4caed5d9d280130d9fee5654d6fdcb163220020aa0185e42102e361787a95a757f162a84c787e605a2bb9550f8572cae63d8c369525db7755dc53aee80300000000000069512103ddb01efc8fa96b16fa8435d677407f285dad91cd3e19683ba8cb6b631ed2205c210293af5cac84631d17c694be02ca60583b84aaec2f4b7acebe6d621371a3549f0a2102e361787a95a757f162a84c787e605a2bb9550f8572cae63d8c369525db7755dc53aee80300000000000069512103f7b01efc8fa96b16fa8963cd6742206064def6813e136877caa819172fa313c02102a3d82cd6e1502b66b0f8d869fc103502e99d865d780bba87061466199367e7b02102e361787a95a757f162a84c787e605a2bb9550f8572cae63d8c369525db7755dc53ae11780b270100000016001428d33e852e352f10e581cdb6e44206cb92b9ae8502000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -9267,8 +9204,8 @@ Returns the valid assets "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 10000000000, @@ -9276,16 +9213,16 @@ Returns the valid assets "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727349642, - "last_issuance_block_time": 1727349650, + "first_issuance_block_time": 1727945644, + "last_issuance_block_time": 1727945663, "supply_normalized": "100.00000000" }, { "asset": "MYASSETB", "asset_id": "103804245871", "asset_longname": null, - "issuer": "bcrt1qy76fqpuq5mkx293tnls772wzjqr2rfn4rrqcgn", - "owner": "bcrt1qy76fqpuq5mkx293tnls772wzjqr2rfn4rrqcgn", + "issuer": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "owner": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "divisible": true, "locked": false, "supply": 100000000000, @@ -9293,16 +9230,16 @@ Returns the valid assets "first_issuance_block_index": 156, "last_issuance_block_index": 156, "confirmed": true, - "first_issuance_block_time": 1727349637, - "last_issuance_block_time": 1727349637, + "first_issuance_block_time": 1727945640, + "last_issuance_block_time": 1727945640, "supply_normalized": "1000.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 100000000000, @@ -9310,16 +9247,16 @@ Returns the valid assets "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727349604, - "last_issuance_block_time": 1727349604, + "first_issuance_block_time": 1727945605, + "last_issuance_block_time": 1727945605, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 40, @@ -9327,16 +9264,16 @@ Returns the valid assets "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727349541, - "last_issuance_block_time": 1727349545, + "first_issuance_block_time": 1727945541, + "last_issuance_block_time": 1727945545, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 19, @@ -9344,8 +9281,8 @@ Returns the valid assets "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727349515, - "last_issuance_block_time": 1727349537, + "first_issuance_block_time": 1727945515, + "last_issuance_block_time": 1727945537, "supply_normalized": "0.00000019" } ], @@ -9373,8 +9310,8 @@ Returns an asset by its name "asset": "FAIRMINTA", "asset_id": "1046814266082", "asset_longname": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 10000000000, @@ -9382,8 +9319,8 @@ Returns an asset by its name "first_issuance_block_index": 122, "last_issuance_block_index": 125, "confirmed": true, - "first_issuance_block_time": 1727349477, - "last_issuance_block_time": 1727349489, + "first_issuance_block_time": 1727945477, + "last_issuance_block_time": 1727945490, "supply_normalized": "100.00000000" } } @@ -9414,7 +9351,7 @@ Returns the asset balances { "result": [ { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -9422,14 +9359,14 @@ Returns the asset balances "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, "quantity_normalized": "95.00000000" }, { - "address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -9437,7 +9374,7 @@ Returns the asset balances "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -9455,7 +9392,7 @@ Returns the balance of an address and asset + Parameters + asset: `XCP` (str, required) - The asset to return - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -9466,7 +9403,7 @@ Returns the balance of an address and asset ``` { "result": { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -9517,9 +9454,9 @@ Returns the orders of an asset "result": [ { "tx_index": 48, - "tx_hash": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", + "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", "block_index": 183, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9534,7 +9471,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727349670, + "block_time": 1727945683, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9560,9 +9497,9 @@ Returns the orders of an asset }, { "tx_index": 50, - "tx_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", + "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", "block_index": 187, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -9577,7 +9514,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727349752, + "block_time": 1727945765, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9603,9 +9540,9 @@ Returns the orders of an asset }, { "tx_index": 56, - "tx_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "block_index": 191, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9620,7 +9557,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727349769, + "block_time": 1727945782, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9646,9 +9583,9 @@ Returns the orders of an asset }, { "tx_index": 58, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9663,7 +9600,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727349773, + "block_time": 1727945786, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9689,9 +9626,9 @@ Returns the orders of an asset }, { "tx_index": 51, - "tx_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "block_index": 186, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -9706,7 +9643,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727349748, + "block_time": 1727945761, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9768,13 +9705,13 @@ Returns the orders of an asset { "result": [ { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 53, - "tx1_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", - "tx1_address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -9788,7 +9725,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727349752, + "block_time": 1727945765, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9808,13 +9745,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 51, - "tx1_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -9828,7 +9765,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727349748, + "block_time": 1727945761, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9848,13 +9785,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0_14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", + "id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", "tx0_index": 48, - "tx0_hash": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 49, - "tx1_hash": "14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx1_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -9868,7 +9805,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727349670, + "block_time": 1727945683, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9948,20 +9885,20 @@ Returns the credits of an asset "result": [ { "block_index": 193, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945790, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -9969,20 +9906,20 @@ Returns the credits of an asset }, { "block_index": 125, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "FAIRMINTA", "quantity": 9000000000, "calling_function": "fairmint", - "event": "bc257d6326f96da2eb381ed0d7d65a03ade741e7a22f33871fd0feb2f2a41c93", + "event": "5011ad37f17100ab26d1797dfc67ab6920ade5077607860a6eb424f00325c473", "tx_index": 13, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349489, + "block_time": 1727945490, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -9990,20 +9927,20 @@ Returns the credits of an asset }, { "block_index": 124, - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "bfd1ba3b66af851c1c1c8ef1a755f63597ca84795226c2a2a10592a9bcad37f9", + "event": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349485, + "block_time": 1727945485, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -10011,20 +9948,20 @@ Returns the credits of an asset }, { "block_index": 124, - "address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "a3228b664f93f6c80a3cf86bbcad2ac73116dd90860a580c8d1c632aa775919e", + "event": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", "tx_index": 11, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349485, + "block_time": 1727945485, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -10036,16 +9973,16 @@ Returns the credits of an asset "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "escrowed fairmint", - "event": "bfd1ba3b66af851c1c1c8ef1a755f63597ca84795226c2a2a10592a9bcad37f9", + "event": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349485, + "block_time": 1727945485, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -10099,18 +10036,39 @@ Returns the debits of an asset ``` { "result": [ + { + "block_index": 195, + "address": null, + "asset": "XCP", + "quantity": 1500000000, + "action": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "confirmed": true, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "quantity_normalized": "15.00000000" + }, { "block_index": 194, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", "quantity": 1, "action": "destroy", - "event": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", + "event": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", "tx_index": 60, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349782, + "block_time": 1727945795, "asset_info": { "divisible": true, "asset_longname": null, @@ -10122,16 +10080,16 @@ Returns the debits of an asset }, { "block_index": 193, - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "XCP", "quantity": 74499387833, "action": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945790, "asset_info": { "divisible": true, "asset_longname": null, @@ -10143,16 +10101,16 @@ Returns the debits of an asset }, { "block_index": 193, - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "XCP", "quantity": 600000, "action": "sweep fee", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945790, "asset_info": { "divisible": true, "asset_longname": null, @@ -10164,37 +10122,16 @@ Returns the debits of an asset }, { "block_index": 192, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "event": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349773, - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "quantity_normalized": "0.00001000" - }, - { - "block_index": 190, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "asset": "XCP", - "quantity": 1000, - "action": "open order", - "event": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", - "tx_index": 56, - "utxo": null, - "utxo_address": null, - "confirmed": true, - "block_time": 1727349765, + "block_time": 1727945786, "asset_info": { "divisible": true, "asset_longname": null, @@ -10205,8 +10142,8 @@ Returns the debits of an asset "quantity_normalized": "0.00001000" } ], - "next_cursor": 47, - "result_count": 38 + "next_cursor": 48, + "result_count": 39 } ``` @@ -10234,20 +10171,20 @@ Returns the dividends of an asset "result": [ { "tx_index": 41, - "tx_hash": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "block_index": 154, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727349630, + "block_time": 1727945630, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -10291,14 +10228,14 @@ Returns the issuances of an asset "result": [ { "tx_index": 13, - "tx_hash": "bc257d6326f96da2eb381ed0d7d65a03ade741e7a22f33871fd0feb2f2a41c93", + "tx_hash": "5011ad37f17100ab26d1797dfc67ab6920ade5077607860a6eb424f00325c473", "msg_index": 0, "block_index": 125, "asset": "FAIRMINTA", "quantity": 9000000000, "divisible": true, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -10313,20 +10250,20 @@ Returns the issuances of an asset "fair_minting": false, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727349489, + "block_time": 1727945490, "quantity_normalized": "90.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 12, - "tx_hash": "bfd1ba3b66af851c1c1c8ef1a755f63597ca84795226c2a2a10592a9bcad37f9", + "tx_hash": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", "msg_index": 0, "block_index": 124, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -10341,20 +10278,20 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727349485, + "block_time": 1727945485, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 11, - "tx_hash": "a3228b664f93f6c80a3cf86bbcad2ac73116dd90860a580c8d1c632aa775919e", + "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", "msg_index": 0, "block_index": 123, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -10369,20 +10306,20 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727349481, + "block_time": 1727945481, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 10, - "tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "msg_index": 0, "block_index": 122, "asset": "FAIRMINTA", "quantity": 0, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -10397,7 +10334,7 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "open_fairminter", "confirmed": true, - "block_time": 1727349477, + "block_time": 1727945477, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -10429,12 +10366,36 @@ Returns the sends, include Enhanced and MPMA sends, of an asset ``` { "result": [ + { + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "asset": "XCP", + "quantity": 1500000000, + "status": "valid", + "msg_index": 1, + "memo": null, + "fee_paid": 0, + "confirmed": true, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "quantity_normalized": "15.00000000", + "fee_paid_normalized": "0.00000000" + }, { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "quantity": 10, "status": "valid", @@ -10442,7 +10403,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "divisible": true, "asset_longname": null, @@ -10455,10 +10416,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 54, - "tx_hash": "ba2b62e02257afd56871a06214aa59ca231cd893239ab9555de83150c93f7a80", + "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680", "block_index": 188, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", "quantity": 10000, "status": "valid", @@ -10466,7 +10427,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349756, + "block_time": 1727945769, "asset_info": { "divisible": true, "asset_longname": null, @@ -10479,10 +10440,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 43, - "tx_hash": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896", + "tx_hash": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64", "block_index": 156, - "source": "6cc93fdf5891a4a25a055fac25361c236912ebf976ada3a6e9e2f1289a9c67d6:0", - "destination": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896:1", + "source": "f863a6cf3fc046ac87b27afcbca46d2332c648d0d6208b286e32085c27173f90:0", + "destination": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10490,7 +10451,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349637, + "block_time": 1727945640, "asset_info": { "divisible": true, "asset_longname": null, @@ -10503,10 +10464,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 42, - "tx_hash": "6cc93fdf5891a4a25a055fac25361c236912ebf976ada3a6e9e2f1289a9c67d6", + "tx_hash": "f863a6cf3fc046ac87b27afcbca46d2332c648d0d6208b286e32085c27173f90", "block_index": 155, - "source": "d0b1c560c4f3fd55a02f4f0b5434dd67825f0c9363964956317a943c920f4be9:0", - "destination": "6cc93fdf5891a4a25a055fac25361c236912ebf976ada3a6e9e2f1289a9c67d6:0", + "source": "407cc4041ef37967e4e9f3ab5d85118678338f79080a33212b9acfcbd105a6f1:0", + "destination": "f863a6cf3fc046ac87b27afcbca46d2332c648d0d6208b286e32085c27173f90:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10514,7 +10475,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349633, + "block_time": 1727945635, "asset_info": { "divisible": true, "asset_longname": null, @@ -10527,7 +10488,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset } ], "next_cursor": null, - "result_count": 4 + "result_count": 5 } ``` @@ -10565,9 +10526,9 @@ Returns the dispensers of an asset "result": [ { "tx_index": 26, - "tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10576,7 +10537,7 @@ Returns the dispensers of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10586,7 +10547,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -10602,9 +10563,9 @@ Returns the dispensers of an asset }, { "tx_index": 29, - "tx_hash": "a80027ddb313c40139fa6bc6878fe394400a98ee5963ff471f52724768f74969", + "tx_hash": "9fcb2d772361119ed3338602b788d9211b21b272fda78800a1869d25810716c9", "block_index": 142, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10613,7 +10574,7 @@ Returns the dispensers of an asset "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "origin": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -10623,7 +10584,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349569, + "block_time": 1727945570, "asset_info": { "divisible": true, "asset_longname": null, @@ -10639,9 +10600,9 @@ Returns the dispensers of an asset }, { "tx_index": 30, - "tx_hash": "a913a4e0d363595bbb0d8042759a3e348de369b4f3c7c1e6a0b6628bb46810a8", + "tx_hash": "d9e0a4f45614a5a900b80000750a09cbf77fdb8c914adb9637d39654a81ff23f", "block_index": 150, - "source": "mxH2rQrd18EF6R1ykn18TRPT2HX5UVRJHz", + "source": "mwNtBvuv6eXYCAGtKZfrruMuWS8serN2B8", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -10649,10 +10610,10 @@ Returns the dispensers of an asset "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "5b68cebd5647834d9d59f7aab3c48df0b5e1df5ee379668e3aad95f94a9e60c4", - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "last_status_tx_hash": "9a7f28788f24bff8c089b3febbbc253088dd0ed2c391e2ed930ac3053d2fada7", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 0, - "last_status_tx_source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "last_status_tx_source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -10660,7 +10621,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349613, + "block_time": 1727945613, "asset_info": { "divisible": true, "asset_longname": null, @@ -10676,19 +10637,19 @@ Returns the dispensers of an asset }, { "tx_index": 33, - "tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, - "give_remaining": 9334, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "last_status_tx_hash": null, - "origin": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "dispense_count": 1, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "confirmed": true, @@ -10697,7 +10658,7 @@ Returns the dispensers of an asset "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727349600, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -10706,7 +10667,7 @@ Returns the dispensers of an asset "issuer": null }, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00009334", + "give_remaining_normalized": "0.00009268", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" @@ -10722,7 +10683,7 @@ Returns the dispensers of an asset Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - The address to return + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -10735,9 +10696,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10746,7 +10707,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10756,7 +10717,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -10806,7 +10767,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -10814,7 +10775,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "quantity": 500000000, "escrow": null, "cursor_id": "balances_13", @@ -10823,7 +10784,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -10831,7 +10792,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "quantity": 0, "escrow": null, "cursor_id": "balances_14", @@ -10840,7 +10801,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -10848,7 +10809,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "quantity": 9500000000, "escrow": null, "cursor_id": "balances_15", @@ -10857,7 +10818,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -10891,31 +10852,80 @@ Returns the dispenses of an asset ``` { "result": [ + { + "tx_index": 61, + "dispense_index": 0, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "asset": "XCP", + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "btc_amount": 1000, + "confirmed": true, + "dispenser": { + "tx_index": 33, + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "give_quantity": 1, + "escrow_quantity": 10000, + "satoshirate": 1, + "status": 0, + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "last_status_tx_hash": null, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, + "last_status_tx_source": null, + "close_block_index": null, + "fiat_price": 0.01, + "oracle_price": 66600.0, + "fiat_unit": "USD", + "oracle_price_last_updated": 138, + "satoshi_price": 16, + "give_quantity_normalized": "0.00000001", + "give_remaining_normalized": "0.00009268", + "escrow_quantity_normalized": "0.00010000", + "satoshirate_normalized": "0.00000001", + "satoshi_price_normalized": "0.00000016" + }, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" + }, { "tx_index": 34, "dispense_index": 0, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", + "tx_hash": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6", "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "destination": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, - "give_remaining": 9334, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "last_status_tx_hash": null, - "origin": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "dispense_count": 1, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "fiat_price": 0.01, @@ -10924,12 +10934,12 @@ Returns the dispenses of an asset "oracle_price_last_updated": 138, "satoshi_price": 16, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00009334", + "give_remaining_normalized": "0.00009268", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727349600, + "block_time": 1727945601, "asset_info": { "divisible": true, "asset_longname": null, @@ -10943,19 +10953,19 @@ Returns the dispenses of an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "55e7b6ec1921fe75a236f25a1ac49ad5e0a872edc6fdf4e8fb687c89a80a6b56", + "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -10963,7 +10973,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10978,7 +10988,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -10992,19 +11002,19 @@ Returns the dispenses of an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "06d9f6562feecf27b0e1c090ab8e921dd14912091e859db1274f01ee917ce762", + "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", "block_index": 140, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -11012,7 +11022,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11027,7 +11037,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349561, + "block_time": 1727945563, "asset_info": { "divisible": true, "asset_longname": null, @@ -11040,7 +11050,7 @@ Returns the dispenses of an asset } ], "next_cursor": null, - "result_count": 3 + "result_count": 4 } ``` @@ -11070,8 +11080,8 @@ Returns asset subassets "asset": "A95428959745315388", "asset_id": "95428959745315388", "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 0, @@ -11079,8 +11089,8 @@ Returns asset subassets "first_issuance_block_index": 158, "last_issuance_block_index": 158, "confirmed": true, - "first_issuance_block_time": 1727349646, - "last_issuance_block_time": 1727349646, + "first_issuance_block_time": 1727945649, + "last_issuance_block_time": 1727945649, "supply_normalized": "0.00000000" } ], @@ -11112,10 +11122,10 @@ Returns the fairminter by its asset { "result": [ { - "tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "tx_index": 10, "block_index": 125, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -11140,7 +11150,7 @@ Returns the fairminter by its asset "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349489 + "block_time": 1727945490 } ], "next_cursor": null, @@ -11171,64 +11181,64 @@ Returns the mints by asset { "result": [ { - "tx_hash": "bc257d6326f96da2eb381ed0d7d65a03ade741e7a22f33871fd0feb2f2a41c93", + "tx_hash": "5011ad37f17100ab26d1797dfc67ab6920ade5077607860a6eb424f00325c473", "tx_index": 13, "block_index": 125, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "fairminter_tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "asset": "FAIRMINTA", "earn_quantity": 9000000000, "paid_quantity": 9000000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349489, + "block_time": 1727945490, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, { - "tx_hash": "bfd1ba3b66af851c1c1c8ef1a755f63597ca84795226c2a2a10592a9bcad37f9", + "tx_hash": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", "tx_index": 12, "block_index": 124, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "fairminter_tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349485, + "block_time": 1727945485, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, { - "tx_hash": "a3228b664f93f6c80a3cf86bbcad2ac73116dd90860a580c8d1c632aa775919e", + "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", "tx_index": 11, "block_index": 123, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349481, + "block_time": 1727945481, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } @@ -11244,7 +11254,7 @@ Returns the mints by asset Returns the mints by address and asset + Parameters - + address: `bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d` (str, required) - The address of the mints to return + + address: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address of the mints to return + asset: `FAIRMINTA` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -11263,22 +11273,22 @@ Returns the mints by address and asset { "result": [ { - "tx_hash": "a3228b664f93f6c80a3cf86bbcad2ac73116dd90860a580c8d1c632aa775919e", + "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", "tx_index": 11, "block_index": 123, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349481, + "block_time": 1727945481, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } @@ -11324,9 +11334,9 @@ Returns all the orders "result": [ { "tx_index": 48, - "tx_hash": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", + "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", "block_index": 183, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11341,7 +11351,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727349670, + "block_time": 1727945683, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11367,9 +11377,9 @@ Returns all the orders }, { "tx_index": 51, - "tx_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "block_index": 186, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -11384,7 +11394,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727349748, + "block_time": 1727945761, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11410,9 +11420,9 @@ Returns all the orders }, { "tx_index": 50, - "tx_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", + "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", "block_index": 187, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -11427,7 +11437,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727349752, + "block_time": 1727945765, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11453,9 +11463,9 @@ Returns all the orders }, { "tx_index": 53, - "tx_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "block_index": 187, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -11470,7 +11480,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727349752, + "block_time": 1727945765, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11496,9 +11506,9 @@ Returns all the orders }, { "tx_index": 56, - "tx_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "block_index": 191, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11513,7 +11523,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727349769, + "block_time": 1727945782, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11548,7 +11558,7 @@ Returns all the orders Returns the information of an order + Parameters - + order_hash: `a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f` (str, required) - The hash of the transaction that created the order + + order_hash: `75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35` (str, required) - The hash of the transaction that created the order + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -11560,9 +11570,9 @@ Returns the information of an order { "result": { "tx_index": 58, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11577,7 +11587,7 @@ Returns the information of an order "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727349773, + "block_time": 1727945786, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11609,7 +11619,7 @@ Returns the information of an order Returns the order matches of an order + Parameters - + order_hash: `c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05` (str, required) - The hash of the transaction that created the order + + order_hash: `810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df` (str, required) - The hash of the transaction that created the order + status (enum[str], optional) - The status of the order matches to return + Default: `all` + Members @@ -11636,13 +11646,13 @@ Returns the order matches of an order { "result": [ { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 53, - "tx1_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", - "tx1_address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -11656,7 +11666,7 @@ Returns the order matches of an order "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727349752, + "block_time": 1727945765, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -11676,13 +11686,13 @@ Returns the order matches of an order "fee_paid_normalized": "0.00000000" }, { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 51, - "tx1_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -11696,7 +11706,7 @@ Returns the order matches of an order "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727349748, + "block_time": 1727945761, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -11726,7 +11736,7 @@ Returns the order matches of an order Returns the BTC pays of an order + Parameters - + order_hash: `c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05` (str, required) - The hash of the transaction that created the order + + order_hash: `810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df` (str, required) - The hash of the transaction that created the order + cursor (str, optional) - The last index of the resolutions to return + Default: `None` + limit: `5` (int, optional) - The maximum number of resolutions to return @@ -11745,15 +11755,15 @@ Returns the BTC pays of an order "result": [ { "tx_index": 52, - "tx_hash": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac", + "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", "block_index": 186, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "destination": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "btc_amount": 2000, - "order_match_id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "status": "valid", "confirmed": true, - "block_time": 1727349748, + "block_time": 1727945761, "btc_amount_normalized": "0.00002000" } ], @@ -11797,9 +11807,9 @@ Returns the orders to exchange two assets "result": [ { "tx_index": 51, - "tx_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "block_index": 186, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -11817,7 +11827,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727349748, + "block_time": 1727945761, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11843,9 +11853,9 @@ Returns the orders to exchange two assets }, { "tx_index": 53, - "tx_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "block_index": 187, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -11863,7 +11873,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727349752, + "block_time": 1727945765, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11889,9 +11899,9 @@ Returns the orders to exchange two assets }, { "tx_index": 48, - "tx_hash": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", + "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", "block_index": 183, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11909,7 +11919,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727349670, + "block_time": 1727945683, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11935,9 +11945,9 @@ Returns the orders to exchange two assets }, { "tx_index": 50, - "tx_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", + "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", "block_index": 187, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -11955,7 +11965,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727349752, + "block_time": 1727945765, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11981,9 +11991,9 @@ Returns the orders to exchange two assets }, { "tx_index": 56, - "tx_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "block_index": 191, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12001,7 +12011,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727349769, + "block_time": 1727945782, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12064,13 +12074,13 @@ Returns the orders to exchange two assets { "result": [ { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 53, - "tx1_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", - "tx1_address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12087,7 +12097,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727349752, + "block_time": 1727945765, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12107,13 +12117,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 51, - "tx1_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12130,7 +12140,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727349748, + "block_time": 1727945761, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12150,13 +12160,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0_14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", + "id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", "tx0_index": 48, - "tx0_hash": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 49, - "tx1_hash": "14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx1_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12173,7 +12183,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727349670, + "block_time": 1727945683, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12231,13 +12241,13 @@ Returns all the order matches { "result": [ { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 53, - "tx1_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", - "tx1_address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12251,7 +12261,7 @@ Returns all the order matches "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727349752, + "block_time": 1727945765, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12271,13 +12281,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 51, - "tx1_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12291,7 +12301,7 @@ Returns all the order matches "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727349748, + "block_time": 1727945761, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12311,13 +12321,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0_14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", + "id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", "tx0_index": 48, - "tx0_hash": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 49, - "tx1_hash": "14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx1_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12331,7 +12341,7 @@ Returns all the order matches "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727349670, + "block_time": 1727945683, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12499,66 +12509,66 @@ Returns the burns "result": [ { "tx_index": 9, - "tx_hash": "44abd48b32ac931edcbd9d1917248c81169903630a30d90f1f6ff2e516b2955b", + "tx_hash": "58c7186af188fab4f758cdc9036b567dcf74ab0ca64e7cb821e0231b9035a773", "block_index": 121, - "source": "bcrt1qz5kudmquhd3pjrkwvcm08y70nps3wd7h787nsr", + "source": "bcrt1qr6gw3e43d3evyvpkn579qf92f5xpdjqx5v632f", "burned": 50000000, "earned": 74999996667, "status": "valid", "confirmed": true, - "block_time": 1727349472, + "block_time": 1727945472, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 8, - "tx_hash": "65ea30c8059d623c55d97699b4ea1a8422c28039e3560fb5601a902c8435ed7b", + "tx_hash": "5699f0284e59a21237903deb895347c3561cd5cd6e4546251c2eaef46e4a4368", "block_index": 120, - "source": "bcrt1qy76fqpuq5mkx293tnls772wzjqr2rfn4rrqcgn", + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "burned": 50000000, "earned": 74999996833, "status": "valid", "confirmed": true, - "block_time": 1727349468, + "block_time": 1727945467, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 7, - "tx_hash": "0ada2bd2048b885316df40f1d7d411dfd5be56dedb2ff0fda0876b0a7bc6ccfb", + "tx_hash": "1fb836aeab260a0aa9d5f283be457fd676de51484de4acc85a33f1d252429f43", "block_index": 119, - "source": "bcrt1qy0ynyy5en6cc9dnanpk08d0uw2dnwc9sgthpe7", + "source": "bcrt1qks2ne3m7qlk6429jwvaqdxwjup0dkdc45rzud8", "burned": 50000000, "earned": 74999997000, "status": "valid", "confirmed": true, - "block_time": 1727349464, + "block_time": 1727945463, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 6, - "tx_hash": "89eb719ee654a9b87a355505c983f40e65842e5365210876084b3b3b30a27f21", + "tx_hash": "480b855d135f4769b6b0576c1df3e60c8fd0be744ee11969c25f1af0dfcbe74f", "block_index": 118, - "source": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", + "source": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", "burned": 50000000, "earned": 74999997167, "status": "valid", "confirmed": true, - "block_time": 1727349460, + "block_time": 1727945459, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 5, - "tx_hash": "a5790dcd7c84e25e8177bacd181509a1565b87d297cc111eb364be6599703e00", + "tx_hash": "13406e823609406999536eb99be930fcd99708e36a3cdae5ef0b0df9e5eb21a8", "block_index": 117, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "burned": 50000000, "earned": 74999997333, "status": "valid", "confirmed": true, - "block_time": 1727349455, + "block_time": 1727945455, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" } @@ -12603,9 +12613,9 @@ Returns all dispensers "result": [ { "tx_index": 26, - "tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12614,7 +12624,7 @@ Returns all dispensers "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12624,7 +12634,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -12640,9 +12650,9 @@ Returns all dispensers }, { "tx_index": 29, - "tx_hash": "a80027ddb313c40139fa6bc6878fe394400a98ee5963ff471f52724768f74969", + "tx_hash": "9fcb2d772361119ed3338602b788d9211b21b272fda78800a1869d25810716c9", "block_index": 142, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12651,54 +12661,17 @@ Returns all dispensers "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "origin": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, "confirmed": true, "fiat_price": null, - "oracle_price": null, - "fiat_unit": null, - "oracle_price_last_updated": null, - "satoshi_price": 1, - "block_time": 1727349569, - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00010000", - "escrow_quantity_normalized": "0.00010000", - "satoshirate_normalized": "0.00000001", - "satoshi_price_normalized": "0.00000001" - }, - { - "tx_index": 33, - "tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "asset": "XCP", - "give_quantity": 1, - "escrow_quantity": 10000, - "satoshirate": 1, - "status": 0, - "give_remaining": 9334, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "last_status_tx_hash": null, - "origin": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "dispense_count": 1, - "last_status_tx_source": null, - "close_block_index": null, - "confirmed": true, - "fiat_price": 0.01, - "oracle_price": 66600.0, - "fiat_unit": "USD", - "oracle_price_last_updated": 138, - "satoshi_price": 16, - "block_time": 1727349600, + "oracle_price": null, + "fiat_unit": null, + "oracle_price_last_updated": null, + "satoshi_price": 1, + "block_time": 1727945570, "asset_info": { "divisible": true, "asset_longname": null, @@ -12707,16 +12680,16 @@ Returns all dispensers "issuer": null }, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00009334", + "give_remaining_normalized": "0.00010000", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", - "satoshi_price_normalized": "0.00000016" + "satoshi_price_normalized": "0.00000001" }, { "tx_index": 30, - "tx_hash": "a913a4e0d363595bbb0d8042759a3e348de369b4f3c7c1e6a0b6628bb46810a8", + "tx_hash": "d9e0a4f45614a5a900b80000750a09cbf77fdb8c914adb9637d39654a81ff23f", "block_index": 150, - "source": "mxH2rQrd18EF6R1ykn18TRPT2HX5UVRJHz", + "source": "mwNtBvuv6eXYCAGtKZfrruMuWS8serN2B8", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -12724,10 +12697,10 @@ Returns all dispensers "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "5b68cebd5647834d9d59f7aab3c48df0b5e1df5ee379668e3aad95f94a9e60c4", - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "last_status_tx_hash": "9a7f28788f24bff8c089b3febbbc253088dd0ed2c391e2ed930ac3053d2fada7", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 0, - "last_status_tx_source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "last_status_tx_source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -12735,7 +12708,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349613, + "block_time": 1727945613, "asset_info": { "divisible": true, "asset_longname": null, @@ -12748,6 +12721,43 @@ Returns all dispensers "escrow_quantity_normalized": "0.00000010", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" + }, + { + "tx_index": 33, + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "asset": "XCP", + "give_quantity": 1, + "escrow_quantity": 10000, + "satoshirate": 1, + "status": 0, + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "last_status_tx_hash": null, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, + "last_status_tx_source": null, + "close_block_index": null, + "confirmed": true, + "fiat_price": 0.01, + "oracle_price": 66600.0, + "fiat_unit": "USD", + "oracle_price_last_updated": 138, + "satoshi_price": 16, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "give_quantity_normalized": "0.00000001", + "give_remaining_normalized": "0.00009268", + "escrow_quantity_normalized": "0.00010000", + "satoshirate_normalized": "0.00000001", + "satoshi_price_normalized": "0.00000016" } ], "next_cursor": null, @@ -12760,7 +12770,7 @@ Returns all dispensers Returns the dispenser information by tx_hash + Parameters - + dispenser_hash: `8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7` (str, required) - The hash of the dispenser to return + + dispenser_hash: `7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615` (str, required) - The hash of the dispenser to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -12772,9 +12782,9 @@ Returns the dispenser information by tx_hash { "result": { "tx_index": 26, - "tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12783,7 +12793,7 @@ Returns the dispenser information by tx_hash "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12793,7 +12803,7 @@ Returns the dispenser information by tx_hash "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -12815,7 +12825,7 @@ Returns the dispenser information by tx_hash Returns the dispenses of a dispenser + Parameters - + dispenser_hash: `8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7` (str, required) - The hash of the dispenser to return + + dispenser_hash: `7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615` (str, required) - The hash of the dispenser to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -12835,19 +12845,19 @@ Returns the dispenses of a dispenser { "tx_index": 28, "dispense_index": 0, - "tx_hash": "55e7b6ec1921fe75a236f25a1ac49ad5e0a872edc6fdf4e8fb687c89a80a6b56", + "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -12855,7 +12865,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12870,7 +12880,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -12884,19 +12894,19 @@ Returns the dispenses of a dispenser { "tx_index": 27, "dispense_index": 0, - "tx_hash": "06d9f6562feecf27b0e1c090ab8e921dd14912091e859db1274f01ee917ce762", + "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", "block_index": 140, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -12904,7 +12914,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12919,7 +12929,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349561, + "block_time": 1727945563, "asset_info": { "divisible": true, "asset_longname": null, @@ -12961,20 +12971,20 @@ Returns all the dividends "result": [ { "tx_index": 41, - "tx_hash": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "block_index": 154, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727349630, + "block_time": 1727945630, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -12999,7 +13009,7 @@ Returns all the dividends Returns a dividend by its hash + Parameters - + dividend_hash: `93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10` (str, required) - The hash of the dividend to return + + dividend_hash: `6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2` (str, required) - The hash of the dividend to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -13011,20 +13021,20 @@ Returns a dividend by its hash { "result": { "tx_index": 41, - "tx_hash": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "block_index": 154, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727349630, + "block_time": 1727945630, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -13046,7 +13056,7 @@ Returns a dividend by its hash Returns a dividend distribution by its hash + Parameters - + dividend_hash: `93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10` (str, required) - The hash of the dividend distribution to return + + dividend_hash: `6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2` (str, required) - The hash of the dividend distribution to return + cursor (str, optional) - The last index of the credit to return + Default: `None` + limit: `5` (int, optional) - The maximum number of credit to return @@ -13069,12 +13079,12 @@ Returns a dividend distribution by its hash "asset": "XCP", "quantity": 1500000000, "calling_function": "dividend", - "event": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "event": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "tx_index": 41, - "utxo": "d0b1c560c4f3fd55a02f4f0b5434dd67825f0c9363964956317a943c920f4be9:0", - "utxo_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "utxo": "407cc4041ef37967e4e9f3ab5d85118678338f79080a33212b9acfcbd105a6f1:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "confirmed": true, - "block_time": 1727349630, + "block_time": 1727945630, "asset_info": { "divisible": true, "asset_longname": null, @@ -13086,16 +13096,16 @@ Returns a dividend distribution by its hash }, { "block_index": 154, - "address": "bcrt1qfef9ruv8npmwdjqv0qlrlcr02xtcxk0y6rwtnt", + "address": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", "asset": "XCP", "quantity": 500000000, "calling_function": "dividend", - "event": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "event": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "tx_index": 41, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349630, + "block_time": 1727945630, "asset_info": { "divisible": true, "asset_longname": null, @@ -13120,7 +13130,7 @@ Returns all events + Parameters + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `542` (str, optional) - The last event index to return + + cursor: `556` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -13137,45 +13147,47 @@ Returns all events { "result": [ { - "event_index": 542, + "event_index": 556, "event": "BLOCK_PARSED", "params": { - "block_index": 194, - "ledger_hash": "6afd3dfc102fbf1274a2eeb819e3f884052abc07094a6ae2a214d492f0eaddf8", - "messages_hash": "6b6351b7f9138a49ff6e792f7e0d5eb884ae745d994b4894b3a880c6eace487e", + "block_index": 195, + "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", + "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", "transaction_count": 1, - "txlist_hash": "230713c1ad13fc88b739b97038bb4243d934efd7d03b200ebc289c930c2a7d58", - "block_time": 1727349782 + "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", + "block_time": 1727945804 }, "tx_hash": null, - "block_index": 194, - "block_time": 1727349782 + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 541, + "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "tx_index": 60 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61 }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_time": 1727349782 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 540, - "event": "ASSET_DESTRUCTION", + "event_index": 554, + "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 194, - "quantity": 1, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "status": "valid", - "tag": "64657374726f79", - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "tx_index": 60, - "block_time": 1727349782, + "block_index": 195, + "btc_amount": 1000, + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -13183,26 +13195,23 @@ Returns all events "locked": true, "issuer": null }, - "quantity_normalized": "0.00000001" + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_time": 1727349782 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 539, - "event": "DEBIT", + "event_index": 553, + "event": "DISPENSER_UPDATE", "params": { - "action": "destroy", - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", "asset": "XCP", - "block_index": 194, - "event": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "quantity": 1, - "tx_index": 60, - "utxo": null, - "utxo_address": null, - "block_time": 1727349782, + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "status": 0, + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "asset_info": { "divisible": true, "asset_longname": null, @@ -13210,53 +13219,42 @@ Returns all events "locked": true, "issuer": null }, - "quantity_normalized": "0.00000001" + "give_remaining_normalized": "0.00009268" }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_time": 1727349782 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 538, - "event": "NEW_TRANSACTION", + "event_index": 552, + "event": "CREDIT", "params": { - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_index": 194, - "block_time": 1727349782, - "btc_amount": 0, - "data": "6e0000000000000001000000000000000164657374726f79", - "destination": "", - "fee": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "tx_index": 60, - "utxos_info": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c:1", - "unpacked_data": { - "message_type": "destroy", - "message_type_id": 110, - "message_data": { - "asset": "XCP", - "quantity": 1, - "tag": "64657374726f79", - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "quantity_normalized": "0.00000001" - } + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "asset": "XCP", + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, + "utxo": null, + "utxo_address": null, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "btc_amount_normalized": "0.00000000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_time": 1727349782 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 537, - "result_count": 543 + "next_cursor": 551, + "result_count": 557 } ``` @@ -13265,7 +13263,7 @@ Returns all events Returns the event of an index + Parameters - + event_index: `542` (int, required) - The index of the event to return + + event_index: `556` (int, required) - The index of the event to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -13276,19 +13274,19 @@ Returns the event of an index ``` { "result": { - "event_index": 542, + "event_index": 556, "event": "BLOCK_PARSED", "params": { - "block_index": 194, - "ledger_hash": "6afd3dfc102fbf1274a2eeb819e3f884052abc07094a6ae2a214d492f0eaddf8", - "messages_hash": "6b6351b7f9138a49ff6e792f7e0d5eb884ae745d994b4894b3a880c6eace487e", + "block_index": 195, + "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", + "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", "transaction_count": 1, - "txlist_hash": "230713c1ad13fc88b739b97038bb4243d934efd7d03b200ebc289c930c2a7d58", - "block_time": 1727349782 + "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", + "block_time": 1727945804 }, "tx_hash": null, - "block_index": 194, - "block_time": 1727349782 + "block_index": 195, + "block_time": 1727945804 } } ``` @@ -13316,11 +13314,11 @@ Returns the event counts of all blocks "result": [ { "event": "UTXO_MOVE", - "event_count": 7 + "event_count": 9 }, { "event": "TRANSACTION_PARSED", - "event_count": 48 + "event_count": 49 }, { "event": "SWEEP", @@ -13346,7 +13344,7 @@ Returns the events filtered by event name + Parameters + event: `CREDIT` (str, required) - The event to return - + cursor: `542` (str, optional) - The last event index to return + + cursor: `556` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -13363,19 +13361,19 @@ Returns the events filtered by event name { "result": [ { - "event_index": 533, + "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -13383,80 +13381,80 @@ Returns the events filtered by event name "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 531, + "event_index": 550, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 10, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "XCP", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00000010" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 529, + "event_index": 547, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "FAIRMINTA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 500000000, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "MYASSETA", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": "", - "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "5.00000000" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 515, + "event_index": 533, "event": "CREDIT", "params": { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", - "block_index": 191, - "calling_function": "cancel order", - "event": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", - "quantity": 1000, - "tx_index": 57, + "block_index": 193, + "calling_function": "sweep", + "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "quantity": 74499387833, + "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727349769, + "block_time": 1727945790, "asset_info": { "divisible": true, "asset_longname": null, @@ -13464,42 +13462,42 @@ Returns the events filtered by event name "locked": true, "issuer": null }, - "quantity_normalized": "0.00001000" + "quantity_normalized": "744.99388000" }, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", - "block_index": 191, - "block_time": 1727349769 + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "block_index": 193, + "block_time": 1727945790 }, { - "event_index": 498, + "event_index": 531, "event": "CREDIT", "params": { - "address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "asset": "XCP", - "block_index": 189, - "calling_function": "mpma send", - "event": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "asset": "MYASSETA", + "block_index": 193, + "calling_function": "sweep", + "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "quantity": 10, - "tx_index": 55, + "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727349761, + "block_time": 1727945790, "asset_info": { - "divisible": true, "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "divisible": true, + "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "block_time": 1727349761 + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "block_index": 193, + "block_time": 1727945790 } ], - "next_cursor": 497, - "result_count": 68 + "next_cursor": 529, + "result_count": 71 } ``` @@ -13520,7 +13518,7 @@ Returns the number of events { "result": { "event": "CREDIT", - "event_count": 68 + "event_count": 71 } } ``` @@ -13548,31 +13546,80 @@ Returns all the dispenses ``` { "result": [ + { + "tx_index": 61, + "dispense_index": 0, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "asset": "XCP", + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "btc_amount": 1000, + "confirmed": true, + "dispenser": { + "tx_index": 33, + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "give_quantity": 1, + "escrow_quantity": 10000, + "satoshirate": 1, + "status": 0, + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "last_status_tx_hash": null, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, + "last_status_tx_source": null, + "close_block_index": null, + "fiat_price": 0.01, + "oracle_price": 66600.0, + "fiat_unit": "USD", + "oracle_price_last_updated": 138, + "satoshi_price": 16, + "give_quantity_normalized": "0.00000001", + "give_remaining_normalized": "0.00009268", + "escrow_quantity_normalized": "0.00010000", + "satoshirate_normalized": "0.00000001", + "satoshi_price_normalized": "0.00000016" + }, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" + }, { "tx_index": 34, "dispense_index": 0, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", + "tx_hash": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6", "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "destination": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, - "give_remaining": 9334, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "last_status_tx_hash": null, - "origin": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "dispense_count": 1, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "fiat_price": 0.01, @@ -13581,12 +13628,12 @@ Returns all the dispenses "oracle_price_last_updated": 138, "satoshi_price": 16, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00009334", + "give_remaining_normalized": "0.00009268", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727349600, + "block_time": 1727945601, "asset_info": { "divisible": true, "asset_longname": null, @@ -13600,19 +13647,19 @@ Returns all the dispenses { "tx_index": 28, "dispense_index": 0, - "tx_hash": "55e7b6ec1921fe75a236f25a1ac49ad5e0a872edc6fdf4e8fb687c89a80a6b56", + "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13620,7 +13667,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13635,7 +13682,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -13649,19 +13696,19 @@ Returns all the dispenses { "tx_index": 27, "dispense_index": 0, - "tx_hash": "06d9f6562feecf27b0e1c090ab8e921dd14912091e859db1274f01ee917ce762", + "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", "block_index": 140, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13669,7 +13716,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13684,7 +13731,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349561, + "block_time": 1727945563, "asset_info": { "divisible": true, "asset_longname": null, @@ -13697,7 +13744,7 @@ Returns all the dispenses } ], "next_cursor": null, - "result_count": 3 + "result_count": 4 } ``` @@ -13725,19 +13772,19 @@ Returns all the sends include Enhanced and MPMA sends { "result": [ { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "asset": "XCP", - "quantity": 10, + "quantity": 1500000000, "status": "valid", - "msg_index": 2, + "msg_index": 1, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -13745,108 +13792,108 @@ Returns all the sends include Enhanced and MPMA sends "locked": true, "issuer": null }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "15.00000000", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "asset": "MYASSETA", - "quantity": 10, + "quantity": 1500000000, "status": "valid", - "msg_index": 1, + "msg_index": 0, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945804, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "15.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "asset": "MYASSETA", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "asset": "XCP", "quantity": 10, "status": "valid", - "msg_index": 0, + "msg_index": 2, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 54, - "tx_hash": "ba2b62e02257afd56871a06214aa59ca231cd893239ab9555de83150c93f7a80", - "block_index": 188, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "XCP", - "quantity": 10000, + "tx_index": 55, + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "block_index": 189, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "asset": "MYASSETA", + "quantity": 10, "status": "valid", - "msg_index": 0, + "msg_index": 1, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349756, + "block_time": 1727945773, "asset_info": { - "divisible": true, "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "divisible": true, + "locked": false }, - "quantity_normalized": "0.00010000", + "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 43, - "tx_hash": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896", - "block_index": 156, - "source": "6cc93fdf5891a4a25a055fac25361c236912ebf976ada3a6e9e2f1289a9c67d6:0", - "destination": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896:1", - "asset": "XCP", - "quantity": 1500000000, + "tx_index": 55, + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "block_index": 189, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "asset": "MYASSETA", + "quantity": 10, "status": "valid", - "msg_index": 1, + "msg_index": 0, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349637, + "block_time": 1727945773, "asset_info": { - "divisible": true, "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "divisible": true, + "locked": false }, - "quantity_normalized": "15.00000000", + "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" } ], - "next_cursor": 9, - "result_count": 14 + "next_cursor": 11, + "result_count": 16 } ``` @@ -13875,14 +13922,14 @@ Returns all the issuances "result": [ { "tx_index": 47, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -13897,20 +13944,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349655, + "block_time": 1727945667, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "9666ba6e8122ebb18b4e7f62c9c5d030b4047fb795b551f24eb2ecc0d2d64ca8", + "tx_hash": "762f064955baba5a00fc2c1231ef2a1a78bc49939cf55201296794e06d0fe01a", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -13925,20 +13972,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727349650, + "block_time": 1727945663, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "6bb4fd7be9f73b57c912a789a7374c22501850cdfa85019b0199bae00bee41a0", + "tx_hash": "53cbb9160664a9f9b85edd8466b144fdd9afc8ba72e0c8994cd970fed49fa554", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -13953,20 +14000,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349646, + "block_time": 1727945649, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "4d6e8c750d7bebcc8306d1839b77caa73334ae0b91c6d0c002b1caad4cf321aa", + "tx_hash": "82fb24d11e7c1e42fb8f6215737abfeea85d576dbc3ab4c332b28b554bf28e6b", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -13981,20 +14028,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349642, + "block_time": 1727945644, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 43, - "tx_hash": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896", + "tx_hash": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64", "msg_index": 0, "block_index": 156, "asset": "MYASSETB", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qy76fqpuq5mkx293tnls772wzjqr2rfn4rrqcgn", - "issuer": "bcrt1qy76fqpuq5mkx293tnls772wzjqr2rfn4rrqcgn", + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "issuer": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "transfer": false, "callable": false, "call_date": 0, @@ -14009,7 +14056,7 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349637, + "block_time": 1727945640, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -14024,7 +14071,7 @@ Returns all the issuances Returns the issuances of a block + Parameters - + tx_hash: `a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40` (str, required) - The hash of the transaction to return + + tx_hash: `823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14036,14 +14083,14 @@ Returns the issuances of a block { "result": { "tx_index": 47, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -14058,7 +14105,7 @@ Returns the issuances of a block "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349655, + "block_time": 1727945667, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -14090,16 +14137,16 @@ Returns all sweeps "result": [ { "tx_index": 59, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "block_index": 193, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945790, "fee_paid_normalized": "0.00600000" } ], @@ -14113,7 +14160,7 @@ Returns all sweeps Returns the sweeps of a transaction + Parameters - + tx_hash: `0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1` (str, required) - The hash of the transaction to return + + tx_hash: `8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14126,16 +14173,16 @@ Returns the sweeps of a transaction "result": [ { "tx_index": 59, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "block_index": 193, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945790, "fee_paid_normalized": "0.00600000" } ], @@ -14169,9 +14216,9 @@ Returns all valid broadcasts "result": [ { "tx_index": 25, - "tx_hash": "f1e99ee2d6b5cb7b23efa5b5ee18acc60380cfb0045398b51eb6e97d7cdc4808", + "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", "block_index": 138, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -14179,14 +14226,14 @@ Returns all valid broadcasts "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727349552, + "block_time": 1727945554, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "ee6979ec1952f7d6b4f012894d20aac594379a1abfc25e780122b6c2e6c23017", + "tx_hash": "5b9cd44fd3208ebb47591e1c82ac880f76c98708fc4529df2ce75f402acd3a4b", "block_index": 137, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -14194,7 +14241,7 @@ Returns all valid broadcasts "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727349549, + "block_time": 1727945550, "fee_fraction_int_normalized": "0.00000000" } ], @@ -14208,7 +14255,7 @@ Returns all valid broadcasts Returns the broadcast of a transaction + Parameters - + tx_hash: `f1e99ee2d6b5cb7b23efa5b5ee18acc60380cfb0045398b51eb6e97d7cdc4808` (str, required) - The hash of the transaction to return + + tx_hash: `c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14220,9 +14267,9 @@ Returns the broadcast of a transaction { "result": { "tx_index": 25, - "tx_hash": "f1e99ee2d6b5cb7b23efa5b5ee18acc60380cfb0045398b51eb6e97d7cdc4808", + "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", "block_index": 138, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -14230,7 +14277,7 @@ Returns the broadcast of a transaction "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727349552, + "block_time": 1727945554, "fee_fraction_int_normalized": "0.00000000" } } @@ -14260,10 +14307,10 @@ Returns all fairminters { "result": [ { - "tx_hash": "dcf51617ae20ec4d8e93ee5852b5ad729111cf44ffc8b1990010dc23e4946287", + "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", "tx_index": 22, "block_index": 135, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -14288,13 +14335,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349541 + "block_time": 1727945541 }, { - "tx_hash": "0de3c0e5d6f84cec347d10e8ea1374868d46c8538152bf1966196d40b1542862", + "tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", "tx_index": 18, "block_index": 131, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -14319,13 +14366,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349515 + "block_time": 1727945515 }, { - "tx_hash": "b138bde3e56cbfb89568a21f4adc5db7ed53b8b04d83baeb55e9b45a0d76ac81", + "tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf", "tx_index": 14, "block_index": 130, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -14350,13 +14397,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349511 + "block_time": 1727945511 }, { - "tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "tx_index": 10, "block_index": 125, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -14381,7 +14428,7 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349489 + "block_time": 1727945490 } ], "next_cursor": null, @@ -14424,7 +14471,7 @@ Returns the mints by fairminter Returns a list of unspent outputs for a list of addresses + Parameters - + addresses: `bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw,bcrt1qy0ynyy5en6cc9dnanpk08d0uw2dnwc9sgthpe7` (str, required) - The addresses to search for + + addresses: `bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f,bcrt1qks2ne3m7qlk6429jwvaqdxwjup0dkdc45rzud8` (str, required) - The addresses to search for + unconfirmed (bool, optional) - Include unconfirmed transactions + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14441,19 +14488,19 @@ Returns a list of unspent outputs for a list of addresses "vout": 2, "height": 147, "value": 4949970000, - "confirmations": 48, + "confirmations": 49, "amount": 49.4997, - "txid": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "address": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw" + "txid": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6", + "address": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f" }, { "vout": 2, "height": 156, "value": 100000, - "confirmations": 39, + "confirmations": 40, "amount": 0.001, - "txid": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896", - "address": "bcrt1qy0ynyy5en6cc9dnanpk08d0uw2dnwc9sgthpe7" + "txid": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64", + "address": "bcrt1qks2ne3m7qlk6429jwvaqdxwjup0dkdc45rzud8" } ], "next_cursor": null, @@ -14466,7 +14513,7 @@ Returns a list of unspent outputs for a list of addresses Returns all transactions involving a given address + Parameters - + address: `bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37` (str, required) - The address to search for + + address: `bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr` (str, required) - The address to search for + unconfirmed: `True` (bool, optional) - Include unconfirmed transactions + Default: `True` + only_tx_hashes: `True` (bool, optional) - Return only the tx hashes @@ -14482,28 +14529,28 @@ Returns all transactions involving a given address { "result": [ { - "tx_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127" + "tx_hash": "749641a5626c4cd4dd3b8b769a1537edb124111ea76130d89e292fdd00609615" }, { - "tx_hash": "13e5c3b12357fc35cc97187eef52baf633cf9a68c2ca8042095c549bb8598d5b" + "tx_hash": "a96fb8430a8b57b33914e8cd4c34aad2ba7b68392717a7caef45c99c5f532c21" }, { - "tx_hash": "3ca36e487e877ec78ff41ab30691fb067721fa65e9a6478d0a0997847ec29966" + "tx_hash": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d" }, { - "tx_hash": "3038360b4a44d468d0b6fccfbb4a2d973c2b93480d35ef3520bdff48bca1737e" + "tx_hash": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753" }, { - "tx_hash": "ba2b62e02257afd56871a06214aa59ca231cd893239ab9555de83150c93f7a80" + "tx_hash": "51dcb129f7679169d5e9140c6ab73c06367c9c40ad86abe12cb6040d1eaaa966" }, { - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e" }, { - "tx_hash": "7fb4a915d040e4164efb8fccdc84939acc11ce72b0623a0610e44c340149dbe6" + "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680" }, { - "tx_hash": "bfd1ba3b66af851c1c1c8ef1a755f63597ca84795226c2a2a10592a9bcad37f9" + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283" } ], "next_cursor": null, @@ -14516,7 +14563,7 @@ Returns all transactions involving a given address Get the oldest transaction for an address. + Parameters - + address: `bcrt1qy76fqpuq5mkx293tnls772wzjqr2rfn4rrqcgn` (str, required) - The address to search for. + + address: `bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0` (str, required) - The address to search for. + block_index (int, optional) - The block index to search from. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14529,8 +14576,8 @@ Get the oldest transaction for an address. ``` { "result": { - "block_index": 8, - "tx_hash": "6ce24b9f4c76b4e2f121289703ede02f8aaeb380510892d8144a94867c3c4097" + "block_index": 2, + "tx_hash": "d63749c7e0fd3bbb8689f9a7cbbfdef9e89e126f110b46632afbc7b12e685e53" } } ``` @@ -14540,7 +14587,7 @@ Get the oldest transaction for an address. Returns a list of unspent outputs for a specific address + Parameters - + address: `bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw` (str, required) - The address to search for + + address: `bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f` (str, required) - The address to search for + unconfirmed (bool, optional) - Include unconfirmed transactions + Default: `False` + unspent_tx_hash (str, optional) - Filter by unspent_tx_hash @@ -14559,9 +14606,9 @@ Returns a list of unspent outputs for a specific address "vout": 2, "height": 147, "value": 4949970000, - "confirmations": 48, + "confirmations": 49, "amount": 49.4997, - "txid": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2" + "txid": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6" } ], "next_cursor": null, @@ -14574,7 +14621,7 @@ Returns a list of unspent outputs for a specific address Get pubkey for an address. + Parameters - + address: `bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm` (str, required) - Address to get pubkey for. + + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - Address to get pubkey for. + provided_pubkeys (str, optional) - Comma separated list of provided pubkeys. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14586,7 +14633,7 @@ Get pubkey for an address. ``` { - "result": "03550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a26" + "result": "035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de" } ``` @@ -14595,7 +14642,7 @@ Get pubkey for an address. Get a transaction from the blockchain + Parameters - + tx_hash: `e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c` (str, required) - The transaction hash + + tx_hash: `c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701` (str, required) - The transaction hash + format: `hex` (str, optional) - Whether to return JSON output or raw hex + Default: `json` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14607,7 +14654,7 @@ Get a transaction from the blockchain ``` { - "result": "02000000000101922093eb210d17d6264dec1686c2b9f8671426f2c2cc9f5558f936270510e3630300000000ffffffff020000000000000000226a20a9673a18ccbd9944c92a33aa9d159d642bc9c4f33f50c823df57a6d1605d07c4680b0a27010000001600146a0754aa80c92844296a3a23dde3609ac941f9d002473044022057a2bc6c79efa29b031e468fd30411fd19a11b134293a47927176f2e09794dc80220123965cc4e5e20008b1299f7f01fc755b5eb6385ee86d1baf8a74a7c59f050300121039fcbb1490d5238142ee3d518816b8637d5b7f61977a9b8d5f3cb14c5b7f7dc6f00000000" + "result": "02000000000101648bf41e97515e839ff6e9bcb5b94cf7dfd7c5f336ae86e85b7cdeed8e988bb00100000000ffffffff03e80300000000000016001428d33e852e352f10e581cdb6e44206cb92b9ae8500000000000000000c6a0a498943c80b080316584bdced082701000000160014b73c05b582d3c3987cd57cac576fc61dd31ffab202473044022003b09509af4889573bc248573fedf2812d54c2a356ee62bfed8ac795c142b413022041323ebf88fd28dc1af197792b4ff6641a1dbaf1232ac050a2feec2f1feba783012103186ad0b76a0932f58ccf579b9eef41a2a0ba95ecaf99f7198f8e4ff286cc55ff00000000" } ``` @@ -14700,28 +14747,28 @@ Returns all mempool events { "result": [ { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61 + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62 }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "memo": null, "quantity": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "status": "valid", - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61, + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62, "asset_info": { "divisible": true, "asset_longname": null, @@ -14731,22 +14778,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "CREDIT", "params": { - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "XCP", - "block_index": 194, + "block_index": 195, "calling_function": "send", - "event": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "quantity": 10000, - "tx_index": 61, + "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -14756,22 +14803,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", - "block_index": 194, - "event": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "block_index": 195, + "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "quantity": 10000, - "tx_index": 61, + "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -14781,30 +14828,30 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727349786.5118906, + "block_time": 1727945808.5978465, "btc_amount": 0, - "data": "0200000000000000010000000000002710803f1b35d0c7d4f97ce61405f0ca84abe9d07ba48d", + "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", "destination": "", "fee": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61, - "utxos_info": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30:1", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62, + "utxos_info": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "memo": null, "asset_info": { "divisible": true, @@ -14818,7 +14865,7 @@ Returns all mempool events }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 } ], "next_cursor": null, @@ -14849,19 +14896,19 @@ Returns the mempool events filtered by event name { "result": [ { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "CREDIT", "params": { - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "XCP", - "block_index": 194, + "block_index": 195, "calling_function": "send", - "event": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "quantity": 10000, - "tx_index": 61, + "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -14871,7 +14918,7 @@ Returns the mempool events filtered by event name }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 } ], "next_cursor": null, @@ -14884,7 +14931,7 @@ Returns the mempool events filtered by event name Returns the mempool events filtered by transaction hash + Parameters - + tx_hash: `d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30` (str, required) - The hash of the transaction to return + + tx_hash: `af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor (str, optional) - The last event index to return @@ -14904,28 +14951,28 @@ Returns the mempool events filtered by transaction hash { "result": [ { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61 + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62 }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "memo": null, "quantity": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "status": "valid", - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61, + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62, "asset_info": { "divisible": true, "asset_longname": null, @@ -14935,22 +14982,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "CREDIT", "params": { - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "XCP", - "block_index": 194, + "block_index": 195, "calling_function": "send", - "event": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "quantity": 10000, - "tx_index": 61, + "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -14960,22 +15007,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", - "block_index": 194, - "event": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "block_index": 195, + "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "quantity": 10000, - "tx_index": 61, + "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -14985,30 +15032,30 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727349786.5118906, + "block_time": 1727945808.5978465, "btc_amount": 0, - "data": "0200000000000000010000000000002710803f1b35d0c7d4f97ce61405f0ca84abe9d07ba48d", + "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", "destination": "", "fee": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61, - "utxos_info": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30:1", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62, + "utxos_info": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "memo": null, "asset_info": { "divisible": true, @@ -15022,7 +15069,7 @@ Returns the mempool events filtered by transaction hash }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 } ], "next_cursor": null, diff --git a/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json b/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json index e664dd920d..e0feba2e94 100644 --- a/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json +++ b/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json @@ -2,93 +2,93 @@ "/v2/blocks": { "result": [ { - "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "previous_block_hash": "54672ea685fd69351a7053e700a410b78f15779452e33b33b6568680facc7d1c", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", "difficulty": 545259519, - "ledger_hash": "6afd3dfc102fbf1274a2eeb819e3f884052abc07094a6ae2a214d492f0eaddf8", - "txlist_hash": "230713c1ad13fc88b739b97038bb4243d934efd7d03b200ebc289c930c2a7d58", - "messages_hash": "6b6351b7f9138a49ff6e792f7e0d5eb884ae745d994b4894b3a880c6eace487e", + "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", + "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", + "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", "transaction_count": 1, "confirmed": true }, { - "block_index": 193, - "block_hash": "54672ea685fd69351a7053e700a410b78f15779452e33b33b6568680facc7d1c", - "block_time": 1727349778, - "previous_block_hash": "7f32744ac190f7103aded180f9a78843053006353de63e4a6ba2083fac6ef4f0", + "block_index": 194, + "block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", + "block_time": 1727945795, + "previous_block_hash": "102563f9cdf586188bd5eb8891a0eca827001481da10fc22b54037dc3ff42708", "difficulty": 545259519, - "ledger_hash": "4db52c358cac39da66222d66c1ea33914646bbfc90a4248c9ec276cb191d6813", - "txlist_hash": "cef984ed4a7a32c5165d288d1acdeb4c7a1586edf815ed612aaf00a64d9d2140", - "messages_hash": "dfce0d6c33e318ae8c5d96ac38a54619cccb5ded461d2ba4d71d279962df8aa2", + "ledger_hash": "75afe305e390e27c443363b102b6f9ae114008789b73793705a561ee24e33300", + "txlist_hash": "ea697c499ab7124deff133810c05c89841e72aee11df7e4e40dcdcc88528e984", + "messages_hash": "a2821af3cd5e9fee24dfd5015c224b16e8e474a99d3446c5f13ceb640a0d3d17", "transaction_count": 1, "confirmed": true }, { - "block_index": 192, - "block_hash": "7f32744ac190f7103aded180f9a78843053006353de63e4a6ba2083fac6ef4f0", - "block_time": 1727349773, - "previous_block_hash": "5602fc933b2479e92972028900aa479b950d68de91c99d9cd2b9d4b6c9eb5fd8", + "block_index": 193, + "block_hash": "102563f9cdf586188bd5eb8891a0eca827001481da10fc22b54037dc3ff42708", + "block_time": 1727945790, + "previous_block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", "difficulty": 545259519, - "ledger_hash": "f32819f366089e7be1d61549ea81c5bd6f92df3aa7132bbf9aa48e6e322f46c2", - "txlist_hash": "5902292890fd7417ab21b7576fbb3198693e6e9aafbbeccec45b7535ea25bda3", - "messages_hash": "5d024d4cdc4156f041f900eff02813d986819b2932fb00f6050e5bc115a5c42d", + "ledger_hash": "ed31d02c64c6d27df9d466b27da6ee31ca1f2ac55150c306239e63fd6a0f4afe", + "txlist_hash": "8dff347cd7dd8a13be6bdd5db9ad4fe7f5043af142a08857adf4ac1ba21d6cea", + "messages_hash": "2c88173e271a073ffa4d19601e6d54f8df97756075b78dbe6f5da8d2370ca19a", "transaction_count": 1, "confirmed": true }, { - "block_index": 191, - "block_hash": "5602fc933b2479e92972028900aa479b950d68de91c99d9cd2b9d4b6c9eb5fd8", - "block_time": 1727349769, - "previous_block_hash": "6894c9d833a94dda96cacbd65c20855b53ab6cbf3ca4d2935db0148cdee0f627", + "block_index": 192, + "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", + "block_time": 1727945786, + "previous_block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", "difficulty": 545259519, - "ledger_hash": "56439105809a24821db850ad11b7a9bcdeb234e030a72d04a32581c3eb647af4", - "txlist_hash": "7021fec1d976f2f8f67baf2e23d43543c71c86219925321de732307641be9f19", - "messages_hash": "7327fc15905006bd050f07ce73402c55ba9f53d2429f12aa5dbd908187d6e6fe", + "ledger_hash": "d429aff40d8b05c36dbaef0f17374ff6fd61041404c1509c1e717239e454a765", + "txlist_hash": "626ecd1c4f810d92c17ecc1872bab3f34f84ca2298c8abd5fbbc9e1cdc3d32a4", + "messages_hash": "736837ce9c7714331bb6f7b89f89d6e388a7f1630dfbdff123d378072491564e", "transaction_count": 1, "confirmed": true }, { - "block_index": 190, - "block_hash": "6894c9d833a94dda96cacbd65c20855b53ab6cbf3ca4d2935db0148cdee0f627", - "block_time": 1727349765, - "previous_block_hash": "0aec4e04920daa7b67afa563ad13da72e656efceb46b60268f1a55bbe2271020", + "block_index": 191, + "block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", + "block_time": 1727945782, + "previous_block_hash": "60999ce3f95c2a0834276b4e886f4efcf887c830a434c54247655be106b11ea8", "difficulty": 545259519, - "ledger_hash": "a6d03bd6b3e449b783edd211add171850d40e102c778b220531b880876557eb4", - "txlist_hash": "5c851aff77532fb39c7356573584f5d9df7e80f0dbdf20d105780ff406950e01", - "messages_hash": "5d60009e707e3dd2f42cc145b11acaeaa1676005a5dee3680dca8e0fa9cad3c8", + "ledger_hash": "be0322cbf050d1b4f9206f66714070e7687eb1182ff3cbfe3bc272143bbd26e0", + "txlist_hash": "871b6990ef92dca974eb4cf2646df33b1336d60ab80d76d9efa760f764b0540a", + "messages_hash": "5dd0e567618a99ce7446549154f823934a44211bd211fedcb2e72543c7e284e4", "transaction_count": 1, "confirmed": true } ], - "next_cursor": 189, - "result_count": 94 + "next_cursor": 190, + "result_count": 95 }, "/v2/blocks/": { "result": { - "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "previous_block_hash": "54672ea685fd69351a7053e700a410b78f15779452e33b33b6568680facc7d1c", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", "difficulty": 545259519, - "ledger_hash": "6afd3dfc102fbf1274a2eeb819e3f884052abc07094a6ae2a214d492f0eaddf8", - "txlist_hash": "230713c1ad13fc88b739b97038bb4243d934efd7d03b200ebc289c930c2a7d58", - "messages_hash": "6b6351b7f9138a49ff6e792f7e0d5eb884ae745d994b4894b3a880c6eace487e", + "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", + "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", + "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", "transaction_count": 1, "confirmed": true } }, "/v2/blocks/": { "result": { - "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "previous_block_hash": "54672ea685fd69351a7053e700a410b78f15779452e33b33b6568680facc7d1c", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", "difficulty": 545259519, - "ledger_hash": "6afd3dfc102fbf1274a2eeb819e3f884052abc07094a6ae2a214d492f0eaddf8", - "txlist_hash": "230713c1ad13fc88b739b97038bb4243d934efd7d03b200ebc289c930c2a7d58", - "messages_hash": "6b6351b7f9138a49ff6e792f7e0d5eb884ae745d994b4894b3a880c6eace487e", + "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", + "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", + "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", "transaction_count": 1, "confirmed": true } @@ -96,37 +96,27 @@ "/v2/blocks//transactions": { "result": [ { - "tx_index": 60, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "6e0000000000000001000000000000000164657374726f79", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "btc_amount": 1000, + "fee": 0, + "data": "0d00", "supported": true, - "utxos_info": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c:1", + "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "confirmed": true, "unpacked_data": { - "message_type": "destroy", - "message_type_id": 110, + "message_type": "dispense", + "message_type_id": 13, "message_data": { - "asset": "XCP", - "quantity": 1, - "tag": "64657374726f79", - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "quantity_normalized": "0.00000001" + "data": "00" } }, - "btc_amount_normalized": "0.00000000" + "btc_amount_normalized": "0.00001000" } ], "next_cursor": null, @@ -135,60 +125,65 @@ "/v2/blocks//events": { "result": [ { - "event_index": 536, + "event_index": 556, "event": "BLOCK_PARSED", "params": { - "block_index": 193, - "ledger_hash": "4db52c358cac39da66222d66c1ea33914646bbfc90a4248c9ec276cb191d6813", - "messages_hash": "dfce0d6c33e318ae8c5d96ac38a54619cccb5ded461d2ba4d71d279962df8aa2", + "block_index": 195, + "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", + "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", "transaction_count": 1, - "txlist_hash": "cef984ed4a7a32c5165d288d1acdeb4c7a1586edf815ed612aaf00a64d9d2140", - "block_time": 1727349778 + "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", + "block_time": 1727945804 }, "tx_hash": null }, { - "event_index": 535, + "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61 }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" }, { - "event_index": 534, - "event": "SWEEP", + "event_index": 554, + "event": "DISPENSE", "params": { - "block_index": 193, - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "fee_paid": 600000, - "flags": 1, - "memo": "sweep my assets", - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "status": "valid", - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59, - "block_time": 1727349778, - "fee_paid_normalized": "0.00600000" + "asset": "XCP", + "block_index": 195, + "btc_amount": 1000, + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" }, { - "event_index": 533, - "event": "CREDIT", + "event_index": 553, + "event": "DISPENSER_UPDATE", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "status": 0, + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "asset_info": { "divisible": true, "asset_longname": null, @@ -196,24 +191,24 @@ "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "give_remaining_normalized": "0.00009268" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" }, { - "event_index": 532, - "event": "DEBIT", + "event_index": 552, + "event": "CREDIT", "params": { - "action": "sweep", - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -221,56 +216,56 @@ "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" } ], - "next_cursor": 531, - "result_count": 12 + "next_cursor": 551, + "result_count": 14 }, "/v2/blocks//events/counts": { "result": [ { - "event": "TRANSACTION_PARSED", - "event_count": 1 + "event": "UTXO_MOVE", + "event_count": 2 }, { - "event": "NEW_TRANSACTION", + "event": "TRANSACTION_PARSED", "event_count": 1 }, { - "event": "NEW_BLOCK", + "event": "NEW_TRANSACTION_OUTPUT", "event_count": 1 }, { - "event": "DEBIT", + "event": "NEW_TRANSACTION", "event_count": 1 }, { - "event": "BLOCK_PARSED", + "event": "NEW_BLOCK", "event_count": 1 } ], - "next_cursor": "ASSET_DESTRUCTION", - "result_count": 6 + "next_cursor": "DISPENSER_UPDATE", + "result_count": 10 }, "/v2/blocks//events/": { "result": [ { - "event_index": 533, + "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -278,59 +273,59 @@ "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" }, { - "event_index": 531, + "event_index": 550, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 10, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "XCP", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00000010" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" }, { - "event_index": 529, + "event_index": 547, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "FAIRMINTA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 500000000, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "MYASSETA", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": "", - "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "5.00000000" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" } ], "next_cursor": null, @@ -339,17 +334,17 @@ "/v2/blocks//credits": { "result": [ { - "block_index": 193, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "block_index": 195, + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "quantity": 74499387833, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59, + "quantity": 66, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -357,49 +352,49 @@ "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, { - "block_index": 193, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "quantity": 10, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59, - "utxo": null, - "utxo_address": null, + "block_index": 195, + "address": null, + "asset": "XCP", + "quantity": 1500000000, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00000010" + "quantity_normalized": "15.00000000" }, { - "block_index": 193, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "FAIRMINTA", - "quantity": 500000000, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59, - "utxo": null, - "utxo_address": null, + "block_index": 195, + "address": null, + "asset": "MYASSETA", + "quantity": 1500000000, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { - "asset_longname": "", - "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "5.00000000" + "quantity_normalized": "15.00000000" } ], "next_cursor": null, @@ -408,17 +403,17 @@ "/v2/blocks//debits": { "result": [ { - "block_index": 194, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "block_index": 195, + "address": null, "asset": "XCP", - "quantity": 1, - "action": "destroy", - "event": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "tx_index": 60, - "utxo": null, - "utxo_address": null, + "quantity": 1500000000, + "action": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "confirmed": true, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -426,34 +421,55 @@ "locked": true, "issuer": null }, - "quantity_normalized": "0.00000001" + "quantity_normalized": "15.00000000" + }, + { + "block_index": 195, + "address": null, + "asset": "MYASSETA", + "quantity": 1500000000, + "action": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "confirmed": true, + "block_time": 1727945804, + "asset_info": { + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "divisible": true, + "locked": false + }, + "quantity_normalized": "15.00000000" } ], "next_cursor": null, - "result_count": 1 + "result_count": 2 }, "/v2/blocks//expirations": { "result": [ { "type": "order", - "object_id": "14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", + "object_id": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", "block_index": 183, "confirmed": true, - "block_time": 1727349670 + "block_time": 1727945683 }, { "type": "order", - "object_id": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", + "object_id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", "block_index": 183, "confirmed": true, - "block_time": 1727349670 + "block_time": 1727945683 }, { "type": "order_match", - "object_id": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0_14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", + "object_id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", "block_index": 183, "confirmed": true, - "block_time": 1727349670 + "block_time": 1727945683 } ], "next_cursor": null, @@ -463,13 +479,13 @@ "result": [ { "tx_index": 57, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "offer_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "status": "valid", "confirmed": true, - "block_time": 1727349769 + "block_time": 1727945782 } ], "next_cursor": null, @@ -479,15 +495,15 @@ "result": [ { "tx_index": 60, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", + "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", "block_index": 194, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", "quantity": 1, "tag": "64657374726f79", "status": "valid", "confirmed": true, - "block_time": 1727349782, + "block_time": 1727945795, "asset_info": { "divisible": true, "asset_longname": null, @@ -505,14 +521,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -527,7 +543,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349655, + "block_time": 1727945667, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -538,19 +554,19 @@ "/v2/blocks//sends": { "result": [ { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "asset": "XCP", - "quantity": 10, + "quantity": 1500000000, "status": "valid", - "msg_index": 2, + "msg_index": 1, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -558,88 +574,64 @@ "locked": true, "issuer": null }, - "quantity_normalized": "0.00000010", - "fee_paid_normalized": "0.00000000" - }, - { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "quantity": 10, - "status": "valid", - "msg_index": 1, - "memo": null, - "fee_paid": 0, - "confirmed": true, - "block_time": 1727349761, - "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "divisible": true, - "locked": false - }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "15.00000000", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "asset": "MYASSETA", - "quantity": 10, + "quantity": 1500000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945804, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "15.00000000", "fee_paid_normalized": "0.00000000" } ], "next_cursor": null, - "result_count": 3 + "result_count": 2 }, "/v2/blocks//dispenses": { "result": [ { - "tx_index": 34, + "tx_index": 61, "dispense_index": 0, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "destination": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "dispense_quantity": 666, - "dispenser_tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", - "btc_amount": 10000, + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, - "give_remaining": 9334, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "last_status_tx_hash": null, - "origin": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "dispense_count": 1, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "fiat_price": 0.01, @@ -648,12 +640,12 @@ "oracle_price_last_updated": 138, "satoshi_price": 16, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00009334", + "give_remaining_normalized": "0.00009268", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727349600, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -661,8 +653,8 @@ "locked": true, "issuer": null }, - "dispense_quantity_normalized": "0.00000666", - "btc_amount_normalized": "0.00010000" + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" } ], "next_cursor": null, @@ -672,16 +664,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "block_index": 193, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945790, "fee_paid_normalized": "0.00600000" } ], @@ -690,19 +682,42 @@ }, "/v2/transactions": { "result": [ + { + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "btc_amount": 1000, + "fee": 0, + "data": "0d00", + "supported": true, + "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "confirmed": true, + "unpacked_data": { + "message_type": "dispense", + "message_type_id": 13, + "message_data": { + "data": "00" + } + }, + "btc_amount_normalized": "0.00001000" + }, { "tx_index": 60, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", + "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", + "block_time": 1727945795, + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c:1", + "utxos_info": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -722,99 +737,64 @@ } }, "btc_amount_normalized": "0.00000000" - }, - { - "tx_index": 59, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_hash": "54672ea685fd69351a7053e700a410b78f15779452e33b33b6568680facc7d1c", - "block_time": 1727349778, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "04806a0754aa80c92844296a3a23dde3609ac941f9d0017377656570206d7920617373657473", - "supported": true, - "utxos_info": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1:1", - "confirmed": true, - "unpacked_data": { - "message_type": "sweep", - "message_type_id": 4, - "message_data": { - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "flags": 1, - "memo": "sweep my assets" - } - }, - "btc_amount_normalized": "0.00000000" } ], - "next_cursor": 58, - "result_count": 61 + "next_cursor": 59, + "result_count": 62 }, "/v2/transactions/info": { "result": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "", "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "462800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "btc_amount": null, + "fee": null, + "data": "", "decoded_tx": { "version": 2, "segwit": true, - "coinbase": false, + "coinbase": true, "vin": [ { - "hash": "c535465126f3c9f65733c2a34a7ee69874af133541071e6003cf1b9ef41de732", - "n": 0, - "script_sig": "", + "hash": "0000000000000000000000000000000000000000000000000000000000000000", + "n": 4294967295, + "script_sig": "012d00", "sequence": 4294967295, - "coinbase": false + "coinbase": true } ], "vout": [ { - "value": 0, - "script_pub_key": "6a299c7b2c17615d7dd3a81cd365cfb2bfcc8bb720c6ee20ea82687cde1df29ba29e35a5115b37acfb6f58" + "value": 5000000000, + "script_pub_key": "00148bdc11663a033e9b683b2efd21c40b2d99cbbe26" }, { - "value": 4999990000, - "script_pub_key": "001454d0ceafd7b80938e68bc2331e44651d52075fa1" + "value": 0, + "script_pub_key": "6a24aa21a9ede2f61c3f71d1defd3fa999dfa36953755c690689799962b48bebd836974e8cf9" } ], "vtxinwit": [ - "304402203216ade31a533280808466221b8466c0dbf389f520f3bc6b7b58b8580dd52ada0220094a75d3e34ba099e83afc8ea1bb7675c05972999bd54061d7064c557fcebb7501", - "03550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a26" + "0000000000000000000000000000000000000000000000000000000000000000" ], "lock_time": 0, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", - "tx_id": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f" - }, - "unpacked_data": { - "message_type": "cancel", - "message_type_id": 70, - "message_data": { - "offer_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", - "status": "valid" - } - }, - "btc_amount_normalized": "0.00000000" + "tx_hash": "2299da7e37aaadc05d77530c29f5f779d7d03b11bfa0d02c379c04d7847e75c4", + "tx_id": "2299da7e37aaadc05d77530c29f5f779d7d03b11bfa0d02c379c04d7847e75c4" + } } }, "/v2/transactions//info": { "result": { - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0200000000000000010000000000002710803f1b35d0c7d4f97ce61405f0ca84abe9d07ba48d", + "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "e94b0f923c947a3156499663930c5f8267dd34540b4f2fa055fdf3c460c5b1d0", + "hash": "f1a605d1cbcf9a2b21330a08798f33788611855dabf3e9e46779f31e04c47c40", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -824,20 +804,20 @@ "vout": [ { "value": 0, - "script_pub_key": "6a2ecd6afc278eea034cfdc4eb9c89b5e623fe38a16199d1c6c7f433b4915b016b3798b7371e39cddb2fc70d9f11428a" + "script_pub_key": "6a2e1fc2aaa7b94c43cf27eb4a7cb544953d435f27691acd2cfe3c0a7e38aa79f7e8264b0d8203bc754d1502da556887" }, { "value": 4999955000, - "script_pub_key": "00146a0754aa80c92844296a3a23dde3609ac941f9d0" + "script_pub_key": "0014a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f" } ], "vtxinwit": [ - "3044022063cccb36b59093cf77261a400cfb7c591c3e67b90d8bead689edbb0538daa2b0022058cd448763a051010466aea5a88bf3e6fc6a8b3db46ff310ff9e58782abbd53801", - "039fcbb1490d5238142ee3d518816b8637d5b7f61977a9b8d5f3cb14c5b7f7dc6f" + "3044022008890ce500a5a18bac5633c71126f8934bc5d53c1010847886b32a2d789b5d8c02204154d66d873f4b52dc481bbdbb11e042d499a72b04b7b0ee5216d2bf2fa20db401", + "026750c47282fe0cabab98947f40e2de1220c769acc418a9bb840f61e98dc052ff" ], "lock_time": 0, - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_id": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30" + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_id": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e" }, "unpacked_data": { "message_type": "enhanced_send", @@ -845,7 +825,7 @@ "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "memo": null, "asset_info": { "divisible": true, @@ -871,122 +851,107 @@ }, "/v2/transactions/": { "result": { - "tx_index": 60, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "6e0000000000000001000000000000000164657374726f79", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "btc_amount": 1000, + "fee": 0, + "data": "0d00", "supported": true, - "utxos_info": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c:1", + "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "confirmed": true, "unpacked_data": { - "message_type": "destroy", - "message_type_id": 110, + "message_type": "dispense", + "message_type_id": 13, "message_data": { - "asset": "XCP", - "quantity": 1, - "tag": "64657374726f79", - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "quantity_normalized": "0.00000001" + "data": "00" } }, - "btc_amount_normalized": "0.00000000" + "btc_amount_normalized": "0.00001000" } }, "/v2/transactions/": { "result": { - "tx_index": 60, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_time": 1727349782, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "6e0000000000000001000000000000000164657374726f79", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_time": 1727945804, + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "btc_amount": 1000, + "fee": 0, + "data": "0d00", "supported": true, - "utxos_info": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c:1", + "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "confirmed": true, "unpacked_data": { - "message_type": "destroy", - "message_type_id": 110, + "message_type": "dispense", + "message_type_id": 13, "message_data": { - "asset": "XCP", - "quantity": 1, - "tag": "64657374726f79", - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "quantity_normalized": "0.00000001" + "data": "00" } }, - "btc_amount_normalized": "0.00000000" + "btc_amount_normalized": "0.00001000" } }, "/v2/transactions//events": { "result": [ { - "event_index": 535, + "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61 }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 534, - "event": "SWEEP", + "event_index": 554, + "event": "DISPENSE", "params": { - "block_index": 193, - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "fee_paid": 600000, - "flags": 1, - "memo": "sweep my assets", - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "status": "valid", - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59, - "block_time": 1727349778, - "fee_paid_normalized": "0.00600000" + "asset": "XCP", + "block_index": 195, + "btc_amount": 1000, + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 533, - "event": "CREDIT", + "event_index": 553, + "event": "DISPENSER_UPDATE", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "status": 0, + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "asset_info": { "divisible": true, "asset_longname": null, @@ -994,26 +959,26 @@ "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "give_remaining_normalized": "0.00009268" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 532, - "event": "DEBIT", + "event_index": 552, + "event": "CREDIT", "params": { - "action": "sweep", - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -1021,91 +986,96 @@ "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 531, - "event": "CREDIT", + "event_index": 551, + "event": "UTXO_MOVE", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 10, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "asset": "XCP", + "block_index": 195, + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "msg_index": 1, + "quantity": 1500000000, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "status": "valid", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00000010" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 530, - "result_count": 10 + "next_cursor": 550, + "result_count": 12 }, "/v2/transactions//events": { "result": [ { - "event_index": 535, + "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61 }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 534, - "event": "SWEEP", + "event_index": 554, + "event": "DISPENSE", "params": { - "block_index": 193, - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "fee_paid": 600000, - "flags": 1, - "memo": "sweep my assets", - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "status": "valid", - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "tx_index": 59, - "block_time": 1727349778, - "fee_paid_normalized": "0.00600000" + "asset": "XCP", + "block_index": 195, + "btc_amount": 1000, + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 533, - "event": "CREDIT", + "event_index": 553, + "event": "DISPENSER_UPDATE", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "status": 0, + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "asset_info": { "divisible": true, "asset_longname": null, @@ -1113,26 +1083,26 @@ "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "give_remaining_normalized": "0.00009268" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 532, - "event": "DEBIT", + "event_index": 552, + "event": "CREDIT", "params": { - "action": "sweep", - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -1140,59 +1110,59 @@ "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 531, - "event": "CREDIT", + "event_index": 551, + "event": "UTXO_MOVE", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 10, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "asset": "XCP", + "block_index": 195, + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "msg_index": 1, + "quantity": 1500000000, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "status": "valid", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00000010" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 530, - "result_count": 10 + "next_cursor": 550, + "result_count": 12 }, "/v2/transactions//sends": { "result": [ { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "asset": "XCP", - "quantity": 10, + "quantity": 1500000000, "status": "valid", - "msg_index": 2, + "msg_index": 1, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -1200,88 +1170,64 @@ "locked": true, "issuer": null }, - "quantity_normalized": "0.00000010", - "fee_paid_normalized": "0.00000000" - }, - { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "quantity": 10, - "status": "valid", - "msg_index": 1, - "memo": null, - "fee_paid": 0, - "confirmed": true, - "block_time": 1727349761, - "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "divisible": true, - "locked": false - }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "15.00000000", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "asset": "MYASSETA", - "quantity": 10, + "quantity": 1500000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945804, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "15.00000000", "fee_paid_normalized": "0.00000000" } ], "next_cursor": null, - "result_count": 3 + "result_count": 2 }, "/v2/transactions//dispenses": { "result": [ { - "tx_index": 34, + "tx_index": 61, "dispense_index": 0, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "destination": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "dispense_quantity": 666, - "dispenser_tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", - "btc_amount": 10000, + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, - "give_remaining": 9334, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "last_status_tx_hash": null, - "origin": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "dispense_count": 1, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "fiat_price": 0.01, @@ -1290,12 +1236,12 @@ "oracle_price_last_updated": 138, "satoshi_price": 16, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00009334", + "give_remaining_normalized": "0.00009268", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727349600, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -1303,8 +1249,8 @@ "locked": true, "issuer": null }, - "dispense_quantity_normalized": "0.00000666", - "btc_amount_normalized": "0.00010000" + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" } ], "next_cursor": null, @@ -1313,19 +1259,19 @@ "/v2/transactions//events/": { "result": [ { - "event_index": 533, + "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -1333,65 +1279,65 @@ "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 531, + "event_index": 550, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 10, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "XCP", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00000010" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 529, + "event_index": 547, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "FAIRMINTA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 500000000, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "MYASSETA", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": "", - "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "5.00000000" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], "next_cursor": null, @@ -1400,19 +1346,19 @@ "/v2/transactions//events/": { "result": [ { - "event_index": 533, + "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -1420,65 +1366,65 @@ "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 531, + "event_index": 550, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 10, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "XCP", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00000010" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 529, + "event_index": 547, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "FAIRMINTA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 500000000, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "MYASSETA", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": "", - "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "5.00000000" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], "next_cursor": null, @@ -1491,7 +1437,7 @@ "total": 100000000000, "addresses": [ { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -1501,7 +1447,7 @@ "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -1512,7 +1458,7 @@ "total": 97999999980, "addresses": [ { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "utxo": null, "utxo_address": null, "quantity": 97999999980, @@ -1522,7 +1468,7 @@ "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -1533,7 +1479,7 @@ "total": 500000000, "addresses": [ { - "address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -1543,7 +1489,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -1554,7 +1500,7 @@ "total": 40, "addresses": [ { - "address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "utxo": null, "utxo_address": null, "quantity": 40, @@ -1564,7 +1510,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -1575,7 +1521,7 @@ "total": 19, "addresses": [ { - "address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "utxo": null, "utxo_address": null, "quantity": 19, @@ -1585,7 +1531,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -1599,17 +1545,17 @@ "result": [ { "tx_index": 58, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "block_hash": "7f32744ac190f7103aded180f9a78843053006353de63e4a6ba2083fac6ef4f0", - "block_time": 1727349773, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", + "block_time": 1727945786, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f:1", + "utxos_info": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -1645,23 +1591,23 @@ }, { "tx_index": 57, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "block_hash": "5602fc933b2479e92972028900aa479b950d68de91c99d9cd2b9d4b6c9eb5fd8", - "block_time": 1727349769, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", + "block_time": 1727945782, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "462800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "data": "46dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "supported": true, - "utxos_info": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f:1", + "utxos_info": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "status": "valid" } }, @@ -1669,17 +1615,17 @@ }, { "tx_index": 56, - "tx_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "block_index": 190, - "block_hash": "6894c9d833a94dda96cacbd65c20855b53ab6cbf3ca4d2935db0148cdee0f627", - "block_time": 1727349765, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "60999ce3f95c2a0834276b4e886f4efcf887c830a434c54247655be106b11ea8", + "block_time": 1727945778, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc:1", + "utxos_info": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -1715,17 +1661,17 @@ }, { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "block_hash": "0aec4e04920daa7b67afa563ad13da72e656efceb46b60268f1a55bbe2271020", - "block_time": 1727349761, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "6f156db0e493011225c4202b78afe15f19e4a92443e19f8a438b1f86062e9469", + "block_time": 1727945773, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003803bece20f130359dc589d1e84d59950baf9082108803f1b35d0c7d4f97ce61405f0ca84abe9d07ba48d806a0754aa80c92844296a3a23dde3609ac941f9d0400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "030003808e44aeb58719a0eea4fa6a325fb1ba904367d10680ab73abe1329ddb8c69c32d324c641cbe6db8ea8880a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7:0", + "utxos_info": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -1733,14 +1679,14 @@ "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -1748,7 +1694,7 @@ }, { "asset": "XCP", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -1767,25 +1713,25 @@ }, { "tx_index": 52, - "tx_hash": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac", + "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", "block_index": 186, - "block_hash": "1e3ef10f2a2854e277eff75d94d9a94e30cc1801ec33ed023529c607791d8925", - "block_time": 1727349748, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "destination": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "04a6dbc8fcfd46eacc0e9abd4c20fc7aec8597e47ec523600e8c816ac3120304", + "block_time": 1727945761, + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "btc_amount": 2000, "fee": 10000, - "data": "0bc0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de0594e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "data": "0b810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597dfd4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "supported": true, - "utxos_info": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac:0", + "utxos_info": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx1_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "order_match_id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "status": "valid" } }, @@ -1814,11 +1760,11 @@ "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "open", - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "tx_index": 58, - "block_time": 1727349773, + "block_time": 1727945786, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -1842,24 +1788,24 @@ "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "block_time": 1727349773 + "block_time": 1727945786 }, { "event_index": 521, "event": "DEBIT", "params": { "action": "open order", - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "block_index": 192, - "event": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "event": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "quantity": 1000, "tx_index": 58, "utxo": null, "utxo_address": null, - "block_time": 1727349773, + "block_time": 1727945786, "asset_info": { "divisible": true, "asset_longname": null, @@ -1869,25 +1815,25 @@ }, "quantity_normalized": "0.00001000" }, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "block_time": 1727349773 + "block_time": 1727945786 }, { "event_index": 520, "event": "NEW_TRANSACTION", "params": { - "block_hash": "7f32744ac190f7103aded180f9a78843053006353de63e4a6ba2083fac6ef4f0", + "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", "block_index": 192, - "block_time": 1727349773, + "block_time": 1727945786, "btc_amount": 0, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "destination": "", "fee": 10000, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "tx_index": 58, - "utxos_info": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f:1", + "utxos_info": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35:1", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -1919,40 +1865,40 @@ }, "btc_amount_normalized": "0.00000000" }, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "block_time": 1727349773 + "block_time": 1727945786 }, { "event_index": 516, "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "valid", - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "tx_index": 57, - "block_time": 1727349769 + "block_time": 1727945782 }, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "block_time": 1727349769 + "block_time": 1727945782 }, { "event_index": 515, "event": "CREDIT", "params": { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "block_index": 191, "calling_function": "cancel order", - "event": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "event": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "quantity": 1000, "tx_index": 57, "utxo": null, "utxo_address": null, - "block_time": 1727349769, + "block_time": 1727945782, "asset_info": { "divisible": true, "asset_longname": null, @@ -1962,9 +1908,9 @@ }, "quantity_normalized": "0.00001000" }, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "block_time": 1727349769 + "block_time": 1727945782 } ], "next_cursor": 513, @@ -1973,18 +1919,18 @@ "/v2/addresses/mempool": { "result": [ { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "memo": null, "quantity": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "status": "valid", - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61, + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62, "asset_info": { "divisible": true, "asset_longname": null, @@ -1994,22 +1940,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "CREDIT", "params": { - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "XCP", - "block_index": 194, + "block_index": 195, "calling_function": "send", - "event": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "quantity": 10000, - "tx_index": 61, + "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -2019,22 +1965,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", - "block_index": 194, - "event": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "block_index": 195, + "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "quantity": 10000, - "tx_index": 61, + "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -2044,30 +1990,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727349786.5118906, + "block_time": 1727945808.5978465, "btc_amount": 0, - "data": "0200000000000000010000000000002710803f1b35d0c7d4f97ce61405f0ca84abe9d07ba48d", + "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", "destination": "", "fee": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61, - "utxos_info": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30:1", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62, + "utxos_info": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "memo": null, "asset_info": { "divisible": true, @@ -2081,7 +2027,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 } ], "next_cursor": null, @@ -2090,7 +2036,7 @@ "/v2/addresses/
/balances": { "result": [ { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "A95428956980101314", "quantity": 100000000000, "utxo": null, @@ -2098,14 +2044,14 @@ "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "MYASSETA", "quantity": 97999999980, "utxo": null, @@ -2113,14 +2059,14 @@ "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, "quantity_normalized": "980.00000000" }, { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -2135,7 +2081,7 @@ "quantity_normalized": "826.99937000" }, { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "TESTLOCKDESC", "quantity": 10000000000, "utxo": null, @@ -2143,7 +2089,7 @@ "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2155,7 +2101,7 @@ }, "/v2/addresses/
/balances/": { "result": { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -2174,16 +2120,16 @@ "result": [ { "block_index": 191, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "event": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "tx_index": 57, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349769, + "block_time": 1727945782, "asset_info": { "divisible": true, "asset_longname": null, @@ -2195,16 +2141,16 @@ }, { "block_index": 183, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", + "event": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", "tx_index": 0, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349670, + "block_time": 1727945683, "asset_info": { "divisible": true, "asset_longname": null, @@ -2216,20 +2162,20 @@ }, { "block_index": 160, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "A95428956980101314", "quantity": 100000000000, "calling_function": "issuance", - "event": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "event": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "tx_index": 47, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349655, + "block_time": 1727945667, "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2237,20 +2183,20 @@ }, { "block_index": 157, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "TESTLOCKDESC", "quantity": 10000000000, "calling_function": "issuance", - "event": "4d6e8c750d7bebcc8306d1839b77caa73334ae0b91c6d0c002b1caad4cf321aa", + "event": "82fb24d11e7c1e42fb8f6215737abfeea85d576dbc3ab4c332b28b554bf28e6b", "tx_index": 44, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349642, + "block_time": 1727945644, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2262,16 +2208,16 @@ "asset": "MYASSETA", "quantity": 1000000000, "calling_function": "attach to utxo", - "event": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107", + "event": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", "tx_index": 39, - "utxo": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107:1", - "utxo_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "utxo": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", + "utxo_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "confirmed": true, - "block_time": 1727349621, + "block_time": 1727945622, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2285,16 +2231,16 @@ "result": [ { "block_index": 192, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "event": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349773, + "block_time": 1727945786, "asset_info": { "divisible": true, "asset_longname": null, @@ -2306,16 +2252,16 @@ }, { "block_index": 190, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "event": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "tx_index": 56, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349765, + "block_time": 1727945778, "asset_info": { "divisible": true, "asset_longname": null, @@ -2327,16 +2273,16 @@ }, { "block_index": 189, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "event": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "divisible": true, "asset_longname": null, @@ -2348,20 +2294,20 @@ }, { "block_index": 189, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "MYASSETA", "quantity": 20, "action": "mpma send", - "event": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "event": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2369,16 +2315,16 @@ }, { "block_index": 184, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 10000, "action": "open order", - "event": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", + "event": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", "tx_index": 50, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349739, + "block_time": 1727945752, "asset_info": { "divisible": true, "asset_longname": null, @@ -2401,9 +2347,9 @@ "result": [ { "tx_index": 24, - "tx_hash": "ee6979ec1952f7d6b4f012894d20aac594379a1abfc25e780122b6c2e6c23017", + "tx_hash": "5b9cd44fd3208ebb47591e1c82ac880f76c98708fc4529df2ce75f402acd3a4b", "block_index": 137, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -2411,7 +2357,7 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727349549, + "block_time": 1727945550, "fee_fraction_int_normalized": "0.00000000" } ], @@ -2422,14 +2368,14 @@ "result": [ { "tx_index": 0, - "tx_hash": "f2240359f1e1ea8b686642df84b6e1956f2f47ff2d151b06e91e0d9ef24cddc8", + "tx_hash": "dc6f7ff96e7673b8a4a5b94ee5220e34c50a195b544b7da637dcf411dba34cc8", "block_index": 112, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "burned": 50000000, "earned": 74999998167, "status": "valid", "confirmed": true, - "block_time": 1727349435, + "block_time": 1727945437, "burned_normalized": "0.50000000", "earned_normalized": "749.99998000" } @@ -2441,10 +2387,10 @@ "result": [ { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "quantity": 10, "status": "valid", @@ -2452,7 +2398,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "divisible": true, "asset_longname": null, @@ -2465,10 +2411,10 @@ }, { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2476,11 +2422,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2489,10 +2435,10 @@ }, { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2500,11 +2446,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2513,10 +2459,10 @@ }, { "tx_index": 39, - "tx_hash": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107", + "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", "block_index": 152, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107:1", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2524,11 +2470,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349621, + "block_time": 1727945622, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2537,10 +2483,10 @@ }, { "tx_index": 36, - "tx_hash": "b1dfd4f5bd4e981f7b7dc46127154a96764f302d1ffb7a3e86c4f2314a6e72ca", + "tx_hash": "40f5ea677b086750662345d7ce520f68d274c36267ee12fd9432fb29eee4daa1", "block_index": 149, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "7fb4a915d040e4164efb8fccdc84939acc11ce72b0623a0610e44c340149dbe6:1", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "a96fb8430a8b57b33914e8cd4c34aad2ba7b68392717a7caef45c99c5f532c21:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2548,11 +2494,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349608, + "block_time": 1727945609, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2567,10 +2513,10 @@ "result": [ { "tx_index": 38, - "tx_hash": "63e310052736f958559fccc2f2261467f8b9c28616ec4d26d6170d21eb932092", + "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", "block_index": 151, - "source": "3ca36e487e877ec78ff41ab30691fb067721fa65e9a6478d0a0997847ec29966:0", - "destination": "bcrt1qfef9ruv8npmwdjqv0qlrlcr02xtcxk0y6rwtnt", + "source": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753:0", + "destination": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -2578,11 +2524,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349617, + "block_time": 1727945618, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2597,10 +2543,10 @@ "result": [ { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2608,11 +2554,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2621,10 +2567,10 @@ }, { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2632,11 +2578,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2645,10 +2591,10 @@ }, { "tx_index": 39, - "tx_hash": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107", + "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", "block_index": 152, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107:1", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2656,11 +2602,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349621, + "block_time": 1727945622, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2669,10 +2615,10 @@ }, { "tx_index": 36, - "tx_hash": "b1dfd4f5bd4e981f7b7dc46127154a96764f302d1ffb7a3e86c4f2314a6e72ca", + "tx_hash": "40f5ea677b086750662345d7ce520f68d274c36267ee12fd9432fb29eee4daa1", "block_index": 149, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "7fb4a915d040e4164efb8fccdc84939acc11ce72b0623a0610e44c340149dbe6:1", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "a96fb8430a8b57b33914e8cd4c34aad2ba7b68392717a7caef45c99c5f532c21:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2680,11 +2626,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349608, + "block_time": 1727945609, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2699,10 +2645,10 @@ "result": [ { "tx_index": 38, - "tx_hash": "63e310052736f958559fccc2f2261467f8b9c28616ec4d26d6170d21eb932092", + "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", "block_index": 151, - "source": "3ca36e487e877ec78ff41ab30691fb067721fa65e9a6478d0a0997847ec29966:0", - "destination": "bcrt1qfef9ruv8npmwdjqv0qlrlcr02xtcxk0y6rwtnt", + "source": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753:0", + "destination": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -2710,11 +2656,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349617, + "block_time": 1727945618, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -2729,9 +2675,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -2740,7 +2686,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2750,7 +2696,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -2771,9 +2717,9 @@ "/v2/addresses/
/dispensers/": { "result": { "tx_index": 26, - "tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -2782,7 +2728,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2792,7 +2738,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -2812,19 +2758,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "55e7b6ec1921fe75a236f25a1ac49ad5e0a872edc6fdf4e8fb687c89a80a6b56", + "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2832,7 +2778,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2847,7 +2793,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -2861,19 +2807,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "06d9f6562feecf27b0e1c090ab8e921dd14912091e859db1274f01ee917ce762", + "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", "block_index": 140, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2881,7 +2827,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2896,7 +2842,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349561, + "block_time": 1727945563, "asset_info": { "divisible": true, "asset_longname": null, @@ -2916,19 +2862,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "55e7b6ec1921fe75a236f25a1ac49ad5e0a872edc6fdf4e8fb687c89a80a6b56", + "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2936,7 +2882,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2951,7 +2897,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -2965,19 +2911,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "06d9f6562feecf27b0e1c090ab8e921dd14912091e859db1274f01ee917ce762", + "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", "block_index": 140, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2985,7 +2931,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3000,7 +2946,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349561, + "block_time": 1727945563, "asset_info": { "divisible": true, "asset_longname": null, @@ -3020,19 +2966,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "55e7b6ec1921fe75a236f25a1ac49ad5e0a872edc6fdf4e8fb687c89a80a6b56", + "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3040,7 +2986,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3055,7 +3001,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -3069,19 +3015,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "06d9f6562feecf27b0e1c090ab8e921dd14912091e859db1274f01ee917ce762", + "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", "block_index": 140, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3089,7 +3035,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3104,7 +3050,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349561, + "block_time": 1727945563, "asset_info": { "divisible": true, "asset_longname": null, @@ -3124,19 +3070,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "55e7b6ec1921fe75a236f25a1ac49ad5e0a872edc6fdf4e8fb687c89a80a6b56", + "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3144,7 +3090,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3159,7 +3105,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -3173,19 +3119,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "06d9f6562feecf27b0e1c090ab8e921dd14912091e859db1274f01ee917ce762", + "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", "block_index": 140, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3193,7 +3139,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3208,7 +3154,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349561, + "block_time": 1727945563, "asset_info": { "divisible": true, "asset_longname": null, @@ -3227,16 +3173,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "block_index": 193, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945790, "fee_paid_normalized": "0.00600000" } ], @@ -3247,14 +3193,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -3269,20 +3215,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349655, + "block_time": 1727945667, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "9666ba6e8122ebb18b4e7f62c9c5d030b4047fb795b551f24eb2ecc0d2d64ca8", + "tx_hash": "762f064955baba5a00fc2c1231ef2a1a78bc49939cf55201296794e06d0fe01a", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -3297,20 +3243,20 @@ "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727349650, + "block_time": 1727945663, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "6bb4fd7be9f73b57c912a789a7374c22501850cdfa85019b0199bae00bee41a0", + "tx_hash": "53cbb9160664a9f9b85edd8466b144fdd9afc8ba72e0c8994cd970fed49fa554", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -3325,20 +3271,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349646, + "block_time": 1727945649, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "4d6e8c750d7bebcc8306d1839b77caa73334ae0b91c6d0c002b1caad4cf321aa", + "tx_hash": "82fb24d11e7c1e42fb8f6215737abfeea85d576dbc3ab4c332b28b554bf28e6b", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -3353,20 +3299,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349642, + "block_time": 1727945644, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 35, - "tx_hash": "d9c2c4be4109ccd0744f03c1570082219b1c437ced04bd52b1fcf1c2f4d2a054", + "tx_hash": "4aefdaffbe6bdc4ef9a583f4f03da367f3efaa889ce14eb0784f59c2aa028302", "msg_index": 0, "block_index": 148, "asset": "MYASSETA", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -3381,7 +3327,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349604, + "block_time": 1727945605, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -3395,8 +3341,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 10000000000, @@ -3404,16 +3350,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727349642, - "last_issuance_block_time": 1727349650, + "first_issuance_block_time": 1727945644, + "last_issuance_block_time": 1727945663, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 100000000000, @@ -3421,16 +3367,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727349604, - "last_issuance_block_time": 1727349604, + "first_issuance_block_time": 1727945605, + "last_issuance_block_time": 1727945605, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 40, @@ -3438,16 +3384,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727349541, - "last_issuance_block_time": 1727349545, + "first_issuance_block_time": 1727945541, + "last_issuance_block_time": 1727945545, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 19, @@ -3455,16 +3401,16 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727349515, - "last_issuance_block_time": 1727349537, + "first_issuance_block_time": 1727945515, + "last_issuance_block_time": 1727945537, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 0, @@ -3472,8 +3418,8 @@ "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727349494, - "last_issuance_block_time": 1727349511, + "first_issuance_block_time": 1727945494, + "last_issuance_block_time": 1727945511, "supply_normalized": "0.00000000" } ], @@ -3484,17 +3430,17 @@ "result": [ { "tx_index": 58, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "block_hash": "7f32744ac190f7103aded180f9a78843053006353de63e4a6ba2083fac6ef4f0", - "block_time": 1727349773, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", + "block_time": 1727945786, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f:1", + "utxos_info": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3530,23 +3476,23 @@ }, { "tx_index": 57, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "block_hash": "5602fc933b2479e92972028900aa479b950d68de91c99d9cd2b9d4b6c9eb5fd8", - "block_time": 1727349769, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", + "block_time": 1727945782, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "462800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "data": "46dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "supported": true, - "utxos_info": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f:1", + "utxos_info": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "status": "valid" } }, @@ -3554,17 +3500,17 @@ }, { "tx_index": 56, - "tx_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "block_index": 190, - "block_hash": "6894c9d833a94dda96cacbd65c20855b53ab6cbf3ca4d2935db0148cdee0f627", - "block_time": 1727349765, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "60999ce3f95c2a0834276b4e886f4efcf887c830a434c54247655be106b11ea8", + "block_time": 1727945778, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc:1", + "utxos_info": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3600,17 +3546,17 @@ }, { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "block_hash": "0aec4e04920daa7b67afa563ad13da72e656efceb46b60268f1a55bbe2271020", - "block_time": 1727349761, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "6f156db0e493011225c4202b78afe15f19e4a92443e19f8a438b1f86062e9469", + "block_time": 1727945773, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003803bece20f130359dc589d1e84d59950baf9082108803f1b35d0c7d4f97ce61405f0ca84abe9d07ba48d806a0754aa80c92844296a3a23dde3609ac941f9d0400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "030003808e44aeb58719a0eea4fa6a325fb1ba904367d10680ab73abe1329ddb8c69c32d324c641cbe6db8ea8880a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7:0", + "utxos_info": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -3618,14 +3564,14 @@ "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -3633,7 +3579,7 @@ }, { "asset": "XCP", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -3652,17 +3598,17 @@ }, { "tx_index": 50, - "tx_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", + "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", "block_index": 184, - "block_hash": "2efd818fbfe6491bb435e4cc223eaa27a30de81190d551bd69b471203c42b82f", - "block_time": 1727349739, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "block_hash": "494b014594f8eec16e6a6afd8e13ab68b57c14ff70af7a64871a269cc2a07229", + "block_time": 1727945752, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000027100000000000000000000000000000271000150000000000000000", "supported": true, - "utxos_info": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05:1", + "utxos_info": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3704,20 +3650,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "block_index": 154, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727349630, + "block_time": 1727945630, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -3739,9 +3685,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", + "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", "block_index": 183, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3756,7 +3702,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727349670, + "block_time": 1727945683, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3782,9 +3728,9 @@ }, { "tx_index": 50, - "tx_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", + "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", "block_index": 187, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -3799,7 +3745,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727349752, + "block_time": 1727945765, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3825,9 +3771,9 @@ }, { "tx_index": 56, - "tx_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "block_index": 191, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3842,7 +3788,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727349769, + "block_time": 1727945782, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3868,9 +3814,9 @@ }, { "tx_index": 58, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3885,7 +3831,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727349773, + "block_time": 1727945786, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3916,10 +3862,10 @@ "/v2/addresses/
/fairminters": { "result": [ { - "tx_hash": "dcf51617ae20ec4d8e93ee5852b5ad729111cf44ffc8b1990010dc23e4946287", + "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", "tx_index": 22, "block_index": 135, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -3944,13 +3890,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349541 + "block_time": 1727945541 }, { - "tx_hash": "0de3c0e5d6f84cec347d10e8ea1374868d46c8538152bf1966196d40b1542862", + "tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", "tx_index": 18, "block_index": 131, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -3975,13 +3921,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349515 + "block_time": 1727945515 }, { - "tx_hash": "b138bde3e56cbfb89568a21f4adc5db7ed53b8b04d83baeb55e9b45a0d76ac81", + "tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf", "tx_index": 14, "block_index": 130, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -4006,13 +3952,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349511 + "block_time": 1727945511 }, { - "tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "tx_index": 10, "block_index": 125, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -4037,7 +3983,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349489 + "block_time": 1727945490 } ], "next_cursor": null, @@ -4046,127 +3992,127 @@ "/v2/addresses/
/fairmints": { "result": [ { - "tx_hash": "44a03318e1b6b030f0e328334464291e6d3341efea03a7f56f8f3c8112fac782", + "tx_hash": "b39289cb56bc3d031b595209a8eb9be4c04957b97de30db017a46f7824717952", "tx_index": 23, "block_index": 136, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "dcf51617ae20ec4d8e93ee5852b5ad729111cf44ffc8b1990010dc23e4946287", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349545, + "block_time": 1727945545, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, { - "tx_hash": "e7342d6ca8024d3e82fcb272c83c24d0271574ddda5d1b87df72a49a1074749d", + "tx_hash": "e6656f406ca706c1c568e4a1b84ddfe97b05e3ac569b3dee70d8019a30aad890", "tx_index": 21, "block_index": 134, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "0de3c0e5d6f84cec347d10e8ea1374868d46c8538152bf1966196d40b1542862", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349537, + "block_time": 1727945537, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, { - "tx_hash": "dd53d1e56267028e5456b943934d87a819578f6a3619ca0aa3625c1082092fbb", + "tx_hash": "b57035c86ff92694be022fdaba6133d77756a2f1c245d6ead8590fb51388b00b", "tx_index": 20, "block_index": 133, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "0de3c0e5d6f84cec347d10e8ea1374868d46c8538152bf1966196d40b1542862", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349522, + "block_time": 1727945524, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, { - "tx_hash": "d5d6b0a7a88a89e2f9540bdad324c25bf9cc08d4254740394983112e432e43cf", + "tx_hash": "397517ff45377b5f555a39e02698ddf2cc628ff2235f2edfcb97790956f8311a", "tx_index": 19, "block_index": 132, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "0de3c0e5d6f84cec347d10e8ea1374868d46c8538152bf1966196d40b1542862", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349519, + "block_time": 1727945519, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, { - "tx_hash": "c094d4fde6802bed171a10528747824b0c6b78e3367e4c12e04261afef073a40", + "tx_hash": "464f6772205364452d939a62b85651a77e76b3d6ac12334a3029449eefcbd2df", "tx_index": 15, "block_index": 127, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "b138bde3e56cbfb89568a21f4adc5db7ed53b8b04d83baeb55e9b45a0d76ac81", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349498, + "block_time": 1727945498, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, { - "tx_hash": "a3228b664f93f6c80a3cf86bbcad2ac73116dd90860a580c8d1c632aa775919e", + "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", "tx_index": 11, "block_index": 123, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349481, + "block_time": 1727945481, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } @@ -4178,22 +4124,22 @@ "/v2/addresses/
/fairmints/": { "result": [ { - "tx_hash": "a3228b664f93f6c80a3cf86bbcad2ac73116dd90860a580c8d1c632aa775919e", + "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", "tx_index": 11, "block_index": 123, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349481, + "block_time": 1727945481, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } @@ -4208,7 +4154,7 @@ "/v2/addresses/
/compose/broadcast": { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -4220,7 +4166,7 @@ "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "020000000001010a01614aff04950896fa32b33bdb25a9f947638ed041e0e2ed5e2360537848060000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff0200000000000000002b6a29710b45dbd38ffbf2f504e3549cb6a83709bfa3e9e8b8d64a7ecab32df55e5534fd48a15122f2fc94ab9bba052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "020000000001011d23ce64a4b213c98fedf38a2a24eb0484918704d3c7379213d915a4bd3e9f53000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff0200000000000000002b6a292818f008b43c6eff57e65f619615981b4ea6749b25d94121e4e15b161be43b0f6665c2ac6feb63ffde9bba052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4233,16 +4179,16 @@ "/v2/addresses/
/compose/btcpay": { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "order_match_id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127" + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e" }, "name": "btcpay", - "data": "434e5452505254590bc0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "data": "434e5452505254590b810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597dfd1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "btc_in": 5000000000, "btc_out": 3000, "btc_change": 4999978951, "btc_fee": 18049, - "rawtransaction": "02000000000101deac5e8f62b0db163724e72cb7788997ae53e2e94c0483bc0c8dd5935f86afda0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff03b80b00000000000016001454d0ceafd7b80938e68bc2331e44651d52075fa100000000000000004b6a498ccb712c2fd1e1def7887d2588b4f564b8797749ffa4436a9ea67dff49daa33ab02292a3647691280ed713dfb0b063c922c462eda8dba860880e015b32490c9f3f26d49953880bc26bc79f052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "02000000000101c4757e84d7049c372cd0a0bf113bd0d779f7f5290c53775dc0adaa377eda9922000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff03b80b0000000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2600000000000000004b6a49bb58ee044df2d849e259bffb9c3fcd1f23d895a57717c76aacf54edd3663b5015cf01b74e741ccff0149e9b34a90ef34022f4a58fd56963e1145f37f744355c90a58fefae7eed59777c79f052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4255,7 +4201,7 @@ "/v2/addresses/
/compose/burn": { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "quantity": 1000, "overburn": false }, @@ -4265,22 +4211,22 @@ "btc_out": 1000, "btc_change": 4999985815, "btc_fee": 13185, - "rawtransaction": "02000000000101892185038f54a531d867e3ff7dc6e449462653e5c78bb51c4a8739243a4dde750000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000" + "rawtransaction": "02000000000101c392644a2d2e61f93de403d3b53e5c20cfe00d2d633f5ce5f305f3fd7be20b60000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000" } }, "/v2/addresses/
/compose/cancel": { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "offer_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f" + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "offer_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35" }, "name": "cancel", - "data": "434e54525052545946a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "data": "434e5452505254594675f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "02000000000101cbcc2f2b665c61ec07a3126047ec018936208d979c80d5b351b1f755d6723ff30000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff0200000000000000002b6a29ea9c97c2a1aa732dd6f0a45f356c4713e52aca7da535089fb89211deb5a4d14e65e6dbb0738985b0e89bba052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "020000000001017b04b71ee62ece274c1de12c3e86db9e4b8732d81777a50ea42e91b097b130fe000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff0200000000000000002b6a2993e0b9fda88184b25789dd00c847420b9c4d9c2df5de8c9728341fef6be6f63df3145315705e0b324f9bba052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4293,7 +4239,7 @@ "/v2/addresses/
/compose/destroy": { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -4312,7 +4258,7 @@ "btc_out": 0, "btc_change": 4999986346, "btc_fee": 13654, - "rawtransaction": "02000000000101991a66a081ce919bc145b439d81555686a15d4de3f6cc1da506563b38248c04c0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff020000000000000000226a205118f722a2e9f055b3b18e09168f8a90692bdc822c20bc4950d324ddb9c1e27baabc052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "02000000000101e696b35316c4203a1f0ca2941d056c1d563b4aa17766ebdb441b09f93ae10fa0000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000226a20e98246c84373613eb5fc74e0f6ffa6a30237d617dbc33f231d52c95c7ec86de8aabc052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4325,7 +4271,7 @@ "/v2/addresses/
/compose/dispenser": { "result": { "params": { - "source": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", + "source": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -4349,7 +4295,7 @@ "btc_out": 0, "btc_change": 4949955760, "btc_fee": 14240, - "rawtransaction": "02000000000101d23d6f74e843906d4eae4bf48852e84e08e67241a41e5b91e4d103fc7f9dc94b0200000016001474a672ef449f5275d6153ef989604e5c7d4c9068ffffffff0200000000000000002c6a2a987bcccabba02a5ce4093ad3acb0158b7fabb168fed9a05ba118b862e7c2937b2dba6520a6e4a8c5468ab0540a270100000016001474a672ef449f5275d6153ef989604e5c7d4c906802000000000000", + "rawtransaction": "02000000000101b6f0dd34eebe92a2541fc3f39693968f73121a94670bb9aa17f12a3db43fc46f020000001600146c0b95df1a743f5f03038876cf8757fbae37a0f5ffffffff0200000000000000002c6a2afb08768aa119f82bdee59edaff93749d826616f1510c8ca15285b29f509aae3fa95852a217ac4a5e6870b0540a27010000001600146c0b95df1a743f5f03038876cf8757fbae37a0f502000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4362,14 +4308,14 @@ "/v2/addresses/
/compose/dividend": { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "quantity_per_unit": 1, "asset": "FAIRMINTA", "dividend_asset": "XCP", "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -4388,7 +4334,7 @@ "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "0200000000010183d7cd4f8bf94600a0fee865cd6317026887a432ab86e3807c5582c67d7be79d0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff020000000000000000236a215c0ef0a7ba4a0f61cc5b45e2da06456f9d3910892e16c969cb14c992144301aaf96fbc052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "020000000001010264c0c007892c0c753f3aab6af91ba0ce8cecae50c4fe67a4192d3cb9fc5c72000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000236a21c1b7e6d4605b9fe1106781e30eba0066a3c13e7b9847baa63030ec6d1cb75c47186fbc052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4401,10 +4347,10 @@ "/v2/addresses/
/compose/issuance": { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "transfer_destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "lock": false, "reset": false, @@ -4417,7 +4363,7 @@ "btc_out": 546, "btc_change": 4999983749, "btc_fee": 15705, - "rawtransaction": "020000000001018f56bad1947fe429b46d958f35c9b3de80fcb2dcce5b5ce9f3ee95129cca09380000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff03220200000000000016001454d0ceafd7b80938e68bc2331e44651d52075fa10000000000000000236a21444ff84beb20e23cc2919701f8c596608630069c8f8ba7d04b3717d1055e158c5685b2052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "02000000000101fe7c0fb663de5034c467091dfd5ffab1b2a7bd8df21c65df6a4418394014826a000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff0322020000000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe260000000000000000236a2146d6d72df8ed302e8290147e34b9ae0dd1e371a1dbbb461b04bf1906d89cae93d585b2052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4430,16 +4376,16 @@ "/v2/addresses/
/compose/mpma": { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", 1 ], [ "MYASSETA", - "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", 2 ] ], @@ -4447,12 +4393,12 @@ "memo_is_hex": false }, "name": "mpma", - "data": "434e5452505254590300028054d0ceafd7b80938e68bc2331e44651d52075fa1803bece20f130359dc589d1e84d59950baf90821088f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", + "data": "434e545250525459030002808bdc11663a033e9b683b2efd21c40b2d99cbbe26808e44aeb58719a0eea4fa6a325fb1ba904367d1068f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", "btc_in": 20000000000, "btc_out": 2000, "btc_change": 19999945492, "btc_fee": 52508, - "rawtransaction": "02000000000104a95e01adff61592b083d52a21d942b0012ca14e295d3582e7818b5bfeb605ef80000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1fffffffff07d3b7420d03bd558927351b4576f1e86b6ec9fba62469b310159f772a9d5b60000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff348db3b3d3d4c78bc08b7dbe84188b8b2af945a2cca65a0d6c77fc3df76a649c0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff637c6b8d277b4f3e9989e102d93121d8c8165421b6e1c1e4b9902f473dd5ca8b0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff03e803000000000000695121020857b98bbc740843c77ae0c1f7b2d4105c96c527e937b744ec37b45aff19a732210378fc616712f6468cbc4175896182cf6ad013a2b4fa68698e827415351c1918e82103550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a2653aee803000000000000695121030757b98bbc740843c75997ac058a60ffd1c17d2eddc4a70d6809f03fe24ba0c62103275da95cfe14499fbf18a1d1fc9c4bbf49431a4df2496101a03c7059707634cd2103550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a2653ae14f316a80400000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000002000002000002000000000000", + "rawtransaction": "02000000000104d9676a93339a463c28fc133f9b084ea13fbb7e8f72710e469576440f7ce8852f000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff714aa57441532f287bdeb583bef87c19b4d2955f600029ba9af12d08e20fc53a000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffb453e5bfa8e44fa1ef85186a5571bf140b3f98dc8400d5456099c8a307eb7f7d000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffefb2c2fc4cf1b6e8e2842e3f5b1dd20788084196c0d4b9eb57c189c8d1fe3a57000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff03e80300000000000069512103412d48f176b53ff649629e970bc3b3670ea6656c84339b1746f516365d04c0bb210229af7edb46b4e59bfcc4046a1ca21c9d9e7286bc285b77c8708ef3ebfb2748b921035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aee803000000000000695121034e2d48f176b53ff64941e9faf9240b574a1c6652134e3bb20cf4d23d709d0bb921029789b655021a501ce564e2cee6c82ec22fc814ff4f8a714752c69687974864ca21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53ae14f316a8040000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4465,7 +4411,7 @@ "/v2/addresses/
/compose/order": { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "FAIRMINTA", @@ -4482,7 +4428,7 @@ "get_asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -4496,7 +4442,7 @@ "btc_out": 0, "btc_change": 4999985233, "btc_fee": 14767, - "rawtransaction": "0200000000010166ded82c6e9502d0a06e23a71ca37f37ed37f1b7aa514c430bb28f04ed6eb2a30000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff020000000000000000356a33b1662504e1ba8ff932dc093e56ca90335ed04144c907d1e2766787b83ff14958fa3b1ac43f667f21800242413a3a72f6a51c8d51b8052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "02000000000101f732955adb82d3e5f57a7955067ee30eadae686d8c118ae093e2aca6b9a3ef27000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000356a336cbc895b20ca309cd0883ec288c7a6e8703317619b89ff97e8580862555edec124e8f76b1a7b30719a46f8a4940ceed0530e4d51b8052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4509,8 +4455,8 @@ "/v2/addresses/
/compose/send": { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "quantity": 1000, "memo": null, @@ -4526,12 +4472,12 @@ "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e8803bece20f130359dc589d1e84d59950baf9082108", + "data": "434e54525052545902000000000000000100000000000003e8808e44aeb58719a0eea4fa6a325fb1ba904367d106", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985526, "btc_fee": 14474, - "rawtransaction": "02000000000101a18abb82581d74bcffd7292c775a02545bb2c2dcb3afc5d77ceed3ac28cff87d0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff020000000000000000306a2e832cebdb81e79e33395953ecae43f8f3f9881b62a5f17600a3264a8c043e9cb02e36f82b89107af1e74dea535ab876b9052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "020000000001014fd40cbcc57f07c4c2e264fdf3ff0c9f13ddc908a22da4c048018a69d10107f5000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000306a2e82ec71352b638b447732facdb9c7c2195b91fcceccad57f085ce45f0617e1bba9ffa7c4ed5d694eacf8ecc6ed1a176b9052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4544,18 +4490,18 @@ "/v2/addresses/
/compose/sweep": { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "flags": 7, "memo": "FFFF" }, "name": "sweep", - "data": "434e54525052545904803bece20f130359dc589d1e84d59950baf908210807ffff", + "data": "434e54525052545904808e44aeb58719a0eea4fa6a325fb1ba904367d10607ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "020000000001016d72c9e1d1fa813c3589dd174fc8a84009fa6e57e5ad5f33f0156497091b9bf70000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff020000000000000000236a21f1d4cb9dfb8748da31c2cd30553f48be4fdc16aca37d1bf22c33b6b47e228da5376fbc052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "02000000000101bcb39db67cbd94ed72cfd5f1d81a223b02faa38f42dd97f3883d3754c58b84f1000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000236a210452dabd8e92f78eb8e7c201fe766e1ef4fd1e5868e2393c3c59e1bcc7c4ab23d16fbc052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4568,8 +4514,8 @@ "/v2/addresses/
/compose/dispense": { "result": { "params": { - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "quantity": 1000 }, "name": "dispense", @@ -4578,7 +4524,7 @@ "btc_out": 1000, "btc_change": 4949852643, "btc_fee": 14357, - "rawtransaction": "02000000000101ac8344100391a9dbea92bbd4f0c06f315ea17815b50cf2d241971159f1e5533e020000001600143bece20f130359dc589d1e84d59950baf9082108ffffffff03e8030000000000001600146a0754aa80c92844296a3a23dde3609ac941f9d000000000000000000c6a0a3dff5a09112eded7a8a6e3c10827010000001600143bece20f130359dc589d1e84d59950baf908210802000000000000", + "rawtransaction": "02000000000101ccba3ba7323d0a1b65b4702c11ff20c2e7b6ae8b784009b50853ae3b476a10a0020000001600148e44aeb58719a0eea4fa6a325fb1ba904367d106ffffffff03e803000000000000160014a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f00000000000000000c6a0ae5a1e5920623250e9f4ae3c10827010000001600148e44aeb58719a0eea4fa6a325fb1ba904367d10602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4591,7 +4537,7 @@ "/v2/addresses/
/compose/fairminter": { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -4616,7 +4562,7 @@ "btc_out": 0, "btc_change": 4999985467, "btc_fee": 14533, - "rawtransaction": "0200000000010113540b35e1c3bf652d600d05815910cd21427d804936877b3c2e1955e4c02b5f0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff020000000000000000316a2fa1c13212823f0738c04dbf739243c454036880dfd8427bc7a63d417101948ab8652b1a5f4279505ff08e8fdcaf63ac3bb9052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "02000000000101190595c286adcc17b96f41435167660d585d424616bce27e965477e188b60558000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000316a2f8953697aa93c5e59a5400d759bd110543110e6359d7d2f75e81dd868a4eb9b89b327d43f602fd823b5010d05f63ca43bb9052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4629,13 +4575,13 @@ "/v2/addresses/
/compose/fairmint": { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTC", "quantity": 1, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -4647,7 +4593,7 @@ "btc_out": 0, "btc_change": 4999987049, "btc_fee": 12951, - "rawtransaction": "020000000001014faf4d1c320e6c8db648f30576cc58bfa89e35aa4440b7e4b1e915e2ab98248b0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff020000000000000000166a141a854916e581778b59a354ea57ee74e3bb99874b69bf052a0100000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000000000000", + "rawtransaction": "020000000001010e7b564edb35a58cfc4ac5fbed51f71c5afd0d1b18430baf49a213f890489436000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000166a1451ae00e7fb53805c13d93ae8bdd0f0fe085b139869bf052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4660,8 +4606,8 @@ "/v2/addresses/
/compose/attach": { "result": { "params": { - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f:1", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "2299da7e37aaadc05d77530c29f5f779d7d03b11bfa0d02c379c04d7847e75c4:0", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -4674,12 +4620,12 @@ "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964626372743171326e6776617437686871796e336535746367653375337239723466717768617034366534666d7c353830656330633764656661613937373961333465303734633230343666616238383565613032646137393965353664616564323164353561343832653731663a317c5843507c31303030", + "data": "434e54525052545964626372743171333077707a65333671766c666b36706d396d376a72337174396b7675683033783565797534677c323239396461376533376161616463303564373735333063323966356637373964376430336231316266613064303263333739633034643738343765373563343a307c5843507c31303030", "btc_in": 30000000000, "btc_out": 3000, "btc_change": 29999918531, "btc_fee": 78469, - "rawtransaction": "020000000001062b971c4763edae2df37367cd84844c19b0042d9a8be2160e4d8369d10673fde40000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff4549bdf3e9451e832e2f74ed0307b5f9321bf49c952b5b7e6d33b4023e8bd9f50000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1fffffffff6d6bc2733c0cc14e0303d014da6b303f8ff857450d62f07881b35b0ac1c05100000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff58edca7b44ff197ac654c066fc3f6fb0d9a8fca4fcf6d38ff29a70a13b1271740000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1fffffffffa9334b3c46424ae370e352f9eb0956ed1fd25a247729a471b8101a6f50fcb1a0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff48757a8e09aad9b42ba75d7cbca33875eede93f19238b1880da52b9d73ad46fa0000000016001454d0ceafd7b80938e68bc2331e44651d52075fa1ffffffff04e803000000000000695121027b86d286c4b5f45f01771f0c0849c1cb534340e50f47b179a8b62c8652ff69bc2103cbb0bf58331e74eb4b94df36639d9b32bba5ed3947f8f228dea27b63c6c164312103550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a2653aee803000000000000695121027b86d286c4b5f45f0124190a1c5c9183561a1ef25d07e321f7f336da51ae6af72103d9b2ba05385e22f842d48f3125d3ca36fea7bf3d16faad658faf7e6791c935e52103550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a2653aee803000000000000695121035186d286c4b5f45f01764a5e1c07c1c6396e77ef5f03b621c0c755e8619a5ca42102bfd3d83d006b479972e6eb5012eaf353cb91db5c739e9f54eb9a4b06a5f107e62103550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a2653aec36d22fc0600000016001454d0ceafd7b80938e68bc2331e44651d52075fa102000002000002000002000002000002000000000000", + "rawtransaction": "02000000000106390d3a5d7cb050f1bce4dc3f6ea00bf3a7c6b20f01cfef736e0c9f45fc7e26c7000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff398a0430842e0c36f1f196b5168c531159b80265b090a7f3e3996b9bd62d53eb000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff08d5e48900919aec88491b3553182a331fe1d302f317e0a3e42220390a68b654000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff79c6cc334d253d0cd5082afe25fce60dd6c1eedd0a8ed6eeac3f76b4d151a534000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffdf06f0a140912d3ed6986406b497d6671041d8793beafed3f5c4b571cf6f7d28000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffac5ecdf8ec1cbec87cde7e8f4982881315a0510e42dfb8c959de61790df36797000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff04e803000000000000695121023d934ba1c5fe4be0650fc237b98f470dc615f00d740cb5442d8e116db6879a3321028efc7073de8a57bbe61e6d188b062bf993b1534a97bc82a33bc956c9bfee88ed21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aee803000000000000695121023d934ba1c5fe4be0650e9363aa9a17189615b219395eb3416c9b4f32bb848c822103d4f22420839c54f9f016370c980f2baedbb65500d5b186ef3d9f58c8efb8da3e21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aee8030000000000006951210217934ba1c5fe4be0655c9537ffc14600ad66d7013f59b6425cf87d0bddb1eaca2102e3c51d44b4f864ca9227066efe6e1bcaeb843633e288e5df09fb6ff0db8fbf6b21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aec36d22fc060000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000002000002000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4692,8 +4638,8 @@ "/v2/utxos//compose/detach": { "result": { "params": { - "source": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896:1", - "destination": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -4706,12 +4652,12 @@ "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964623233636362306138653233613732666537353564353062616364616133323936333639313535313536386634316464393730626461306534366131663839363a317c626372743171326e6776617437686871796e336535746367653375337239723466717768617034366534666d7c5843507c31303030", - "btc_in": 4949874900, + "data": "434e54525052545964633038623631623764303936623463663031653030366636653936343164323534613834323063633835646636653666393966623833626536383461303730313a307c626372743171333077707a65333671766c666b36706d396d376a72337174396b7675683033783565797534677c5843507c31303030", + "btc_in": 4950080000, "btc_out": 3000, - "btc_change": 4949846467, - "btc_fee": 25433, - "rawtransaction": "0200000000010196f8a1460eda0b97dd418f565115696329a3daac0bd555e72fa7238e0acb3cb20100000016001427b4900780a6ec65162b9fe1ef29c29006a1a675ffffffff04e803000000000000695121021984efb86effe1bd578140f5ce83a18c41886a20cbc64db16a324bb8c3e36b7b2102c63b20820321eb33bd957bf881f69203d149e52d2ec185325066edaad54237422102749d5dfef071854ac54c8d627926494c5d7c4f70831a49ce9416b33640f362f953aee803000000000000695121021984efb86effe1bd578143f798d4f48f408f6a7ccfcf1dfa3a375cfbc7a73dee21029d6c34821472e23affde2cfdd7f5df518319e76d2b8bda745564f8e48a1325ec2102749d5dfef071854ac54c8d627926494c5d7c4f70831a49ce9416b33640f362f953aee803000000000000695121023384efb86effe1bd57d114a2c986af9229aa0239c8c51cb658542e8ff6d60f0f2103f30b42e360458a528ea742ceb2c0ab32e47cd41818f9e30661028993e27255a12102749d5dfef071854ac54c8d627926494c5d7c4f70831a49ce9416b33640f362f953aec3a908270100000016001427b4900780a6ec65162b9fe1ef29c29006a1a67502000000000000", + "btc_change": 4950030353, + "btc_fee": 46647, + "rawtransaction": "02000000000103f87a8663d37577cdbd4a9ee518adf7f1e997774b63c06425b5c2e62533b977cd0100000016001428d33e852e352f10e581cdb6e44206cb92b9ae85ffffffffb6f0dd34eebe92a2541fc3f39693968f73121a94670bb9aa17f12a3db43fc46f0000000016001428d33e852e352f10e581cdb6e44206cb92b9ae85ffffffff903f17275c08326e288b20d6d048c632236da4bcfc7ab287ac46c03fcfa663f80100000016001428d33e852e352f10e581cdb6e44206cb92b9ae85ffffffff04e80300000000000069512102ddb01efc8fa96b16fad865842a14712d5eaac2cd36153a73a9ce29264a932338210395be1ab3d8661f57d4caed5d9d280130d9fee5654d6fdcb163220020aa0185e42102e361787a95a757f162a84c787e605a2bb9550f8572cae63d8c369525db7755dc53aee80300000000000069512103ddb01efc8fa96b16fa8435d677407f285dad91cd3e19683ba8cb6b631ed2205c210293af5cac84631d17c694be02ca60583b84aaec2f4b7acebe6d621371a3549f0a2102e361787a95a757f162a84c787e605a2bb9550f8572cae63d8c369525db7755dc53aee80300000000000069512103f7b01efc8fa96b16fa8963cd6742206064def6813e136877caa819172fa313c02102a3d82cd6e1502b66b0f8d869fc103502e99d865d780bba87061466199367e7b02102e361787a95a757f162a84c787e605a2bb9550f8572cae63d8c369525db7755dc53ae11780b270100000016001428d33e852e352f10e581cdb6e44206cb92b9ae8502000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4727,8 +4673,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 10000000000, @@ -4736,16 +4682,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727349642, - "last_issuance_block_time": 1727349650, + "first_issuance_block_time": 1727945644, + "last_issuance_block_time": 1727945663, "supply_normalized": "100.00000000" }, { "asset": "MYASSETB", "asset_id": "103804245871", "asset_longname": null, - "issuer": "bcrt1qy76fqpuq5mkx293tnls772wzjqr2rfn4rrqcgn", - "owner": "bcrt1qy76fqpuq5mkx293tnls772wzjqr2rfn4rrqcgn", + "issuer": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "owner": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "divisible": true, "locked": false, "supply": 100000000000, @@ -4753,16 +4699,16 @@ "first_issuance_block_index": 156, "last_issuance_block_index": 156, "confirmed": true, - "first_issuance_block_time": 1727349637, - "last_issuance_block_time": 1727349637, + "first_issuance_block_time": 1727945640, + "last_issuance_block_time": 1727945640, "supply_normalized": "1000.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 100000000000, @@ -4770,16 +4716,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727349604, - "last_issuance_block_time": 1727349604, + "first_issuance_block_time": 1727945605, + "last_issuance_block_time": 1727945605, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 40, @@ -4787,16 +4733,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727349541, - "last_issuance_block_time": 1727349545, + "first_issuance_block_time": 1727945541, + "last_issuance_block_time": 1727945545, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 19, @@ -4804,8 +4750,8 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727349515, - "last_issuance_block_time": 1727349537, + "first_issuance_block_time": 1727945515, + "last_issuance_block_time": 1727945537, "supply_normalized": "0.00000019" } ], @@ -4817,8 +4763,8 @@ "asset": "FAIRMINTA", "asset_id": "1046814266082", "asset_longname": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 10000000000, @@ -4826,15 +4772,15 @@ "first_issuance_block_index": 122, "last_issuance_block_index": 125, "confirmed": true, - "first_issuance_block_time": 1727349477, - "last_issuance_block_time": 1727349489, + "first_issuance_block_time": 1727945477, + "last_issuance_block_time": 1727945490, "supply_normalized": "100.00000000" } }, "/v2/assets//balances": { "result": [ { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -4842,14 +4788,14 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, "quantity_normalized": "95.00000000" }, { - "address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -4857,7 +4803,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -4869,7 +4815,7 @@ }, "/v2/assets//balances/
": { "result": { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4888,9 +4834,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", + "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", "block_index": 183, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -4905,7 +4851,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727349670, + "block_time": 1727945683, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4931,9 +4877,9 @@ }, { "tx_index": 50, - "tx_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", + "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", "block_index": 187, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -4948,7 +4894,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727349752, + "block_time": 1727945765, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4974,9 +4920,9 @@ }, { "tx_index": 56, - "tx_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "block_index": 191, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -4991,7 +4937,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727349769, + "block_time": 1727945782, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5017,9 +4963,9 @@ }, { "tx_index": 58, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -5034,7 +4980,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727349773, + "block_time": 1727945786, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5060,9 +5006,9 @@ }, { "tx_index": 51, - "tx_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "block_index": 186, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -5077,7 +5023,7 @@ "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727349748, + "block_time": 1727945761, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5108,13 +5054,13 @@ "/v2/assets//matches": { "result": [ { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 53, - "tx1_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", - "tx1_address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -5128,7 +5074,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727349752, + "block_time": 1727945765, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5148,13 +5094,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 51, - "tx1_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -5168,7 +5114,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727349748, + "block_time": 1727945761, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5188,13 +5134,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0_14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", + "id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", "tx0_index": 48, - "tx0_hash": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 49, - "tx1_hash": "14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx1_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -5208,7 +5154,7 @@ "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727349670, + "block_time": 1727945683, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5235,20 +5181,20 @@ "result": [ { "block_index": 193, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945790, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5256,20 +5202,20 @@ }, { "block_index": 125, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "FAIRMINTA", "quantity": 9000000000, "calling_function": "fairmint", - "event": "bc257d6326f96da2eb381ed0d7d65a03ade741e7a22f33871fd0feb2f2a41c93", + "event": "5011ad37f17100ab26d1797dfc67ab6920ade5077607860a6eb424f00325c473", "tx_index": 13, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349489, + "block_time": 1727945490, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5277,20 +5223,20 @@ }, { "block_index": 124, - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "bfd1ba3b66af851c1c1c8ef1a755f63597ca84795226c2a2a10592a9bcad37f9", + "event": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349485, + "block_time": 1727945485, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5298,20 +5244,20 @@ }, { "block_index": 124, - "address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "a3228b664f93f6c80a3cf86bbcad2ac73116dd90860a580c8d1c632aa775919e", + "event": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", "tx_index": 11, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349485, + "block_time": 1727945485, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5323,16 +5269,16 @@ "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "escrowed fairmint", - "event": "bfd1ba3b66af851c1c1c8ef1a755f63597ca84795226c2a2a10592a9bcad37f9", + "event": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349485, + "block_time": 1727945485, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5344,18 +5290,39 @@ }, "/v2/assets//debits": { "result": [ + { + "block_index": 195, + "address": null, + "asset": "XCP", + "quantity": 1500000000, + "action": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "confirmed": true, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "quantity_normalized": "15.00000000" + }, { "block_index": 194, - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", "quantity": 1, "action": "destroy", - "event": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", + "event": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", "tx_index": 60, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349782, + "block_time": 1727945795, "asset_info": { "divisible": true, "asset_longname": null, @@ -5367,16 +5334,16 @@ }, { "block_index": 193, - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "XCP", "quantity": 74499387833, "action": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945790, "asset_info": { "divisible": true, "asset_longname": null, @@ -5388,16 +5355,16 @@ }, { "block_index": 193, - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "XCP", "quantity": 600000, "action": "sweep fee", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945790, "asset_info": { "divisible": true, "asset_longname": null, @@ -5409,37 +5376,16 @@ }, { "block_index": 192, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "event": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349773, - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "quantity_normalized": "0.00001000" - }, - { - "block_index": 190, - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "asset": "XCP", - "quantity": 1000, - "action": "open order", - "event": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", - "tx_index": 56, - "utxo": null, - "utxo_address": null, - "confirmed": true, - "block_time": 1727349765, + "block_time": 1727945786, "asset_info": { "divisible": true, "asset_longname": null, @@ -5450,27 +5396,27 @@ "quantity_normalized": "0.00001000" } ], - "next_cursor": 47, - "result_count": 38 + "next_cursor": 48, + "result_count": 39 }, "/v2/assets//dividends": { "result": [ { "tx_index": 41, - "tx_hash": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "block_index": 154, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727349630, + "block_time": 1727945630, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5492,14 +5438,14 @@ "result": [ { "tx_index": 13, - "tx_hash": "bc257d6326f96da2eb381ed0d7d65a03ade741e7a22f33871fd0feb2f2a41c93", + "tx_hash": "5011ad37f17100ab26d1797dfc67ab6920ade5077607860a6eb424f00325c473", "msg_index": 0, "block_index": 125, "asset": "FAIRMINTA", "quantity": 9000000000, "divisible": true, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -5514,20 +5460,20 @@ "fair_minting": false, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727349489, + "block_time": 1727945490, "quantity_normalized": "90.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 12, - "tx_hash": "bfd1ba3b66af851c1c1c8ef1a755f63597ca84795226c2a2a10592a9bcad37f9", + "tx_hash": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", "msg_index": 0, "block_index": 124, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -5542,20 +5488,20 @@ "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727349485, + "block_time": 1727945485, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 11, - "tx_hash": "a3228b664f93f6c80a3cf86bbcad2ac73116dd90860a580c8d1c632aa775919e", + "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", "msg_index": 0, "block_index": 123, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -5570,20 +5516,20 @@ "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727349481, + "block_time": 1727945481, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 10, - "tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "msg_index": 0, "block_index": 122, "asset": "FAIRMINTA", "quantity": 0, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -5598,7 +5544,7 @@ "fair_minting": true, "asset_events": "open_fairminter", "confirmed": true, - "block_time": 1727349477, + "block_time": 1727945477, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -5608,12 +5554,36 @@ }, "/v2/assets//sends": { "result": [ + { + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "asset": "XCP", + "quantity": 1500000000, + "status": "valid", + "msg_index": 1, + "memo": null, + "fee_paid": 0, + "confirmed": true, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "quantity_normalized": "15.00000000", + "fee_paid_normalized": "0.00000000" + }, { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "quantity": 10, "status": "valid", @@ -5621,7 +5591,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "divisible": true, "asset_longname": null, @@ -5634,10 +5604,10 @@ }, { "tx_index": 54, - "tx_hash": "ba2b62e02257afd56871a06214aa59ca231cd893239ab9555de83150c93f7a80", + "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680", "block_index": 188, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", "quantity": 10000, "status": "valid", @@ -5645,7 +5615,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349756, + "block_time": 1727945769, "asset_info": { "divisible": true, "asset_longname": null, @@ -5658,10 +5628,10 @@ }, { "tx_index": 43, - "tx_hash": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896", + "tx_hash": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64", "block_index": 156, - "source": "6cc93fdf5891a4a25a055fac25361c236912ebf976ada3a6e9e2f1289a9c67d6:0", - "destination": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896:1", + "source": "f863a6cf3fc046ac87b27afcbca46d2332c648d0d6208b286e32085c27173f90:0", + "destination": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5669,7 +5639,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349637, + "block_time": 1727945640, "asset_info": { "divisible": true, "asset_longname": null, @@ -5682,10 +5652,10 @@ }, { "tx_index": 42, - "tx_hash": "6cc93fdf5891a4a25a055fac25361c236912ebf976ada3a6e9e2f1289a9c67d6", + "tx_hash": "f863a6cf3fc046ac87b27afcbca46d2332c648d0d6208b286e32085c27173f90", "block_index": 155, - "source": "d0b1c560c4f3fd55a02f4f0b5434dd67825f0c9363964956317a943c920f4be9:0", - "destination": "6cc93fdf5891a4a25a055fac25361c236912ebf976ada3a6e9e2f1289a9c67d6:0", + "source": "407cc4041ef37967e4e9f3ab5d85118678338f79080a33212b9acfcbd105a6f1:0", + "destination": "f863a6cf3fc046ac87b27afcbca46d2332c648d0d6208b286e32085c27173f90:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5693,7 +5663,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349633, + "block_time": 1727945635, "asset_info": { "divisible": true, "asset_longname": null, @@ -5706,15 +5676,15 @@ } ], "next_cursor": null, - "result_count": 4 + "result_count": 5 }, "/v2/assets//dispensers": { "result": [ { "tx_index": 26, - "tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5723,7 +5693,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5733,7 +5703,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -5749,9 +5719,9 @@ }, { "tx_index": 29, - "tx_hash": "a80027ddb313c40139fa6bc6878fe394400a98ee5963ff471f52724768f74969", + "tx_hash": "9fcb2d772361119ed3338602b788d9211b21b272fda78800a1869d25810716c9", "block_index": 142, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5760,7 +5730,7 @@ "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "origin": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -5770,7 +5740,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349569, + "block_time": 1727945570, "asset_info": { "divisible": true, "asset_longname": null, @@ -5786,9 +5756,9 @@ }, { "tx_index": 30, - "tx_hash": "a913a4e0d363595bbb0d8042759a3e348de369b4f3c7c1e6a0b6628bb46810a8", + "tx_hash": "d9e0a4f45614a5a900b80000750a09cbf77fdb8c914adb9637d39654a81ff23f", "block_index": 150, - "source": "mxH2rQrd18EF6R1ykn18TRPT2HX5UVRJHz", + "source": "mwNtBvuv6eXYCAGtKZfrruMuWS8serN2B8", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -5796,10 +5766,10 @@ "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "5b68cebd5647834d9d59f7aab3c48df0b5e1df5ee379668e3aad95f94a9e60c4", - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "last_status_tx_hash": "9a7f28788f24bff8c089b3febbbc253088dd0ed2c391e2ed930ac3053d2fada7", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 0, - "last_status_tx_source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "last_status_tx_source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -5807,7 +5777,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349613, + "block_time": 1727945613, "asset_info": { "divisible": true, "asset_longname": null, @@ -5823,19 +5793,19 @@ }, { "tx_index": 33, - "tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, - "give_remaining": 9334, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "last_status_tx_hash": null, - "origin": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "dispense_count": 1, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "confirmed": true, @@ -5844,7 +5814,7 @@ "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727349600, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -5853,7 +5823,7 @@ "issuer": null }, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00009334", + "give_remaining_normalized": "0.00009268", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" @@ -5865,9 +5835,9 @@ "/v2/assets//dispensers/
": { "result": { "tx_index": 26, - "tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5876,7 +5846,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5886,7 +5856,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -5914,7 +5884,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5922,7 +5892,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "quantity": 500000000, "escrow": null, "cursor_id": "balances_13", @@ -5931,7 +5901,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5939,7 +5909,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "quantity": 0, "escrow": null, "cursor_id": "balances_14", @@ -5948,7 +5918,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5956,7 +5926,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "quantity": 9500000000, "escrow": null, "cursor_id": "balances_15", @@ -5965,7 +5935,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -5977,31 +5947,80 @@ }, "/v2/assets//dispenses": { "result": [ + { + "tx_index": 61, + "dispense_index": 0, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "asset": "XCP", + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "btc_amount": 1000, + "confirmed": true, + "dispenser": { + "tx_index": 33, + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "give_quantity": 1, + "escrow_quantity": 10000, + "satoshirate": 1, + "status": 0, + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "last_status_tx_hash": null, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, + "last_status_tx_source": null, + "close_block_index": null, + "fiat_price": 0.01, + "oracle_price": 66600.0, + "fiat_unit": "USD", + "oracle_price_last_updated": 138, + "satoshi_price": 16, + "give_quantity_normalized": "0.00000001", + "give_remaining_normalized": "0.00009268", + "escrow_quantity_normalized": "0.00010000", + "satoshirate_normalized": "0.00000001", + "satoshi_price_normalized": "0.00000016" + }, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" + }, { "tx_index": 34, "dispense_index": 0, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", + "tx_hash": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6", "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "destination": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, - "give_remaining": 9334, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "last_status_tx_hash": null, - "origin": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "dispense_count": 1, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "fiat_price": 0.01, @@ -6010,12 +6029,12 @@ "oracle_price_last_updated": 138, "satoshi_price": 16, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00009334", + "give_remaining_normalized": "0.00009268", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727349600, + "block_time": 1727945601, "asset_info": { "divisible": true, "asset_longname": null, @@ -6029,19 +6048,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "55e7b6ec1921fe75a236f25a1ac49ad5e0a872edc6fdf4e8fb687c89a80a6b56", + "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6049,7 +6068,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6064,7 +6083,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -6078,19 +6097,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "06d9f6562feecf27b0e1c090ab8e921dd14912091e859db1274f01ee917ce762", + "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", "block_index": 140, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6098,7 +6117,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6113,7 +6132,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349561, + "block_time": 1727945563, "asset_info": { "divisible": true, "asset_longname": null, @@ -6126,7 +6145,7 @@ } ], "next_cursor": null, - "result_count": 3 + "result_count": 4 }, "/v2/assets//subassets": { "result": [ @@ -6134,8 +6153,8 @@ "asset": "A95428959745315388", "asset_id": "95428959745315388", "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "owner": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false, "supply": 0, @@ -6143,8 +6162,8 @@ "first_issuance_block_index": 158, "last_issuance_block_index": 158, "confirmed": true, - "first_issuance_block_time": 1727349646, - "last_issuance_block_time": 1727349646, + "first_issuance_block_time": 1727945649, + "last_issuance_block_time": 1727945649, "supply_normalized": "0.00000000" } ], @@ -6154,10 +6173,10 @@ "/v2/assets//fairminters": { "result": [ { - "tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "tx_index": 10, "block_index": 125, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -6182,7 +6201,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349489 + "block_time": 1727945490 } ], "next_cursor": null, @@ -6191,64 +6210,64 @@ "/v2/assets//fairmints": { "result": [ { - "tx_hash": "bc257d6326f96da2eb381ed0d7d65a03ade741e7a22f33871fd0feb2f2a41c93", + "tx_hash": "5011ad37f17100ab26d1797dfc67ab6920ade5077607860a6eb424f00325c473", "tx_index": 13, "block_index": 125, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "fairminter_tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "asset": "FAIRMINTA", "earn_quantity": 9000000000, "paid_quantity": 9000000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349489, + "block_time": 1727945490, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, { - "tx_hash": "bfd1ba3b66af851c1c1c8ef1a755f63597ca84795226c2a2a10592a9bcad37f9", + "tx_hash": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", "tx_index": 12, "block_index": 124, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "fairminter_tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349485, + "block_time": 1727945485, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, { - "tx_hash": "a3228b664f93f6c80a3cf86bbcad2ac73116dd90860a580c8d1c632aa775919e", + "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", "tx_index": 11, "block_index": 123, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349481, + "block_time": 1727945481, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } @@ -6260,22 +6279,22 @@ "/v2/assets//fairmints/
": { "result": [ { - "tx_hash": "a3228b664f93f6c80a3cf86bbcad2ac73116dd90860a580c8d1c632aa775919e", + "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", "tx_index": 11, "block_index": 123, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "fairminter_tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727349481, + "block_time": 1727945481, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } @@ -6288,9 +6307,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", + "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", "block_index": 183, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6305,7 +6324,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727349670, + "block_time": 1727945683, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6331,9 +6350,9 @@ }, { "tx_index": 51, - "tx_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "block_index": 186, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -6348,7 +6367,7 @@ "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727349748, + "block_time": 1727945761, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6374,9 +6393,9 @@ }, { "tx_index": 50, - "tx_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", + "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", "block_index": 187, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -6391,7 +6410,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727349752, + "block_time": 1727945765, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6417,9 +6436,9 @@ }, { "tx_index": 53, - "tx_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "block_index": 187, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -6434,7 +6453,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727349752, + "block_time": 1727945765, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6460,9 +6479,9 @@ }, { "tx_index": 56, - "tx_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "block_index": 191, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6477,7 +6496,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727349769, + "block_time": 1727945782, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6508,9 +6527,9 @@ "/v2/orders/": { "result": { "tx_index": 58, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6525,7 +6544,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727349773, + "block_time": 1727945786, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6553,13 +6572,13 @@ "/v2/orders//matches": { "result": [ { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 53, - "tx1_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", - "tx1_address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -6573,7 +6592,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727349752, + "block_time": 1727945765, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6593,13 +6612,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 51, - "tx1_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -6613,7 +6632,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727349748, + "block_time": 1727945761, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6640,15 +6659,15 @@ "result": [ { "tx_index": 52, - "tx_hash": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac", + "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", "block_index": 186, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "destination": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "btc_amount": 2000, - "order_match_id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "status": "valid", "confirmed": true, - "block_time": 1727349748, + "block_time": 1727945761, "btc_amount_normalized": "0.00002000" } ], @@ -6659,9 +6678,9 @@ "result": [ { "tx_index": 51, - "tx_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "block_index": 186, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -6679,7 +6698,7 @@ "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727349748, + "block_time": 1727945761, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6705,9 +6724,9 @@ }, { "tx_index": 53, - "tx_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "block_index": 187, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -6725,7 +6744,7 @@ "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727349752, + "block_time": 1727945765, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6751,9 +6770,9 @@ }, { "tx_index": 48, - "tx_hash": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", + "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", "block_index": 183, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6771,7 +6790,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727349670, + "block_time": 1727945683, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6797,9 +6816,9 @@ }, { "tx_index": 50, - "tx_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", + "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", "block_index": 187, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -6817,7 +6836,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727349752, + "block_time": 1727945765, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6843,9 +6862,9 @@ }, { "tx_index": 56, - "tx_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", + "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", "block_index": 191, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6863,7 +6882,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727349769, + "block_time": 1727945782, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6894,13 +6913,13 @@ "/v2/orders///matches": { "result": [ { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 53, - "tx1_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", - "tx1_address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -6917,7 +6936,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727349752, + "block_time": 1727945765, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6937,13 +6956,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 51, - "tx1_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -6960,7 +6979,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727349748, + "block_time": 1727945761, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6980,13 +6999,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0_14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", + "id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", "tx0_index": 48, - "tx0_hash": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 49, - "tx1_hash": "14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx1_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7003,7 +7022,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727349670, + "block_time": 1727945683, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7029,13 +7048,13 @@ "/v2/order_matches": { "result": [ { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 53, - "tx1_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", - "tx1_address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -7049,7 +7068,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727349752, + "block_time": 1727945765, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7069,13 +7088,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "tx0_index": 50, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 51, - "tx1_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -7089,7 +7108,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727349748, + "block_time": 1727945761, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7109,13 +7128,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0_14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", + "id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", "tx0_index": 48, - "tx0_hash": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx1_index": 49, - "tx1_hash": "14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx1_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7129,7 +7148,7 @@ "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727349670, + "block_time": 1727945683, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7174,66 +7193,66 @@ "result": [ { "tx_index": 9, - "tx_hash": "44abd48b32ac931edcbd9d1917248c81169903630a30d90f1f6ff2e516b2955b", + "tx_hash": "58c7186af188fab4f758cdc9036b567dcf74ab0ca64e7cb821e0231b9035a773", "block_index": 121, - "source": "bcrt1qz5kudmquhd3pjrkwvcm08y70nps3wd7h787nsr", + "source": "bcrt1qr6gw3e43d3evyvpkn579qf92f5xpdjqx5v632f", "burned": 50000000, "earned": 74999996667, "status": "valid", "confirmed": true, - "block_time": 1727349472, + "block_time": 1727945472, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 8, - "tx_hash": "65ea30c8059d623c55d97699b4ea1a8422c28039e3560fb5601a902c8435ed7b", + "tx_hash": "5699f0284e59a21237903deb895347c3561cd5cd6e4546251c2eaef46e4a4368", "block_index": 120, - "source": "bcrt1qy76fqpuq5mkx293tnls772wzjqr2rfn4rrqcgn", + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "burned": 50000000, "earned": 74999996833, "status": "valid", "confirmed": true, - "block_time": 1727349468, + "block_time": 1727945467, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 7, - "tx_hash": "0ada2bd2048b885316df40f1d7d411dfd5be56dedb2ff0fda0876b0a7bc6ccfb", + "tx_hash": "1fb836aeab260a0aa9d5f283be457fd676de51484de4acc85a33f1d252429f43", "block_index": 119, - "source": "bcrt1qy0ynyy5en6cc9dnanpk08d0uw2dnwc9sgthpe7", + "source": "bcrt1qks2ne3m7qlk6429jwvaqdxwjup0dkdc45rzud8", "burned": 50000000, "earned": 74999997000, "status": "valid", "confirmed": true, - "block_time": 1727349464, + "block_time": 1727945463, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 6, - "tx_hash": "89eb719ee654a9b87a355505c983f40e65842e5365210876084b3b3b30a27f21", + "tx_hash": "480b855d135f4769b6b0576c1df3e60c8fd0be744ee11969c25f1af0dfcbe74f", "block_index": 118, - "source": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", + "source": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", "burned": 50000000, "earned": 74999997167, "status": "valid", "confirmed": true, - "block_time": 1727349460, + "block_time": 1727945459, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 5, - "tx_hash": "a5790dcd7c84e25e8177bacd181509a1565b87d297cc111eb364be6599703e00", + "tx_hash": "13406e823609406999536eb99be930fcd99708e36a3cdae5ef0b0df9e5eb21a8", "block_index": 117, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "burned": 50000000, "earned": 74999997333, "status": "valid", "confirmed": true, - "block_time": 1727349455, + "block_time": 1727945455, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" } @@ -7245,9 +7264,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7256,7 +7275,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7266,7 +7285,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -7282,9 +7301,9 @@ }, { "tx_index": 29, - "tx_hash": "a80027ddb313c40139fa6bc6878fe394400a98ee5963ff471f52724768f74969", + "tx_hash": "9fcb2d772361119ed3338602b788d9211b21b272fda78800a1869d25810716c9", "block_index": 142, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7293,7 +7312,7 @@ "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "origin": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -7303,7 +7322,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349569, + "block_time": 1727945570, "asset_info": { "divisible": true, "asset_longname": null, @@ -7317,48 +7336,11 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - { - "tx_index": 33, - "tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "asset": "XCP", - "give_quantity": 1, - "escrow_quantity": 10000, - "satoshirate": 1, - "status": 0, - "give_remaining": 9334, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "last_status_tx_hash": null, - "origin": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "dispense_count": 1, - "last_status_tx_source": null, - "close_block_index": null, - "confirmed": true, - "fiat_price": 0.01, - "oracle_price": 66600.0, - "fiat_unit": "USD", - "oracle_price_last_updated": 138, - "satoshi_price": 16, - "block_time": 1727349600, - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00009334", - "escrow_quantity_normalized": "0.00010000", - "satoshirate_normalized": "0.00000001", - "satoshi_price_normalized": "0.00000016" - }, { "tx_index": 30, - "tx_hash": "a913a4e0d363595bbb0d8042759a3e348de369b4f3c7c1e6a0b6628bb46810a8", + "tx_hash": "d9e0a4f45614a5a900b80000750a09cbf77fdb8c914adb9637d39654a81ff23f", "block_index": 150, - "source": "mxH2rQrd18EF6R1ykn18TRPT2HX5UVRJHz", + "source": "mwNtBvuv6eXYCAGtKZfrruMuWS8serN2B8", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -7366,10 +7348,10 @@ "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "5b68cebd5647834d9d59f7aab3c48df0b5e1df5ee379668e3aad95f94a9e60c4", - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "last_status_tx_hash": "9a7f28788f24bff8c089b3febbbc253088dd0ed2c391e2ed930ac3053d2fada7", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 0, - "last_status_tx_source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "last_status_tx_source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -7377,7 +7359,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349613, + "block_time": 1727945613, "asset_info": { "divisible": true, "asset_longname": null, @@ -7390,6 +7372,43 @@ "escrow_quantity_normalized": "0.00000010", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" + }, + { + "tx_index": 33, + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "asset": "XCP", + "give_quantity": 1, + "escrow_quantity": 10000, + "satoshirate": 1, + "status": 0, + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "last_status_tx_hash": null, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, + "last_status_tx_source": null, + "close_block_index": null, + "confirmed": true, + "fiat_price": 0.01, + "oracle_price": 66600.0, + "fiat_unit": "USD", + "oracle_price_last_updated": 138, + "satoshi_price": 16, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "give_quantity_normalized": "0.00000001", + "give_remaining_normalized": "0.00009268", + "escrow_quantity_normalized": "0.00010000", + "satoshirate_normalized": "0.00000001", + "satoshi_price_normalized": "0.00000016" } ], "next_cursor": null, @@ -7398,9 +7417,9 @@ "/v2/dispensers/": { "result": { "tx_index": 26, - "tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7409,7 +7428,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7419,7 +7438,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -7439,19 +7458,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "55e7b6ec1921fe75a236f25a1ac49ad5e0a872edc6fdf4e8fb687c89a80a6b56", + "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7459,7 +7478,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7474,7 +7493,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -7488,19 +7507,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "06d9f6562feecf27b0e1c090ab8e921dd14912091e859db1274f01ee917ce762", + "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", "block_index": 140, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7508,7 +7527,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7523,7 +7542,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349561, + "block_time": 1727945563, "asset_info": { "divisible": true, "asset_longname": null, @@ -7542,20 +7561,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "block_index": 154, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727349630, + "block_time": 1727945630, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -7576,20 +7595,20 @@ "/v2/dividends/": { "result": { "tx_index": 41, - "tx_hash": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "block_index": 154, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727349630, + "block_time": 1727945630, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -7612,12 +7631,12 @@ "asset": "XCP", "quantity": 1500000000, "calling_function": "dividend", - "event": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "event": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "tx_index": 41, - "utxo": "d0b1c560c4f3fd55a02f4f0b5434dd67825f0c9363964956317a943c920f4be9:0", - "utxo_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "utxo": "407cc4041ef37967e4e9f3ab5d85118678338f79080a33212b9acfcbd105a6f1:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "confirmed": true, - "block_time": 1727349630, + "block_time": 1727945630, "asset_info": { "divisible": true, "asset_longname": null, @@ -7629,16 +7648,16 @@ }, { "block_index": 154, - "address": "bcrt1qfef9ruv8npmwdjqv0qlrlcr02xtcxk0y6rwtnt", + "address": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", "asset": "XCP", "quantity": 500000000, "calling_function": "dividend", - "event": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "event": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "tx_index": 41, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727349630, + "block_time": 1727945630, "asset_info": { "divisible": true, "asset_longname": null, @@ -7655,45 +7674,47 @@ "/v2/events": { "result": [ { - "event_index": 542, + "event_index": 556, "event": "BLOCK_PARSED", "params": { - "block_index": 194, - "ledger_hash": "6afd3dfc102fbf1274a2eeb819e3f884052abc07094a6ae2a214d492f0eaddf8", - "messages_hash": "6b6351b7f9138a49ff6e792f7e0d5eb884ae745d994b4894b3a880c6eace487e", + "block_index": 195, + "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", + "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", "transaction_count": 1, - "txlist_hash": "230713c1ad13fc88b739b97038bb4243d934efd7d03b200ebc289c930c2a7d58", - "block_time": 1727349782 + "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", + "block_time": 1727945804 }, "tx_hash": null, - "block_index": 194, - "block_time": 1727349782 + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 541, + "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "tx_index": 60 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61 }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_time": 1727349782 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 540, - "event": "ASSET_DESTRUCTION", + "event_index": 554, + "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 194, - "quantity": 1, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "status": "valid", - "tag": "64657374726f79", - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "tx_index": 60, - "block_time": 1727349782, + "block_index": 195, + "btc_amount": 1000, + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -7701,26 +7722,23 @@ "locked": true, "issuer": null }, - "quantity_normalized": "0.00000001" + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_time": 1727349782 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 539, - "event": "DEBIT", + "event_index": 553, + "event": "DISPENSER_UPDATE", "params": { - "action": "destroy", - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", "asset": "XCP", - "block_index": 194, - "event": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "quantity": 1, - "tx_index": 60, - "utxo": null, - "utxo_address": null, - "block_time": 1727349782, + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "status": 0, + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "asset_info": { "divisible": true, "asset_longname": null, @@ -7728,80 +7746,69 @@ "locked": true, "issuer": null }, - "quantity_normalized": "0.00000001" + "give_remaining_normalized": "0.00009268" }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_time": 1727349782 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 538, - "event": "NEW_TRANSACTION", + "event_index": 552, + "event": "CREDIT", "params": { - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_index": 194, - "block_time": 1727349782, - "btc_amount": 0, - "data": "6e0000000000000001000000000000000164657374726f79", - "destination": "", - "fee": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "tx_index": 60, - "utxos_info": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c:1", - "unpacked_data": { - "message_type": "destroy", - "message_type_id": 110, - "message_data": { - "asset": "XCP", - "quantity": 1, - "tag": "64657374726f79", - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "quantity_normalized": "0.00000001" - } + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "asset": "XCP", + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, + "utxo": null, + "utxo_address": null, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "btc_amount_normalized": "0.00000000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_time": 1727349782 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 537, - "result_count": 543 + "next_cursor": 551, + "result_count": 557 }, "/v2/events/": { "result": { - "event_index": 542, + "event_index": 556, "event": "BLOCK_PARSED", "params": { - "block_index": 194, - "ledger_hash": "6afd3dfc102fbf1274a2eeb819e3f884052abc07094a6ae2a214d492f0eaddf8", - "messages_hash": "6b6351b7f9138a49ff6e792f7e0d5eb884ae745d994b4894b3a880c6eace487e", + "block_index": 195, + "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", + "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", "transaction_count": 1, - "txlist_hash": "230713c1ad13fc88b739b97038bb4243d934efd7d03b200ebc289c930c2a7d58", - "block_time": 1727349782 + "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", + "block_time": 1727945804 }, "tx_hash": null, - "block_index": 194, - "block_time": 1727349782 + "block_index": 195, + "block_time": 1727945804 } }, "/v2/events/counts": { "result": [ { "event": "UTXO_MOVE", - "event_count": 7 + "event_count": 9 }, { "event": "TRANSACTION_PARSED", - "event_count": 48 + "event_count": 49 }, { "event": "SWEEP", @@ -7822,19 +7829,19 @@ "/v2/events/": { "result": [ { - "event_index": 533, + "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -7842,80 +7849,80 @@ "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 531, + "event_index": 550, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "MYASSETA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 10, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "XCP", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00000010" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 529, + "event_index": 547, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "FAIRMINTA", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 500000000, - "tx_index": 59, - "utxo": null, - "utxo_address": null, - "block_time": 1727349778, + "address": null, + "asset": "MYASSETA", + "block_index": 195, + "calling_function": "utxo move", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_time": 1727945804, "asset_info": { - "asset_longname": "", - "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "5.00000000" + "quantity_normalized": "15.00000000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 }, { - "event_index": 515, + "event_index": 533, "event": "CREDIT", "params": { - "address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", - "block_index": 191, - "calling_function": "cancel order", - "event": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", - "quantity": 1000, - "tx_index": 57, + "block_index": 193, + "calling_function": "sweep", + "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "quantity": 74499387833, + "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727349769, + "block_time": 1727945790, "asset_info": { "divisible": true, "asset_longname": null, @@ -7923,76 +7930,125 @@ "locked": true, "issuer": null }, - "quantity_normalized": "0.00001000" + "quantity_normalized": "744.99388000" }, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", - "block_index": 191, - "block_time": 1727349769 + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "block_index": 193, + "block_time": 1727945790 }, { - "event_index": 498, + "event_index": 531, "event": "CREDIT", "params": { - "address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "asset": "XCP", - "block_index": 189, - "calling_function": "mpma send", - "event": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "asset": "MYASSETA", + "block_index": 193, + "calling_function": "sweep", + "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "quantity": 10, - "tx_index": 55, + "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727349761, + "block_time": 1727945790, "asset_info": { - "divisible": true, "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "divisible": true, + "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "block_time": 1727349761 + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "block_index": 193, + "block_time": 1727945790 } ], - "next_cursor": 497, - "result_count": 68 + "next_cursor": 529, + "result_count": 71 }, "/v2/events//count": { "result": { "event": "CREDIT", - "event_count": 68 + "event_count": 71 } }, "/v2/dispenses": { "result": [ + { + "tx_index": 61, + "dispense_index": 0, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "asset": "XCP", + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "btc_amount": 1000, + "confirmed": true, + "dispenser": { + "tx_index": 33, + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "give_quantity": 1, + "escrow_quantity": 10000, + "satoshirate": 1, + "status": 0, + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "last_status_tx_hash": null, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, + "last_status_tx_source": null, + "close_block_index": null, + "fiat_price": 0.01, + "oracle_price": 66600.0, + "fiat_unit": "USD", + "oracle_price_last_updated": 138, + "satoshi_price": 16, + "give_quantity_normalized": "0.00000001", + "give_remaining_normalized": "0.00009268", + "escrow_quantity_normalized": "0.00010000", + "satoshirate_normalized": "0.00000001", + "satoshi_price_normalized": "0.00000016" + }, + "block_time": 1727945804, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" + }, { "tx_index": 34, "dispense_index": 0, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", + "tx_hash": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6", "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "destination": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 147, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "block_index": 195, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, - "give_remaining": 9334, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "give_remaining": 9268, + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "last_status_tx_hash": null, - "origin": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "dispense_count": 1, + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "fiat_price": 0.01, @@ -8001,12 +8057,12 @@ "oracle_price_last_updated": 138, "satoshi_price": 16, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00009334", + "give_remaining_normalized": "0.00009268", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727349600, + "block_time": 1727945601, "asset_info": { "divisible": true, "asset_longname": null, @@ -8020,19 +8076,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "55e7b6ec1921fe75a236f25a1ac49ad5e0a872edc6fdf4e8fb687c89a80a6b56", + "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8040,7 +8096,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8055,7 +8111,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349565, + "block_time": 1727945567, "asset_info": { "divisible": true, "asset_longname": null, @@ -8069,19 +8125,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "06d9f6562feecf27b0e1c090ab8e921dd14912091e859db1274f01ee917ce762", + "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", "block_index": 140, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "8318f6a5ad692ac4e5a0d04eb67494c45c9373598f0c4136ce793438416ddfd7", + "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8089,7 +8145,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8104,7 +8160,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727349561, + "block_time": 1727945563, "asset_info": { "divisible": true, "asset_longname": null, @@ -8117,24 +8173,24 @@ } ], "next_cursor": null, - "result_count": 3 + "result_count": 4 }, "/v2/sends": { "result": [ { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "asset": "XCP", - "quantity": 10, + "quantity": 1500000000, "status": "valid", - "msg_index": 2, + "msg_index": 1, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -8142,121 +8198,121 @@ "locked": true, "issuer": null }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "15.00000000", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", - "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "tx_index": 61, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "asset": "MYASSETA", - "quantity": 10, + "quantity": 1500000000, "status": "valid", - "msg_index": 1, + "msg_index": 0, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945804, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "15.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 55, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "asset": "MYASSETA", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "asset": "XCP", "quantity": 10, "status": "valid", - "msg_index": 0, + "msg_index": 2, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 54, - "tx_hash": "ba2b62e02257afd56871a06214aa59ca231cd893239ab9555de83150c93f7a80", - "block_index": 188, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "asset": "XCP", - "quantity": 10000, + "tx_index": 55, + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "block_index": 189, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "asset": "MYASSETA", + "quantity": 10, "status": "valid", - "msg_index": 0, + "msg_index": 1, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349756, + "block_time": 1727945773, "asset_info": { - "divisible": true, "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "divisible": true, + "locked": false }, - "quantity_normalized": "0.00010000", + "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 43, - "tx_hash": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896", - "block_index": 156, - "source": "6cc93fdf5891a4a25a055fac25361c236912ebf976ada3a6e9e2f1289a9c67d6:0", - "destination": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896:1", - "asset": "XCP", - "quantity": 1500000000, + "tx_index": 55, + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "block_index": 189, + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "asset": "MYASSETA", + "quantity": 10, "status": "valid", - "msg_index": 1, + "msg_index": 0, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727349637, + "block_time": 1727945773, "asset_info": { - "divisible": true, "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null + "description": "My super asset A", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "divisible": true, + "locked": false }, - "quantity_normalized": "15.00000000", + "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" } ], - "next_cursor": 9, - "result_count": 14 + "next_cursor": 11, + "result_count": 16 }, "/v2/issuances": { "result": [ { "tx_index": 47, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -8271,20 +8327,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349655, + "block_time": 1727945667, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "9666ba6e8122ebb18b4e7f62c9c5d030b4047fb795b551f24eb2ecc0d2d64ca8", + "tx_hash": "762f064955baba5a00fc2c1231ef2a1a78bc49939cf55201296794e06d0fe01a", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -8299,20 +8355,20 @@ "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727349650, + "block_time": 1727945663, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "6bb4fd7be9f73b57c912a789a7374c22501850cdfa85019b0199bae00bee41a0", + "tx_hash": "53cbb9160664a9f9b85edd8466b144fdd9afc8ba72e0c8994cd970fed49fa554", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -8327,20 +8383,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349646, + "block_time": 1727945649, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "4d6e8c750d7bebcc8306d1839b77caa73334ae0b91c6d0c002b1caad4cf321aa", + "tx_hash": "82fb24d11e7c1e42fb8f6215737abfeea85d576dbc3ab4c332b28b554bf28e6b", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -8355,20 +8411,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349642, + "block_time": 1727945644, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 43, - "tx_hash": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896", + "tx_hash": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64", "msg_index": 0, "block_index": 156, "asset": "MYASSETB", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qy76fqpuq5mkx293tnls772wzjqr2rfn4rrqcgn", - "issuer": "bcrt1qy76fqpuq5mkx293tnls772wzjqr2rfn4rrqcgn", + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "issuer": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "transfer": false, "callable": false, "call_date": 0, @@ -8383,7 +8439,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349637, + "block_time": 1727945640, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -8394,14 +8450,14 @@ "/v2/issuances/": { "result": { "tx_index": 47, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "transfer": false, "callable": false, "call_date": 0, @@ -8416,7 +8472,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727349655, + "block_time": 1727945667, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -8425,16 +8481,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "block_index": 193, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945790, "fee_paid_normalized": "0.00600000" } ], @@ -8445,16 +8501,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "block_index": 193, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727349778, + "block_time": 1727945790, "fee_paid_normalized": "0.00600000" } ], @@ -8465,9 +8521,9 @@ "result": [ { "tx_index": 25, - "tx_hash": "f1e99ee2d6b5cb7b23efa5b5ee18acc60380cfb0045398b51eb6e97d7cdc4808", + "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", "block_index": 138, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -8475,14 +8531,14 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727349552, + "block_time": 1727945554, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "ee6979ec1952f7d6b4f012894d20aac594379a1abfc25e780122b6c2e6c23017", + "tx_hash": "5b9cd44fd3208ebb47591e1c82ac880f76c98708fc4529df2ce75f402acd3a4b", "block_index": 137, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -8490,7 +8546,7 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727349549, + "block_time": 1727945550, "fee_fraction_int_normalized": "0.00000000" } ], @@ -8500,9 +8556,9 @@ "/v2/broadcasts/": { "result": { "tx_index": 25, - "tx_hash": "f1e99ee2d6b5cb7b23efa5b5ee18acc60380cfb0045398b51eb6e97d7cdc4808", + "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", "block_index": 138, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -8510,17 +8566,17 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727349552, + "block_time": 1727945554, "fee_fraction_int_normalized": "0.00000000" } }, "/v2/fairminters": { "result": [ { - "tx_hash": "dcf51617ae20ec4d8e93ee5852b5ad729111cf44ffc8b1990010dc23e4946287", + "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", "tx_index": 22, "block_index": 135, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -8545,13 +8601,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349541 + "block_time": 1727945541 }, { - "tx_hash": "0de3c0e5d6f84cec347d10e8ea1374868d46c8538152bf1966196d40b1542862", + "tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", "tx_index": 18, "block_index": 131, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -8576,13 +8632,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349515 + "block_time": 1727945515 }, { - "tx_hash": "b138bde3e56cbfb89568a21f4adc5db7ed53b8b04d83baeb55e9b45a0d76ac81", + "tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf", "tx_index": 14, "block_index": 130, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -8607,13 +8663,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349511 + "block_time": 1727945511 }, { - "tx_hash": "fa856b7dc34e0036048b7d7b59d6aab2e95ef5365f824d8c5c6166a457c16968", + "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", "tx_index": 10, "block_index": 125, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -8638,7 +8694,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727349489 + "block_time": 1727945490 } ], "next_cursor": null, @@ -8650,19 +8706,19 @@ "vout": 2, "height": 147, "value": 4949970000, - "confirmations": 48, + "confirmations": 49, "amount": 49.4997, - "txid": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "address": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw" + "txid": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6", + "address": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f" }, { "vout": 2, "height": 156, "value": 100000, - "confirmations": 39, + "confirmations": 40, "amount": 0.001, - "txid": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896", - "address": "bcrt1qy0ynyy5en6cc9dnanpk08d0uw2dnwc9sgthpe7" + "txid": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64", + "address": "bcrt1qks2ne3m7qlk6429jwvaqdxwjup0dkdc45rzud8" } ], "next_cursor": null, @@ -8671,28 +8727,28 @@ "/v2/bitcoin/addresses/
/transactions": { "result": [ { - "tx_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127" + "tx_hash": "749641a5626c4cd4dd3b8b769a1537edb124111ea76130d89e292fdd00609615" }, { - "tx_hash": "13e5c3b12357fc35cc97187eef52baf633cf9a68c2ca8042095c549bb8598d5b" + "tx_hash": "a96fb8430a8b57b33914e8cd4c34aad2ba7b68392717a7caef45c99c5f532c21" }, { - "tx_hash": "3ca36e487e877ec78ff41ab30691fb067721fa65e9a6478d0a0997847ec29966" + "tx_hash": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d" }, { - "tx_hash": "3038360b4a44d468d0b6fccfbb4a2d973c2b93480d35ef3520bdff48bca1737e" + "tx_hash": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753" }, { - "tx_hash": "ba2b62e02257afd56871a06214aa59ca231cd893239ab9555de83150c93f7a80" + "tx_hash": "51dcb129f7679169d5e9140c6ab73c06367c9c40ad86abe12cb6040d1eaaa966" }, { - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1" + "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e" }, { - "tx_hash": "7fb4a915d040e4164efb8fccdc84939acc11ce72b0623a0610e44c340149dbe6" + "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680" }, { - "tx_hash": "bfd1ba3b66af851c1c1c8ef1a755f63597ca84795226c2a2a10592a9bcad37f9" + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283" } ], "next_cursor": null, @@ -8700,8 +8756,8 @@ }, "/v2/bitcoin/addresses/
/transactions/oldest": { "result": { - "block_index": 8, - "tx_hash": "6ce24b9f4c76b4e2f121289703ede02f8aaeb380510892d8144a94867c3c4097" + "block_index": 2, + "tx_hash": "d63749c7e0fd3bbb8689f9a7cbbfdef9e89e126f110b46632afbc7b12e685e53" } }, "/v2/bitcoin/addresses/
/utxos": { @@ -8710,19 +8766,19 @@ "vout": 2, "height": 147, "value": 4949970000, - "confirmations": 48, + "confirmations": 49, "amount": 49.4997, - "txid": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2" + "txid": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6" } ], "next_cursor": null, "result_count": null }, "/v2/bitcoin/addresses/
/pubkey": { - "result": "03550c9d7bd991a1979454408705848a313ca07f6c59f09bcc2f6b3d23623c8a26" + "result": "035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de" }, "/v2/bitcoin/transactions/": { - "result": "02000000000101922093eb210d17d6264dec1686c2b9f8671426f2c2cc9f5558f936270510e3630300000000ffffffff020000000000000000226a20a9673a18ccbd9944c92a33aa9d159d642bc9c4f33f50c823df57a6d1605d07c4680b0a27010000001600146a0754aa80c92844296a3a23dde3609ac941f9d002473044022057a2bc6c79efa29b031e468fd30411fd19a11b134293a47927176f2e09794dc80220123965cc4e5e20008b1299f7f01fc755b5eb6385ee86d1baf8a74a7c59f050300121039fcbb1490d5238142ee3d518816b8637d5b7f61977a9b8d5f3cb14c5b7f7dc6f00000000" + "result": "02000000000101648bf41e97515e839ff6e9bcb5b94cf7dfd7c5f336ae86e85b7cdeed8e988bb00100000000ffffffff03e80300000000000016001428d33e852e352f10e581cdb6e44206cb92b9ae8500000000000000000c6a0a498943c80b080316584bdced082701000000160014b73c05b582d3c3987cd57cac576fc61dd31ffab202473044022003b09509af4889573bc248573fedf2812d54c2a356ee62bfed8ac795c142b413022041323ebf88fd28dc1af197792b4ff6641a1dbaf1232ac050a2feec2f1feba783012103186ad0b76a0932f58ccf579b9eef41a2a0ba95ecaf99f7198f8e4ff286cc55ff00000000" }, "/v2/bitcoin/estimatesmartfee": { "result": 58603 @@ -8745,28 +8801,28 @@ "/v2/mempool/events": { "result": [ { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61 + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62 }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "memo": null, "quantity": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "status": "valid", - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61, + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62, "asset_info": { "divisible": true, "asset_longname": null, @@ -8776,22 +8832,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "CREDIT", "params": { - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "XCP", - "block_index": 194, + "block_index": 195, "calling_function": "send", - "event": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "quantity": 10000, - "tx_index": 61, + "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -8801,22 +8857,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", - "block_index": 194, - "event": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "block_index": 195, + "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "quantity": 10000, - "tx_index": 61, + "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -8826,30 +8882,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727349786.5118906, + "block_time": 1727945808.5978465, "btc_amount": 0, - "data": "0200000000000000010000000000002710803f1b35d0c7d4f97ce61405f0ca84abe9d07ba48d", + "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", "destination": "", "fee": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61, - "utxos_info": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30:1", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62, + "utxos_info": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "memo": null, "asset_info": { "divisible": true, @@ -8863,7 +8919,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 } ], "next_cursor": null, @@ -8872,19 +8928,19 @@ "/v2/mempool/events/": { "result": [ { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "CREDIT", "params": { - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "XCP", - "block_index": 194, + "block_index": 195, "calling_function": "send", - "event": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "quantity": 10000, - "tx_index": 61, + "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -8894,7 +8950,7 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 } ], "next_cursor": null, @@ -8903,28 +8959,28 @@ "/v2/mempool/transactions//events": { "result": [ { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61 + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62 }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "memo": null, "quantity": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "status": "valid", - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61, + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62, "asset_info": { "divisible": true, "asset_longname": null, @@ -8934,22 +8990,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "CREDIT", "params": { - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "asset": "XCP", - "block_index": 194, + "block_index": 195, "calling_function": "send", - "event": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "quantity": 10000, - "tx_index": 61, + "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -8959,22 +9015,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "asset": "XCP", - "block_index": 194, - "event": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "block_index": 195, + "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "quantity": 10000, - "tx_index": 61, + "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727349782, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -8984,30 +9040,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 }, { - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727349786.5118906, + "block_time": 1727945808.5978465, "btc_amount": 0, - "data": "0200000000000000010000000000002710803f1b35d0c7d4f97ce61405f0ca84abe9d07ba48d", + "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", "destination": "", "fee": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "tx_hash": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30", - "tx_index": 61, - "utxos_info": "d2ccbb9031162b0616fdadcbc7d3c0925c13e496a5ff4bf76db95a61063afb30:1", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_index": 62, + "utxos_info": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "memo": null, "asset_info": { "divisible": true, @@ -9021,7 +9077,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727349786.5118906 + "timestamp": 1727945808.5978465 } ], "next_cursor": null, @@ -9040,145 +9096,135 @@ "/v2/events/NEW_BLOCK": { "result": [ { - "event_index": 537, + "event_index": 543, "event": "NEW_BLOCK", "params": { - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_index": 194, - "block_time": 1727349782, + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_index": 195, + "block_time": 1727945804, "difficulty": 545259519, - "previous_block_hash": "54672ea685fd69351a7053e700a410b78f15779452e33b33b6568680facc7d1c" + "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5" }, "tx_hash": null, - "block_index": 194, - "block_time": 1727349782 + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 525, - "result_count": 94 + "next_cursor": 537, + "result_count": 95 }, "/v2/events/NEW_TRANSACTION": { "result": [ { - "event_index": 538, + "event_index": 544, "event": "NEW_TRANSACTION", "params": { - "block_hash": "65f3b8e95b553064e136eca01ca1fad84f6980bf8b7e2372d745c2051646fdb7", - "block_index": 194, - "block_time": 1727349782, - "btc_amount": 0, - "data": "6e0000000000000001000000000000000164657374726f79", - "destination": "", - "fee": 10000, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "tx_index": 60, - "utxos_info": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c:1", + "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_index": 195, + "block_time": 1727945804, + "btc_amount": 1000, + "data": "0d00", + "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "fee": 0, + "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "unpacked_data": { - "message_type": "destroy", - "message_type_id": 110, + "message_type": "dispense", + "message_type_id": 13, "message_data": { - "asset": "XCP", - "quantity": 1, - "tag": "64657374726f79", - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "quantity_normalized": "0.00000001" + "data": "00" } }, - "btc_amount_normalized": "0.00000000" + "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_time": 1727349782 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 526, - "result_count": 61 + "next_cursor": 538, + "result_count": 62 }, "/v2/events/NEW_TRANSACTION_OUTPUT": { "result": [ { - "event_index": 277, + "event_index": 545, "event": "NEW_TRANSACTION_OUTPUT", "params": { - "block_index": 147, - "btc_amount": 10000, - "destination": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "block_index": 195, + "btc_amount": 1000, + "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "out_index": 0, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "tx_index": 34, - "block_time": 1727349600, - "btc_amount_normalized": "0.00010000" + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, + "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "block_index": 147, - "block_time": 1727349600 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 237, - "result_count": 3 + "next_cursor": 277, + "result_count": 4 }, "/v2/events/BLOCK_PARSED": { "result": [ { - "event_index": 542, + "event_index": 556, "event": "BLOCK_PARSED", "params": { - "block_index": 194, - "ledger_hash": "6afd3dfc102fbf1274a2eeb819e3f884052abc07094a6ae2a214d492f0eaddf8", - "messages_hash": "6b6351b7f9138a49ff6e792f7e0d5eb884ae745d994b4894b3a880c6eace487e", + "block_index": 195, + "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", + "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", "transaction_count": 1, - "txlist_hash": "230713c1ad13fc88b739b97038bb4243d934efd7d03b200ebc289c930c2a7d58", - "block_time": 1727349782 + "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", + "block_time": 1727945804 }, "tx_hash": null, - "block_index": 194, - "block_time": 1727349782 + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 536, - "result_count": 94 + "next_cursor": 542, + "result_count": 95 }, "/v2/events/TRANSACTION_PARSED": { "result": [ { - "event_index": 541, + "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "tx_index": 60 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61 }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_time": 1727349782 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 535, - "result_count": 48 + "next_cursor": 541, + "result_count": 49 }, "/v2/events/DEBIT": { "result": [ { - "event_index": 539, + "event_index": 549, "event": "DEBIT", "params": { - "action": "destroy", - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "action": "utxo move", + "address": null, "asset": "XCP", - "block_index": 194, - "event": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "quantity": 1, - "tx_index": 60, - "utxo": null, - "utxo_address": null, - "block_time": 1727349782, + "block_index": 195, + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 1500000000, + "tx_index": 61, + "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -9186,32 +9232,32 @@ "locked": true, "issuer": null }, - "quantity_normalized": "0.00000001" + "quantity_normalized": "15.00000000" }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", - "block_index": 194, - "block_time": 1727349782 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 532, - "result_count": 54 + "next_cursor": 546, + "result_count": 56 }, "/v2/events/CREDIT": { "result": [ { - "event_index": 533, + "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "asset": "XCP", - "block_index": 193, - "calling_function": "sweep", - "event": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "quantity": 74499387833, - "tx_index": 59, + "block_index": 195, + "calling_function": "dispense", + "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "quantity": 66, + "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727349778, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -9219,15 +9265,15 @@ "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000066" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", - "block_index": 193, - "block_time": 1727349778 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 531, - "result_count": 68 + "next_cursor": 550, + "result_count": 71 }, "/v2/events/ENHANCED_SEND": { "result": [ @@ -9237,14 +9283,14 @@ "params": { "asset": "XCP", "block_index": 188, - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "memo": null, "quantity": 10000, - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "status": "valid", - "tx_hash": "ba2b62e02257afd56871a06214aa59ca231cd893239ab9555de83150c93f7a80", + "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680", "tx_index": 54, - "block_time": 1727349756, + "block_time": 1727945769, "asset_info": { "divisible": true, "asset_longname": null, @@ -9254,9 +9300,9 @@ }, "quantity_normalized": "0.00010000" }, - "tx_hash": "ba2b62e02257afd56871a06214aa59ca231cd893239ab9555de83150c93f7a80", + "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680", "block_index": 188, - "block_time": 1727349756 + "block_time": 1727945769 } ], "next_cursor": null, @@ -9270,15 +9316,15 @@ "params": { "asset": "XCP", "block_index": 189, - "destination": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "memo": null, "msg_index": 2, "quantity": 10, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "valid", - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "tx_index": 55, - "block_time": 1727349761, + "block_time": 1727945773, "asset_info": { "divisible": true, "asset_longname": null, @@ -9288,9 +9334,9 @@ }, "quantity_normalized": "0.00000010" }, - "tx_hash": "c95c3eaeb282aad2a9bd7b3c74fec665200aceba41585581df0b0bb4ad6434d7", + "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", "block_index": 189, - "block_time": 1727349761 + "block_time": 1727945773 } ], "next_cursor": 502, @@ -9313,20 +9359,20 @@ "event": "SWEEP", "params": { "block_index": 193, - "destination": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "status": "valid", - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "tx_index": 59, - "block_time": 1727349778, + "block_time": 1727945790, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "0082025e303dc867966f43f15d7df3a8c0c60a40481b734cecd3f33825ab24e1", + "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", "block_index": 193, - "block_time": 1727349778 + "block_time": 1727945790 } ], "next_cursor": null, @@ -9343,15 +9389,15 @@ "dividend_asset": "XCP", "fee_paid": 40000, "quantity_per_unit": 100000000, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "valid", - "tx_hash": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "tx_index": 41, - "block_time": 1727349630, + "block_time": 1727945630, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, @@ -9365,9 +9411,9 @@ "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00040000" }, - "tx_hash": "93ad02ea00b04315ab7d89eb94788e9deed4d268a6b0be87c7d0a45682301f10", + "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", "block_index": 154, - "block_time": 1727349630 + "block_time": 1727945630 } ], "next_cursor": null, @@ -9388,11 +9434,11 @@ "asset_longname": "A95428959745315388.SUBNUMERIC", "asset_name": "A95428956980101314", "block_index": 160, - "block_time": 1727349655 + "block_time": 1727945667 }, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "block_index": 160, - "block_time": 1727349655 + "block_time": 1727945667 } ], "next_cursor": 374, @@ -9415,22 +9461,22 @@ "description_locked": false, "divisible": true, "fee_paid": 0, - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "valid", "transfer": false, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "tx_index": 47, - "block_time": 1727349655, + "block_time": 1727945667, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "a2fa6f1455be62f0f3dc7323d04ff355a70e7a3c9598ec831b1ebe6042414f40", + "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", "block_index": 160, - "block_time": 1727349655 + "block_time": 1727945667 } ], "next_cursor": 381, @@ -9445,12 +9491,12 @@ "asset": "XCP", "block_index": 194, "quantity": 1, - "source": "bcrt1qdgr4f25qey5yg2t28g3amcmqnty5r7wsmtrzcz", + "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", "status": "valid", "tag": "64657374726f79", - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", + "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", "tx_index": 60, - "block_time": 1727349782, + "block_time": 1727945795, "asset_info": { "divisible": true, "asset_longname": null, @@ -9460,9 +9506,9 @@ }, "quantity_normalized": "0.00000001" }, - "tx_hash": "e2b0838c6777bfc19c1356df65d1b06044f6a87dbe2533da8a7d7cdd8a156d7c", + "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", "block_index": 194, - "block_time": 1727349782 + "block_time": 1727945795 } ], "next_cursor": 157, @@ -9487,11 +9533,11 @@ "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "open", - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "tx_index": 58, - "block_time": 1727349773, + "block_time": 1727945786, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9515,9 +9561,9 @@ "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "a698de8b421cf087e348e8229a0a5fe1f94cda423531629f5c2864fde41dcd7f", + "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", "block_index": 192, - "block_time": 1727349773 + "block_time": 1727945786 } ], "next_cursor": 509, @@ -9535,20 +9581,20 @@ "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 3000, - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "match_expire_index": 207, "status": "pending", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "tx0_block_index": 185, "tx0_expiration": 21, - "tx0_hash": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05", + "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", "tx0_index": 50, - "tx1_address": "bcrt1q8udnt5x86nuhees5qhcv4p9ta8g8hfydzswq37", + "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", "tx1_block_index": 187, "tx1_expiration": 21, - "tx1_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "tx1_index": 53, - "block_time": 1727349752, + "block_time": 1727945765, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9567,9 +9613,9 @@ "backward_quantity_normalized": "0.00003000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "c6f8c780a3c367c4f406fc77b5022d7218f701c9e98d119dd9bdacfe94ebf127", + "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", "block_index": 187, - "block_time": 1727349752 + "block_time": 1727945765 } ], "next_cursor": 468, @@ -9582,11 +9628,11 @@ "event": "ORDER_UPDATE", "params": { "status": "cancelled", - "tx_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc" + "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49" }, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "block_time": 1727349769 + "block_time": 1727945782 } ], "next_cursor": 483, @@ -9599,11 +9645,11 @@ "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af" + "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a" }, - "tx_hash": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac", + "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", "block_index": 186, - "block_time": 1727349748 + "block_time": 1727945761 } ], "next_cursor": null, @@ -9615,13 +9661,13 @@ "event_index": 474, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "order_match_id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", + "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", "status": "completed" }, - "tx_hash": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac", + "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", "block_index": 186, - "block_time": 1727349748 + "block_time": 1727945761 } ], "next_cursor": 447, @@ -9635,18 +9681,18 @@ "params": { "block_index": 186, "btc_amount": 2000, - "destination": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "order_match_id": "c0e64defd329daf75d1cfd3cdd4466bca850ee09e61b996a4b5af9517d84de05_94e8b0e0054d6ee0096945c1edaca9a0736964d53f43a8a158850f17cfd985af", - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "status": "valid", - "tx_hash": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac", + "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", "tx_index": 52, - "block_time": 1727349748, + "block_time": 1727945761, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "3e53e5f159119741d2f20cb51578a15e316fc0f0d4bb92eadba99103104483ac", + "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", "block_index": 186, - "block_time": 1727349748 + "block_time": 1727945761 } ], "next_cursor": null, @@ -9659,16 +9705,16 @@ "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "2800d4586e4c4189062b253bb171fd88ceb4184a559bb111b5990541e65968fc", - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "valid", - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "tx_index": 57, - "block_time": 1727349769 + "block_time": 1727945782 }, - "tx_hash": "580ec0c7defaa9779a34e074c2046fab885ea02da799e56daed21d55a482e71f", + "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", "block_index": 191, - "block_time": 1727349769 + "block_time": 1727945782 } ], "next_cursor": null, @@ -9681,13 +9727,13 @@ "event": "ORDER_EXPIRATION", "params": { "block_index": 183, - "order_hash": "14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "block_time": 1727349670 + "order_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "block_time": 1727945683 }, "tx_hash": null, "block_index": 183, - "block_time": 1727349670 + "block_time": 1727945683 } ], "next_cursor": 453, @@ -9700,14 +9746,14 @@ "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 183, - "order_match_id": "3c2578755f5ce3a12092ce274da102b8cc2edd176680fb729c666ddf64758de0_14d777a78cbc424d171855e5b4ba94e6fbe4ffa003915cbd1a889ff733a278c5", - "tx0_address": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "tx1_address": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", - "block_time": 1727349670 + "order_match_id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "block_time": 1727945683 }, "tx_hash": null, "block_index": 183, - "block_time": 1727349670 + "block_time": 1727945683 } ], "next_cursor": null, @@ -9725,14 +9771,14 @@ "escrow_quantity": 10000, "give_quantity": 1, "give_remaining": 10000, - "oracle_address": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "origin": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "satoshirate": 1, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "status": 0, - "tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "tx_index": 33, - "block_time": 1727349596, + "block_time": 1727945596, "asset_info": { "divisible": true, "asset_longname": null, @@ -9745,9 +9791,9 @@ "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "block_index": 146, - "block_time": 1727349596 + "block_time": 1727945596 } ], "next_cursor": 254, @@ -9756,14 +9802,15 @@ "/v2/events/DISPENSER_UPDATE": { "result": [ { - "event_index": 302, + "event_index": 553, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", - "give_remaining": 0, - "source": "mxH2rQrd18EF6R1ykn18TRPT2HX5UVRJHz", - "status": 10, - "tx_hash": "a913a4e0d363595bbb0d8042759a3e348de369b4f3c7c1e6a0b6628bb46810a8", + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "status": 0, + "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", "asset_info": { "divisible": true, "asset_longname": null, @@ -9771,15 +9818,15 @@ "locked": true, "issuer": null }, - "give_remaining_normalized": "0.00000000" + "give_remaining_normalized": "0.00009268" }, - "tx_hash": "3ca36e487e877ec78ff41ab30691fb067721fa65e9a6478d0a0997847ec29966", - "block_index": 150, - "block_time": 1727349613 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 279, - "result_count": 6 + "next_cursor": 302, + "result_count": 7 }, "/v2/events/REFILL_DISPENSER": { "result": [ @@ -9789,13 +9836,13 @@ "params": { "asset": "XCP", "block_index": 144, - "destination": "mxH2rQrd18EF6R1ykn18TRPT2HX5UVRJHz", + "destination": "mwNtBvuv6eXYCAGtKZfrruMuWS8serN2B8", "dispense_quantity": 10, - "dispenser_tx_hash": "a913a4e0d363595bbb0d8042759a3e348de369b4f3c7c1e6a0b6628bb46810a8", - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", - "tx_hash": "9a4204cfd45d607d4fd0ef121a833318ade0f64cb0b179e4afaeb07325c392fc", + "dispenser_tx_hash": "d9e0a4f45614a5a900b80000750a09cbf77fdb8c914adb9637d39654a81ff23f", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx_hash": "8cd178867d6d941d63e25b3331957843f1c7e44d29a481775e177902f99b388b", "tx_index": 31, - "block_time": 1727349577, + "block_time": 1727945579, "asset_info": { "divisible": true, "asset_longname": null, @@ -9805,9 +9852,9 @@ }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "9a4204cfd45d607d4fd0ef121a833318ade0f64cb0b179e4afaeb07325c392fc", + "tx_hash": "8cd178867d6d941d63e25b3331957843f1c7e44d29a481775e177902f99b388b", "block_index": 144, - "block_time": 1727349577 + "block_time": 1727945579 } ], "next_cursor": null, @@ -9816,20 +9863,20 @@ "/v2/events/DISPENSE": { "result": [ { - "event_index": 280, + "event_index": 554, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 147, - "btc_amount": 10000, - "destination": "bcrt1qwjn89m6ynaf8t4s48mucjczwt375eyrga4zrhw", + "block_index": 195, + "btc_amount": 1000, + "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", "dispense_index": 0, - "dispense_quantity": 666, - "dispenser_tx_hash": "8e7f28a8c5ca3134d68d6d673d11435378a769b54dbac5264a32f33d7a45c564", - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "tx_index": 34, - "block_time": 1727349600, + "dispense_quantity": 66, + "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -9837,16 +9884,16 @@ "locked": true, "issuer": null }, - "dispense_quantity_normalized": "0.00000666", - "btc_amount_normalized": "0.00010000" + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4bc99d7ffc03d1e4915b1ea44172e6084ee85288f44bae4e6d9043e8746f3dd2", - "block_index": 147, - "block_time": 1727349600 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 240, - "result_count": 3 + "next_cursor": 280, + "result_count": 4 }, "/v2/events/BROADCAST": { "result": [ @@ -9857,19 +9904,19 @@ "block_index": 138, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qm9mne8mrxhvyp755z5f69cry0z5zgrc87js5qu", + "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "f1e99ee2d6b5cb7b23efa5b5ee18acc60380cfb0045398b51eb6e97d7cdc4808", + "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", "tx_index": 25, "value": 66600.0, - "block_time": 1727349552, + "block_time": 1727945554, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "f1e99ee2d6b5cb7b23efa5b5ee18acc60380cfb0045398b51eb6e97d7cdc4808", + "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", "block_index": 138, - "block_time": 1727349552 + "block_time": 1727945554 } ], "next_cursor": 213, @@ -9900,16 +9947,16 @@ "quantity_by_price": 60, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "start_block": 0, "status": "open", - "tx_hash": "dcf51617ae20ec4d8e93ee5852b5ad729111cf44ffc8b1990010dc23e4946287", + "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", "tx_index": 22, - "block_time": 1727349541 + "block_time": 1727945541 }, - "tx_hash": "dcf51617ae20ec4d8e93ee5852b5ad729111cf44ffc8b1990010dc23e4946287", + "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", "block_index": 135, - "block_time": 1727349541 + "block_time": 1727945541 } ], "next_cursor": 161, @@ -9922,11 +9969,11 @@ "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "b138bde3e56cbfb89568a21f4adc5db7ed53b8b04d83baeb55e9b45a0d76ac81" + "tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf" }, "tx_hash": null, "block_index": 130, - "block_time": 1727349511 + "block_time": 1727945511 } ], "next_cursor": 110, @@ -9942,24 +9989,24 @@ "block_index": 136, "commission": 0, "earn_quantity": 40, - "fairminter_tx_hash": "dcf51617ae20ec4d8e93ee5852b5ad729111cf44ffc8b1990010dc23e4946287", + "fairminter_tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", "paid_quantity": 34, - "source": "bcrt1q80kwyrcnqdvackyar6zdtx2shtussgggmw3q6d", + "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", "status": "valid", - "tx_hash": "44a03318e1b6b030f0e328334464291e6d3341efea03a7f56f8f3c8112fac782", + "tx_hash": "b39289cb56bc3d031b595209a8eb9be4c04957b97de30db017a46f7824717952", "tx_index": 23, - "block_time": 1727349545, + "block_time": 1727945545, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false } }, - "tx_hash": "44a03318e1b6b030f0e328334464291e6d3341efea03a7f56f8f3c8112fac782", + "tx_hash": "b39289cb56bc3d031b595209a8eb9be4c04957b97de30db017a46f7824717952", "block_index": 136, - "block_time": 1727349545 + "block_time": 1727945545 } ], "next_cursor": 190, @@ -9973,28 +10020,28 @@ "params": { "asset": "MYASSETA", "block_index": 152, - "destination": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107:1", + "destination": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", "fee_paid": 0, "msg_index": 0, "quantity": 1000000000, - "source": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "status": "valid", - "tx_hash": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107", + "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", "tx_index": 39, - "block_time": 1727349621, + "block_time": 1727945622, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, "quantity_normalized": "10.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "984bc0ec4bd08b8bc75ae3c16b95de7ac4c500b8948d9ce99ddfb27f095f5107", + "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", "block_index": 152, - "block_time": 1727349621 + "block_time": 1727945622 } ], "next_cursor": 296, @@ -10008,28 +10055,28 @@ "params": { "asset": "MYASSETA", "block_index": 151, - "destination": "bcrt1qfef9ruv8npmwdjqv0qlrlcr02xtcxk0y6rwtnt", + "destination": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", "fee_paid": 0, "msg_index": 0, "quantity": 500000000, - "source": "3ca36e487e877ec78ff41ab30691fb067721fa65e9a6478d0a0997847ec29966:0", + "source": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753:0", "status": "valid", - "tx_hash": "63e310052736f958559fccc2f2261467f8b9c28616ec4d26d6170d21eb932092", + "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", "tx_index": 38, - "block_time": 1727349617, + "block_time": 1727945618, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2ngvat7hhqyn3e5tcge3u3r9r4fqwhap46e4fm", + "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", "divisible": true, "locked": false }, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "63e310052736f958559fccc2f2261467f8b9c28616ec4d26d6170d21eb932092", + "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", "block_index": 151, - "block_time": 1727349617 + "block_time": 1727945618 } ], "next_cursor": null, @@ -10038,19 +10085,19 @@ "/v2/events/UTXO_MOVE": { "result": [ { - "event_index": 356, + "event_index": 551, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 156, - "destination": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896:1", + "block_index": 195, + "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", "msg_index": 1, "quantity": 1500000000, - "source": "6cc93fdf5891a4a25a055fac25361c236912ebf976ada3a6e9e2f1289a9c67d6:0", + "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", "status": "valid", - "tx_hash": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896", - "tx_index": 43, - "block_time": 1727349637, + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_index": 61, + "block_time": 1727945804, "asset_info": { "divisible": true, "asset_longname": null, @@ -10060,13 +10107,13 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "b23ccb0a8e23a72fe755d50bacdaa32963691551568f41dd970bda0e46a1f896", - "block_index": 156, - "block_time": 1727349637 + "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "block_index": 195, + "block_time": 1727945804 } ], - "next_cursor": 353, - "result_count": 7 + "next_cursor": 548, + "result_count": 9 }, "/v2/events/BURN": { "result": [ @@ -10077,17 +10124,17 @@ "block_index": 121, "burned": 50000000, "earned": 74999996667, - "source": "bcrt1qz5kudmquhd3pjrkwvcm08y70nps3wd7h787nsr", + "source": "bcrt1qr6gw3e43d3evyvpkn579qf92f5xpdjqx5v632f", "status": "valid", - "tx_hash": "44abd48b32ac931edcbd9d1917248c81169903630a30d90f1f6ff2e516b2955b", + "tx_hash": "58c7186af188fab4f758cdc9036b567dcf74ab0ca64e7cb821e0231b9035a773", "tx_index": 9, - "block_time": 1727349472, + "block_time": 1727945472, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, - "tx_hash": "44abd48b32ac931edcbd9d1917248c81169903630a30d90f1f6ff2e516b2955b", + "tx_hash": "58c7186af188fab4f758cdc9036b567dcf74ab0ca64e7cb821e0231b9035a773", "block_index": 121, - "block_time": 1727349472 + "block_time": 1727945472 } ], "next_cursor": 65, diff --git a/counterparty-core/counterpartycore/test/regtest/regtestnode.py b/counterparty-core/counterpartycore/test/regtest/regtestnode.py index bf9d59da4c..d88332feb6 100644 --- a/counterparty-core/counterpartycore/test/regtest/regtestnode.py +++ b/counterparty-core/counterpartycore/test/regtest/regtestnode.py @@ -42,6 +42,10 @@ def __init__(self, datadir="regtestnode", show_output=False): def api_call(self, url): return json.loads(sh.curl(f"http://localhost:24000/v2/{url}").strip()) + def get_mempool_event_count(self): + result = self.api_call("mempool/events") + return result["result_count"] + def wait_for_bitcoind(self): while True: try: @@ -62,12 +66,15 @@ def enable_all_protocol_changes(self): os.remove(regtest_protocole_file) def broadcast_transaction(self, signed_transaction, no_confirmation=False, retry=0): + mempool_event_count_before = self.get_mempool_event_count() tx_hash = self.bitcoin_wallet("sendrawtransaction", signed_transaction, 0).strip() if not no_confirmation: block_hash, block_time = self.mine_blocks(1) else: block_hash, block_time = "mempool", 9999999 - time.sleep(5) + while self.get_mempool_event_count() == mempool_event_count_before: + print("waiting for mempool event parsing...") + time.sleep(5) self.tx_index += 1 self.wait_for_counterparty_server() return tx_hash, block_hash, block_time diff --git a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_last_mempool.py b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_last_mempool.py index 1ce9067f32..14a6195329 100644 --- a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_last_mempool.py +++ b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_last_mempool.py @@ -1,4 +1,38 @@ SCENARIO = [ + { + "title": "Dispense in mempool", + "transaction": "dispense", + "source": "$ADDRESS_9", + "no_confirmation": True, + "params": { + "dispenser": "$ADDRESS_6", + "quantity": 1000, + }, + "controls": [ + { + "url": "mempool/events?event_name=DISPENSE", + "result": [ + { + "tx_hash": "$TX_HASH", + "event": "DISPENSE", + "params": { + "asset": "XCP", + "block_index": 9999999, + "btc_amount": 1000, + "destination": "$ADDRESS_9", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "$DISPENSER_5_TX_HASH", + "source": "$ADDRESS_6", + "tx_hash": "$TX_HASH", + "tx_index": "$TX_INDEX", + }, + } + ], + }, + ], + }, + {"title": "mint block", "transaction": "mine_blocks", "params": {"blocks": 1}, "controls": []}, { "title": "Send XCP no confirmation", "transaction": "send", From bb133b266735d3898bd85c75d6772491f325ce46 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Thu, 3 Oct 2024 09:20:21 +0000 Subject: [PATCH 03/23] Update blueprint url and add routes url --- counterparty-core/counterpartycore/lib/api/api_server.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/counterparty-core/counterpartycore/lib/api/api_server.py b/counterparty-core/counterpartycore/lib/api/api_server.py index c7a1be351f..b44a6196ce 100644 --- a/counterparty-core/counterpartycore/lib/api/api_server.py +++ b/counterparty-core/counterpartycore/lib/api/api_server.py @@ -76,7 +76,8 @@ def api_root(): "backend_height": BACKEND_HEIGHT, "counterparty_height": counterparty_height, "documentation": "https://counterpartycore.docs.apiary.io/", - "blueprint": f"{request.url_root}v2/blueprint", + "routes": f"{request.url_root}v2/routes", + "blueprint": "https://raw.githubusercontent.com/CounterpartyXCP/counterparty-core/refs/heads/master/apiary.apib", } From f8cbb52fa7e845f6dd85f99014030e8154c63ebb Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Thu, 3 Oct 2024 10:12:33 +0000 Subject: [PATCH 04/23] Add addresses argument to get mempool events --- apiary.apib | 3416 +++++++++-------- .../counterpartycore/lib/api/queries.py | 23 +- .../test/fixtures/api_v2_fixtures.json | 7 + .../test/regtest/apidoc/apicache.json | 3080 +++++++-------- 4 files changed, 3276 insertions(+), 3250 deletions(-) diff --git a/apiary.apib b/apiary.apib index c92a9f3e9e..66205005a9 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1,4 +1,4 @@ -[//]: # (Generated by genapidoc.py on 2024-10-03 08:57:00.894741. Do not edit manually.) +[//]: # (Generated by genapidoc.py on 2024-10-03 10:09:56.894289. Do not edit manually.) FORMAT: 1A HOST: https://api.counterparty.io:4000 @@ -179,15 +179,15 @@ Here is a list of events classified by theme and for each an example response: "event_index": 543, "event": "NEW_BLOCK", "params": { - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", "block_index": 195, - "block_time": 1727945804, + "block_time": 1727950180, "difficulty": 545259519, - "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5" + "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5" }, "tx_hash": null, "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 537, @@ -204,17 +204,17 @@ Here is a list of events classified by theme and for each an example response: "event_index": 544, "event": "NEW_TRANSACTION", "params": { - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", "block_index": 195, - "block_time": 1727945804, + "block_time": 1727950180, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "fee": 0, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -224,9 +224,9 @@ Here is a list of events classified by theme and for each an example response: }, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 538, @@ -245,16 +245,16 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "out_index": 0, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 277, @@ -272,15 +272,15 @@ Here is a list of events classified by theme and for each an example response: "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", - "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", + "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", + "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", "transaction_count": 1, - "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", - "block_time": 1727945804 + "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", + "block_time": 1727950180 }, "tx_hash": null, "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 542, @@ -298,12 +298,12 @@ Here is a list of events classified by theme and for each an example response: "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61 }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 541, @@ -326,12 +326,12 @@ Here is a list of events classified by theme and for each an example response: "address": null, "asset": "XCP", "block_index": 195, - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "block_time": 1727945804, + "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -341,9 +341,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 546, @@ -360,16 +360,16 @@ Here is a list of events classified by theme and for each an example response: "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -379,9 +379,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 550, @@ -400,14 +400,14 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 188, - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "memo": null, "quantity": 10000, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "status": "valid", - "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680", + "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2", "tx_index": 54, - "block_time": 1727945769, + "block_time": 1727950145, "asset_info": { "divisible": true, "asset_longname": null, @@ -417,9 +417,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00010000" }, - "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680", + "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2", "block_index": 188, - "block_time": 1727945769 + "block_time": 1727950145 } ], "next_cursor": null, @@ -438,15 +438,15 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 189, - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "memo": null, "msg_index": 2, "quantity": 10, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "valid", - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "tx_index": 55, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "divisible": true, "asset_longname": null, @@ -456,9 +456,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000010" }, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "block_time": 1727945773 + "block_time": 1727950149 } ], "next_cursor": 502, @@ -496,20 +496,20 @@ Here is a list of events classified by theme and for each an example response: "event": "SWEEP", "params": { "block_index": 193, - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "status": "valid", - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "tx_index": 59, - "block_time": 1727945790, + "block_time": 1727950166, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "block_time": 1727945790 + "block_time": 1727950166 } ], "next_cursor": null, @@ -531,15 +531,15 @@ Here is a list of events classified by theme and for each an example response: "dividend_asset": "XCP", "fee_paid": 40000, "quantity_per_unit": 100000000, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "valid", - "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "tx_index": 41, - "block_time": 1727945630, + "block_time": 1727949992, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -553,9 +553,9 @@ Here is a list of events classified by theme and for each an example response: "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00040000" }, - "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "block_index": 154, - "block_time": 1727945630 + "block_time": 1727949992 } ], "next_cursor": null, @@ -588,11 +588,11 @@ Here is a list of events classified by theme and for each an example response: "asset_longname": "A95428959745315388.SUBNUMERIC", "asset_name": "A95428956980101314", "block_index": 160, - "block_time": 1727945667 + "block_time": 1727950028 }, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "block_index": 160, - "block_time": 1727945667 + "block_time": 1727950028 } ], "next_cursor": 374, @@ -620,22 +620,22 @@ Here is a list of events classified by theme and for each an example response: "description_locked": false, "divisible": true, "fee_paid": 0, - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "valid", "transfer": false, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "tx_index": 47, - "block_time": 1727945667, + "block_time": 1727950028, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "block_index": 160, - "block_time": 1727945667 + "block_time": 1727950028 } ], "next_cursor": 381, @@ -655,12 +655,12 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "block_index": 194, "quantity": 1, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "status": "valid", "tag": "64657374726f79", - "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", + "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", "tx_index": 60, - "block_time": 1727945795, + "block_time": 1727950171, "asset_info": { "divisible": true, "asset_longname": null, @@ -670,9 +670,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000001" }, - "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", + "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", "block_index": 194, - "block_time": 1727945795 + "block_time": 1727950171 } ], "next_cursor": 157, @@ -704,11 +704,11 @@ Here is a list of events classified by theme and for each an example response: "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "open", - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "tx_index": 58, - "block_time": 1727945786, + "block_time": 1727950162, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -732,9 +732,9 @@ Here is a list of events classified by theme and for each an example response: "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "block_time": 1727945786 + "block_time": 1727950162 } ], "next_cursor": 509, @@ -757,20 +757,20 @@ Here is a list of events classified by theme and for each an example response: "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 3000, - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "match_expire_index": 207, "status": "pending", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx0_block_index": 185, "tx0_expiration": 21, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", "tx0_index": 50, - "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "tx1_block_index": 187, "tx1_expiration": 21, - "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "tx1_index": 53, - "block_time": 1727945765, + "block_time": 1727950131, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -789,9 +789,9 @@ Here is a list of events classified by theme and for each an example response: "backward_quantity_normalized": "0.00003000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "block_index": 187, - "block_time": 1727945765 + "block_time": 1727950131 } ], "next_cursor": 468, @@ -809,11 +809,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_UPDATE", "params": { "status": "cancelled", - "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49" + "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26" }, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "block_time": 1727945782 + "block_time": 1727950158 } ], "next_cursor": 483, @@ -831,11 +831,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a" + "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0" }, - "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", + "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", "block_index": 186, - "block_time": 1727945761 + "block_time": 1727950126 } ], "next_cursor": null, @@ -852,13 +852,13 @@ Here is a list of events classified by theme and for each an example response: "event_index": 474, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "status": "completed" }, - "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", + "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", "block_index": 186, - "block_time": 1727945761 + "block_time": 1727950126 } ], "next_cursor": 447, @@ -877,18 +877,18 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 186, "btc_amount": 2000, - "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "status": "valid", - "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", + "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", "tx_index": 52, - "block_time": 1727945761, + "block_time": 1727950126, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", + "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", "block_index": 186, - "block_time": 1727945761 + "block_time": 1727950126 } ], "next_cursor": null, @@ -906,16 +906,16 @@ Here is a list of events classified by theme and for each an example response: "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "valid", - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "tx_index": 57, - "block_time": 1727945782 + "block_time": 1727950158 }, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "block_time": 1727945782 + "block_time": 1727950158 } ], "next_cursor": null, @@ -933,13 +933,13 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_EXPIRATION", "params": { "block_index": 183, - "order_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "block_time": 1727945683 + "order_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "block_time": 1727950044 }, "tx_hash": null, "block_index": 183, - "block_time": 1727945683 + "block_time": 1727950044 } ], "next_cursor": 453, @@ -957,14 +957,14 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 183, - "order_match_id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "block_time": 1727945683 + "order_match_id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "block_time": 1727950044 }, "tx_hash": null, "block_index": 183, - "block_time": 1727945683 + "block_time": 1727950044 } ], "next_cursor": null, @@ -989,14 +989,14 @@ Here is a list of events classified by theme and for each an example response: "escrow_quantity": 10000, "give_quantity": 1, "give_remaining": 10000, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "satoshirate": 1, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": 0, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "tx_index": 33, - "block_time": 1727945596, + "block_time": 1727949959, "asset_info": { "divisible": true, "asset_longname": null, @@ -1009,9 +1009,9 @@ Here is a list of events classified by theme and for each an example response: "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "block_index": 146, - "block_time": 1727945596 + "block_time": 1727949959 } ], "next_cursor": 254, @@ -1031,9 +1031,9 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": 0, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "asset_info": { "divisible": true, "asset_longname": null, @@ -1043,9 +1043,9 @@ Here is a list of events classified by theme and for each an example response: }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 302, @@ -1064,13 +1064,13 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 144, - "destination": "mwNtBvuv6eXYCAGtKZfrruMuWS8serN2B8", + "destination": "miqEFCo8WqtnAo2wPb5mADr9W9g3bQZZ7j", "dispense_quantity": 10, - "dispenser_tx_hash": "d9e0a4f45614a5a900b80000750a09cbf77fdb8c914adb9637d39654a81ff23f", - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "tx_hash": "8cd178867d6d941d63e25b3331957843f1c7e44d29a481775e177902f99b388b", + "dispenser_tx_hash": "23b55de699312b1b2b01311daed3ba598752c3322a31e2969bf0cd8d0e64c2b1", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx_hash": "cc012ca6208d7266a31872e5efea427046d999fe81acc050ee56f7fc40e139a6", "tx_index": 31, - "block_time": 1727945579, + "block_time": 1727949940, "asset_info": { "divisible": true, "asset_longname": null, @@ -1080,9 +1080,9 @@ Here is a list of events classified by theme and for each an example response: }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "8cd178867d6d941d63e25b3331957843f1c7e44d29a481775e177902f99b388b", + "tx_hash": "cc012ca6208d7266a31872e5efea427046d999fe81acc050ee56f7fc40e139a6", "block_index": 144, - "block_time": 1727945579 + "block_time": 1727949940 } ], "next_cursor": null, @@ -1102,14 +1102,14 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1120,9 +1120,9 @@ Here is a list of events classified by theme and for each an example response: "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 280, @@ -1144,19 +1144,19 @@ Here is a list of events classified by theme and for each an example response: "block_index": 138, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", + "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", "tx_index": 25, "value": 66600.0, - "block_time": 1727945554, + "block_time": 1727949914, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", + "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", "block_index": 138, - "block_time": 1727945554 + "block_time": 1727949914 } ], "next_cursor": 213, @@ -1194,16 +1194,16 @@ Here is a list of events classified by theme and for each an example response: "quantity_by_price": 60, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "start_block": 0, "status": "open", - "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", + "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", "tx_index": 22, - "block_time": 1727945541 + "block_time": 1727949902 }, - "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", + "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", "block_index": 135, - "block_time": 1727945541 + "block_time": 1727949902 } ], "next_cursor": 161, @@ -1221,11 +1221,11 @@ Here is a list of events classified by theme and for each an example response: "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf" + "tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0" }, "tx_hash": null, "block_index": 130, - "block_time": 1727945511 + "block_time": 1727949880 } ], "next_cursor": 110, @@ -1246,24 +1246,24 @@ Here is a list of events classified by theme and for each an example response: "block_index": 136, "commission": 0, "earn_quantity": 40, - "fairminter_tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", + "fairminter_tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", "paid_quantity": 34, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "status": "valid", - "tx_hash": "b39289cb56bc3d031b595209a8eb9be4c04957b97de30db017a46f7824717952", + "tx_hash": "f8c0f1c7c6c9a830957ef9f7f2ed7e17e970b39d00a471b7beeb58dcb042eb0f", "tx_index": 23, - "block_time": 1727945545, + "block_time": 1727949906, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, - "tx_hash": "b39289cb56bc3d031b595209a8eb9be4c04957b97de30db017a46f7824717952", + "tx_hash": "f8c0f1c7c6c9a830957ef9f7f2ed7e17e970b39d00a471b7beeb58dcb042eb0f", "block_index": 136, - "block_time": 1727945545 + "block_time": 1727949906 } ], "next_cursor": 190, @@ -1284,28 +1284,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MYASSETA", "block_index": 152, - "destination": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", + "destination": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", "fee_paid": 0, "msg_index": 0, "quantity": 1000000000, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "valid", - "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", + "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", "tx_index": 39, - "block_time": 1727945622, + "block_time": 1727949983, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "10.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", + "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", "block_index": 152, - "block_time": 1727945622 + "block_time": 1727949983 } ], "next_cursor": 296, @@ -1324,28 +1324,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MYASSETA", "block_index": 151, - "destination": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", + "destination": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", "fee_paid": 0, "msg_index": 0, "quantity": 500000000, - "source": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753:0", + "source": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97:0", "status": "valid", - "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", + "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", "tx_index": 38, - "block_time": 1727945618, + "block_time": 1727949980, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", + "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", "block_index": 151, - "block_time": 1727945618 + "block_time": 1727949980 } ], "next_cursor": null, @@ -1364,14 +1364,14 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 195, - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "msg_index": 1, "quantity": 1500000000, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", "status": "valid", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1381,9 +1381,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 548, @@ -1405,17 +1405,17 @@ Here is a list of events classified by theme and for each an example response: "block_index": 121, "burned": 50000000, "earned": 74999996667, - "source": "bcrt1qr6gw3e43d3evyvpkn579qf92f5xpdjqx5v632f", + "source": "bcrt1qzklp8scx46fgxl037gvzacpzvs34kymf9yjpfe", "status": "valid", - "tx_hash": "58c7186af188fab4f758cdc9036b567dcf74ab0ca64e7cb821e0231b9035a773", + "tx_hash": "8da7f00dd44ec21e346f824732a4ada88868034bebbc93629461b5945f7fbf72", "tx_index": 9, - "block_time": 1727945472, + "block_time": 1727949841, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, - "tx_hash": "58c7186af188fab4f758cdc9036b567dcf74ab0ca64e7cb821e0231b9035a773", + "tx_hash": "8da7f00dd44ec21e346f824732a4ada88868034bebbc93629461b5945f7fbf72", "block_index": 121, - "block_time": 1727945472 + "block_time": 1727949841 } ], "next_cursor": 65, @@ -1472,61 +1472,61 @@ Returns the list of the last ten blocks "result": [ { "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", "difficulty": 545259519, - "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", - "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", - "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", + "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", + "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", + "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", "transaction_count": 1, "confirmed": true }, { "block_index": 194, - "block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", - "block_time": 1727945795, - "previous_block_hash": "102563f9cdf586188bd5eb8891a0eca827001481da10fc22b54037dc3ff42708", + "block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", + "block_time": 1727950171, + "previous_block_hash": "3ca1dbfc98546535bb4cfc3e6abfd4845f057e2467a9f5e3e57d61dee190925e", "difficulty": 545259519, - "ledger_hash": "75afe305e390e27c443363b102b6f9ae114008789b73793705a561ee24e33300", - "txlist_hash": "ea697c499ab7124deff133810c05c89841e72aee11df7e4e40dcdcc88528e984", - "messages_hash": "a2821af3cd5e9fee24dfd5015c224b16e8e474a99d3446c5f13ceb640a0d3d17", + "ledger_hash": "686ff2fb4eab2e64312537135bf4373c76f635d5273047e309c987e77b9932e7", + "txlist_hash": "517bf661b3ba09423fdefa2594a88a057026d15fece9240e7bd84e44013ea501", + "messages_hash": "1819e6586300706850bcf4a4691d2ea7dcfc82d379fe92602b8dd8079f95f331", "transaction_count": 1, "confirmed": true }, { "block_index": 193, - "block_hash": "102563f9cdf586188bd5eb8891a0eca827001481da10fc22b54037dc3ff42708", - "block_time": 1727945790, - "previous_block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", + "block_hash": "3ca1dbfc98546535bb4cfc3e6abfd4845f057e2467a9f5e3e57d61dee190925e", + "block_time": 1727950166, + "previous_block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", "difficulty": 545259519, - "ledger_hash": "ed31d02c64c6d27df9d466b27da6ee31ca1f2ac55150c306239e63fd6a0f4afe", - "txlist_hash": "8dff347cd7dd8a13be6bdd5db9ad4fe7f5043af142a08857adf4ac1ba21d6cea", - "messages_hash": "2c88173e271a073ffa4d19601e6d54f8df97756075b78dbe6f5da8d2370ca19a", + "ledger_hash": "001cd3d588a7e5b4b212d1e188a2b07e4fdaaf52c8a2f2cba5fdd36c1629dc51", + "txlist_hash": "6a559a9606de4d5a33c2efb27b8313a46109e0f2b7955d70524bbe69b96c91f4", + "messages_hash": "881e5523016f2cab8d74d9347fbdb3b8719443e0b3e7bbfb6271891495cc774e", "transaction_count": 1, "confirmed": true }, { "block_index": 192, - "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", - "block_time": 1727945786, - "previous_block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", + "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", + "block_time": 1727950162, + "previous_block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", "difficulty": 545259519, - "ledger_hash": "d429aff40d8b05c36dbaef0f17374ff6fd61041404c1509c1e717239e454a765", - "txlist_hash": "626ecd1c4f810d92c17ecc1872bab3f34f84ca2298c8abd5fbbc9e1cdc3d32a4", - "messages_hash": "736837ce9c7714331bb6f7b89f89d6e388a7f1630dfbdff123d378072491564e", + "ledger_hash": "b3b2a61c66cbda456b4bd5eab4499111224712ceca1a01b1b3b50a882aa175b9", + "txlist_hash": "ed8bb1656f17dd04370fff5922110d6aa98a7acdddee3cab8c49873c6b500834", + "messages_hash": "d394a5b05c46cd60171d7c16df9d6f947a621bb143a08524e641cfcc8c9f4507", "transaction_count": 1, "confirmed": true }, { "block_index": 191, - "block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", - "block_time": 1727945782, - "previous_block_hash": "60999ce3f95c2a0834276b4e886f4efcf887c830a434c54247655be106b11ea8", + "block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", + "block_time": 1727950158, + "previous_block_hash": "0bbf5a400d56b8afb19788705ddcd67c84735192d7f7dce66c1b21320d60bbb2", "difficulty": 545259519, - "ledger_hash": "be0322cbf050d1b4f9206f66714070e7687eb1182ff3cbfe3bc272143bbd26e0", - "txlist_hash": "871b6990ef92dca974eb4cf2646df33b1336d60ab80d76d9efa760f764b0540a", - "messages_hash": "5dd0e567618a99ce7446549154f823934a44211bd211fedcb2e72543c7e284e4", + "ledger_hash": "ad9dea74b3a89ca0fa5ad1f9491afb345a64d241901f303445611172af43517b", + "txlist_hash": "cefc8fb0b7e8fd6596eb43bb47aed2aa9b35da76a18297038a80b27922a8461a", + "messages_hash": "1174dab96d739914a78550f704cf73823ce4dd9d4f3bd5706260db0ad7903cfc", "transaction_count": 1, "confirmed": true } @@ -1563,13 +1563,13 @@ Return the information of a block { "result": { "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", "difficulty": 545259519, - "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", - "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", - "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", + "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", + "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", + "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", "transaction_count": 1, "confirmed": true } @@ -1581,7 +1581,7 @@ Return the information of a block Return the information of a block + Parameters - + block_hash: `674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de` (str, required) - The index of the block to return + + block_hash: `5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427` (str, required) - The index of the block to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -1593,13 +1593,13 @@ Return the information of a block { "result": { "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", "difficulty": 545259519, - "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", - "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", - "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", + "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", + "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", + "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", "transaction_count": 1, "confirmed": true } @@ -1630,17 +1630,17 @@ Returns the transactions of a block "result": [ { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -1686,11 +1686,11 @@ Returns the events of a block "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", - "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", + "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", + "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", "transaction_count": 1, - "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", - "block_time": 1727945804 + "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", + "block_time": 1727950180 }, "tx_hash": null }, @@ -1699,10 +1699,10 @@ Returns the events of a block "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61 }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" }, { "event_index": 554, @@ -1711,14 +1711,14 @@ Returns the events of a block "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1729,7 +1729,7 @@ Returns the events of a block "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" }, { "event_index": 553, @@ -1738,9 +1738,9 @@ Returns the events of a block "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": 0, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "asset_info": { "divisible": true, "asset_longname": null, @@ -1750,22 +1750,22 @@ Returns the events of a block }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1775,7 +1775,7 @@ Returns the events of a block }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" } ], "next_cursor": 551, @@ -1858,16 +1858,16 @@ Returns the events of a block filtered by event "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1877,7 +1877,7 @@ Returns the events of a block filtered by event }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" }, { "event_index": 550, @@ -1887,12 +1887,12 @@ Returns the events of a block filtered by event "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1902,7 +1902,7 @@ Returns the events of a block filtered by event }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" }, { "event_index": 547, @@ -1912,22 +1912,22 @@ Returns the events of a block filtered by event "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" } ], "next_cursor": null, @@ -1990,16 +1990,16 @@ Returns the credits of a block "result": [ { "block_index": 195, - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -2015,12 +2015,12 @@ Returns the credits of a block "asset": "XCP", "quantity": 1500000000, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -2036,16 +2036,16 @@ Returns the credits of a block "asset": "MYASSETA", "quantity": 1500000000, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2105,12 +2105,12 @@ Returns the debits of a block "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -2126,16 +2126,16 @@ Returns the debits of a block "asset": "MYASSETA", "quantity": 1500000000, "action": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2171,24 +2171,24 @@ Returns the expirations of a block "result": [ { "type": "order", - "object_id": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "object_id": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", "block_index": 183, "confirmed": true, - "block_time": 1727945683 + "block_time": 1727950044 }, { "type": "order", - "object_id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "object_id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", "block_index": 183, "confirmed": true, - "block_time": 1727945683 + "block_time": 1727950044 }, { "type": "order_match", - "object_id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "object_id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", "block_index": 183, "confirmed": true, - "block_time": 1727945683 + "block_time": 1727950044 } ], "next_cursor": null, @@ -2220,13 +2220,13 @@ Returns the cancels of a block "result": [ { "tx_index": 57, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "status": "valid", "confirmed": true, - "block_time": 1727945782 + "block_time": 1727950158 } ], "next_cursor": null, @@ -2258,15 +2258,15 @@ Returns the destructions of a block "result": [ { "tx_index": 60, - "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", + "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", "block_index": 194, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "quantity": 1, "tag": "64657374726f79", "status": "valid", "confirmed": true, - "block_time": 1727945795, + "block_time": 1727950171, "asset_info": { "divisible": true, "asset_longname": null, @@ -2306,14 +2306,14 @@ Returns the issuances of a block "result": [ { "tx_index": 47, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -2328,7 +2328,7 @@ Returns the issuances of a block "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945667, + "block_time": 1727950028, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -2362,10 +2362,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block "result": [ { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -2373,7 +2373,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -2386,10 +2386,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block }, { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -2397,11 +2397,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2439,27 +2439,27 @@ Returns the dispenses of a block { "tx_index": 61, "dispense_index": 0, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2474,7 +2474,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -2515,16 +2515,16 @@ Returns the sweeps of a block "result": [ { "tx_index": 59, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727945790, + "block_time": 1727950166, "fee_paid_normalized": "0.00600000" } ], @@ -2558,17 +2558,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 25, - "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", + "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", "block_index": 138, - "block_hash": "293ca029b414abb85173ebbc2614d50b0d34bc0eff6ccda21384cf3c57339723", - "block_time": 1727945554, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_hash": "3f7c197f72bbd3150e3e5484d1ab6483b5cfbd9eaa307218f051cc26998ea2c5", + "block_time": 1727949914, + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "destination": null, "btc_amount": 0, "fee": 10000, "data": "1eeea6b9ef40f0428000000000000000000970726963652d555344", "supported": true, - "utxos_info": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5:1", + "utxos_info": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec:1", "confirmed": true, "unpacked_data": { "message_type": "broadcast", @@ -2593,25 +2593,25 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 52, - "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", + "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", "block_index": 186, - "block_hash": "04a6dbc8fcfd46eacc0e9abd4c20fc7aec8597e47ec523600e8c816ac3120304", - "block_time": 1727945761, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "157fc93eb7a005a30b71e8cb201afccf1a6ff447a1cf421ad9f6c2959eeb8c92", + "block_time": 1727950126, + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "btc_amount": 2000, "fee": 10000, - "data": "0b810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597dfd4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "data": "0ba3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3aee5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "supported": true, - "utxos_info": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc:0", + "utxos_info": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "status": "valid" } }, @@ -2626,23 +2626,23 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 57, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", - "block_time": 1727945782, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", + "block_time": 1727950158, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "46dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "data": "46bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "supported": true, - "utxos_info": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94:1", + "utxos_info": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "status": "valid" } }, @@ -2657,17 +2657,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 60, - "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", + "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", "block_index": 194, - "block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", - "block_time": 1727945795, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", + "block_time": 1727950171, + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8:1", + "utxos_info": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -2697,17 +2697,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 33, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "block_index": 146, - "block_hash": "4ac142be75d7e0086f3bac426fd16dfd02a217c8acfbec17639be386ebd0efe5", - "block_time": 1727945596, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_hash": "34bad58a7cca6966378c0ff7d3398654be0641c0d4eddfdeb4534e7e7b6e515a", + "block_time": 1727949959, + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0c0000000000000001000000000000000100000000000027100000000000000001008028d33e852e352f10e581cdb6e44206cb92b9ae85", + "data": "0c0000000000000001000000000000000100000000000027100000000000000001008007c56322c8e62d48b4812b95d019af8d3595a6c7", "supported": true, - "utxos_info": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8:1", + "utxos_info": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49:1", "confirmed": true, "unpacked_data": { "message_type": "dispenser", @@ -2719,7 +2719,7 @@ Here is sample API output for each of these transactions: "mainchainrate": 1, "dispenser_status": 0, "action_address": null, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": "valid", "asset_info": { "divisible": true, @@ -2743,17 +2743,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -2773,17 +2773,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 41, - "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "block_index": 154, - "block_hash": "543ca545b523681158126257c7e9487f151a940e2d0e959c256442613075b416", - "block_time": 1727945630, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "7fb954d4ff2d08530c94017b3ed77b5047422f356b57bcb852aa20e8df71ad4a", + "block_time": 1727949992, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, "data": "320000000005f5e100000000182b37176e0000000000000001", "supported": true, - "utxos_info": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2:1", + "utxos_info": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b:1", "confirmed": true, "unpacked_data": { "message_type": "dividend", @@ -2796,7 +2796,7 @@ Here is sample API output for each of these transactions: "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2821,17 +2821,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 47, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "block_index": 160, - "block_hash": "4a97e678e7fe3b5c0194661e0bdd228c8e65bc87c38c464e6592f38a759511e7", - "block_time": 1727945667, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "336bf1ec119c18326ffb0396ca03e556d255f832dd359eb5f11e786c46d83cc3", + "block_time": 1727950028, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, "data": "17015308217a15c0c2000000174876e80001000016987952c23e7c7c94dd9fd148af3f5276f9092bbbc2e941207375626e756d65726963206173736574", "supported": true, - "utxos_info": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006:1", + "utxos_info": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1:1", "confirmed": true, "unpacked_data": { "message_type": "issuance", @@ -2863,17 +2863,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 58, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", - "block_time": 1727945786, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", + "block_time": 1727950162, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35:1", + "utxos_info": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -2916,17 +2916,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 54, - "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680", + "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2", "block_index": 188, - "block_hash": "0af48301da90fee0e0ce0f07d88cf1d1611e85b1dcf84ea78342caa9c10a0b7c", - "block_time": 1727945769, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "block_hash": "566554bc2ffadd4b846fe2e83f56ed51bd468b7faece07299392d4951953bd96", + "block_time": 1727950145, + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "020000000000000001000000000000271080a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f", + "data": "020000000000000001000000000000271080944376ba708cc18f63acdf82615f25a7367b3e8e", "supported": true, - "utxos_info": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680:1", + "utxos_info": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2:1", "confirmed": true, "unpacked_data": { "message_type": "enhanced_send", @@ -2934,7 +2934,7 @@ Here is sample API output for each of these transactions: "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "memo": null, "asset_info": { "divisible": true, @@ -2957,17 +2957,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "block_hash": "6f156db0e493011225c4202b78afe15f19e4a92443e19f8a438b1f86062e9469", - "block_time": 1727945773, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "106daf13719a7cdf11cff6063a71e13ab296349646e954818f9cf28f316c1bcf", + "block_time": 1727950149, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003808e44aeb58719a0eea4fa6a325fb1ba904367d10680ab73abe1329ddb8c69c32d324c641cbe6db8ea8880a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380eb0bf878b6f872c588cc72f8d9356f101a2e4a7d8045cbeb60d6bd454103324d127d38f5798222e0c080944376ba708cc18f63acdf82615f25a7367b3e8e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78:0", + "utxos_info": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -2975,14 +2975,14 @@ Here is sample API output for each of these transactions: "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2990,7 +2990,7 @@ Here is sample API output for each of these transactions: }, { "asset": "XCP", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -3016,23 +3016,23 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 59, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "block_hash": "102563f9cdf586188bd5eb8891a0eca827001481da10fc22b54037dc3ff42708", - "block_time": 1727945790, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "block_hash": "3ca1dbfc98546535bb4cfc3e6abfd4845f057e2467a9f5e3e57d61dee190925e", + "block_time": 1727950166, + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0480a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f017377656570206d7920617373657473", + "data": "0480944376ba708cc18f63acdf82615f25a7367b3e8e017377656570206d7920617373657473", "supported": true, - "utxos_info": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283:1", + "utxos_info": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea:1", "confirmed": true, "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "flags": 1, "memo": "sweep my assets" } @@ -3065,17 +3065,17 @@ Returns the list of the last ten transactions "result": [ { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3088,17 +3088,17 @@ Returns the list of the last ten transactions }, { "tx_index": 60, - "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", + "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", "block_index": 194, - "block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", - "block_time": 1727945795, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", + "block_time": 1727950171, + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8:1", + "utxos_info": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -3130,7 +3130,7 @@ Returns the list of the last ten transactions Returns Counterparty information from a raw transaction in hex format. + Parameters - + rawtransaction: `020000000001010000000000000000000000000000000000000000000000000000000000000000ffffffff03012d00ffffffff0200f2052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe260000000000000000266a24aa21a9ede2f61c3f71d1defd3fa999dfa36953755c690689799962b48bebd836974e8cf90120000000000000000000000000000000000000000000000000000000000000000000000000` (str, required) - Raw transaction in hex format + + rawtransaction: `020000000001010000000000000000000000000000000000000000000000000000000000000000ffffffff03015d00ffffffff0200f2052a01000000160014a011c04329d94b1b2937e64cc6638543f69659670000000000000000266a24aa21a9ede2f61c3f71d1defd3fa999dfa36953755c690689799962b48bebd836974e8cf90120000000000000000000000000000000000000000000000000000000000000000000000000` (str, required) - Raw transaction in hex format + block_index (int, optional) - Block index mandatory for transactions before block 335000 + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -3156,7 +3156,7 @@ Returns Counterparty information from a raw transaction in hex format. { "hash": "0000000000000000000000000000000000000000000000000000000000000000", "n": 4294967295, - "script_sig": "012d00", + "script_sig": "015d00", "sequence": 4294967295, "coinbase": true } @@ -3164,7 +3164,7 @@ Returns Counterparty information from a raw transaction in hex format. "vout": [ { "value": 5000000000, - "script_pub_key": "00148bdc11663a033e9b683b2efd21c40b2d99cbbe26" + "script_pub_key": "0014a011c04329d94b1b2937e64cc6638543f6965967" }, { "value": 0, @@ -3175,8 +3175,8 @@ Returns Counterparty information from a raw transaction in hex format. "0000000000000000000000000000000000000000000000000000000000000000" ], "lock_time": 0, - "tx_hash": "2299da7e37aaadc05d77530c29f5f779d7d03b11bfa0d02c379c04d7847e75c4", - "tx_id": "2299da7e37aaadc05d77530c29f5f779d7d03b11bfa0d02c379c04d7847e75c4" + "tx_hash": "c96e16c9251e2c5a815516dc548aa686fe2591be81a55630c2be03e8715e04a8", + "tx_id": "c96e16c9251e2c5a815516dc548aa686fe2591be81a55630c2be03e8715e04a8" } } } @@ -3187,7 +3187,7 @@ Returns Counterparty information from a raw transaction in hex format. Returns Counterparty information from a transaction hash. + Parameters - + tx_hash: `af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e` (str, required) - Transaction hash + + tx_hash: `fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983` (str, required) - Transaction hash + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3198,18 +3198,18 @@ Returns Counterparty information from a transaction hash. ``` { "result": { - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", + "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "f1a605d1cbcf9a2b21330a08798f33788611855dabf3e9e46779f31e04c47c40", + "hash": "74df6be84f26b8941725c7101035b6c816f39bdb50141abf53aac7f9450ab27f", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -3219,20 +3219,20 @@ Returns Counterparty information from a transaction hash. "vout": [ { "value": 0, - "script_pub_key": "6a2e1fc2aaa7b94c43cf27eb4a7cb544953d435f27691acd2cfe3c0a7e38aa79f7e8264b0d8203bc754d1502da556887" + "script_pub_key": "6a2e0bc561da94ae23ce5a78c4b0cb144ca30b9b3cabf24cace0df5febcc6ecd2883ce9f3c7eeb3f3e8d17af3d9d28c1" }, { "value": 4999955000, - "script_pub_key": "0014a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f" + "script_pub_key": "0014944376ba708cc18f63acdf82615f25a7367b3e8e" } ], "vtxinwit": [ - "3044022008890ce500a5a18bac5633c71126f8934bc5d53c1010847886b32a2d789b5d8c02204154d66d873f4b52dc481bbdbb11e042d499a72b04b7b0ee5216d2bf2fa20db401", - "026750c47282fe0cabab98947f40e2de1220c769acc418a9bb840f61e98dc052ff" + "30440220432badc72e04af9bf0ee8cbf988538206fd0a659c2f9ce5a05702faafc53705a022020ea0f476c96de8a44ff0eac337e54b3de611ff9684d1ecd84e44e319662b66001", + "02692071a77a4f5f1ad6599d8352e74672fa48490807173bef6299fb9f60f392ba" ], "lock_time": 0, - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", - "tx_id": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e" + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_id": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983" }, "unpacked_data": { "message_type": "enhanced_send", @@ -3240,7 +3240,7 @@ Returns Counterparty information from a transaction hash. "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "memo": null, "asset_info": { "divisible": true, @@ -3301,17 +3301,17 @@ Returns a transaction by its index. { "result": { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3330,7 +3330,7 @@ Returns a transaction by its index. Returns a transaction by its hash. + Parameters - + tx_hash: `c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701` (str, required) - The hash of the transaction + + tx_hash: `4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541` (str, required) - The hash of the transaction + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3342,17 +3342,17 @@ Returns a transaction by its hash. { "result": { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3395,12 +3395,12 @@ Returns the events of a transaction "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61 }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 554, @@ -3409,14 +3409,14 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -3427,9 +3427,9 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 553, @@ -3438,9 +3438,9 @@ Returns the events of a transaction "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": 0, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "asset_info": { "divisible": true, "asset_longname": null, @@ -3450,24 +3450,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -3477,9 +3477,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 551, @@ -3487,14 +3487,14 @@ Returns the events of a transaction "params": { "asset": "XCP", "block_index": 195, - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "msg_index": 1, "quantity": 1500000000, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", "status": "valid", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -3504,9 +3504,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 550, @@ -3519,7 +3519,7 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701` (str, required) - The hash of the transaction to return + + tx_hash: `4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor: `556` (str, optional) - The last event index to return @@ -3543,12 +3543,12 @@ Returns the events of a transaction "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61 }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 554, @@ -3557,14 +3557,14 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -3575,9 +3575,9 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 553, @@ -3586,9 +3586,9 @@ Returns the events of a transaction "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": 0, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "asset_info": { "divisible": true, "asset_longname": null, @@ -3598,24 +3598,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -3625,9 +3625,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 551, @@ -3635,14 +3635,14 @@ Returns the events of a transaction "params": { "asset": "XCP", "block_index": 195, - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "msg_index": 1, "quantity": 1500000000, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", "status": "valid", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -3652,9 +3652,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 550, @@ -3667,7 +3667,7 @@ Returns the events of a transaction Returns the sends, include Enhanced and MPMA sends, of a block + Parameters - + tx_hash: `c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701` (str, required) - The hash of the transaction to return + + tx_hash: `4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541` (str, required) - The hash of the transaction to return + cursor (str, optional) - The last index of the debits to return + Default: `None` + limit: `5` (int, optional) - The maximum number of debits to return @@ -3686,10 +3686,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block "result": [ { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -3697,7 +3697,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -3710,10 +3710,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block }, { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -3721,11 +3721,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -3743,7 +3743,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block Returns the dispenses of a block + Parameters - + tx_hash: `c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701` (str, required) - The hash of the transaction to return + + tx_hash: `4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541` (str, required) - The hash of the transaction to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -3763,27 +3763,27 @@ Returns the dispenses of a block { "tx_index": 61, "dispense_index": 0, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3798,7 +3798,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -3842,16 +3842,16 @@ Returns the events of a transaction "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -3861,9 +3861,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 550, @@ -3873,12 +3873,12 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -3888,9 +3888,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 547, @@ -3900,24 +3900,24 @@ Returns the events of a transaction "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": null, @@ -3930,7 +3930,7 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701` (str, required) - The hash of the transaction to return + + tx_hash: `4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541` (str, required) - The hash of the transaction to return + event: `CREDIT` (str, required) - The event to filter by + cursor: `556` (str, optional) - The last event index to return + Default: `None` @@ -3952,16 +3952,16 @@ Returns the events of a transaction "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -3971,9 +3971,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 550, @@ -3983,12 +3983,12 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -3998,9 +3998,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 547, @@ -4010,24 +4010,24 @@ Returns the events of a transaction "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": null, @@ -4042,7 +4042,7 @@ Returns the events of a transaction Returns the balances of several addresses + Parameters - + addresses: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g,bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - Comma separated list of addresses + + addresses: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7,bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - Comma separated list of addresses + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -4066,7 +4066,7 @@ Returns the balances of several addresses "total": 100000000000, "addresses": [ { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -4076,7 +4076,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -4087,7 +4087,7 @@ Returns the balances of several addresses "total": 97999999980, "addresses": [ { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "utxo": null, "utxo_address": null, "quantity": 97999999980, @@ -4097,7 +4097,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -4108,7 +4108,7 @@ Returns the balances of several addresses "total": 500000000, "addresses": [ { - "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -4118,7 +4118,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -4129,7 +4129,7 @@ Returns the balances of several addresses "total": 40, "addresses": [ { - "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "utxo": null, "utxo_address": null, "quantity": 40, @@ -4139,7 +4139,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -4150,7 +4150,7 @@ Returns the balances of several addresses "total": 19, "addresses": [ { - "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "utxo": null, "utxo_address": null, "quantity": 19, @@ -4160,7 +4160,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -4177,7 +4177,7 @@ Returns the balances of several addresses Returns the transactions of a list of addresses + Parameters - + addresses: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g,bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7,bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - Comma separated list of addresses to return + cursor: `61` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return @@ -4196,17 +4196,17 @@ Returns the transactions of a list of addresses "result": [ { "tx_index": 58, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", - "block_time": 1727945786, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", + "block_time": 1727950162, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35:1", + "utxos_info": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -4242,23 +4242,23 @@ Returns the transactions of a list of addresses }, { "tx_index": 57, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", - "block_time": 1727945782, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", + "block_time": 1727950158, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "46dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "data": "46bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "supported": true, - "utxos_info": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94:1", + "utxos_info": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "status": "valid" } }, @@ -4266,17 +4266,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 56, - "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "block_index": 190, - "block_hash": "60999ce3f95c2a0834276b4e886f4efcf887c830a434c54247655be106b11ea8", - "block_time": 1727945778, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "0bbf5a400d56b8afb19788705ddcd67c84735192d7f7dce66c1b21320d60bbb2", + "block_time": 1727950154, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49:1", + "utxos_info": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -4312,17 +4312,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "block_hash": "6f156db0e493011225c4202b78afe15f19e4a92443e19f8a438b1f86062e9469", - "block_time": 1727945773, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "106daf13719a7cdf11cff6063a71e13ab296349646e954818f9cf28f316c1bcf", + "block_time": 1727950149, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003808e44aeb58719a0eea4fa6a325fb1ba904367d10680ab73abe1329ddb8c69c32d324c641cbe6db8ea8880a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380eb0bf878b6f872c588cc72f8d9356f101a2e4a7d8045cbeb60d6bd454103324d127d38f5798222e0c080944376ba708cc18f63acdf82615f25a7367b3e8e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78:0", + "utxos_info": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -4330,14 +4330,14 @@ Returns the transactions of a list of addresses "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -4345,7 +4345,7 @@ Returns the transactions of a list of addresses }, { "asset": "XCP", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -4364,25 +4364,25 @@ Returns the transactions of a list of addresses }, { "tx_index": 52, - "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", + "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", "block_index": 186, - "block_hash": "04a6dbc8fcfd46eacc0e9abd4c20fc7aec8597e47ec523600e8c816ac3120304", - "block_time": 1727945761, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "157fc93eb7a005a30b71e8cb201afccf1a6ff447a1cf421ad9f6c2959eeb8c92", + "block_time": 1727950126, + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "btc_amount": 2000, "fee": 10000, - "data": "0b810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597dfd4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "data": "0ba3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3aee5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "supported": true, - "utxos_info": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc:0", + "utxos_info": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "status": "valid" } }, @@ -4399,7 +4399,7 @@ Returns the transactions of a list of addresses Returns the events of a list of addresses + Parameters - + addresses: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g,bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7,bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - Comma separated list of addresses to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor: `556` (str, optional) - The last event index to return @@ -4435,11 +4435,11 @@ Returns the events of a list of addresses "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "open", - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "tx_index": 58, - "block_time": 1727945786, + "block_time": 1727950162, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4463,24 +4463,24 @@ Returns the events of a list of addresses "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "block_time": 1727945786 + "block_time": 1727950162 }, { "event_index": 521, "event": "DEBIT", "params": { "action": "open order", - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "block_index": 192, - "event": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "event": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "quantity": 1000, "tx_index": 58, "utxo": null, "utxo_address": null, - "block_time": 1727945786, + "block_time": 1727950162, "asset_info": { "divisible": true, "asset_longname": null, @@ -4490,25 +4490,25 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "block_time": 1727945786 + "block_time": 1727950162 }, { "event_index": 520, "event": "NEW_TRANSACTION", "params": { - "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", + "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", "block_index": 192, - "block_time": 1727945786, + "block_time": 1727950162, "btc_amount": 0, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "destination": "", "fee": 10000, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "tx_index": 58, - "utxos_info": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35:1", + "utxos_info": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d:1", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -4540,40 +4540,40 @@ Returns the events of a list of addresses }, "btc_amount_normalized": "0.00000000" }, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "block_time": 1727945786 + "block_time": 1727950162 }, { "event_index": 516, "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "valid", - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "tx_index": 57, - "block_time": 1727945782 + "block_time": 1727950158 }, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "block_time": 1727945782 + "block_time": 1727950158 }, { "event_index": 515, "event": "CREDIT", "params": { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "block_index": 191, "calling_function": "cancel order", - "event": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "event": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "quantity": 1000, "tx_index": 57, "utxo": null, "utxo_address": null, - "block_time": 1727945782, + "block_time": 1727950158, "asset_info": { "divisible": true, "asset_longname": null, @@ -4583,9 +4583,9 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "block_time": 1727945782 + "block_time": 1727950158 } ], "next_cursor": 513, @@ -4598,7 +4598,7 @@ Returns the events of a list of addresses Returns the mempool events of a list of addresses + Parameters - + addresses: `bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr,bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg,bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg` (str, required) - Comma separated list of addresses to return + cursor (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return @@ -4614,17 +4614,17 @@ Returns the mempool events of a list of addresses { "result": [ { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "memo": null, "quantity": 10000, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "status": "valid", - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62, "asset_info": { "divisible": true, @@ -4635,22 +4635,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "CREDIT", "params": { - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -4660,22 +4660,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "block_index": 195, - "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -4685,30 +4685,30 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727945808.5978465, + "block_time": 1727950184.723641, "btc_amount": 0, - "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", + "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", "destination": "", "fee": 10000, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62, - "utxos_info": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e:1", + "utxos_info": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "memo": null, "asset_info": { "divisible": true, @@ -4722,7 +4722,7 @@ Returns the mempool events of a list of addresses }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 } ], "next_cursor": null, @@ -4735,7 +4735,7 @@ Returns the mempool events of a list of addresses Returns the balances of an address + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -4755,7 +4755,7 @@ Returns the balances of an address { "result": [ { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "A95428956980101314", "quantity": 100000000000, "utxo": null, @@ -4763,14 +4763,14 @@ Returns the balances of an address "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "MYASSETA", "quantity": 97999999980, "utxo": null, @@ -4778,14 +4778,14 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "980.00000000" }, { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4800,7 +4800,7 @@ Returns the balances of an address "quantity_normalized": "826.99937000" }, { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "TESTLOCKDESC", "quantity": 10000000000, "utxo": null, @@ -4808,7 +4808,7 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -4825,7 +4825,7 @@ Returns the balances of an address Returns the balance of an address and asset + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -4837,7 +4837,7 @@ Returns the balance of an address and asset ``` { "result": { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4859,7 +4859,7 @@ Returns the balance of an address and asset Returns the credits of an address + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -4909,16 +4909,16 @@ Returns the credits of an address "result": [ { "block_index": 191, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "event": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "tx_index": 57, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945782, + "block_time": 1727950158, "asset_info": { "divisible": true, "asset_longname": null, @@ -4930,16 +4930,16 @@ Returns the credits of an address }, { "block_index": 183, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "event": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", "tx_index": 0, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945683, + "block_time": 1727950044, "asset_info": { "divisible": true, "asset_longname": null, @@ -4951,20 +4951,20 @@ Returns the credits of an address }, { "block_index": 160, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "A95428956980101314", "quantity": 100000000000, "calling_function": "issuance", - "event": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "event": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "tx_index": 47, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945667, + "block_time": 1727950028, "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -4972,20 +4972,20 @@ Returns the credits of an address }, { "block_index": 157, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "TESTLOCKDESC", "quantity": 10000000000, "calling_function": "issuance", - "event": "82fb24d11e7c1e42fb8f6215737abfeea85d576dbc3ab4c332b28b554bf28e6b", + "event": "19491cfb68b4a52fff021ae6ba90f59445f486b2c0b30ee0cc291813959fb65e", "tx_index": 44, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945644, + "block_time": 1727950005, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -4997,16 +4997,16 @@ Returns the credits of an address "asset": "MYASSETA", "quantity": 1000000000, "calling_function": "attach to utxo", - "event": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", + "event": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", "tx_index": 39, - "utxo": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", - "utxo_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "utxo": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", + "utxo_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "confirmed": true, - "block_time": 1727945622, + "block_time": 1727949983, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5023,7 +5023,7 @@ Returns the credits of an address Returns the debits of an address + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -5062,16 +5062,16 @@ Returns the debits of an address "result": [ { "block_index": 192, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "event": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945786, + "block_time": 1727950162, "asset_info": { "divisible": true, "asset_longname": null, @@ -5083,16 +5083,16 @@ Returns the debits of an address }, { "block_index": 190, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "event": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "tx_index": 56, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945778, + "block_time": 1727950154, "asset_info": { "divisible": true, "asset_longname": null, @@ -5104,16 +5104,16 @@ Returns the debits of an address }, { "block_index": 189, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "event": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "divisible": true, "asset_longname": null, @@ -5125,20 +5125,20 @@ Returns the debits of an address }, { "block_index": 189, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "MYASSETA", "quantity": 20, "action": "mpma send", - "event": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "event": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5146,16 +5146,16 @@ Returns the debits of an address }, { "block_index": 184, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 10000, "action": "open order", - "event": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "event": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", "tx_index": 50, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945752, + "block_time": 1727950118, "asset_info": { "divisible": true, "asset_longname": null, @@ -5176,7 +5176,7 @@ Returns the debits of an address Returns the bets of a feed + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address of the feed + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address of the feed + status: `filled` (enum[str], optional) - The status of the bet + Default: `open` + Members @@ -5211,7 +5211,7 @@ Returns the bets of a feed Returns the broadcasts of a source + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + cursor (str, optional) - The last index of the broadcasts to return + Default: `None` + limit: `5` (int, optional) - The maximum number of broadcasts to return @@ -5230,9 +5230,9 @@ Returns the broadcasts of a source "result": [ { "tx_index": 24, - "tx_hash": "5b9cd44fd3208ebb47591e1c82ac880f76c98708fc4529df2ce75f402acd3a4b", + "tx_hash": "f2805ac89327dbb879789b22e562f2fafce4cc8a39f73b3df3a1e2a504fd5d4c", "block_index": 137, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -5240,7 +5240,7 @@ Returns the broadcasts of a source "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727945550, + "block_time": 1727949910, "fee_fraction_int_normalized": "0.00000000" } ], @@ -5254,7 +5254,7 @@ Returns the broadcasts of a source Returns the burns of an address + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + cursor (str, optional) - The last index of the burns to return + Default: `None` + limit: `5` (int, optional) - The maximum number of burns to return @@ -5273,14 +5273,14 @@ Returns the burns of an address "result": [ { "tx_index": 0, - "tx_hash": "dc6f7ff96e7673b8a4a5b94ee5220e34c50a195b544b7da637dcf411dba34cc8", + "tx_hash": "06980647d889a4d271adc4d03f0e52585a63e215631f35c2b8ed9cb2afd9f239", "block_index": 112, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "burned": 50000000, "earned": 74999998167, "status": "valid", "confirmed": true, - "block_time": 1727945437, + "block_time": 1727949803, "burned_normalized": "0.50000000", "earned_normalized": "749.99998000" } @@ -5295,7 +5295,7 @@ Returns the burns of an address Returns the sends, include Enhanced and MPMA sends, of an address + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5314,10 +5314,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address "result": [ { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "quantity": 10, "status": "valid", @@ -5325,7 +5325,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "divisible": true, "asset_longname": null, @@ -5338,10 +5338,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5349,11 +5349,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5362,10 +5362,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5373,11 +5373,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5386,10 +5386,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 39, - "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", + "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", "block_index": 152, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5397,11 +5397,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945622, + "block_time": 1727949983, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5410,10 +5410,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 36, - "tx_hash": "40f5ea677b086750662345d7ce520f68d274c36267ee12fd9432fb29eee4daa1", + "tx_hash": "d632d02c990ec5641313c6891bbb71371488f6b7ad87f8002812e572a5d7dcde", "block_index": 149, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "a96fb8430a8b57b33914e8cd4c34aad2ba7b68392717a7caef45c99c5f532c21:1", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "f10a3168ac64365a48f9a815f1c2734ac030860a1237aaaf9c27aefa7652c34c:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5421,11 +5421,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945609, + "block_time": 1727949972, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5443,7 +5443,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address Returns the receives of an address + Parameters - + address: `bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99` (str, required) - The address to return + + address: `bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74` (str, required) - The address to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5462,10 +5462,10 @@ Returns the receives of an address "result": [ { "tx_index": 38, - "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", + "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", "block_index": 151, - "source": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753:0", - "destination": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", + "source": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97:0", + "destination": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -5473,11 +5473,11 @@ Returns the receives of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945618, + "block_time": 1727949980, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5495,7 +5495,7 @@ Returns the receives of an address Returns the sends, include Enhanced and MPMA sends, of an address and asset + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + asset: `MYASSETA` (str, required) - The asset to return + cursor (str, optional) - The last index of the sends to return + Default: `None` @@ -5515,10 +5515,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "result": [ { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5526,11 +5526,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5539,10 +5539,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5550,11 +5550,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5563,10 +5563,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 39, - "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", + "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", "block_index": 152, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5574,11 +5574,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945622, + "block_time": 1727949983, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5587,10 +5587,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 36, - "tx_hash": "40f5ea677b086750662345d7ce520f68d274c36267ee12fd9432fb29eee4daa1", + "tx_hash": "d632d02c990ec5641313c6891bbb71371488f6b7ad87f8002812e572a5d7dcde", "block_index": 149, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "a96fb8430a8b57b33914e8cd4c34aad2ba7b68392717a7caef45c99c5f532c21:1", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "f10a3168ac64365a48f9a815f1c2734ac030860a1237aaaf9c27aefa7652c34c:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5598,11 +5598,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945609, + "block_time": 1727949972, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5620,7 +5620,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset Returns the receives of an address and asset + Parameters - + address: `bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99` (str, required) - The address to return + + address: `bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74` (str, required) - The address to return + asset: `MYASSETA` (str, required) - The asset to return + cursor (str, optional) - The last index of the sends to return + Default: `None` @@ -5640,10 +5640,10 @@ Returns the receives of an address and asset "result": [ { "tx_index": 38, - "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", + "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", "block_index": 151, - "source": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753:0", - "destination": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", + "source": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97:0", + "destination": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -5651,11 +5651,11 @@ Returns the receives of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945618, + "block_time": 1727949980, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5673,7 +5673,7 @@ Returns the receives of an address and asset Returns the dispensers of an address + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + status (enum[str], optional) - The status of the dispensers to return + Default: `all` + Members @@ -5702,9 +5702,9 @@ Returns the dispensers of an address "result": [ { "tx_index": 26, - "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5713,7 +5713,7 @@ Returns the dispensers of an address "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5723,7 +5723,7 @@ Returns the dispensers of an address "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -5748,7 +5748,7 @@ Returns the dispensers of an address Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -5761,9 +5761,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5772,7 +5772,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5782,7 +5782,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -5804,7 +5804,7 @@ Returns the dispenser of an address and an asset Returns the dispenses of a source + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -5824,19 +5824,19 @@ Returns the dispenses of a source { "tx_index": 28, "dispense_index": 0, - "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", + "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5844,7 +5844,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5859,7 +5859,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -5873,19 +5873,19 @@ Returns the dispenses of a source { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", + "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", "block_index": 140, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5893,7 +5893,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5908,7 +5908,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945563, + "block_time": 1727949923, "asset_info": { "divisible": true, "asset_longname": null, @@ -5930,7 +5930,7 @@ Returns the dispenses of a source Returns the dispenses of a destination + Parameters - + address: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address to return + + address: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -5950,19 +5950,19 @@ Returns the dispenses of a destination { "tx_index": 28, "dispense_index": 0, - "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", + "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5970,7 +5970,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5985,7 +5985,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -5999,19 +5999,19 @@ Returns the dispenses of a destination { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", + "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", "block_index": 140, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6019,7 +6019,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6034,7 +6034,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945563, + "block_time": 1727949923, "asset_info": { "divisible": true, "asset_longname": null, @@ -6056,7 +6056,7 @@ Returns the dispenses of a destination Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` @@ -6077,19 +6077,19 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", + "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6097,7 +6097,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6112,7 +6112,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -6126,19 +6126,19 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", + "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", "block_index": 140, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6146,7 +6146,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6161,7 +6161,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945563, + "block_time": 1727949923, "asset_info": { "divisible": true, "asset_longname": null, @@ -6183,7 +6183,7 @@ Returns the dispenses of an address and an asset Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address to return + + address: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` @@ -6204,19 +6204,19 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", + "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6224,7 +6224,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6239,7 +6239,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -6253,19 +6253,19 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", + "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", "block_index": 140, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6273,7 +6273,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6288,7 +6288,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945563, + "block_time": 1727949923, "asset_info": { "divisible": true, "asset_longname": null, @@ -6310,7 +6310,7 @@ Returns the dispenses of an address and an asset Returns the sweeps of an address + Parameters - + address: `bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr` (str, required) - The address to return + + address: `bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg` (str, required) - The address to return + cursor (str, optional) - The last index of the sweeps to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sweeps to return @@ -6329,16 +6329,16 @@ Returns the sweeps of an address "result": [ { "tx_index": 59, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727945790, + "block_time": 1727950166, "fee_paid_normalized": "0.00600000" } ], @@ -6352,7 +6352,7 @@ Returns the sweeps of an address Returns the issuances of an address + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + cursor (str, optional) - The last index of the issuances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of issuances to return @@ -6371,14 +6371,14 @@ Returns the issuances of an address "result": [ { "tx_index": 47, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -6393,20 +6393,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945667, + "block_time": 1727950028, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "762f064955baba5a00fc2c1231ef2a1a78bc49939cf55201296794e06d0fe01a", + "tx_hash": "625d8bed442f2a06eb53ca9d0c87e0311667e7eccde97f0714269799ee6f2ed1", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -6421,20 +6421,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727945663, + "block_time": 1727950024, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "53cbb9160664a9f9b85edd8466b144fdd9afc8ba72e0c8994cd970fed49fa554", + "tx_hash": "2be6ee6cfbfbcd404938bd58ae52f4e465134c7b05bf94225bec84d0703e4a20", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -6449,20 +6449,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945649, + "block_time": 1727950019, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "82fb24d11e7c1e42fb8f6215737abfeea85d576dbc3ab4c332b28b554bf28e6b", + "tx_hash": "19491cfb68b4a52fff021ae6ba90f59445f486b2c0b30ee0cc291813959fb65e", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -6477,20 +6477,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945644, + "block_time": 1727950005, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 35, - "tx_hash": "4aefdaffbe6bdc4ef9a583f4f03da367f3efaa889ce14eb0784f59c2aa028302", + "tx_hash": "6cf91e46595f063422d13989bd8c1b37afbdeeb33226a08c571c7a3ce2254450", "msg_index": 0, "block_index": 148, "asset": "MYASSETA", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -6505,7 +6505,7 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945605, + "block_time": 1727949967, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -6520,7 +6520,7 @@ Returns the issuances of an address Returns the valid assets of an issuer + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The issuer to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The issuer to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -6543,8 +6543,8 @@ Returns the valid assets of an issuer "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 10000000000, @@ -6552,16 +6552,16 @@ Returns the valid assets of an issuer "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727945644, - "last_issuance_block_time": 1727945663, + "first_issuance_block_time": 1727950005, + "last_issuance_block_time": 1727950024, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 100000000000, @@ -6569,16 +6569,16 @@ Returns the valid assets of an issuer "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727945605, - "last_issuance_block_time": 1727945605, + "first_issuance_block_time": 1727949967, + "last_issuance_block_time": 1727949967, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 40, @@ -6586,16 +6586,16 @@ Returns the valid assets of an issuer "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727945541, - "last_issuance_block_time": 1727945545, + "first_issuance_block_time": 1727949902, + "last_issuance_block_time": 1727949906, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 19, @@ -6603,16 +6603,16 @@ Returns the valid assets of an issuer "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727945515, - "last_issuance_block_time": 1727945537, + "first_issuance_block_time": 1727949885, + "last_issuance_block_time": 1727949897, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 0, @@ -6620,8 +6620,8 @@ Returns the valid assets of an issuer "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727945494, - "last_issuance_block_time": 1727945511, + "first_issuance_block_time": 1727949863, + "last_issuance_block_time": 1727949880, "supply_normalized": "0.00000000" } ], @@ -6635,7 +6635,7 @@ Returns the valid assets of an issuer Returns the transactions of an address + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + cursor: `61` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return @@ -6654,17 +6654,17 @@ Returns the transactions of an address "result": [ { "tx_index": 58, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", - "block_time": 1727945786, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", + "block_time": 1727950162, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35:1", + "utxos_info": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -6700,23 +6700,23 @@ Returns the transactions of an address }, { "tx_index": 57, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", - "block_time": 1727945782, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", + "block_time": 1727950158, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "46dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "data": "46bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "supported": true, - "utxos_info": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94:1", + "utxos_info": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "status": "valid" } }, @@ -6724,17 +6724,17 @@ Returns the transactions of an address }, { "tx_index": 56, - "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "block_index": 190, - "block_hash": "60999ce3f95c2a0834276b4e886f4efcf887c830a434c54247655be106b11ea8", - "block_time": 1727945778, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "0bbf5a400d56b8afb19788705ddcd67c84735192d7f7dce66c1b21320d60bbb2", + "block_time": 1727950154, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49:1", + "utxos_info": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -6770,17 +6770,17 @@ Returns the transactions of an address }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "block_hash": "6f156db0e493011225c4202b78afe15f19e4a92443e19f8a438b1f86062e9469", - "block_time": 1727945773, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "106daf13719a7cdf11cff6063a71e13ab296349646e954818f9cf28f316c1bcf", + "block_time": 1727950149, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003808e44aeb58719a0eea4fa6a325fb1ba904367d10680ab73abe1329ddb8c69c32d324c641cbe6db8ea8880a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380eb0bf878b6f872c588cc72f8d9356f101a2e4a7d8045cbeb60d6bd454103324d127d38f5798222e0c080944376ba708cc18f63acdf82615f25a7367b3e8e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78:0", + "utxos_info": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -6788,14 +6788,14 @@ Returns the transactions of an address "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -6803,7 +6803,7 @@ Returns the transactions of an address }, { "asset": "XCP", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -6822,17 +6822,17 @@ Returns the transactions of an address }, { "tx_index": 50, - "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", "block_index": 184, - "block_hash": "494b014594f8eec16e6a6afd8e13ab68b57c14ff70af7a64871a269cc2a07229", - "block_time": 1727945752, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "76cdab12a9658e73d931986d8c4fb1321dbd16d32bf24370e16da7258cd08ee0", + "block_time": 1727950118, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000027100000000000000000000000000000271000150000000000000000", "supported": true, - "utxos_info": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df:1", + "utxos_info": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -6877,7 +6877,7 @@ Returns the transactions of an address Returns the dividends distributed by an address + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + cursor (str, optional) - The last index of the assets to return + Default: `None` + limit: `5` (int, optional) - The maximum number of assets to return @@ -6896,20 +6896,20 @@ Returns the dividends distributed by an address "result": [ { "tx_index": 41, - "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "block_index": 154, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727945630, + "block_time": 1727949992, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -6934,7 +6934,7 @@ Returns the dividends distributed by an address Returns the orders of an address + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + status (enum[str], optional) - The status of the orders to return + Default: `all` + Members @@ -6963,9 +6963,9 @@ Returns the orders of an address "result": [ { "tx_index": 48, - "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", "block_index": 183, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6980,7 +6980,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727945683, + "block_time": 1727950044, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7006,9 +7006,9 @@ Returns the orders of an address }, { "tx_index": 50, - "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", "block_index": 187, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -7023,7 +7023,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727945765, + "block_time": 1727950131, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7049,9 +7049,9 @@ Returns the orders of an address }, { "tx_index": 56, - "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "block_index": 191, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7066,7 +7066,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727945782, + "block_time": 1727950158, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7092,9 +7092,9 @@ Returns the orders of an address }, { "tx_index": 58, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7109,7 +7109,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727945786, + "block_time": 1727950162, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7144,7 +7144,7 @@ Returns the orders of an address Returns the fairminter by its source + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The source of the fairminter to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The source of the fairminter to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -7162,10 +7162,10 @@ Returns the fairminter by its source { "result": [ { - "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", + "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", "tx_index": 22, "block_index": 135, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -7190,13 +7190,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945541 + "block_time": 1727949902 }, { - "tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", + "tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", "tx_index": 18, "block_index": 131, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -7221,13 +7221,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945515 + "block_time": 1727949885 }, { - "tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf", + "tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0", "tx_index": 14, "block_index": 130, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -7252,13 +7252,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945511 + "block_time": 1727949880 }, { - "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "tx_index": 10, "block_index": 125, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -7283,7 +7283,7 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945490 + "block_time": 1727949859 } ], "next_cursor": null, @@ -7296,7 +7296,7 @@ Returns the fairminter by its source Returns the mints by address + Parameters - + address: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address of the mints to return + + address: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address of the mints to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -7314,127 +7314,127 @@ Returns the mints by address { "result": [ { - "tx_hash": "b39289cb56bc3d031b595209a8eb9be4c04957b97de30db017a46f7824717952", + "tx_hash": "f8c0f1c7c6c9a830957ef9f7f2ed7e17e970b39d00a471b7beeb58dcb042eb0f", "tx_index": 23, "block_index": 136, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945545, + "block_time": 1727949906, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, { - "tx_hash": "e6656f406ca706c1c568e4a1b84ddfe97b05e3ac569b3dee70d8019a30aad890", + "tx_hash": "294f8183f4930073937915b80368899342374159c496f8b33a1c879bb792e416", "tx_index": 21, "block_index": 134, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945537, + "block_time": 1727949897, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, { - "tx_hash": "b57035c86ff92694be022fdaba6133d77756a2f1c245d6ead8590fb51388b00b", + "tx_hash": "e0718ae59749ced990818b0e9bf1bc0c3a843e4e86ce04c15481574384fdf8e1", "tx_index": 20, "block_index": 133, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945524, + "block_time": 1727949893, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, { - "tx_hash": "397517ff45377b5f555a39e02698ddf2cc628ff2235f2edfcb97790956f8311a", + "tx_hash": "3f015458544232c2d577519b4aab3ba481dd30968b39d6a16b5a5bd2f4c0fd89", "tx_index": 19, "block_index": 132, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945519, + "block_time": 1727949889, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, { - "tx_hash": "464f6772205364452d939a62b85651a77e76b3d6ac12334a3029449eefcbd2df", + "tx_hash": "8ecf63659e6c1d8ef68dee515d4b22e7b7a5b11ee7ec088b6563670a20baaa85", "tx_index": 15, "block_index": 127, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945498, + "block_time": 1727949868, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, { - "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", + "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", "tx_index": 11, "block_index": 123, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945481, + "block_time": 1727949851, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } @@ -7450,7 +7450,7 @@ Returns the mints by address Returns the mints by address and asset + Parameters - + address: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address of the mints to return + + address: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address of the mints to return + asset: `FAIRMINTA` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -7469,22 +7469,22 @@ Returns the mints by address and asset { "result": [ { - "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", + "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", "tx_index": 11, "block_index": 123, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945481, + "block_time": 1727949851, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } @@ -7523,8 +7523,8 @@ By default the default value of the `encoding` parameter detailed above is `auto Composes a transaction to issue a bet against a feed. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will make the bet - + feed_address: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address that hosts the feed to be bet on + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will make the bet + + feed_address: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address that hosts the feed to be bet on + bet_type: `2` (int, required) - Bet 0 for Bullish CFD (deprecated), 1 for Bearish CFD (deprecated), 2 for Equal, 3 for NotEqual + deadline: `3000000000` (int, required) - The time at which the bet should be decided/settled, in Unix time (seconds since epoch) + wager_quantity: `1000` (int, required) - The quantities of XCP to wager (in satoshis, hence integer) @@ -7592,7 +7592,7 @@ Composes a transaction to issue a bet against a feed. Composes a transaction to broadcast textual and numerical information to the network. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + timestamp: `4003903985` (int, required) - The timestamp of the broadcast, in Unix time + value: `100` (float, required) - Numerical value of the broadcast + fee_fraction: `0.05` (float, required) - How much of every bet on this feed should go to its operator; a fraction of 1, (i.e. 0.05 is five percent) @@ -7648,7 +7648,7 @@ Composes a transaction to broadcast textual and numerical information to the net { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -7660,7 +7660,7 @@ Composes a transaction to broadcast textual and numerical information to the net "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "020000000001011d23ce64a4b213c98fedf38a2a24eb0484918704d3c7379213d915a4bd3e9f53000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff0200000000000000002b6a292818f008b43c6eff57e65f619615981b4ea6749b25d94121e4e15b161be43b0f6665c2ac6feb63ffde9bba052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "0200000000010162413b7844f27438f8dc912f4ee1db2b165390e6963a06a44bd5fb16e222679300000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff0200000000000000002b6a29909457527be85ccfb06fe9c51dc94c7ec440e101afd8433bcaa4f347e670e94d95f1789819bc66f2409bba052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -7677,8 +7677,8 @@ Composes a transaction to broadcast textual and numerical information to the net Composes a transaction to pay for a BTC order match. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be sending the payment - + order_match_id: `810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e` (str, required) - The ID of the order match to pay for + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be sending the payment + + order_match_id: `a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd` (str, required) - The ID of the order match to pay for + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -7730,16 +7730,16 @@ Composes a transaction to pay for a BTC order match. { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e" + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd" }, "name": "btcpay", - "data": "434e5452505254590b810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597dfd1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "data": "434e5452505254590ba3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "btc_in": 5000000000, "btc_out": 3000, "btc_change": 4999978951, "btc_fee": 18049, - "rawtransaction": "02000000000101c4757e84d7049c372cd0a0bf113bd0d779f7f5290c53775dc0adaa377eda9922000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff03b80b0000000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2600000000000000004b6a49bb58ee044df2d849e259bffb9c3fcd1f23d895a57717c76aacf54edd3663b5015cf01b74e741ccff0149e9b34a90ef34022f4a58fd56963e1145f37f744355c90a58fefae7eed59777c79f052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "02000000000101820f17893a637e9c766e9f0918e847ff8bf337446ca53b9f4b07c71780d8fe7400000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff03b80b000000000000160014a011c04329d94b1b2937e64cc6638543f696596700000000000000004b6a49cb72c11c424d6b08306646cd295e0dd3ecb1d05d5c31065160406fd9cb60584bd1452bead0a2b54d5a33234ae489ea752715123de98286a6a634c65624d91d2289968653cdfa8cfa15c79f052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -7756,7 +7756,7 @@ Composes a transaction to pay for a BTC order match. Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, possible between blocks 278310 and 283810; on testnet it is still available). + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address with the BTC to burn + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address with the BTC to burn + quantity: `1000` (int, required) - The quantities of BTC to burn (in satoshis, hence integer) (1 BTC maximum burn per address) + overburn (bool, optional) - Whether to allow the burn to exceed 1 BTC for the address + Default: `False` @@ -7811,7 +7811,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "quantity": 1000, "overburn": false }, @@ -7821,7 +7821,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss "btc_out": 1000, "btc_change": 4999985815, "btc_fee": 13185, - "rawtransaction": "02000000000101c392644a2d2e61f93de403d3b53e5c20cfe00d2d633f5ce5f305f3fd7be20b60000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000" + "rawtransaction": "02000000000101f3893007debf9ad43bb8a72ad83e700ef9ee6ac800f96bb41fb55ceaecd89faa00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000" } } ``` @@ -7831,8 +7831,8 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss Composes a transaction to cancel an open order or bet. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that placed the order/bet to be cancelled - + offer_hash: `75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35` (str, required) - The hash of the order/bet to be cancelled + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that placed the order/bet to be cancelled + + offer_hash: `b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d` (str, required) - The hash of the order/bet to be cancelled + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -7884,16 +7884,16 @@ Composes a transaction to cancel an open order or bet. { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "offer_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35" + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "offer_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d" }, "name": "cancel", - "data": "434e5452505254594675f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "data": "434e54525052545946b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "020000000001017b04b71ee62ece274c1de12c3e86db9e4b8732d81777a50ea42e91b097b130fe000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff0200000000000000002b6a2993e0b9fda88184b25789dd00c847420b9c4d9c2df5de8c9728341fef6be6f63df3145315705e0b324f9bba052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "02000000000101b6d2b447a816ca26d5382bf73b5b95b1d9ccb2e6d0827ea4e693416ea90f117e00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff0200000000000000002b6a2975b7949ab47a7c8c031a5d8d28ac0894a71b97e19901740e252313bc74815b37225b953e1f11e4e6ef9bba052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -7910,7 +7910,7 @@ Composes a transaction to cancel an open order or bet. Composes a transaction to destroy a quantity of an asset. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be sending the asset to be destroyed + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be sending the asset to be destroyed + asset: `XCP` (str, required) - The asset to be destroyed + quantity: `1000` (int, required) - The quantity of the asset to be destroyed (in satoshis, hence integer) + tag: `"bugs!"` (str, required) - A tag for the destruction @@ -7965,7 +7965,7 @@ Composes a transaction to destroy a quantity of an asset. { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -7984,7 +7984,7 @@ Composes a transaction to destroy a quantity of an asset. "btc_out": 0, "btc_change": 4999986346, "btc_fee": 13654, - "rawtransaction": "02000000000101e696b35316c4203a1f0ca2941d056c1d563b4aa17766ebdb441b09f93ae10fa0000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000226a20e98246c84373613eb5fc74e0f6ffa6a30237d617dbc33f231d52c95c7ec86de8aabc052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "02000000000101020a23c9e9f85ac39ef1436002f9971b9f5890f316dd7ca489d28c25b9ccfec000000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000226a2009836a52919cf922d56e941a53e6738c9c06244ea0b6b743bfba711e015dd0a7aabc052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8001,7 +8001,7 @@ Composes a transaction to destroy a quantity of an asset. Composes a transaction to opens or closes a dispenser for a given asset at a given rate of main chain asset (BTC). Escrowed quantity on open must be equal or greater than give_quantity. It is suggested that you escrow multiples of give_quantity to ease dispenser operation. + Parameters - + address: `bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + + address: `bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + asset: `XCP` (str, required) - The asset or subasset to dispense + give_quantity: `1000` (int, required) - The quantity of the asset to dispense (in satoshis, hence integer) + escrow_quantity: `1000` (int, required) - The quantity of the asset to reserve for this dispenser (in satoshis, hence integer) @@ -8062,7 +8062,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv { "result": { "params": { - "source": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", + "source": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -8086,7 +8086,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv "btc_out": 0, "btc_change": 4949955760, "btc_fee": 14240, - "rawtransaction": "02000000000101b6f0dd34eebe92a2541fc3f39693968f73121a94670bb9aa17f12a3db43fc46f020000001600146c0b95df1a743f5f03038876cf8757fbae37a0f5ffffffff0200000000000000002c6a2afb08768aa119f82bdee59edaff93749d826616f1510c8ca15285b29f509aae3fa95852a217ac4a5e6870b0540a27010000001600146c0b95df1a743f5f03038876cf8757fbae37a0f502000000000000", + "rawtransaction": "02000000000101d2aa83df8ba38f4ee9ab9ac8860e0df065ec7adf827ae2cf408fe6dfd91fcb5d02000000160014072164844e52211af42dc096d85cd29c6cd8187fffffffff0200000000000000002c6a2af5584f6d1c6085a38305b82db705cba5fe7043ca471981889f18324a82c9459f89e39513645f0a589372b0540a2701000000160014072164844e52211af42dc096d85cd29c6cd8187f02000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8103,7 +8103,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv Composes a transaction to issue a dividend to holders of a given asset. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + quantity_per_unit: `1` (int, required) - The amount of dividend_asset rewarded (in satoshis, hence integer) + asset: `FAIRMINTA` (str, required) - The asset or subasset that the dividends are being rewarded on + dividend_asset: `XCP` (str, required) - The asset or subasset that the dividends are paid in @@ -8158,14 +8158,14 @@ Composes a transaction to issue a dividend to holders of a given asset. { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "quantity_per_unit": 1, "asset": "FAIRMINTA", "dividend_asset": "XCP", "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -8184,7 +8184,7 @@ Composes a transaction to issue a dividend to holders of a given asset. "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "020000000001010264c0c007892c0c753f3aab6af91ba0ce8cecae50c4fe67a4192d3cb9fc5c72000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000236a21c1b7e6d4605b9fe1106781e30eba0066a3c13e7b9847baa63030ec6d1cb75c47186fbc052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "02000000000101a53196372425fd7c33ab7eef66db67483d78478076c743a6c6dfe36197df8b3000000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000236a213aab9ff6f263db852fb2b0370b19edc0a2d69623db3dd7a0660f1b633d43e8220a6fbc052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8201,10 +8201,10 @@ Composes a transaction to issue a dividend to holders of a given asset. Composes a transaction to Issue a new asset, issue more of an existing asset, lock an asset, reset existing supply, or transfer the ownership of an asset. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be issuing or transfering the asset + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be issuing or transfering the asset + asset: `XCPTEST` (str, required) - The assets to issue or transfer. This can also be a subasset longname for new subasset issuances + quantity: `1000` (int, required) - The quantity of the asset to issue (set to 0 if transferring an asset) (in satoshis, hence integer) - + transfer_destination: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, optional) - The address to receive the asset + + transfer_destination: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, optional) - The address to receive the asset + Default: `None` + divisible (bool, optional) - Whether this asset is divisible or not (if a transfer, this value must match the value specified when the asset was originally issued) + Default: `True` @@ -8265,10 +8265,10 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "transfer_destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "lock": false, "reset": false, @@ -8281,7 +8281,7 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo "btc_out": 546, "btc_change": 4999983749, "btc_fee": 15705, - "rawtransaction": "02000000000101fe7c0fb663de5034c467091dfd5ffab1b2a7bd8df21c65df6a4418394014826a000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff0322020000000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe260000000000000000236a2146d6d72df8ed302e8290147e34b9ae0dd1e371a1dbbb461b04bf1906d89cae93d585b2052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "02000000000101165dff43390a501be7beba2375a69035f33e26c657f40250ef3a767e09c24f8000000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff032202000000000000160014a011c04329d94b1b2937e64cc6638543f69659670000000000000000236a211ea38b524dbaf117f6c33f419b30b81d3f1fae9c40437d9102281de16c18eca29985b2052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8298,9 +8298,9 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo Composes a transaction to send multiple payments to multiple addresses. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + assets: `XCP,MYASSETA` (str, required) - comma-separated list of assets to send - + destinations: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g,bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - comma-separated list of addresses to send to + + destinations: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7,bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - comma-separated list of addresses to send to + quantities: `1,2` (str, required) - comma-separated list of quantities to send (in satoshis, hence integer) + memo: `"Hello, world!"` (str, optional) - The Memo associated with this transaction + Default: `None` @@ -8357,16 +8357,16 @@ Composes a transaction to send multiple payments to multiple addresses. { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", 1 ], [ "MYASSETA", - "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", 2 ] ], @@ -8374,12 +8374,12 @@ Composes a transaction to send multiple payments to multiple addresses. "memo_is_hex": false }, "name": "mpma", - "data": "434e545250525459030002808bdc11663a033e9b683b2efd21c40b2d99cbbe26808e44aeb58719a0eea4fa6a325fb1ba904367d1068f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", + "data": "434e54525052545903000280a011c04329d94b1b2937e64cc6638543f696596780eb0bf878b6f872c588cc72f8d9356f101a2e4a7d8f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", "btc_in": 20000000000, "btc_out": 2000, "btc_change": 19999945492, "btc_fee": 52508, - "rawtransaction": "02000000000104d9676a93339a463c28fc133f9b084ea13fbb7e8f72710e469576440f7ce8852f000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff714aa57441532f287bdeb583bef87c19b4d2955f600029ba9af12d08e20fc53a000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffb453e5bfa8e44fa1ef85186a5571bf140b3f98dc8400d5456099c8a307eb7f7d000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffefb2c2fc4cf1b6e8e2842e3f5b1dd20788084196c0d4b9eb57c189c8d1fe3a57000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff03e80300000000000069512103412d48f176b53ff649629e970bc3b3670ea6656c84339b1746f516365d04c0bb210229af7edb46b4e59bfcc4046a1ca21c9d9e7286bc285b77c8708ef3ebfb2748b921035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aee803000000000000695121034e2d48f176b53ff64941e9faf9240b574a1c6652134e3bb20cf4d23d709d0bb921029789b655021a501ce564e2cee6c82ec22fc814ff4f8a714752c69687974864ca21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53ae14f316a8040000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000002000002000002000000000000", + "rawtransaction": "02000000000104c07504c31a928d4ca55f08492a507135135ec53a3a7d17d2ff3524ffa6dc0e9100000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff01a1740aed5f1774cce0d9cdb7e22ccf53ae6ab4f7cb2bae053be0a9c108e1cb00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff930e610b49301484e4b5fe89d8de627683768286bc3f07296704e377a270e33600000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffffc8463a2c1f92f4a6e99db6d56f758daf27bb7d70a90d878bba0fbd4e504612c600000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff03e80300000000000069512103ecf147ff0457d23700bbb6ee37c629f5f0432bdfe1c36245b2ebb03f05b9655d21037bc83f459952ab2e1a7cf55d5ddc6842e0af744e02f29affdc0c1ee126297762210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aee80300000000000069512103e3f147ff0457d2370098c183c50a5c1491eaf294f6ffce28490dd3ba464ff38d210222aff7ae92aad398e20e38d591ae909bd5c066542cb8e770fe447b8d4a465b75210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53ae14f316a804000000160014a011c04329d94b1b2937e64cc6638543f696596702000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8396,7 +8396,7 @@ Composes a transaction to send multiple payments to multiple addresses. Composes a transaction to place an order on the distributed exchange. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + give_asset: `XCP` (str, required) - The asset that will be given in the trade + give_quantity: `1000` (int, required) - The quantity of the asset that will be given (in satoshis, hence integer) + get_asset: `FAIRMINTA` (str, required) - The asset that will be received in the trade @@ -8454,7 +8454,7 @@ Composes a transaction to place an order on the distributed exchange. { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "FAIRMINTA", @@ -8471,7 +8471,7 @@ Composes a transaction to place an order on the distributed exchange. "get_asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -8485,7 +8485,7 @@ Composes a transaction to place an order on the distributed exchange. "btc_out": 0, "btc_change": 4999985233, "btc_fee": 14767, - "rawtransaction": "02000000000101f732955adb82d3e5f57a7955067ee30eadae686d8c118ae093e2aca6b9a3ef27000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000356a336cbc895b20ca309cd0883ec288c7a6e8703317619b89ff97e8580862555edec124e8f76b1a7b30719a46f8a4940ceed0530e4d51b8052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "0200000000010165af9f4b5e3beb2cdbe56861cdba0025979fd4929981f1cb31fd2e335296eee300000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000356a3388efe555bc6d430c83bdf562af04cce57794bb90c42dc1e8025181b79cf3faefe4c49941559ae95124cb9e9592e53089d2053f51b8052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8502,8 +8502,8 @@ Composes a transaction to place an order on the distributed exchange. Composes a transaction to send a quantity of an asset to another address. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) - + destination: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address that will be receiving the asset + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + destination: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address that will be receiving the asset + asset: `XCP` (str, required) - The asset or subasset to send + quantity: `1000` (int, required) - The quantity of the asset to send (in satoshis, hence integer) + memo (str, optional) - The Memo associated with this transaction @@ -8563,8 +8563,8 @@ Composes a transaction to send a quantity of an asset to another address. { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "quantity": 1000, "memo": null, @@ -8580,12 +8580,12 @@ Composes a transaction to send a quantity of an asset to another address. "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e8808e44aeb58719a0eea4fa6a325fb1ba904367d106", + "data": "434e54525052545902000000000000000100000000000003e880eb0bf878b6f872c588cc72f8d9356f101a2e4a7d", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985526, "btc_fee": 14474, - "rawtransaction": "020000000001014fd40cbcc57f07c4c2e264fdf3ff0c9f13ddc908a22da4c048018a69d10107f5000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000306a2e82ec71352b638b447732facdb9c7c2195b91fcceccad57f085ce45f0617e1bba9ffa7c4ed5d694eacf8ecc6ed1a176b9052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "02000000000101f366fc3fff7bcb68efc06c01ea3bbfce5de9ada0f55fe64183b5dbb2c61880a100000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000306a2e643713a2cf42c106f15c097c9660e30593f0fd22635b88f4725d5b0c7d412631c58f623f684cfa85c74e5e2a331676b9052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8602,8 +8602,8 @@ Composes a transaction to send a quantity of an asset to another address. Composes a transaction to Sends all assets and/or transfer ownerships to a destination address. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be sending - + destination: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address to receive the assets and/or ownerships + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be sending + + destination: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address to receive the assets and/or ownerships + flags: `7` (int, required) - An OR mask of flags indicating how the sweep should be processed. Possible flags are: - FLAG_BALANCES: (integer) 1, specifies that all balances should be transferred. - FLAG_OWNERSHIP: (integer) 2, specifies that all ownerships should be transferred. - FLAG_BINARY_MEMO: (integer) 4, specifies that the memo is in binary/hex form. + memo: `FFFF` (str, required) - The Memo associated with this transaction in hex format + encoding (str, optional) - The encoding method to use @@ -8657,18 +8657,18 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "flags": 7, "memo": "FFFF" }, "name": "sweep", - "data": "434e54525052545904808e44aeb58719a0eea4fa6a325fb1ba904367d10607ffff", + "data": "434e5452505254590480eb0bf878b6f872c588cc72f8d9356f101a2e4a7d07ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "02000000000101bcb39db67cbd94ed72cfd5f1d81a223b02faa38f42dd97f3883d3754c58b84f1000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000236a210452dabd8e92f78eb8e7c201fe766e1ef4fd1e5868e2393c3c59e1bcc7c4ab23d16fbc052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "020000000001016b530dd0ee1e7cb2c59e33e25f65df0a41aa26dcf5ca39687ac2d4bae9ce43c400000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000236a2117ea16d08ab54aa1eb0dfa23b2a0449b08b212b7df7df7a8ac99c854eff1fa8f7f6fbc052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8685,8 +8685,8 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti Composes a transaction to send BTC to a dispenser. + Parameters - + address: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address that will be sending (must have the necessary quantity of BTC) - + dispenser: `bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te` (str, required) - The dispenser that will be receiving the asset + + address: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address that will be sending (must have the necessary quantity of BTC) + + dispenser: `bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg` (str, required) - The dispenser that will be receiving the asset + quantity: `1000` (int, required) - The quantity of BTC to send (in satoshis, hence integer) + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -8739,8 +8739,8 @@ Composes a transaction to send BTC to a dispenser. { "result": { "params": { - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "quantity": 1000 }, "name": "dispense", @@ -8749,7 +8749,7 @@ Composes a transaction to send BTC to a dispenser. "btc_out": 1000, "btc_change": 4949852643, "btc_fee": 14357, - "rawtransaction": "02000000000101ccba3ba7323d0a1b65b4702c11ff20c2e7b6ae8b784009b50853ae3b476a10a0020000001600148e44aeb58719a0eea4fa6a325fb1ba904367d106ffffffff03e803000000000000160014a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f00000000000000000c6a0ae5a1e5920623250e9f4ae3c10827010000001600148e44aeb58719a0eea4fa6a325fb1ba904367d10602000000000000", + "rawtransaction": "0200000000010107d6cfd673112eb3bc0bdea1cea1c745e5d39b2f6d287e7c422ab2067200654102000000160014eb0bf878b6f872c588cc72f8d9356f101a2e4a7dffffffff03e803000000000000160014944376ba708cc18f63acdf82615f25a7367b3e8e00000000000000000c6a0a7821baefb017ad1ba379e3c1082701000000160014eb0bf878b6f872c588cc72f8d9356f101a2e4a7d02000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8766,7 +8766,7 @@ Composes a transaction to send BTC to a dispenser. Composes a transaction to issue a new asset using the FairMinter protocol. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be issuing the asset + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be issuing the asset + asset: `MYASSET` (str, required) - The asset to issue + asset_parent (str, optional) - The parent asset of the asset to issue + Default: `` @@ -8851,7 +8851,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -8876,7 +8876,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. "btc_out": 0, "btc_change": 4999985467, "btc_fee": 14533, - "rawtransaction": "02000000000101190595c286adcc17b96f41435167660d585d424616bce27e965477e188b60558000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000316a2f8953697aa93c5e59a5400d759bd110543110e6359d7d2f75e81dd868a4eb9b89b327d43f602fd823b5010d05f63ca43bb9052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "02000000000101db9389012eeae2d5ec2683d81c3a005f97e0a58c3c28ca608dce51c491504e5d00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000316a2f7d1323ab7231ecac3ba34bfb2be8345687587eb2fb071e62886c4df28afa63834ccd497b3fa4f64b962e87f9256dfe3bb9052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8893,7 +8893,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. Composes a transaction to mint a quantity of an asset using the FairMinter protocol. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address that will be minting the asset + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be minting the asset + asset: `FAIRMINTC` (str, required) - The asset to mint + quantity: `1` (int, optional) - The quantity of the asset to mint (in satoshis, hence integer) + Default: `0` @@ -8948,13 +8948,13 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTC", "quantity": 1, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -8966,7 +8966,7 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto "btc_out": 0, "btc_change": 4999987049, "btc_fee": 12951, - "rawtransaction": "020000000001010e7b564edb35a58cfc4ac5fbed51f71c5afd0d1b18430baf49a213f890489436000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000166a1451ae00e7fb53805c13d93ae8bdd0f0fe085b139869bf052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "020000000001010eead2bcd30f07530eb99617b837f940902cfce10fc53344b9b4da82626d6a2e00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000166a144c0606f0ef303947925464ade74063479f2e099069bf052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8983,10 +8983,10 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto Composes a transaction to attach assets from an address to UTXO. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address from which the assets are attached + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address from which the assets are attached + asset: `XCP` (str, required) - The asset or subasset to attach + quantity: `1000` (int, required) - The quantity of the asset to attach (in satoshis, hence integer) - + destination: `2299da7e37aaadc05d77530c29f5f779d7d03b11bfa0d02c379c04d7847e75c4:0` (str, optional) - The utxo to attach the assets to + + destination: `c96e16c9251e2c5a815516dc548aa686fe2591be81a55630c2be03e8715e04a8:0` (str, optional) - The utxo to attach the assets to + Default: `None` + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -9039,8 +9039,8 @@ Composes a transaction to attach assets from an address to UTXO. { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "2299da7e37aaadc05d77530c29f5f779d7d03b11bfa0d02c379c04d7847e75c4:0", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "c96e16c9251e2c5a815516dc548aa686fe2591be81a55630c2be03e8715e04a8:0", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -9053,12 +9053,12 @@ Composes a transaction to attach assets from an address to UTXO. "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964626372743171333077707a65333671766c666b36706d396d376a72337174396b7675683033783565797534677c323239396461376533376161616463303564373735333063323966356637373964376430336231316266613064303263333739633034643738343765373563343a307c5843507c31303030", + "data": "434e5452505254596462637274317135716775717365666d3939336b326668756578767663753967306d66766b743874666c6d76377c633936653136633932353165326335613831353531366463353438616136383666653235393162653831613535363330633262653033653837313565303461383a307c5843507c31303030", "btc_in": 30000000000, "btc_out": 3000, "btc_change": 29999918531, "btc_fee": 78469, - "rawtransaction": "02000000000106390d3a5d7cb050f1bce4dc3f6ea00bf3a7c6b20f01cfef736e0c9f45fc7e26c7000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff398a0430842e0c36f1f196b5168c531159b80265b090a7f3e3996b9bd62d53eb000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff08d5e48900919aec88491b3553182a331fe1d302f317e0a3e42220390a68b654000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff79c6cc334d253d0cd5082afe25fce60dd6c1eedd0a8ed6eeac3f76b4d151a534000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffdf06f0a140912d3ed6986406b497d6671041d8793beafed3f5c4b571cf6f7d28000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffac5ecdf8ec1cbec87cde7e8f4982881315a0510e42dfb8c959de61790df36797000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff04e803000000000000695121023d934ba1c5fe4be0650fc237b98f470dc615f00d740cb5442d8e116db6879a3321028efc7073de8a57bbe61e6d188b062bf993b1534a97bc82a33bc956c9bfee88ed21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aee803000000000000695121023d934ba1c5fe4be0650e9363aa9a17189615b219395eb3416c9b4f32bb848c822103d4f22420839c54f9f016370c980f2baedbb65500d5b186ef3d9f58c8efb8da3e21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aee8030000000000006951210217934ba1c5fe4be0655c9537ffc14600ad66d7013f59b6425cf87d0bddb1eaca2102e3c51d44b4f864ca9227066efe6e1bcaeb843633e288e5df09fb6ff0db8fbf6b21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aec36d22fc060000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000002000002000002000002000002000000000000", + "rawtransaction": "02000000000106a26359b0db87ecdfe09934b8f5c4313070d23e6c9491934738d67e80dbfd49fd00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff331c69e297a1dc88c585cc1e119a0ae9d05c1611ceb1afa89163bba23dd42d8f00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff472f2c1169dc05f505157f58d0da1d75a2a4e9267f0dad4881f0e7c2940221c900000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff354aadacb6791daaab68f406a73f171400558c092f0289c797f2d967536c3b1600000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffffeefbd37ffd4e0fb06f18b2a744eb3e51538bbfd9baacd263cdd0156dd6dda57700000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff601723a728b6221154077d2953a351a97e1606076cfa342f96a2a576b215176e00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff04e8030000000000006951210331a75f89c97dc650204fd555edac90d70121b8d3489a49bb4b4bf051c78742bc2103904b505bdc9ecae8f7a829661a77e28197b2416950aa8d8f071f2c83594919c5210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aee8030000000000006951210331a75f89c97dc65020128503aebd93c50131e7970cdc1deb4211fc5694d4452a2102ce060345cfda9ca4ffad7c334d60bcc099f517660fbedfc3574322d1594a1f6f210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aee803000000000000695121031ba75f89c97dc650201b8357a7e291da6c138fda08d91ced2672c962acb5243f2103f83e3523aae8a99dcecf190b7c0189f5afc627053ddcbaf364261ae6687f7aad210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aec36d22fc06000000160014a011c04329d94b1b2937e64cc6638543f696596702000002000002000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -9075,8 +9075,8 @@ Composes a transaction to attach assets from an address to UTXO. Composes a transaction to detach assets from UTXO to an address. + Parameters - + utxo: `c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0` (str, required) - The utxo from which the assets are detached - + destination: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to detach the assets to + + utxo: `4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0` (str, required) - The utxo from which the assets are detached + + destination: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to detach the assets to + asset: `XCP` (str, required) - The asset or subasset to detach + quantity: `1000` (int, required) - The quantity of the asset to detach (in satoshis, hence integer) + encoding (str, optional) - The encoding method to use @@ -9130,8 +9130,8 @@ Composes a transaction to detach assets from UTXO to an address. { "result": { "params": { - "source": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -9144,12 +9144,12 @@ Composes a transaction to detach assets from UTXO to an address. "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964633038623631623764303936623463663031653030366636653936343164323534613834323063633835646636653666393966623833626536383461303730313a307c626372743171333077707a65333671766c666b36706d396d376a72337174396b7675683033783565797534677c5843507c31303030", + "data": "434e54525052545964346564376266346330393164326137383465326434383165653564623939306135363866386239336136323764366164616634383834626566363163303534313a307c62637274317135716775717365666d3939336b326668756578767663753967306d66766b743874666c6d76377c5843507c31303030", "btc_in": 4950080000, "btc_out": 3000, "btc_change": 4950030353, "btc_fee": 46647, - "rawtransaction": "02000000000103f87a8663d37577cdbd4a9ee518adf7f1e997774b63c06425b5c2e62533b977cd0100000016001428d33e852e352f10e581cdb6e44206cb92b9ae85ffffffffb6f0dd34eebe92a2541fc3f39693968f73121a94670bb9aa17f12a3db43fc46f0000000016001428d33e852e352f10e581cdb6e44206cb92b9ae85ffffffff903f17275c08326e288b20d6d048c632236da4bcfc7ab287ac46c03fcfa663f80100000016001428d33e852e352f10e581cdb6e44206cb92b9ae85ffffffff04e80300000000000069512102ddb01efc8fa96b16fad865842a14712d5eaac2cd36153a73a9ce29264a932338210395be1ab3d8661f57d4caed5d9d280130d9fee5654d6fdcb163220020aa0185e42102e361787a95a757f162a84c787e605a2bb9550f8572cae63d8c369525db7755dc53aee80300000000000069512103ddb01efc8fa96b16fa8435d677407f285dad91cd3e19683ba8cb6b631ed2205c210293af5cac84631d17c694be02ca60583b84aaec2f4b7acebe6d621371a3549f0a2102e361787a95a757f162a84c787e605a2bb9550f8572cae63d8c369525db7755dc53aee80300000000000069512103f7b01efc8fa96b16fa8963cd6742206064def6813e136877caa819172fa313c02102a3d82cd6e1502b66b0f8d869fc103502e99d865d780bba87061466199367e7b02102e361787a95a757f162a84c787e605a2bb9550f8572cae63d8c369525db7755dc53ae11780b270100000016001428d33e852e352f10e581cdb6e44206cb92b9ae8502000002000002000000000000", + "rawtransaction": "02000000000103498a87e52afc340da582825547ec92387a0ebf8d4bb987d78254a259f42812be0100000016001407c56322c8e62d48b4812b95d019af8d3595a6c7ffffffffd2aa83df8ba38f4ee9ab9ac8860e0df065ec7adf827ae2cf408fe6dfd91fcb5d0000000016001407c56322c8e62d48b4812b95d019af8d3595a6c7ffffffffde62911df6d6f77be15178b320ced0d2ae4efaf3f132644aca4bb2a8a74e07480100000016001407c56322c8e62d48b4812b95d019af8d3595a6c7ffffffff04e80300000000000069512103d482b46d7d63b7b36c387c5a5f5ec7ae510b2deaa0aaee2ed6e47a3be0fc389e210305516faa0290dd618ac7510cec4b02d396b1db5d84bcca3b355406551b9ab8f3210252dafd63f2e76ced49bca8c8b06d798d35865afa0a24345c36df75f4c14caea253aee80300000000000069512102d482b46d7d63b7b36c647c5d5e0f93f9065828e7a0f4ec3383bf3c2ae3e9396021034c077fbe4491d9358ace0352e8150c9e91f09e4ad1fbc4383358044216dab823210252dafd63f2e76ced49bca8c8b06d798d35865afa0a24345c36df75f4c14caea253aee80300000000000069512103fe82b46d7d63b7b36c282e53561f92b43d2b4dafa0feec7fe1dc4e5ed2980c6d21023d600acf37f4bf58b3f73039da7364ebf488e83cb28efd5f033562347dae8086210252dafd63f2e76ced49bca8c8b06d798d35865afa0a24345c36df75f4c14caea253ae11780b270100000016001407c56322c8e62d48b4812b95d019af8d3595a6c702000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -9204,8 +9204,8 @@ Returns the valid assets "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 10000000000, @@ -9213,16 +9213,16 @@ Returns the valid assets "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727945644, - "last_issuance_block_time": 1727945663, + "first_issuance_block_time": 1727950005, + "last_issuance_block_time": 1727950024, "supply_normalized": "100.00000000" }, { "asset": "MYASSETB", "asset_id": "103804245871", "asset_longname": null, - "issuer": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "owner": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "issuer": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "owner": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "divisible": true, "locked": false, "supply": 100000000000, @@ -9230,16 +9230,16 @@ Returns the valid assets "first_issuance_block_index": 156, "last_issuance_block_index": 156, "confirmed": true, - "first_issuance_block_time": 1727945640, - "last_issuance_block_time": 1727945640, + "first_issuance_block_time": 1727950001, + "last_issuance_block_time": 1727950001, "supply_normalized": "1000.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 100000000000, @@ -9247,16 +9247,16 @@ Returns the valid assets "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727945605, - "last_issuance_block_time": 1727945605, + "first_issuance_block_time": 1727949967, + "last_issuance_block_time": 1727949967, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 40, @@ -9264,16 +9264,16 @@ Returns the valid assets "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727945541, - "last_issuance_block_time": 1727945545, + "first_issuance_block_time": 1727949902, + "last_issuance_block_time": 1727949906, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 19, @@ -9281,8 +9281,8 @@ Returns the valid assets "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727945515, - "last_issuance_block_time": 1727945537, + "first_issuance_block_time": 1727949885, + "last_issuance_block_time": 1727949897, "supply_normalized": "0.00000019" } ], @@ -9310,8 +9310,8 @@ Returns an asset by its name "asset": "FAIRMINTA", "asset_id": "1046814266082", "asset_longname": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 10000000000, @@ -9319,8 +9319,8 @@ Returns an asset by its name "first_issuance_block_index": 122, "last_issuance_block_index": 125, "confirmed": true, - "first_issuance_block_time": 1727945477, - "last_issuance_block_time": 1727945490, + "first_issuance_block_time": 1727949846, + "last_issuance_block_time": 1727949859, "supply_normalized": "100.00000000" } } @@ -9351,7 +9351,7 @@ Returns the asset balances { "result": [ { - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -9359,14 +9359,14 @@ Returns the asset balances "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "95.00000000" }, { - "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -9374,7 +9374,7 @@ Returns the asset balances "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -9392,7 +9392,7 @@ Returns the balance of an address and asset + Parameters + asset: `XCP` (str, required) - The asset to return - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -9403,7 +9403,7 @@ Returns the balance of an address and asset ``` { "result": { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -9454,9 +9454,9 @@ Returns the orders of an asset "result": [ { "tx_index": 48, - "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", "block_index": 183, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9471,7 +9471,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727945683, + "block_time": 1727950044, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9497,9 +9497,9 @@ Returns the orders of an asset }, { "tx_index": 50, - "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", "block_index": 187, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -9514,7 +9514,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727945765, + "block_time": 1727950131, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9540,9 +9540,9 @@ Returns the orders of an asset }, { "tx_index": 56, - "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "block_index": 191, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9557,7 +9557,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727945782, + "block_time": 1727950158, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9583,9 +9583,9 @@ Returns the orders of an asset }, { "tx_index": 58, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9600,7 +9600,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727945786, + "block_time": 1727950162, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9626,9 +9626,9 @@ Returns the orders of an asset }, { "tx_index": 51, - "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "block_index": 186, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -9643,7 +9643,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727945761, + "block_time": 1727950126, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9705,13 +9705,13 @@ Returns the orders of an asset { "result": [ { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 53, - "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", - "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -9725,7 +9725,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727945765, + "block_time": 1727950131, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9745,13 +9745,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 51, - "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -9765,7 +9765,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727945761, + "block_time": 1727950126, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9785,13 +9785,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", "tx0_index": 48, - "tx0_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 49, - "tx1_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "tx1_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -9805,7 +9805,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727945683, + "block_time": 1727950044, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9885,20 +9885,20 @@ Returns the credits of an asset "result": [ { "block_index": 193, - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "sweep", - "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945790, + "block_time": 1727950166, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -9906,20 +9906,20 @@ Returns the credits of an asset }, { "block_index": 125, - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "FAIRMINTA", "quantity": 9000000000, "calling_function": "fairmint", - "event": "5011ad37f17100ab26d1797dfc67ab6920ade5077607860a6eb424f00325c473", + "event": "8d600e6734fb4e3b830ad7d67214208e74a578c888c9411405a2fd79df05b971", "tx_index": 13, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945490, + "block_time": 1727949859, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -9927,20 +9927,20 @@ Returns the credits of an asset }, { "block_index": 124, - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", + "event": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945485, + "block_time": 1727949855, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -9948,20 +9948,20 @@ Returns the credits of an asset }, { "block_index": 124, - "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", + "event": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", "tx_index": 11, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945485, + "block_time": 1727949855, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -9973,16 +9973,16 @@ Returns the credits of an asset "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "escrowed fairmint", - "event": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", + "event": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945485, + "block_time": 1727949855, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -10042,12 +10042,12 @@ Returns the debits of an asset "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -10059,16 +10059,16 @@ Returns the debits of an asset }, { "block_index": 194, - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "quantity": 1, "action": "destroy", - "event": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", + "event": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", "tx_index": 60, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945795, + "block_time": 1727950171, "asset_info": { "divisible": true, "asset_longname": null, @@ -10080,16 +10080,16 @@ Returns the debits of an asset }, { "block_index": 193, - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "XCP", "quantity": 74499387833, "action": "sweep", - "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945790, + "block_time": 1727950166, "asset_info": { "divisible": true, "asset_longname": null, @@ -10101,16 +10101,16 @@ Returns the debits of an asset }, { "block_index": 193, - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "XCP", "quantity": 600000, "action": "sweep fee", - "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945790, + "block_time": 1727950166, "asset_info": { "divisible": true, "asset_longname": null, @@ -10122,16 +10122,16 @@ Returns the debits of an asset }, { "block_index": 192, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "event": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945786, + "block_time": 1727950162, "asset_info": { "divisible": true, "asset_longname": null, @@ -10171,20 +10171,20 @@ Returns the dividends of an asset "result": [ { "tx_index": 41, - "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "block_index": 154, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727945630, + "block_time": 1727949992, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -10228,14 +10228,14 @@ Returns the issuances of an asset "result": [ { "tx_index": 13, - "tx_hash": "5011ad37f17100ab26d1797dfc67ab6920ade5077607860a6eb424f00325c473", + "tx_hash": "8d600e6734fb4e3b830ad7d67214208e74a578c888c9411405a2fd79df05b971", "msg_index": 0, "block_index": 125, "asset": "FAIRMINTA", "quantity": 9000000000, "divisible": true, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -10250,20 +10250,20 @@ Returns the issuances of an asset "fair_minting": false, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727945490, + "block_time": 1727949859, "quantity_normalized": "90.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 12, - "tx_hash": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", + "tx_hash": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", "msg_index": 0, "block_index": 124, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -10278,20 +10278,20 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727945485, + "block_time": 1727949855, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 11, - "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", + "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", "msg_index": 0, "block_index": 123, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -10306,20 +10306,20 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727945481, + "block_time": 1727949851, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 10, - "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "msg_index": 0, "block_index": 122, "asset": "FAIRMINTA", "quantity": 0, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -10334,7 +10334,7 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "open_fairminter", "confirmed": true, - "block_time": 1727945477, + "block_time": 1727949846, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -10368,10 +10368,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "result": [ { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10379,7 +10379,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -10392,10 +10392,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "quantity": 10, "status": "valid", @@ -10403,7 +10403,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "divisible": true, "asset_longname": null, @@ -10416,10 +10416,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 54, - "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680", + "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2", "block_index": 188, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "quantity": 10000, "status": "valid", @@ -10427,7 +10427,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945769, + "block_time": 1727950145, "asset_info": { "divisible": true, "asset_longname": null, @@ -10440,10 +10440,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 43, - "tx_hash": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64", + "tx_hash": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad", "block_index": 156, - "source": "f863a6cf3fc046ac87b27afcbca46d2332c648d0d6208b286e32085c27173f90:0", - "destination": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "source": "48074ea7a8b24bca4a6432f1f3fa4eaed2d0ce20b37851e17bf7d6f61d9162de:0", + "destination": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10451,7 +10451,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945640, + "block_time": 1727950001, "asset_info": { "divisible": true, "asset_longname": null, @@ -10464,10 +10464,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 42, - "tx_hash": "f863a6cf3fc046ac87b27afcbca46d2332c648d0d6208b286e32085c27173f90", + "tx_hash": "48074ea7a8b24bca4a6432f1f3fa4eaed2d0ce20b37851e17bf7d6f61d9162de", "block_index": 155, - "source": "407cc4041ef37967e4e9f3ab5d85118678338f79080a33212b9acfcbd105a6f1:0", - "destination": "f863a6cf3fc046ac87b27afcbca46d2332c648d0d6208b286e32085c27173f90:0", + "source": "7fb20a45f9c7aa53bf1a1450db9bf316c8b6351010c7251794b8264fe86bdf74:0", + "destination": "48074ea7a8b24bca4a6432f1f3fa4eaed2d0ce20b37851e17bf7d6f61d9162de:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10475,7 +10475,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945635, + "block_time": 1727949996, "asset_info": { "divisible": true, "asset_longname": null, @@ -10526,9 +10526,9 @@ Returns the dispensers of an asset "result": [ { "tx_index": 26, - "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10537,7 +10537,7 @@ Returns the dispensers of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10547,7 +10547,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -10563,9 +10563,9 @@ Returns the dispensers of an asset }, { "tx_index": 29, - "tx_hash": "9fcb2d772361119ed3338602b788d9211b21b272fda78800a1869d25810716c9", + "tx_hash": "1bdf726d540902c1b9c37d0597bf3d192257e924b5f1d5e486b10a2db17547b0", "block_index": 142, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10574,7 +10574,7 @@ Returns the dispensers of an asset "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "origin": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -10584,7 +10584,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945570, + "block_time": 1727949931, "asset_info": { "divisible": true, "asset_longname": null, @@ -10600,9 +10600,9 @@ Returns the dispensers of an asset }, { "tx_index": 30, - "tx_hash": "d9e0a4f45614a5a900b80000750a09cbf77fdb8c914adb9637d39654a81ff23f", + "tx_hash": "23b55de699312b1b2b01311daed3ba598752c3322a31e2969bf0cd8d0e64c2b1", "block_index": 150, - "source": "mwNtBvuv6eXYCAGtKZfrruMuWS8serN2B8", + "source": "miqEFCo8WqtnAo2wPb5mADr9W9g3bQZZ7j", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -10610,10 +10610,10 @@ Returns the dispensers of an asset "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "9a7f28788f24bff8c089b3febbbc253088dd0ed2c391e2ed930ac3053d2fada7", - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "last_status_tx_hash": "73d5f24a8a410f309b10eb78a424cc7b7ea60463dbe921d334edf920f6ca994a", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 0, - "last_status_tx_source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "last_status_tx_source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -10621,7 +10621,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945613, + "block_time": 1727949976, "asset_info": { "divisible": true, "asset_longname": null, @@ -10637,18 +10637,18 @@ Returns the dispensers of an asset }, { "tx_index": 33, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10658,7 +10658,7 @@ Returns the dispensers of an asset "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -10683,7 +10683,7 @@ Returns the dispensers of an asset Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - The address to return + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -10696,9 +10696,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10707,7 +10707,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10717,7 +10717,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -10767,7 +10767,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -10775,7 +10775,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "quantity": 500000000, "escrow": null, "cursor_id": "balances_13", @@ -10784,7 +10784,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -10792,7 +10792,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "quantity": 0, "escrow": null, "cursor_id": "balances_14", @@ -10801,7 +10801,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -10809,7 +10809,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "quantity": 9500000000, "escrow": null, "cursor_id": "balances_15", @@ -10818,7 +10818,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -10855,27 +10855,27 @@ Returns the dispenses of an asset { "tx_index": 61, "dispense_index": 0, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10890,7 +10890,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -10904,27 +10904,27 @@ Returns the dispenses of an asset { "tx_index": 34, "dispense_index": 0, - "tx_hash": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6", + "tx_hash": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2", "block_index": 147, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "destination": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10939,7 +10939,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727945601, + "block_time": 1727949963, "asset_info": { "divisible": true, "asset_longname": null, @@ -10953,19 +10953,19 @@ Returns the dispenses of an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", + "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -10973,7 +10973,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10988,7 +10988,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -11002,19 +11002,19 @@ Returns the dispenses of an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", + "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", "block_index": 140, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -11022,7 +11022,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11037,7 +11037,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945563, + "block_time": 1727949923, "asset_info": { "divisible": true, "asset_longname": null, @@ -11080,8 +11080,8 @@ Returns asset subassets "asset": "A95428959745315388", "asset_id": "95428959745315388", "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 0, @@ -11089,8 +11089,8 @@ Returns asset subassets "first_issuance_block_index": 158, "last_issuance_block_index": 158, "confirmed": true, - "first_issuance_block_time": 1727945649, - "last_issuance_block_time": 1727945649, + "first_issuance_block_time": 1727950019, + "last_issuance_block_time": 1727950019, "supply_normalized": "0.00000000" } ], @@ -11122,10 +11122,10 @@ Returns the fairminter by its asset { "result": [ { - "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "tx_index": 10, "block_index": 125, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -11150,7 +11150,7 @@ Returns the fairminter by its asset "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945490 + "block_time": 1727949859 } ], "next_cursor": null, @@ -11181,64 +11181,64 @@ Returns the mints by asset { "result": [ { - "tx_hash": "5011ad37f17100ab26d1797dfc67ab6920ade5077607860a6eb424f00325c473", + "tx_hash": "8d600e6734fb4e3b830ad7d67214208e74a578c888c9411405a2fd79df05b971", "tx_index": 13, "block_index": 125, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", - "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "asset": "FAIRMINTA", "earn_quantity": 9000000000, "paid_quantity": 9000000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945490, + "block_time": 1727949859, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, { - "tx_hash": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", + "tx_hash": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", "tx_index": 12, "block_index": 124, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", - "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945485, + "block_time": 1727949855, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, { - "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", + "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", "tx_index": 11, "block_index": 123, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945481, + "block_time": 1727949851, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } @@ -11254,7 +11254,7 @@ Returns the mints by asset Returns the mints by address and asset + Parameters - + address: `bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4` (str, required) - The address of the mints to return + + address: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address of the mints to return + asset: `FAIRMINTA` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -11273,22 +11273,22 @@ Returns the mints by address and asset { "result": [ { - "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", + "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", "tx_index": 11, "block_index": 123, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945481, + "block_time": 1727949851, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } @@ -11334,9 +11334,9 @@ Returns all the orders "result": [ { "tx_index": 48, - "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", "block_index": 183, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11351,7 +11351,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727945683, + "block_time": 1727950044, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11377,9 +11377,9 @@ Returns all the orders }, { "tx_index": 51, - "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "block_index": 186, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -11394,7 +11394,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727945761, + "block_time": 1727950126, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11420,9 +11420,9 @@ Returns all the orders }, { "tx_index": 50, - "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", "block_index": 187, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -11437,7 +11437,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727945765, + "block_time": 1727950131, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11463,9 +11463,9 @@ Returns all the orders }, { "tx_index": 53, - "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "block_index": 187, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -11480,7 +11480,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727945765, + "block_time": 1727950131, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11506,9 +11506,9 @@ Returns all the orders }, { "tx_index": 56, - "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "block_index": 191, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11523,7 +11523,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727945782, + "block_time": 1727950158, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11558,7 +11558,7 @@ Returns all the orders Returns the information of an order + Parameters - + order_hash: `75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35` (str, required) - The hash of the transaction that created the order + + order_hash: `b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d` (str, required) - The hash of the transaction that created the order + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -11570,9 +11570,9 @@ Returns the information of an order { "result": { "tx_index": 58, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11587,7 +11587,7 @@ Returns the information of an order "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727945786, + "block_time": 1727950162, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11619,7 +11619,7 @@ Returns the information of an order Returns the order matches of an order + Parameters - + order_hash: `810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df` (str, required) - The hash of the transaction that created the order + + order_hash: `a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae` (str, required) - The hash of the transaction that created the order + status (enum[str], optional) - The status of the order matches to return + Default: `all` + Members @@ -11646,13 +11646,13 @@ Returns the order matches of an order { "result": [ { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 53, - "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", - "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -11666,7 +11666,7 @@ Returns the order matches of an order "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727945765, + "block_time": 1727950131, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -11686,13 +11686,13 @@ Returns the order matches of an order "fee_paid_normalized": "0.00000000" }, { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 51, - "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -11706,7 +11706,7 @@ Returns the order matches of an order "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727945761, + "block_time": 1727950126, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -11736,7 +11736,7 @@ Returns the order matches of an order Returns the BTC pays of an order + Parameters - + order_hash: `810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df` (str, required) - The hash of the transaction that created the order + + order_hash: `a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae` (str, required) - The hash of the transaction that created the order + cursor (str, optional) - The last index of the resolutions to return + Default: `None` + limit: `5` (int, optional) - The maximum number of resolutions to return @@ -11755,15 +11755,15 @@ Returns the BTC pays of an order "result": [ { "tx_index": 52, - "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", + "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", "block_index": 186, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "btc_amount": 2000, - "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "status": "valid", "confirmed": true, - "block_time": 1727945761, + "block_time": 1727950126, "btc_amount_normalized": "0.00002000" } ], @@ -11807,9 +11807,9 @@ Returns the orders to exchange two assets "result": [ { "tx_index": 51, - "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "block_index": 186, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -11827,7 +11827,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727945761, + "block_time": 1727950126, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11853,9 +11853,9 @@ Returns the orders to exchange two assets }, { "tx_index": 53, - "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "block_index": 187, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -11873,7 +11873,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727945765, + "block_time": 1727950131, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11899,9 +11899,9 @@ Returns the orders to exchange two assets }, { "tx_index": 48, - "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", "block_index": 183, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11919,7 +11919,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727945683, + "block_time": 1727950044, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11945,9 +11945,9 @@ Returns the orders to exchange two assets }, { "tx_index": 50, - "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", "block_index": 187, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -11965,7 +11965,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727945765, + "block_time": 1727950131, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11991,9 +11991,9 @@ Returns the orders to exchange two assets }, { "tx_index": 56, - "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "block_index": 191, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12011,7 +12011,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727945782, + "block_time": 1727950158, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12074,13 +12074,13 @@ Returns the orders to exchange two assets { "result": [ { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 53, - "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", - "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12097,7 +12097,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727945765, + "block_time": 1727950131, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12117,13 +12117,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 51, - "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12140,7 +12140,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727945761, + "block_time": 1727950126, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12160,13 +12160,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", "tx0_index": 48, - "tx0_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 49, - "tx1_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "tx1_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12183,7 +12183,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727945683, + "block_time": 1727950044, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12241,13 +12241,13 @@ Returns all the order matches { "result": [ { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 53, - "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", - "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12261,7 +12261,7 @@ Returns all the order matches "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727945765, + "block_time": 1727950131, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12281,13 +12281,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 51, - "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12301,7 +12301,7 @@ Returns all the order matches "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727945761, + "block_time": 1727950126, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12321,13 +12321,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", "tx0_index": 48, - "tx0_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 49, - "tx1_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "tx1_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12341,7 +12341,7 @@ Returns all the order matches "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727945683, + "block_time": 1727950044, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12509,66 +12509,66 @@ Returns the burns "result": [ { "tx_index": 9, - "tx_hash": "58c7186af188fab4f758cdc9036b567dcf74ab0ca64e7cb821e0231b9035a773", + "tx_hash": "8da7f00dd44ec21e346f824732a4ada88868034bebbc93629461b5945f7fbf72", "block_index": 121, - "source": "bcrt1qr6gw3e43d3evyvpkn579qf92f5xpdjqx5v632f", + "source": "bcrt1qzklp8scx46fgxl037gvzacpzvs34kymf9yjpfe", "burned": 50000000, "earned": 74999996667, "status": "valid", "confirmed": true, - "block_time": 1727945472, + "block_time": 1727949841, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 8, - "tx_hash": "5699f0284e59a21237903deb895347c3561cd5cd6e4546251c2eaef46e4a4368", + "tx_hash": "dcbc0b3ef6439aaba9ac9ec806760a60539fad4cf3095c5172817b12b0fb658e", "block_index": 120, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "burned": 50000000, "earned": 74999996833, "status": "valid", "confirmed": true, - "block_time": 1727945467, + "block_time": 1727949837, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 7, - "tx_hash": "1fb836aeab260a0aa9d5f283be457fd676de51484de4acc85a33f1d252429f43", + "tx_hash": "34009372bf41ecfbb02809ab73390d9314f20be8c8cb93e133bb4848123d7fc3", "block_index": 119, - "source": "bcrt1qks2ne3m7qlk6429jwvaqdxwjup0dkdc45rzud8", + "source": "bcrt1qtsuzk7aguy5f3ahel0jd6r90x5dnc2rah68jhr", "burned": 50000000, "earned": 74999997000, "status": "valid", "confirmed": true, - "block_time": 1727945463, + "block_time": 1727949833, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 6, - "tx_hash": "480b855d135f4769b6b0576c1df3e60c8fd0be744ee11969c25f1af0dfcbe74f", + "tx_hash": "d9d839662d07e5c525991f1f7f6e96b402d5fb27cfb53f83dd511990cdec4103", "block_index": 118, - "source": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", + "source": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", "burned": 50000000, "earned": 74999997167, "status": "valid", "confirmed": true, - "block_time": 1727945459, + "block_time": 1727949828, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 5, - "tx_hash": "13406e823609406999536eb99be930fcd99708e36a3cdae5ef0b0df9e5eb21a8", + "tx_hash": "59dc8ccc5ebed78c2de49d11ea4af46531c47f4615e033246b638d0f7b452f5e", "block_index": 117, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "burned": 50000000, "earned": 74999997333, "status": "valid", "confirmed": true, - "block_time": 1727945455, + "block_time": 1727949824, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" } @@ -12613,9 +12613,9 @@ Returns all dispensers "result": [ { "tx_index": 26, - "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12624,7 +12624,7 @@ Returns all dispensers "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12634,7 +12634,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -12650,9 +12650,9 @@ Returns all dispensers }, { "tx_index": 29, - "tx_hash": "9fcb2d772361119ed3338602b788d9211b21b272fda78800a1869d25810716c9", + "tx_hash": "1bdf726d540902c1b9c37d0597bf3d192257e924b5f1d5e486b10a2db17547b0", "block_index": 142, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12661,7 +12661,7 @@ Returns all dispensers "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "origin": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -12671,7 +12671,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945570, + "block_time": 1727949931, "asset_info": { "divisible": true, "asset_longname": null, @@ -12687,9 +12687,9 @@ Returns all dispensers }, { "tx_index": 30, - "tx_hash": "d9e0a4f45614a5a900b80000750a09cbf77fdb8c914adb9637d39654a81ff23f", + "tx_hash": "23b55de699312b1b2b01311daed3ba598752c3322a31e2969bf0cd8d0e64c2b1", "block_index": 150, - "source": "mwNtBvuv6eXYCAGtKZfrruMuWS8serN2B8", + "source": "miqEFCo8WqtnAo2wPb5mADr9W9g3bQZZ7j", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -12697,10 +12697,10 @@ Returns all dispensers "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "9a7f28788f24bff8c089b3febbbc253088dd0ed2c391e2ed930ac3053d2fada7", - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "last_status_tx_hash": "73d5f24a8a410f309b10eb78a424cc7b7ea60463dbe921d334edf920f6ca994a", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 0, - "last_status_tx_source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "last_status_tx_source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -12708,7 +12708,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945613, + "block_time": 1727949976, "asset_info": { "divisible": true, "asset_longname": null, @@ -12724,18 +12724,18 @@ Returns all dispensers }, { "tx_index": 33, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12745,7 +12745,7 @@ Returns all dispensers "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -12770,7 +12770,7 @@ Returns all dispensers Returns the dispenser information by tx_hash + Parameters - + dispenser_hash: `7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615` (str, required) - The hash of the dispenser to return + + dispenser_hash: `e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb` (str, required) - The hash of the dispenser to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -12782,9 +12782,9 @@ Returns the dispenser information by tx_hash { "result": { "tx_index": 26, - "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12793,7 +12793,7 @@ Returns the dispenser information by tx_hash "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12803,7 +12803,7 @@ Returns the dispenser information by tx_hash "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -12825,7 +12825,7 @@ Returns the dispenser information by tx_hash Returns the dispenses of a dispenser + Parameters - + dispenser_hash: `7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615` (str, required) - The hash of the dispenser to return + + dispenser_hash: `e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb` (str, required) - The hash of the dispenser to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -12845,19 +12845,19 @@ Returns the dispenses of a dispenser { "tx_index": 28, "dispense_index": 0, - "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", + "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -12865,7 +12865,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12880,7 +12880,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -12894,19 +12894,19 @@ Returns the dispenses of a dispenser { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", + "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", "block_index": 140, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -12914,7 +12914,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12929,7 +12929,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945563, + "block_time": 1727949923, "asset_info": { "divisible": true, "asset_longname": null, @@ -12971,20 +12971,20 @@ Returns all the dividends "result": [ { "tx_index": 41, - "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "block_index": 154, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727945630, + "block_time": 1727949992, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -13009,7 +13009,7 @@ Returns all the dividends Returns a dividend by its hash + Parameters - + dividend_hash: `6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2` (str, required) - The hash of the dividend to return + + dividend_hash: `20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b` (str, required) - The hash of the dividend to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -13021,20 +13021,20 @@ Returns a dividend by its hash { "result": { "tx_index": 41, - "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "block_index": 154, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727945630, + "block_time": 1727949992, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -13056,7 +13056,7 @@ Returns a dividend by its hash Returns a dividend distribution by its hash + Parameters - + dividend_hash: `6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2` (str, required) - The hash of the dividend distribution to return + + dividend_hash: `20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b` (str, required) - The hash of the dividend distribution to return + cursor (str, optional) - The last index of the credit to return + Default: `None` + limit: `5` (int, optional) - The maximum number of credit to return @@ -13079,12 +13079,12 @@ Returns a dividend distribution by its hash "asset": "XCP", "quantity": 1500000000, "calling_function": "dividend", - "event": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "event": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "tx_index": 41, - "utxo": "407cc4041ef37967e4e9f3ab5d85118678338f79080a33212b9acfcbd105a6f1:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "utxo": "7fb20a45f9c7aa53bf1a1450db9bf316c8b6351010c7251794b8264fe86bdf74:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "confirmed": true, - "block_time": 1727945630, + "block_time": 1727949992, "asset_info": { "divisible": true, "asset_longname": null, @@ -13096,16 +13096,16 @@ Returns a dividend distribution by its hash }, { "block_index": 154, - "address": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", + "address": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", "asset": "XCP", "quantity": 500000000, "calling_function": "dividend", - "event": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "event": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "tx_index": 41, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945630, + "block_time": 1727949992, "asset_info": { "divisible": true, "asset_longname": null, @@ -13151,27 +13151,27 @@ Returns all events "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", - "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", + "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", + "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", "transaction_count": 1, - "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", - "block_time": 1727945804 + "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", + "block_time": 1727950180 }, "tx_hash": null, "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61 }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 554, @@ -13180,14 +13180,14 @@ Returns all events "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -13198,9 +13198,9 @@ Returns all events "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 553, @@ -13209,9 +13209,9 @@ Returns all events "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": 0, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "asset_info": { "divisible": true, "asset_longname": null, @@ -13221,24 +13221,24 @@ Returns all events }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -13248,9 +13248,9 @@ Returns all events }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 551, @@ -13278,15 +13278,15 @@ Returns the event of an index "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", - "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", + "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", + "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", "transaction_count": 1, - "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", - "block_time": 1727945804 + "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", + "block_time": 1727950180 }, "tx_hash": null, "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } } ``` @@ -13364,16 +13364,16 @@ Returns the events filtered by event name "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -13383,9 +13383,9 @@ Returns the events filtered by event name }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 550, @@ -13395,12 +13395,12 @@ Returns the events filtered by event name "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -13410,9 +13410,9 @@ Returns the events filtered by event name }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 547, @@ -13422,39 +13422,39 @@ Returns the events filtered by event name "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 533, "event": "CREDIT", "params": { - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "block_index": 193, "calling_function": "sweep", - "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "quantity": 74499387833, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727945790, + "block_time": 1727950166, "asset_info": { "divisible": true, "asset_longname": null, @@ -13464,36 +13464,36 @@ Returns the events filtered by event name }, "quantity_normalized": "744.99388000" }, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "block_time": 1727945790 + "block_time": 1727950166 }, { "event_index": 531, "event": "CREDIT", "params": { - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "MYASSETA", "block_index": 193, "calling_function": "sweep", - "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "quantity": 10, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727945790, + "block_time": 1727950166, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "block_time": 1727945790 + "block_time": 1727950166 } ], "next_cursor": 529, @@ -13549,27 +13549,27 @@ Returns all the dispenses { "tx_index": 61, "dispense_index": 0, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13584,7 +13584,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -13598,27 +13598,27 @@ Returns all the dispenses { "tx_index": 34, "dispense_index": 0, - "tx_hash": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6", + "tx_hash": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2", "block_index": 147, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "destination": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13633,7 +13633,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727945601, + "block_time": 1727949963, "asset_info": { "divisible": true, "asset_longname": null, @@ -13647,19 +13647,19 @@ Returns all the dispenses { "tx_index": 28, "dispense_index": 0, - "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", + "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13667,7 +13667,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13682,7 +13682,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -13696,19 +13696,19 @@ Returns all the dispenses { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", + "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", "block_index": 140, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13716,7 +13716,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13731,7 +13731,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945563, + "block_time": 1727949923, "asset_info": { "divisible": true, "asset_longname": null, @@ -13773,10 +13773,10 @@ Returns all the sends include Enhanced and MPMA sends "result": [ { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -13784,7 +13784,7 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -13797,10 +13797,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -13808,11 +13808,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -13821,10 +13821,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "quantity": 10, "status": "valid", @@ -13832,7 +13832,7 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "divisible": true, "asset_longname": null, @@ -13845,10 +13845,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -13856,11 +13856,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -13869,10 +13869,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -13880,11 +13880,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -13922,14 +13922,14 @@ Returns all the issuances "result": [ { "tx_index": 47, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -13944,20 +13944,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945667, + "block_time": 1727950028, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "762f064955baba5a00fc2c1231ef2a1a78bc49939cf55201296794e06d0fe01a", + "tx_hash": "625d8bed442f2a06eb53ca9d0c87e0311667e7eccde97f0714269799ee6f2ed1", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -13972,20 +13972,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727945663, + "block_time": 1727950024, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "53cbb9160664a9f9b85edd8466b144fdd9afc8ba72e0c8994cd970fed49fa554", + "tx_hash": "2be6ee6cfbfbcd404938bd58ae52f4e465134c7b05bf94225bec84d0703e4a20", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -14000,20 +14000,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945649, + "block_time": 1727950019, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "82fb24d11e7c1e42fb8f6215737abfeea85d576dbc3ab4c332b28b554bf28e6b", + "tx_hash": "19491cfb68b4a52fff021ae6ba90f59445f486b2c0b30ee0cc291813959fb65e", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -14028,20 +14028,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945644, + "block_time": 1727950005, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 43, - "tx_hash": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64", + "tx_hash": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad", "msg_index": 0, "block_index": 156, "asset": "MYASSETB", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "issuer": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "issuer": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "transfer": false, "callable": false, "call_date": 0, @@ -14056,7 +14056,7 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945640, + "block_time": 1727950001, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -14071,7 +14071,7 @@ Returns all the issuances Returns the issuances of a block + Parameters - + tx_hash: `823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006` (str, required) - The hash of the transaction to return + + tx_hash: `f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14083,14 +14083,14 @@ Returns the issuances of a block { "result": { "tx_index": 47, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -14105,7 +14105,7 @@ Returns the issuances of a block "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945667, + "block_time": 1727950028, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -14137,16 +14137,16 @@ Returns all sweeps "result": [ { "tx_index": 59, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727945790, + "block_time": 1727950166, "fee_paid_normalized": "0.00600000" } ], @@ -14160,7 +14160,7 @@ Returns all sweeps Returns the sweeps of a transaction + Parameters - + tx_hash: `8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283` (str, required) - The hash of the transaction to return + + tx_hash: `86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14173,16 +14173,16 @@ Returns the sweeps of a transaction "result": [ { "tx_index": 59, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727945790, + "block_time": 1727950166, "fee_paid_normalized": "0.00600000" } ], @@ -14216,9 +14216,9 @@ Returns all valid broadcasts "result": [ { "tx_index": 25, - "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", + "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", "block_index": 138, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -14226,14 +14226,14 @@ Returns all valid broadcasts "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727945554, + "block_time": 1727949914, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "5b9cd44fd3208ebb47591e1c82ac880f76c98708fc4529df2ce75f402acd3a4b", + "tx_hash": "f2805ac89327dbb879789b22e562f2fafce4cc8a39f73b3df3a1e2a504fd5d4c", "block_index": 137, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -14241,7 +14241,7 @@ Returns all valid broadcasts "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727945550, + "block_time": 1727949910, "fee_fraction_int_normalized": "0.00000000" } ], @@ -14255,7 +14255,7 @@ Returns all valid broadcasts Returns the broadcast of a transaction + Parameters - + tx_hash: `c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5` (str, required) - The hash of the transaction to return + + tx_hash: `24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14267,9 +14267,9 @@ Returns the broadcast of a transaction { "result": { "tx_index": 25, - "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", + "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", "block_index": 138, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -14277,7 +14277,7 @@ Returns the broadcast of a transaction "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727945554, + "block_time": 1727949914, "fee_fraction_int_normalized": "0.00000000" } } @@ -14307,10 +14307,10 @@ Returns all fairminters { "result": [ { - "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", + "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", "tx_index": 22, "block_index": 135, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -14335,13 +14335,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945541 + "block_time": 1727949902 }, { - "tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", + "tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", "tx_index": 18, "block_index": 131, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -14366,13 +14366,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945515 + "block_time": 1727949885 }, { - "tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf", + "tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0", "tx_index": 14, "block_index": 130, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -14397,13 +14397,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945511 + "block_time": 1727949880 }, { - "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "tx_index": 10, "block_index": 125, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -14428,7 +14428,7 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945490 + "block_time": 1727949859 } ], "next_cursor": null, @@ -14471,7 +14471,7 @@ Returns the mints by fairminter Returns a list of unspent outputs for a list of addresses + Parameters - + addresses: `bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f,bcrt1qks2ne3m7qlk6429jwvaqdxwjup0dkdc45rzud8` (str, required) - The addresses to search for + + addresses: `bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux,bcrt1qtsuzk7aguy5f3ahel0jd6r90x5dnc2rah68jhr` (str, required) - The addresses to search for + unconfirmed (bool, optional) - Include unconfirmed transactions + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14490,8 +14490,8 @@ Returns a list of unspent outputs for a list of addresses "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6", - "address": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f" + "txid": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2", + "address": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux" }, { "vout": 2, @@ -14499,8 +14499,8 @@ Returns a list of unspent outputs for a list of addresses "value": 100000, "confirmations": 40, "amount": 0.001, - "txid": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64", - "address": "bcrt1qks2ne3m7qlk6429jwvaqdxwjup0dkdc45rzud8" + "txid": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad", + "address": "bcrt1qtsuzk7aguy5f3ahel0jd6r90x5dnc2rah68jhr" } ], "next_cursor": null, @@ -14513,7 +14513,7 @@ Returns a list of unspent outputs for a list of addresses Returns all transactions involving a given address + Parameters - + address: `bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr` (str, required) - The address to search for + + address: `bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg` (str, required) - The address to search for + unconfirmed: `True` (bool, optional) - Include unconfirmed transactions + Default: `True` + only_tx_hashes: `True` (bool, optional) - Return only the tx hashes @@ -14529,28 +14529,28 @@ Returns all transactions involving a given address { "result": [ { - "tx_hash": "749641a5626c4cd4dd3b8b769a1537edb124111ea76130d89e292fdd00609615" + "tx_hash": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147" }, { - "tx_hash": "a96fb8430a8b57b33914e8cd4c34aad2ba7b68392717a7caef45c99c5f532c21" + "tx_hash": "f10a3168ac64365a48f9a815f1c2734ac030860a1237aaaf9c27aefa7652c34c" }, { - "tx_hash": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d" + "tx_hash": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97" }, { - "tx_hash": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753" + "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2" }, { - "tx_hash": "51dcb129f7679169d5e9140c6ab73c06367c9c40ad86abe12cb6040d1eaaa966" + "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd" }, { - "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e" + "tx_hash": "736257a209e77e79c510f2b8ed031289b80b511fc0b9399a36cb65e8c8ca6fd0" }, { - "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680" + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea" }, { - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283" + "tx_hash": "5c1f7aa3e891ae588733bbe36b0431a6c1f33b1e957b5a370436bfdad7526afd" } ], "next_cursor": null, @@ -14563,7 +14563,7 @@ Returns all transactions involving a given address Get the oldest transaction for an address. + Parameters - + address: `bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0` (str, required) - The address to search for. + + address: `bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f` (str, required) - The address to search for. + block_index (int, optional) - The block index to search from. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14576,8 +14576,8 @@ Get the oldest transaction for an address. ``` { "result": { - "block_index": 2, - "tx_hash": "d63749c7e0fd3bbb8689f9a7cbbfdef9e89e126f110b46632afbc7b12e685e53" + "block_index": 10, + "tx_hash": "2471d089cd583f32e28f49ac5b3d4631a45fed4ec16244dcba28cb2bea41d4ae" } } ``` @@ -14587,7 +14587,7 @@ Get the oldest transaction for an address. Returns a list of unspent outputs for a specific address + Parameters - + address: `bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f` (str, required) - The address to search for + + address: `bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux` (str, required) - The address to search for + unconfirmed (bool, optional) - Include unconfirmed transactions + Default: `False` + unspent_tx_hash (str, optional) - Filter by unspent_tx_hash @@ -14608,7 +14608,7 @@ Returns a list of unspent outputs for a specific address "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6" + "txid": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2" } ], "next_cursor": null, @@ -14621,7 +14621,7 @@ Returns a list of unspent outputs for a specific address Get pubkey for an address. + Parameters - + address: `bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g` (str, required) - Address to get pubkey for. + + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - Address to get pubkey for. + provided_pubkeys (str, optional) - Comma separated list of provided pubkeys. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14633,7 +14633,7 @@ Get pubkey for an address. ``` { - "result": "035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de" + "result": "0202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d" } ``` @@ -14642,7 +14642,7 @@ Get pubkey for an address. Get a transaction from the blockchain + Parameters - + tx_hash: `c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701` (str, required) - The transaction hash + + tx_hash: `4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541` (str, required) - The transaction hash + format: `hex` (str, optional) - Whether to return JSON output or raw hex + Default: `json` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14654,7 +14654,7 @@ Get a transaction from the blockchain ``` { - "result": "02000000000101648bf41e97515e839ff6e9bcb5b94cf7dfd7c5f336ae86e85b7cdeed8e988bb00100000000ffffffff03e80300000000000016001428d33e852e352f10e581cdb6e44206cb92b9ae8500000000000000000c6a0a498943c80b080316584bdced082701000000160014b73c05b582d3c3987cd57cac576fc61dd31ffab202473044022003b09509af4889573bc248573fedf2812d54c2a356ee62bfed8ac795c142b413022041323ebf88fd28dc1af197792b4ff6641a1dbaf1232ac050a2feec2f1feba783012103186ad0b76a0932f58ccf579b9eef41a2a0ba95ecaf99f7198f8e4ff286cc55ff00000000" + "result": "02000000000101ad5d2b631669ec8e2d992cc1e16374cd5d8233e6dc61af2754aaed4dc169eb180100000000ffffffff03e80300000000000016001407c56322c8e62d48b4812b95d019af8d3595a6c700000000000000000c6a0a09b5a954cb57b864c922dced082701000000160014256f0646958e229e4de0329bd2e098589b5e7a210247304402202853adeb0dcf0441d4f458166b4eb666896fe7b55edb0860390143273a246cfd02201fbd7ff2227457e370b6e6087925a1187b472c0c69ca68ecb3b37f0234c1b8b2012103763d983b48eb7145ebdaf4ea6eb1274aa34f381599c46d524c829c448fb648c600000000" } ``` @@ -14723,13 +14723,15 @@ Get the current mempool info. ## Group Mempool -### Get All Mempool Events [GET /v2/mempool/events{?event_name}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get All Mempool Events [GET /v2/mempool/events{?event_name}{&addresses}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] Returns all mempool events + Parameters + event_name (str, optional) - Comma separated list of events to return + Default: `None` + + addresses (str, optional) - Comma separated list of addresses to return + + Default: `None` + cursor (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return @@ -14747,27 +14749,27 @@ Returns all mempool events { "result": [ { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62 }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "memo": null, "quantity": 10000, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "status": "valid", - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62, "asset_info": { "divisible": true, @@ -14778,22 +14780,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "CREDIT", "params": { - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -14803,22 +14805,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "block_index": 195, - "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -14828,30 +14830,30 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727945808.5978465, + "block_time": 1727950184.723641, "btc_amount": 0, - "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", + "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", "destination": "", "fee": 10000, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62, - "utxos_info": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e:1", + "utxos_info": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "memo": null, "asset_info": { "divisible": true, @@ -14865,7 +14867,7 @@ Returns all mempool events }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 } ], "next_cursor": null, @@ -14896,19 +14898,19 @@ Returns the mempool events filtered by event name { "result": [ { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "CREDIT", "params": { - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -14918,7 +14920,7 @@ Returns the mempool events filtered by event name }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 } ], "next_cursor": null, @@ -14931,7 +14933,7 @@ Returns the mempool events filtered by event name Returns the mempool events filtered by transaction hash + Parameters - + tx_hash: `af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e` (str, required) - The hash of the transaction to return + + tx_hash: `fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor (str, optional) - The last event index to return @@ -14951,27 +14953,27 @@ Returns the mempool events filtered by transaction hash { "result": [ { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62 }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "memo": null, "quantity": 10000, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "status": "valid", - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62, "asset_info": { "divisible": true, @@ -14982,22 +14984,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "CREDIT", "params": { - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -15007,22 +15009,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "block_index": 195, - "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -15032,30 +15034,30 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727945808.5978465, + "block_time": 1727950184.723641, "btc_amount": 0, - "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", + "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", "destination": "", "fee": 10000, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62, - "utxos_info": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e:1", + "utxos_info": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "memo": null, "asset_info": { "divisible": true, @@ -15069,7 +15071,7 @@ Returns the mempool events filtered by transaction hash }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 } ], "next_cursor": null, diff --git a/counterparty-core/counterpartycore/lib/api/queries.py b/counterparty-core/counterpartycore/lib/api/queries.py index c2430539e2..aecb20d816 100644 --- a/counterparty-core/counterpartycore/lib/api/queries.py +++ b/counterparty-core/counterpartycore/lib/api/queries.py @@ -700,18 +700,35 @@ def get_events_by_addresses( def get_all_mempool_events( - db, event_name: str = None, cursor: str = None, limit: int = 100, offset: int = None + db, + event_name: str = None, + addresses: str = None, + cursor: str = None, + limit: int = 100, + offset: int = None, ): """ Returns all mempool events :param str event_name: Comma separated list of events to return + :param str addresses: Comma separated list of addresses to return :param str cursor: The last event index to return :param int limit: The maximum number of events to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ - where = None + where = [] if event_name: - where = [{"event": event} for event in event_name.split(",")] + if addresses: + for address in addresses.split(","): + where = [ + {"event": event, "addresses__like": f"%{address}%"} + for event in event_name.split(",") + ] + else: + where = [{"event": event} for event in event_name.split(",")] + elif addresses: + for address in addresses.split(","): + where.append({"addresses__like": f"%{address}%"}) + select = "tx_hash, event, bindings AS params, timestamp" return select_rows( db, "mempool", where=where, last_cursor=cursor, limit=limit, offset=offset, select=select diff --git a/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json b/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json index 1a740bbcb8..2c60b33376 100644 --- a/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json +++ b/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json @@ -16211,6 +16211,13 @@ "type": "str", "description": "Comma separated list of events to return" }, + { + "name": "addresses", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of addresses to return" + }, { "name": "cursor", "default": null, diff --git a/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json b/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json index e0feba2e94..ff020d6b79 100644 --- a/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json +++ b/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json @@ -3,61 +3,61 @@ "result": [ { "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", "difficulty": 545259519, - "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", - "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", - "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", + "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", + "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", + "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", "transaction_count": 1, "confirmed": true }, { "block_index": 194, - "block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", - "block_time": 1727945795, - "previous_block_hash": "102563f9cdf586188bd5eb8891a0eca827001481da10fc22b54037dc3ff42708", + "block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", + "block_time": 1727950171, + "previous_block_hash": "3ca1dbfc98546535bb4cfc3e6abfd4845f057e2467a9f5e3e57d61dee190925e", "difficulty": 545259519, - "ledger_hash": "75afe305e390e27c443363b102b6f9ae114008789b73793705a561ee24e33300", - "txlist_hash": "ea697c499ab7124deff133810c05c89841e72aee11df7e4e40dcdcc88528e984", - "messages_hash": "a2821af3cd5e9fee24dfd5015c224b16e8e474a99d3446c5f13ceb640a0d3d17", + "ledger_hash": "686ff2fb4eab2e64312537135bf4373c76f635d5273047e309c987e77b9932e7", + "txlist_hash": "517bf661b3ba09423fdefa2594a88a057026d15fece9240e7bd84e44013ea501", + "messages_hash": "1819e6586300706850bcf4a4691d2ea7dcfc82d379fe92602b8dd8079f95f331", "transaction_count": 1, "confirmed": true }, { "block_index": 193, - "block_hash": "102563f9cdf586188bd5eb8891a0eca827001481da10fc22b54037dc3ff42708", - "block_time": 1727945790, - "previous_block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", + "block_hash": "3ca1dbfc98546535bb4cfc3e6abfd4845f057e2467a9f5e3e57d61dee190925e", + "block_time": 1727950166, + "previous_block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", "difficulty": 545259519, - "ledger_hash": "ed31d02c64c6d27df9d466b27da6ee31ca1f2ac55150c306239e63fd6a0f4afe", - "txlist_hash": "8dff347cd7dd8a13be6bdd5db9ad4fe7f5043af142a08857adf4ac1ba21d6cea", - "messages_hash": "2c88173e271a073ffa4d19601e6d54f8df97756075b78dbe6f5da8d2370ca19a", + "ledger_hash": "001cd3d588a7e5b4b212d1e188a2b07e4fdaaf52c8a2f2cba5fdd36c1629dc51", + "txlist_hash": "6a559a9606de4d5a33c2efb27b8313a46109e0f2b7955d70524bbe69b96c91f4", + "messages_hash": "881e5523016f2cab8d74d9347fbdb3b8719443e0b3e7bbfb6271891495cc774e", "transaction_count": 1, "confirmed": true }, { "block_index": 192, - "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", - "block_time": 1727945786, - "previous_block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", + "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", + "block_time": 1727950162, + "previous_block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", "difficulty": 545259519, - "ledger_hash": "d429aff40d8b05c36dbaef0f17374ff6fd61041404c1509c1e717239e454a765", - "txlist_hash": "626ecd1c4f810d92c17ecc1872bab3f34f84ca2298c8abd5fbbc9e1cdc3d32a4", - "messages_hash": "736837ce9c7714331bb6f7b89f89d6e388a7f1630dfbdff123d378072491564e", + "ledger_hash": "b3b2a61c66cbda456b4bd5eab4499111224712ceca1a01b1b3b50a882aa175b9", + "txlist_hash": "ed8bb1656f17dd04370fff5922110d6aa98a7acdddee3cab8c49873c6b500834", + "messages_hash": "d394a5b05c46cd60171d7c16df9d6f947a621bb143a08524e641cfcc8c9f4507", "transaction_count": 1, "confirmed": true }, { "block_index": 191, - "block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", - "block_time": 1727945782, - "previous_block_hash": "60999ce3f95c2a0834276b4e886f4efcf887c830a434c54247655be106b11ea8", + "block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", + "block_time": 1727950158, + "previous_block_hash": "0bbf5a400d56b8afb19788705ddcd67c84735192d7f7dce66c1b21320d60bbb2", "difficulty": 545259519, - "ledger_hash": "be0322cbf050d1b4f9206f66714070e7687eb1182ff3cbfe3bc272143bbd26e0", - "txlist_hash": "871b6990ef92dca974eb4cf2646df33b1336d60ab80d76d9efa760f764b0540a", - "messages_hash": "5dd0e567618a99ce7446549154f823934a44211bd211fedcb2e72543c7e284e4", + "ledger_hash": "ad9dea74b3a89ca0fa5ad1f9491afb345a64d241901f303445611172af43517b", + "txlist_hash": "cefc8fb0b7e8fd6596eb43bb47aed2aa9b35da76a18297038a80b27922a8461a", + "messages_hash": "1174dab96d739914a78550f704cf73823ce4dd9d4f3bd5706260db0ad7903cfc", "transaction_count": 1, "confirmed": true } @@ -68,13 +68,13 @@ "/v2/blocks/": { "result": { "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", "difficulty": 545259519, - "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", - "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", - "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", + "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", + "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", + "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", "transaction_count": 1, "confirmed": true } @@ -82,13 +82,13 @@ "/v2/blocks/": { "result": { "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", "difficulty": 545259519, - "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", - "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", - "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", + "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", + "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", + "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", "transaction_count": 1, "confirmed": true } @@ -97,17 +97,17 @@ "result": [ { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -129,11 +129,11 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", - "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", + "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", + "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", "transaction_count": 1, - "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", - "block_time": 1727945804 + "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", + "block_time": 1727950180 }, "tx_hash": null }, @@ -142,10 +142,10 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61 }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" }, { "event_index": 554, @@ -154,14 +154,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -172,7 +172,7 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" }, { "event_index": 553, @@ -181,9 +181,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": 0, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "asset_info": { "divisible": true, "asset_longname": null, @@ -193,22 +193,22 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -218,7 +218,7 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" } ], "next_cursor": 551, @@ -256,16 +256,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -275,7 +275,7 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" }, { "event_index": 550, @@ -285,12 +285,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -300,7 +300,7 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" }, { "event_index": 547, @@ -310,22 +310,22 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701" + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" } ], "next_cursor": null, @@ -335,16 +335,16 @@ "result": [ { "block_index": 195, - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -360,12 +360,12 @@ "asset": "XCP", "quantity": 1500000000, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -381,16 +381,16 @@ "asset": "MYASSETA", "quantity": 1500000000, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -408,12 +408,12 @@ "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -429,16 +429,16 @@ "asset": "MYASSETA", "quantity": 1500000000, "action": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -452,24 +452,24 @@ "result": [ { "type": "order", - "object_id": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "object_id": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", "block_index": 183, "confirmed": true, - "block_time": 1727945683 + "block_time": 1727950044 }, { "type": "order", - "object_id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "object_id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", "block_index": 183, "confirmed": true, - "block_time": 1727945683 + "block_time": 1727950044 }, { "type": "order_match", - "object_id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "object_id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", "block_index": 183, "confirmed": true, - "block_time": 1727945683 + "block_time": 1727950044 } ], "next_cursor": null, @@ -479,13 +479,13 @@ "result": [ { "tx_index": 57, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "status": "valid", "confirmed": true, - "block_time": 1727945782 + "block_time": 1727950158 } ], "next_cursor": null, @@ -495,15 +495,15 @@ "result": [ { "tx_index": 60, - "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", + "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", "block_index": 194, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "quantity": 1, "tag": "64657374726f79", "status": "valid", "confirmed": true, - "block_time": 1727945795, + "block_time": 1727950171, "asset_info": { "divisible": true, "asset_longname": null, @@ -521,14 +521,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -543,7 +543,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945667, + "block_time": 1727950028, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -555,10 +555,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -566,7 +566,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -579,10 +579,10 @@ }, { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -590,11 +590,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -610,27 +610,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -645,7 +645,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -664,16 +664,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727945790, + "block_time": 1727950166, "fee_paid_normalized": "0.00600000" } ], @@ -684,17 +684,17 @@ "result": [ { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -707,17 +707,17 @@ }, { "tx_index": 60, - "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", + "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", "block_index": 194, - "block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5", - "block_time": 1727945795, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", + "block_time": 1727950171, + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8:1", + "utxos_info": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -757,7 +757,7 @@ { "hash": "0000000000000000000000000000000000000000000000000000000000000000", "n": 4294967295, - "script_sig": "012d00", + "script_sig": "015d00", "sequence": 4294967295, "coinbase": true } @@ -765,7 +765,7 @@ "vout": [ { "value": 5000000000, - "script_pub_key": "00148bdc11663a033e9b683b2efd21c40b2d99cbbe26" + "script_pub_key": "0014a011c04329d94b1b2937e64cc6638543f6965967" }, { "value": 0, @@ -776,25 +776,25 @@ "0000000000000000000000000000000000000000000000000000000000000000" ], "lock_time": 0, - "tx_hash": "2299da7e37aaadc05d77530c29f5f779d7d03b11bfa0d02c379c04d7847e75c4", - "tx_id": "2299da7e37aaadc05d77530c29f5f779d7d03b11bfa0d02c379c04d7847e75c4" + "tx_hash": "c96e16c9251e2c5a815516dc548aa686fe2591be81a55630c2be03e8715e04a8", + "tx_id": "c96e16c9251e2c5a815516dc548aa686fe2591be81a55630c2be03e8715e04a8" } } }, "/v2/transactions//info": { "result": { - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", + "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "f1a605d1cbcf9a2b21330a08798f33788611855dabf3e9e46779f31e04c47c40", + "hash": "74df6be84f26b8941725c7101035b6c816f39bdb50141abf53aac7f9450ab27f", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -804,20 +804,20 @@ "vout": [ { "value": 0, - "script_pub_key": "6a2e1fc2aaa7b94c43cf27eb4a7cb544953d435f27691acd2cfe3c0a7e38aa79f7e8264b0d8203bc754d1502da556887" + "script_pub_key": "6a2e0bc561da94ae23ce5a78c4b0cb144ca30b9b3cabf24cace0df5febcc6ecd2883ce9f3c7eeb3f3e8d17af3d9d28c1" }, { "value": 4999955000, - "script_pub_key": "0014a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f" + "script_pub_key": "0014944376ba708cc18f63acdf82615f25a7367b3e8e" } ], "vtxinwit": [ - "3044022008890ce500a5a18bac5633c71126f8934bc5d53c1010847886b32a2d789b5d8c02204154d66d873f4b52dc481bbdbb11e042d499a72b04b7b0ee5216d2bf2fa20db401", - "026750c47282fe0cabab98947f40e2de1220c769acc418a9bb840f61e98dc052ff" + "30440220432badc72e04af9bf0ee8cbf988538206fd0a659c2f9ce5a05702faafc53705a022020ea0f476c96de8a44ff0eac337e54b3de611ff9684d1ecd84e44e319662b66001", + "02692071a77a4f5f1ad6599d8352e74672fa48490807173bef6299fb9f60f392ba" ], "lock_time": 0, - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", - "tx_id": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e" + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_id": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983" }, "unpacked_data": { "message_type": "enhanced_send", @@ -825,7 +825,7 @@ "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "memo": null, "asset_info": { "divisible": true, @@ -852,17 +852,17 @@ "/v2/transactions/": { "result": { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -877,17 +877,17 @@ "/v2/transactions/": { "result": { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", - "block_time": 1727945804, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_time": 1727950180, + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -906,12 +906,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61 }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 554, @@ -920,14 +920,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -938,9 +938,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 553, @@ -949,9 +949,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": 0, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "asset_info": { "divisible": true, "asset_longname": null, @@ -961,24 +961,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -988,9 +988,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 551, @@ -998,14 +998,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "msg_index": 1, "quantity": 1500000000, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", "status": "valid", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1015,9 +1015,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 550, @@ -1030,12 +1030,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61 }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 554, @@ -1044,14 +1044,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1062,9 +1062,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 553, @@ -1073,9 +1073,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": 0, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "asset_info": { "divisible": true, "asset_longname": null, @@ -1085,24 +1085,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1112,9 +1112,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 551, @@ -1122,14 +1122,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "msg_index": 1, "quantity": 1500000000, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", "status": "valid", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1139,9 +1139,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 550, @@ -1151,10 +1151,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -1162,7 +1162,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1175,10 +1175,10 @@ }, { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -1186,11 +1186,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -1206,27 +1206,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -1241,7 +1241,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1262,16 +1262,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1281,9 +1281,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 550, @@ -1293,12 +1293,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1308,9 +1308,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 547, @@ -1320,24 +1320,24 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": null, @@ -1349,16 +1349,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1368,9 +1368,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 550, @@ -1380,12 +1380,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1395,9 +1395,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 547, @@ -1407,24 +1407,24 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": null, @@ -1437,7 +1437,7 @@ "total": 100000000000, "addresses": [ { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -1447,7 +1447,7 @@ "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -1458,7 +1458,7 @@ "total": 97999999980, "addresses": [ { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "utxo": null, "utxo_address": null, "quantity": 97999999980, @@ -1468,7 +1468,7 @@ "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -1479,7 +1479,7 @@ "total": 500000000, "addresses": [ { - "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -1489,7 +1489,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -1500,7 +1500,7 @@ "total": 40, "addresses": [ { - "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "utxo": null, "utxo_address": null, "quantity": 40, @@ -1510,7 +1510,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -1521,7 +1521,7 @@ "total": 19, "addresses": [ { - "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "utxo": null, "utxo_address": null, "quantity": 19, @@ -1531,7 +1531,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -1545,17 +1545,17 @@ "result": [ { "tx_index": 58, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", - "block_time": 1727945786, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", + "block_time": 1727950162, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35:1", + "utxos_info": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -1591,23 +1591,23 @@ }, { "tx_index": 57, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", - "block_time": 1727945782, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", + "block_time": 1727950158, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "46dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "data": "46bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "supported": true, - "utxos_info": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94:1", + "utxos_info": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "status": "valid" } }, @@ -1615,17 +1615,17 @@ }, { "tx_index": 56, - "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "block_index": 190, - "block_hash": "60999ce3f95c2a0834276b4e886f4efcf887c830a434c54247655be106b11ea8", - "block_time": 1727945778, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "0bbf5a400d56b8afb19788705ddcd67c84735192d7f7dce66c1b21320d60bbb2", + "block_time": 1727950154, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49:1", + "utxos_info": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -1661,17 +1661,17 @@ }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "block_hash": "6f156db0e493011225c4202b78afe15f19e4a92443e19f8a438b1f86062e9469", - "block_time": 1727945773, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "106daf13719a7cdf11cff6063a71e13ab296349646e954818f9cf28f316c1bcf", + "block_time": 1727950149, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003808e44aeb58719a0eea4fa6a325fb1ba904367d10680ab73abe1329ddb8c69c32d324c641cbe6db8ea8880a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380eb0bf878b6f872c588cc72f8d9356f101a2e4a7d8045cbeb60d6bd454103324d127d38f5798222e0c080944376ba708cc18f63acdf82615f25a7367b3e8e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78:0", + "utxos_info": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -1679,14 +1679,14 @@ "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -1694,7 +1694,7 @@ }, { "asset": "XCP", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -1713,25 +1713,25 @@ }, { "tx_index": 52, - "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", + "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", "block_index": 186, - "block_hash": "04a6dbc8fcfd46eacc0e9abd4c20fc7aec8597e47ec523600e8c816ac3120304", - "block_time": 1727945761, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "157fc93eb7a005a30b71e8cb201afccf1a6ff447a1cf421ad9f6c2959eeb8c92", + "block_time": 1727950126, + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "btc_amount": 2000, "fee": 10000, - "data": "0b810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597dfd4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "data": "0ba3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3aee5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "supported": true, - "utxos_info": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc:0", + "utxos_info": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "status": "valid" } }, @@ -1760,11 +1760,11 @@ "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "open", - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "tx_index": 58, - "block_time": 1727945786, + "block_time": 1727950162, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -1788,24 +1788,24 @@ "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "block_time": 1727945786 + "block_time": 1727950162 }, { "event_index": 521, "event": "DEBIT", "params": { "action": "open order", - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "block_index": 192, - "event": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "event": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "quantity": 1000, "tx_index": 58, "utxo": null, "utxo_address": null, - "block_time": 1727945786, + "block_time": 1727950162, "asset_info": { "divisible": true, "asset_longname": null, @@ -1815,25 +1815,25 @@ }, "quantity_normalized": "0.00001000" }, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "block_time": 1727945786 + "block_time": 1727950162 }, { "event_index": 520, "event": "NEW_TRANSACTION", "params": { - "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", + "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", "block_index": 192, - "block_time": 1727945786, + "block_time": 1727950162, "btc_amount": 0, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "destination": "", "fee": 10000, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "tx_index": 58, - "utxos_info": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35:1", + "utxos_info": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d:1", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -1865,40 +1865,40 @@ }, "btc_amount_normalized": "0.00000000" }, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "block_time": 1727945786 + "block_time": 1727950162 }, { "event_index": 516, "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "valid", - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "tx_index": 57, - "block_time": 1727945782 + "block_time": 1727950158 }, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "block_time": 1727945782 + "block_time": 1727950158 }, { "event_index": 515, "event": "CREDIT", "params": { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "block_index": 191, "calling_function": "cancel order", - "event": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "event": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "quantity": 1000, "tx_index": 57, "utxo": null, "utxo_address": null, - "block_time": 1727945782, + "block_time": 1727950158, "asset_info": { "divisible": true, "asset_longname": null, @@ -1908,9 +1908,9 @@ }, "quantity_normalized": "0.00001000" }, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "block_time": 1727945782 + "block_time": 1727950158 } ], "next_cursor": 513, @@ -1919,17 +1919,17 @@ "/v2/addresses/mempool": { "result": [ { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "memo": null, "quantity": 10000, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "status": "valid", - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62, "asset_info": { "divisible": true, @@ -1940,22 +1940,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "CREDIT", "params": { - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1965,22 +1965,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "block_index": 195, - "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -1990,30 +1990,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727945808.5978465, + "block_time": 1727950184.723641, "btc_amount": 0, - "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", + "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", "destination": "", "fee": 10000, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62, - "utxos_info": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e:1", + "utxos_info": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "memo": null, "asset_info": { "divisible": true, @@ -2027,7 +2027,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 } ], "next_cursor": null, @@ -2036,7 +2036,7 @@ "/v2/addresses/
/balances": { "result": [ { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "A95428956980101314", "quantity": 100000000000, "utxo": null, @@ -2044,14 +2044,14 @@ "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "MYASSETA", "quantity": 97999999980, "utxo": null, @@ -2059,14 +2059,14 @@ "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "980.00000000" }, { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -2081,7 +2081,7 @@ "quantity_normalized": "826.99937000" }, { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "TESTLOCKDESC", "quantity": 10000000000, "utxo": null, @@ -2089,7 +2089,7 @@ "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2101,7 +2101,7 @@ }, "/v2/addresses/
/balances/": { "result": { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -2120,16 +2120,16 @@ "result": [ { "block_index": 191, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "event": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "tx_index": 57, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945782, + "block_time": 1727950158, "asset_info": { "divisible": true, "asset_longname": null, @@ -2141,16 +2141,16 @@ }, { "block_index": 183, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "event": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", "tx_index": 0, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945683, + "block_time": 1727950044, "asset_info": { "divisible": true, "asset_longname": null, @@ -2162,20 +2162,20 @@ }, { "block_index": 160, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "A95428956980101314", "quantity": 100000000000, "calling_function": "issuance", - "event": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "event": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "tx_index": 47, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945667, + "block_time": 1727950028, "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2183,20 +2183,20 @@ }, { "block_index": 157, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "TESTLOCKDESC", "quantity": 10000000000, "calling_function": "issuance", - "event": "82fb24d11e7c1e42fb8f6215737abfeea85d576dbc3ab4c332b28b554bf28e6b", + "event": "19491cfb68b4a52fff021ae6ba90f59445f486b2c0b30ee0cc291813959fb65e", "tx_index": 44, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945644, + "block_time": 1727950005, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2208,16 +2208,16 @@ "asset": "MYASSETA", "quantity": 1000000000, "calling_function": "attach to utxo", - "event": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", + "event": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", "tx_index": 39, - "utxo": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", - "utxo_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "utxo": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", + "utxo_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "confirmed": true, - "block_time": 1727945622, + "block_time": 1727949983, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2231,16 +2231,16 @@ "result": [ { "block_index": 192, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "event": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945786, + "block_time": 1727950162, "asset_info": { "divisible": true, "asset_longname": null, @@ -2252,16 +2252,16 @@ }, { "block_index": 190, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "event": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "tx_index": 56, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945778, + "block_time": 1727950154, "asset_info": { "divisible": true, "asset_longname": null, @@ -2273,16 +2273,16 @@ }, { "block_index": 189, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "event": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "divisible": true, "asset_longname": null, @@ -2294,20 +2294,20 @@ }, { "block_index": 189, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "MYASSETA", "quantity": 20, "action": "mpma send", - "event": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "event": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2315,16 +2315,16 @@ }, { "block_index": 184, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 10000, "action": "open order", - "event": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "event": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", "tx_index": 50, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945752, + "block_time": 1727950118, "asset_info": { "divisible": true, "asset_longname": null, @@ -2347,9 +2347,9 @@ "result": [ { "tx_index": 24, - "tx_hash": "5b9cd44fd3208ebb47591e1c82ac880f76c98708fc4529df2ce75f402acd3a4b", + "tx_hash": "f2805ac89327dbb879789b22e562f2fafce4cc8a39f73b3df3a1e2a504fd5d4c", "block_index": 137, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -2357,7 +2357,7 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727945550, + "block_time": 1727949910, "fee_fraction_int_normalized": "0.00000000" } ], @@ -2368,14 +2368,14 @@ "result": [ { "tx_index": 0, - "tx_hash": "dc6f7ff96e7673b8a4a5b94ee5220e34c50a195b544b7da637dcf411dba34cc8", + "tx_hash": "06980647d889a4d271adc4d03f0e52585a63e215631f35c2b8ed9cb2afd9f239", "block_index": 112, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "burned": 50000000, "earned": 74999998167, "status": "valid", "confirmed": true, - "block_time": 1727945437, + "block_time": 1727949803, "burned_normalized": "0.50000000", "earned_normalized": "749.99998000" } @@ -2387,10 +2387,10 @@ "result": [ { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "quantity": 10, "status": "valid", @@ -2398,7 +2398,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "divisible": true, "asset_longname": null, @@ -2411,10 +2411,10 @@ }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2422,11 +2422,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2435,10 +2435,10 @@ }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2446,11 +2446,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2459,10 +2459,10 @@ }, { "tx_index": 39, - "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", + "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", "block_index": 152, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2470,11 +2470,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945622, + "block_time": 1727949983, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2483,10 +2483,10 @@ }, { "tx_index": 36, - "tx_hash": "40f5ea677b086750662345d7ce520f68d274c36267ee12fd9432fb29eee4daa1", + "tx_hash": "d632d02c990ec5641313c6891bbb71371488f6b7ad87f8002812e572a5d7dcde", "block_index": 149, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "a96fb8430a8b57b33914e8cd4c34aad2ba7b68392717a7caef45c99c5f532c21:1", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "f10a3168ac64365a48f9a815f1c2734ac030860a1237aaaf9c27aefa7652c34c:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2494,11 +2494,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945609, + "block_time": 1727949972, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2513,10 +2513,10 @@ "result": [ { "tx_index": 38, - "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", + "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", "block_index": 151, - "source": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753:0", - "destination": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", + "source": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97:0", + "destination": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -2524,11 +2524,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945618, + "block_time": 1727949980, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2543,10 +2543,10 @@ "result": [ { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2554,11 +2554,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2567,10 +2567,10 @@ }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2578,11 +2578,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2591,10 +2591,10 @@ }, { "tx_index": 39, - "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", + "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", "block_index": 152, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2602,11 +2602,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945622, + "block_time": 1727949983, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2615,10 +2615,10 @@ }, { "tx_index": 36, - "tx_hash": "40f5ea677b086750662345d7ce520f68d274c36267ee12fd9432fb29eee4daa1", + "tx_hash": "d632d02c990ec5641313c6891bbb71371488f6b7ad87f8002812e572a5d7dcde", "block_index": 149, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "a96fb8430a8b57b33914e8cd4c34aad2ba7b68392717a7caef45c99c5f532c21:1", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "f10a3168ac64365a48f9a815f1c2734ac030860a1237aaaf9c27aefa7652c34c:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2626,11 +2626,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945609, + "block_time": 1727949972, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2645,10 +2645,10 @@ "result": [ { "tx_index": 38, - "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", + "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", "block_index": 151, - "source": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753:0", - "destination": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", + "source": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97:0", + "destination": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -2656,11 +2656,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945618, + "block_time": 1727949980, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -2675,9 +2675,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -2686,7 +2686,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2696,7 +2696,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -2717,9 +2717,9 @@ "/v2/addresses/
/dispensers/": { "result": { "tx_index": 26, - "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -2728,7 +2728,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2738,7 +2738,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -2758,19 +2758,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", + "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2778,7 +2778,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2793,7 +2793,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -2807,19 +2807,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", + "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", "block_index": 140, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2827,7 +2827,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2842,7 +2842,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945563, + "block_time": 1727949923, "asset_info": { "divisible": true, "asset_longname": null, @@ -2862,19 +2862,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", + "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2882,7 +2882,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2897,7 +2897,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -2911,19 +2911,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", + "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", "block_index": 140, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2931,7 +2931,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2946,7 +2946,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945563, + "block_time": 1727949923, "asset_info": { "divisible": true, "asset_longname": null, @@ -2966,19 +2966,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", + "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2986,7 +2986,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3001,7 +3001,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -3015,19 +3015,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", + "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", "block_index": 140, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3035,7 +3035,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3050,7 +3050,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945563, + "block_time": 1727949923, "asset_info": { "divisible": true, "asset_longname": null, @@ -3070,19 +3070,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", + "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3090,7 +3090,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3105,7 +3105,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -3119,19 +3119,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", + "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", "block_index": 140, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3139,7 +3139,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3154,7 +3154,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945563, + "block_time": 1727949923, "asset_info": { "divisible": true, "asset_longname": null, @@ -3173,16 +3173,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727945790, + "block_time": 1727950166, "fee_paid_normalized": "0.00600000" } ], @@ -3193,14 +3193,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -3215,20 +3215,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945667, + "block_time": 1727950028, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "762f064955baba5a00fc2c1231ef2a1a78bc49939cf55201296794e06d0fe01a", + "tx_hash": "625d8bed442f2a06eb53ca9d0c87e0311667e7eccde97f0714269799ee6f2ed1", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -3243,20 +3243,20 @@ "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727945663, + "block_time": 1727950024, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "53cbb9160664a9f9b85edd8466b144fdd9afc8ba72e0c8994cd970fed49fa554", + "tx_hash": "2be6ee6cfbfbcd404938bd58ae52f4e465134c7b05bf94225bec84d0703e4a20", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -3271,20 +3271,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945649, + "block_time": 1727950019, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "82fb24d11e7c1e42fb8f6215737abfeea85d576dbc3ab4c332b28b554bf28e6b", + "tx_hash": "19491cfb68b4a52fff021ae6ba90f59445f486b2c0b30ee0cc291813959fb65e", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -3299,20 +3299,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945644, + "block_time": 1727950005, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 35, - "tx_hash": "4aefdaffbe6bdc4ef9a583f4f03da367f3efaa889ce14eb0784f59c2aa028302", + "tx_hash": "6cf91e46595f063422d13989bd8c1b37afbdeeb33226a08c571c7a3ce2254450", "msg_index": 0, "block_index": 148, "asset": "MYASSETA", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -3327,7 +3327,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945605, + "block_time": 1727949967, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -3341,8 +3341,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 10000000000, @@ -3350,16 +3350,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727945644, - "last_issuance_block_time": 1727945663, + "first_issuance_block_time": 1727950005, + "last_issuance_block_time": 1727950024, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 100000000000, @@ -3367,16 +3367,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727945605, - "last_issuance_block_time": 1727945605, + "first_issuance_block_time": 1727949967, + "last_issuance_block_time": 1727949967, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 40, @@ -3384,16 +3384,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727945541, - "last_issuance_block_time": 1727945545, + "first_issuance_block_time": 1727949902, + "last_issuance_block_time": 1727949906, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 19, @@ -3401,16 +3401,16 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727945515, - "last_issuance_block_time": 1727945537, + "first_issuance_block_time": 1727949885, + "last_issuance_block_time": 1727949897, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 0, @@ -3418,8 +3418,8 @@ "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727945494, - "last_issuance_block_time": 1727945511, + "first_issuance_block_time": 1727949863, + "last_issuance_block_time": 1727949880, "supply_normalized": "0.00000000" } ], @@ -3430,17 +3430,17 @@ "result": [ { "tx_index": 58, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "block_hash": "2c83af5956795a88a1446a2ce54caf41927c527b26cc6bbb0ef6db141d1bfa99", - "block_time": 1727945786, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", + "block_time": 1727950162, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35:1", + "utxos_info": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3476,23 +3476,23 @@ }, { "tx_index": 57, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "block_hash": "7aa3059c8894dd1f89e4a4f15f3cfc95c788ff08aae9281f50757bf24263a56a", - "block_time": 1727945782, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", + "block_time": 1727950158, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "46dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "data": "46bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "supported": true, - "utxos_info": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94:1", + "utxos_info": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "status": "valid" } }, @@ -3500,17 +3500,17 @@ }, { "tx_index": 56, - "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "block_index": 190, - "block_hash": "60999ce3f95c2a0834276b4e886f4efcf887c830a434c54247655be106b11ea8", - "block_time": 1727945778, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "0bbf5a400d56b8afb19788705ddcd67c84735192d7f7dce66c1b21320d60bbb2", + "block_time": 1727950154, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49:1", + "utxos_info": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3546,17 +3546,17 @@ }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "block_hash": "6f156db0e493011225c4202b78afe15f19e4a92443e19f8a438b1f86062e9469", - "block_time": 1727945773, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "106daf13719a7cdf11cff6063a71e13ab296349646e954818f9cf28f316c1bcf", + "block_time": 1727950149, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003808e44aeb58719a0eea4fa6a325fb1ba904367d10680ab73abe1329ddb8c69c32d324c641cbe6db8ea8880a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380eb0bf878b6f872c588cc72f8d9356f101a2e4a7d8045cbeb60d6bd454103324d127d38f5798222e0c080944376ba708cc18f63acdf82615f25a7367b3e8e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78:0", + "utxos_info": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -3564,14 +3564,14 @@ "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -3579,7 +3579,7 @@ }, { "asset": "XCP", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -3598,17 +3598,17 @@ }, { "tx_index": 50, - "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", "block_index": 184, - "block_hash": "494b014594f8eec16e6a6afd8e13ab68b57c14ff70af7a64871a269cc2a07229", - "block_time": 1727945752, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "block_hash": "76cdab12a9658e73d931986d8c4fb1321dbd16d32bf24370e16da7258cd08ee0", + "block_time": 1727950118, + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000027100000000000000000000000000000271000150000000000000000", "supported": true, - "utxos_info": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df:1", + "utxos_info": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3650,20 +3650,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "block_index": 154, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727945630, + "block_time": 1727949992, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -3685,9 +3685,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", "block_index": 183, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3702,7 +3702,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727945683, + "block_time": 1727950044, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3728,9 +3728,9 @@ }, { "tx_index": 50, - "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", "block_index": 187, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -3745,7 +3745,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727945765, + "block_time": 1727950131, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3771,9 +3771,9 @@ }, { "tx_index": 56, - "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "block_index": 191, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3788,7 +3788,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727945782, + "block_time": 1727950158, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3814,9 +3814,9 @@ }, { "tx_index": 58, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3831,7 +3831,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727945786, + "block_time": 1727950162, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3862,10 +3862,10 @@ "/v2/addresses/
/fairminters": { "result": [ { - "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", + "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", "tx_index": 22, "block_index": 135, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -3890,13 +3890,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945541 + "block_time": 1727949902 }, { - "tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", + "tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", "tx_index": 18, "block_index": 131, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -3921,13 +3921,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945515 + "block_time": 1727949885 }, { - "tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf", + "tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0", "tx_index": 14, "block_index": 130, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -3952,13 +3952,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945511 + "block_time": 1727949880 }, { - "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "tx_index": 10, "block_index": 125, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -3983,7 +3983,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945490 + "block_time": 1727949859 } ], "next_cursor": null, @@ -3992,127 +3992,127 @@ "/v2/addresses/
/fairmints": { "result": [ { - "tx_hash": "b39289cb56bc3d031b595209a8eb9be4c04957b97de30db017a46f7824717952", + "tx_hash": "f8c0f1c7c6c9a830957ef9f7f2ed7e17e970b39d00a471b7beeb58dcb042eb0f", "tx_index": 23, "block_index": 136, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945545, + "block_time": 1727949906, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, { - "tx_hash": "e6656f406ca706c1c568e4a1b84ddfe97b05e3ac569b3dee70d8019a30aad890", + "tx_hash": "294f8183f4930073937915b80368899342374159c496f8b33a1c879bb792e416", "tx_index": 21, "block_index": 134, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945537, + "block_time": 1727949897, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, { - "tx_hash": "b57035c86ff92694be022fdaba6133d77756a2f1c245d6ead8590fb51388b00b", + "tx_hash": "e0718ae59749ced990818b0e9bf1bc0c3a843e4e86ce04c15481574384fdf8e1", "tx_index": 20, "block_index": 133, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945524, + "block_time": 1727949893, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, { - "tx_hash": "397517ff45377b5f555a39e02698ddf2cc628ff2235f2edfcb97790956f8311a", + "tx_hash": "3f015458544232c2d577519b4aab3ba481dd30968b39d6a16b5a5bd2f4c0fd89", "tx_index": 19, "block_index": 132, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945519, + "block_time": 1727949889, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, { - "tx_hash": "464f6772205364452d939a62b85651a77e76b3d6ac12334a3029449eefcbd2df", + "tx_hash": "8ecf63659e6c1d8ef68dee515d4b22e7b7a5b11ee7ec088b6563670a20baaa85", "tx_index": 15, "block_index": 127, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945498, + "block_time": 1727949868, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, { - "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", + "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", "tx_index": 11, "block_index": 123, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945481, + "block_time": 1727949851, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } @@ -4124,22 +4124,22 @@ "/v2/addresses/
/fairmints/": { "result": [ { - "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", + "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", "tx_index": 11, "block_index": 123, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945481, + "block_time": 1727949851, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } @@ -4154,7 +4154,7 @@ "/v2/addresses/
/compose/broadcast": { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -4166,7 +4166,7 @@ "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "020000000001011d23ce64a4b213c98fedf38a2a24eb0484918704d3c7379213d915a4bd3e9f53000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff0200000000000000002b6a292818f008b43c6eff57e65f619615981b4ea6749b25d94121e4e15b161be43b0f6665c2ac6feb63ffde9bba052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "0200000000010162413b7844f27438f8dc912f4ee1db2b165390e6963a06a44bd5fb16e222679300000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff0200000000000000002b6a29909457527be85ccfb06fe9c51dc94c7ec440e101afd8433bcaa4f347e670e94d95f1789819bc66f2409bba052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4179,16 +4179,16 @@ "/v2/addresses/
/compose/btcpay": { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e" + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd" }, "name": "btcpay", - "data": "434e5452505254590b810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597dfd1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "data": "434e5452505254590ba3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "btc_in": 5000000000, "btc_out": 3000, "btc_change": 4999978951, "btc_fee": 18049, - "rawtransaction": "02000000000101c4757e84d7049c372cd0a0bf113bd0d779f7f5290c53775dc0adaa377eda9922000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff03b80b0000000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2600000000000000004b6a49bb58ee044df2d849e259bffb9c3fcd1f23d895a57717c76aacf54edd3663b5015cf01b74e741ccff0149e9b34a90ef34022f4a58fd56963e1145f37f744355c90a58fefae7eed59777c79f052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "02000000000101820f17893a637e9c766e9f0918e847ff8bf337446ca53b9f4b07c71780d8fe7400000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff03b80b000000000000160014a011c04329d94b1b2937e64cc6638543f696596700000000000000004b6a49cb72c11c424d6b08306646cd295e0dd3ecb1d05d5c31065160406fd9cb60584bd1452bead0a2b54d5a33234ae489ea752715123de98286a6a634c65624d91d2289968653cdfa8cfa15c79f052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4201,7 +4201,7 @@ "/v2/addresses/
/compose/burn": { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "quantity": 1000, "overburn": false }, @@ -4211,22 +4211,22 @@ "btc_out": 1000, "btc_change": 4999985815, "btc_fee": 13185, - "rawtransaction": "02000000000101c392644a2d2e61f93de403d3b53e5c20cfe00d2d633f5ce5f305f3fd7be20b60000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000" + "rawtransaction": "02000000000101f3893007debf9ad43bb8a72ad83e700ef9ee6ac800f96bb41fb55ceaecd89faa00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000" } }, "/v2/addresses/
/compose/cancel": { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "offer_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35" + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "offer_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d" }, "name": "cancel", - "data": "434e5452505254594675f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "data": "434e54525052545946b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "020000000001017b04b71ee62ece274c1de12c3e86db9e4b8732d81777a50ea42e91b097b130fe000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff0200000000000000002b6a2993e0b9fda88184b25789dd00c847420b9c4d9c2df5de8c9728341fef6be6f63df3145315705e0b324f9bba052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "02000000000101b6d2b447a816ca26d5382bf73b5b95b1d9ccb2e6d0827ea4e693416ea90f117e00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff0200000000000000002b6a2975b7949ab47a7c8c031a5d8d28ac0894a71b97e19901740e252313bc74815b37225b953e1f11e4e6ef9bba052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4239,7 +4239,7 @@ "/v2/addresses/
/compose/destroy": { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -4258,7 +4258,7 @@ "btc_out": 0, "btc_change": 4999986346, "btc_fee": 13654, - "rawtransaction": "02000000000101e696b35316c4203a1f0ca2941d056c1d563b4aa17766ebdb441b09f93ae10fa0000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000226a20e98246c84373613eb5fc74e0f6ffa6a30237d617dbc33f231d52c95c7ec86de8aabc052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "02000000000101020a23c9e9f85ac39ef1436002f9971b9f5890f316dd7ca489d28c25b9ccfec000000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000226a2009836a52919cf922d56e941a53e6738c9c06244ea0b6b743bfba711e015dd0a7aabc052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4271,7 +4271,7 @@ "/v2/addresses/
/compose/dispenser": { "result": { "params": { - "source": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", + "source": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -4295,7 +4295,7 @@ "btc_out": 0, "btc_change": 4949955760, "btc_fee": 14240, - "rawtransaction": "02000000000101b6f0dd34eebe92a2541fc3f39693968f73121a94670bb9aa17f12a3db43fc46f020000001600146c0b95df1a743f5f03038876cf8757fbae37a0f5ffffffff0200000000000000002c6a2afb08768aa119f82bdee59edaff93749d826616f1510c8ca15285b29f509aae3fa95852a217ac4a5e6870b0540a27010000001600146c0b95df1a743f5f03038876cf8757fbae37a0f502000000000000", + "rawtransaction": "02000000000101d2aa83df8ba38f4ee9ab9ac8860e0df065ec7adf827ae2cf408fe6dfd91fcb5d02000000160014072164844e52211af42dc096d85cd29c6cd8187fffffffff0200000000000000002c6a2af5584f6d1c6085a38305b82db705cba5fe7043ca471981889f18324a82c9459f89e39513645f0a589372b0540a2701000000160014072164844e52211af42dc096d85cd29c6cd8187f02000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4308,14 +4308,14 @@ "/v2/addresses/
/compose/dividend": { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "quantity_per_unit": 1, "asset": "FAIRMINTA", "dividend_asset": "XCP", "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -4334,7 +4334,7 @@ "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "020000000001010264c0c007892c0c753f3aab6af91ba0ce8cecae50c4fe67a4192d3cb9fc5c72000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000236a21c1b7e6d4605b9fe1106781e30eba0066a3c13e7b9847baa63030ec6d1cb75c47186fbc052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "02000000000101a53196372425fd7c33ab7eef66db67483d78478076c743a6c6dfe36197df8b3000000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000236a213aab9ff6f263db852fb2b0370b19edc0a2d69623db3dd7a0660f1b633d43e8220a6fbc052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4347,10 +4347,10 @@ "/v2/addresses/
/compose/issuance": { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "transfer_destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "lock": false, "reset": false, @@ -4363,7 +4363,7 @@ "btc_out": 546, "btc_change": 4999983749, "btc_fee": 15705, - "rawtransaction": "02000000000101fe7c0fb663de5034c467091dfd5ffab1b2a7bd8df21c65df6a4418394014826a000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff0322020000000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe260000000000000000236a2146d6d72df8ed302e8290147e34b9ae0dd1e371a1dbbb461b04bf1906d89cae93d585b2052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "02000000000101165dff43390a501be7beba2375a69035f33e26c657f40250ef3a767e09c24f8000000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff032202000000000000160014a011c04329d94b1b2937e64cc6638543f69659670000000000000000236a211ea38b524dbaf117f6c33f419b30b81d3f1fae9c40437d9102281de16c18eca29985b2052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4376,16 +4376,16 @@ "/v2/addresses/
/compose/mpma": { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", 1 ], [ "MYASSETA", - "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", 2 ] ], @@ -4393,12 +4393,12 @@ "memo_is_hex": false }, "name": "mpma", - "data": "434e545250525459030002808bdc11663a033e9b683b2efd21c40b2d99cbbe26808e44aeb58719a0eea4fa6a325fb1ba904367d1068f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", + "data": "434e54525052545903000280a011c04329d94b1b2937e64cc6638543f696596780eb0bf878b6f872c588cc72f8d9356f101a2e4a7d8f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", "btc_in": 20000000000, "btc_out": 2000, "btc_change": 19999945492, "btc_fee": 52508, - "rawtransaction": "02000000000104d9676a93339a463c28fc133f9b084ea13fbb7e8f72710e469576440f7ce8852f000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff714aa57441532f287bdeb583bef87c19b4d2955f600029ba9af12d08e20fc53a000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffb453e5bfa8e44fa1ef85186a5571bf140b3f98dc8400d5456099c8a307eb7f7d000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffefb2c2fc4cf1b6e8e2842e3f5b1dd20788084196c0d4b9eb57c189c8d1fe3a57000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff03e80300000000000069512103412d48f176b53ff649629e970bc3b3670ea6656c84339b1746f516365d04c0bb210229af7edb46b4e59bfcc4046a1ca21c9d9e7286bc285b77c8708ef3ebfb2748b921035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aee803000000000000695121034e2d48f176b53ff64941e9faf9240b574a1c6652134e3bb20cf4d23d709d0bb921029789b655021a501ce564e2cee6c82ec22fc814ff4f8a714752c69687974864ca21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53ae14f316a8040000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000002000002000002000000000000", + "rawtransaction": "02000000000104c07504c31a928d4ca55f08492a507135135ec53a3a7d17d2ff3524ffa6dc0e9100000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff01a1740aed5f1774cce0d9cdb7e22ccf53ae6ab4f7cb2bae053be0a9c108e1cb00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff930e610b49301484e4b5fe89d8de627683768286bc3f07296704e377a270e33600000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffffc8463a2c1f92f4a6e99db6d56f758daf27bb7d70a90d878bba0fbd4e504612c600000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff03e80300000000000069512103ecf147ff0457d23700bbb6ee37c629f5f0432bdfe1c36245b2ebb03f05b9655d21037bc83f459952ab2e1a7cf55d5ddc6842e0af744e02f29affdc0c1ee126297762210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aee80300000000000069512103e3f147ff0457d2370098c183c50a5c1491eaf294f6ffce28490dd3ba464ff38d210222aff7ae92aad398e20e38d591ae909bd5c066542cb8e770fe447b8d4a465b75210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53ae14f316a804000000160014a011c04329d94b1b2937e64cc6638543f696596702000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4411,7 +4411,7 @@ "/v2/addresses/
/compose/order": { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "FAIRMINTA", @@ -4428,7 +4428,7 @@ "get_asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -4442,7 +4442,7 @@ "btc_out": 0, "btc_change": 4999985233, "btc_fee": 14767, - "rawtransaction": "02000000000101f732955adb82d3e5f57a7955067ee30eadae686d8c118ae093e2aca6b9a3ef27000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000356a336cbc895b20ca309cd0883ec288c7a6e8703317619b89ff97e8580862555edec124e8f76b1a7b30719a46f8a4940ceed0530e4d51b8052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "0200000000010165af9f4b5e3beb2cdbe56861cdba0025979fd4929981f1cb31fd2e335296eee300000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000356a3388efe555bc6d430c83bdf562af04cce57794bb90c42dc1e8025181b79cf3faefe4c49941559ae95124cb9e9592e53089d2053f51b8052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4455,8 +4455,8 @@ "/v2/addresses/
/compose/send": { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "quantity": 1000, "memo": null, @@ -4472,12 +4472,12 @@ "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e8808e44aeb58719a0eea4fa6a325fb1ba904367d106", + "data": "434e54525052545902000000000000000100000000000003e880eb0bf878b6f872c588cc72f8d9356f101a2e4a7d", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985526, "btc_fee": 14474, - "rawtransaction": "020000000001014fd40cbcc57f07c4c2e264fdf3ff0c9f13ddc908a22da4c048018a69d10107f5000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000306a2e82ec71352b638b447732facdb9c7c2195b91fcceccad57f085ce45f0617e1bba9ffa7c4ed5d694eacf8ecc6ed1a176b9052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "02000000000101f366fc3fff7bcb68efc06c01ea3bbfce5de9ada0f55fe64183b5dbb2c61880a100000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000306a2e643713a2cf42c106f15c097c9660e30593f0fd22635b88f4725d5b0c7d412631c58f623f684cfa85c74e5e2a331676b9052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4490,18 +4490,18 @@ "/v2/addresses/
/compose/sweep": { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "flags": 7, "memo": "FFFF" }, "name": "sweep", - "data": "434e54525052545904808e44aeb58719a0eea4fa6a325fb1ba904367d10607ffff", + "data": "434e5452505254590480eb0bf878b6f872c588cc72f8d9356f101a2e4a7d07ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "02000000000101bcb39db67cbd94ed72cfd5f1d81a223b02faa38f42dd97f3883d3754c58b84f1000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000236a210452dabd8e92f78eb8e7c201fe766e1ef4fd1e5868e2393c3c59e1bcc7c4ab23d16fbc052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "020000000001016b530dd0ee1e7cb2c59e33e25f65df0a41aa26dcf5ca39687ac2d4bae9ce43c400000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000236a2117ea16d08ab54aa1eb0dfa23b2a0449b08b212b7df7df7a8ac99c854eff1fa8f7f6fbc052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4514,8 +4514,8 @@ "/v2/addresses/
/compose/dispense": { "result": { "params": { - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "quantity": 1000 }, "name": "dispense", @@ -4524,7 +4524,7 @@ "btc_out": 1000, "btc_change": 4949852643, "btc_fee": 14357, - "rawtransaction": "02000000000101ccba3ba7323d0a1b65b4702c11ff20c2e7b6ae8b784009b50853ae3b476a10a0020000001600148e44aeb58719a0eea4fa6a325fb1ba904367d106ffffffff03e803000000000000160014a91df1ffda9a6de9420953ef95bc6d7c2d33bd6f00000000000000000c6a0ae5a1e5920623250e9f4ae3c10827010000001600148e44aeb58719a0eea4fa6a325fb1ba904367d10602000000000000", + "rawtransaction": "0200000000010107d6cfd673112eb3bc0bdea1cea1c745e5d39b2f6d287e7c422ab2067200654102000000160014eb0bf878b6f872c588cc72f8d9356f101a2e4a7dffffffff03e803000000000000160014944376ba708cc18f63acdf82615f25a7367b3e8e00000000000000000c6a0a7821baefb017ad1ba379e3c1082701000000160014eb0bf878b6f872c588cc72f8d9356f101a2e4a7d02000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4537,7 +4537,7 @@ "/v2/addresses/
/compose/fairminter": { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -4562,7 +4562,7 @@ "btc_out": 0, "btc_change": 4999985467, "btc_fee": 14533, - "rawtransaction": "02000000000101190595c286adcc17b96f41435167660d585d424616bce27e965477e188b60558000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000316a2f8953697aa93c5e59a5400d759bd110543110e6359d7d2f75e81dd868a4eb9b89b327d43f602fd823b5010d05f63ca43bb9052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "02000000000101db9389012eeae2d5ec2683d81c3a005f97e0a58c3c28ca608dce51c491504e5d00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000316a2f7d1323ab7231ecac3ba34bfb2be8345687587eb2fb071e62886c4df28afa63834ccd497b3fa4f64b962e87f9256dfe3bb9052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4575,13 +4575,13 @@ "/v2/addresses/
/compose/fairmint": { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTC", "quantity": 1, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -4593,7 +4593,7 @@ "btc_out": 0, "btc_change": 4999987049, "btc_fee": 12951, - "rawtransaction": "020000000001010e7b564edb35a58cfc4ac5fbed51f71c5afd0d1b18430baf49a213f890489436000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff020000000000000000166a1451ae00e7fb53805c13d93ae8bdd0f0fe085b139869bf052a010000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000000000000", + "rawtransaction": "020000000001010eead2bcd30f07530eb99617b837f940902cfce10fc53344b9b4da82626d6a2e00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000166a144c0606f0ef303947925464ade74063479f2e099069bf052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4606,8 +4606,8 @@ "/v2/addresses/
/compose/attach": { "result": { "params": { - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "2299da7e37aaadc05d77530c29f5f779d7d03b11bfa0d02c379c04d7847e75c4:0", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "c96e16c9251e2c5a815516dc548aa686fe2591be81a55630c2be03e8715e04a8:0", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -4620,12 +4620,12 @@ "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964626372743171333077707a65333671766c666b36706d396d376a72337174396b7675683033783565797534677c323239396461376533376161616463303564373735333063323966356637373964376430336231316266613064303263333739633034643738343765373563343a307c5843507c31303030", + "data": "434e5452505254596462637274317135716775717365666d3939336b326668756578767663753967306d66766b743874666c6d76377c633936653136633932353165326335613831353531366463353438616136383666653235393162653831613535363330633262653033653837313565303461383a307c5843507c31303030", "btc_in": 30000000000, "btc_out": 3000, "btc_change": 29999918531, "btc_fee": 78469, - "rawtransaction": "02000000000106390d3a5d7cb050f1bce4dc3f6ea00bf3a7c6b20f01cfef736e0c9f45fc7e26c7000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff398a0430842e0c36f1f196b5168c531159b80265b090a7f3e3996b9bd62d53eb000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff08d5e48900919aec88491b3553182a331fe1d302f317e0a3e42220390a68b654000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff79c6cc334d253d0cd5082afe25fce60dd6c1eedd0a8ed6eeac3f76b4d151a534000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffdf06f0a140912d3ed6986406b497d6671041d8793beafed3f5c4b571cf6f7d28000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffffac5ecdf8ec1cbec87cde7e8f4982881315a0510e42dfb8c959de61790df36797000000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe26ffffffff04e803000000000000695121023d934ba1c5fe4be0650fc237b98f470dc615f00d740cb5442d8e116db6879a3321028efc7073de8a57bbe61e6d188b062bf993b1534a97bc82a33bc956c9bfee88ed21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aee803000000000000695121023d934ba1c5fe4be0650e9363aa9a17189615b219395eb3416c9b4f32bb848c822103d4f22420839c54f9f016370c980f2baedbb65500d5b186ef3d9f58c8efb8da3e21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aee8030000000000006951210217934ba1c5fe4be0655c9537ffc14600ad66d7013f59b6425cf87d0bddb1eaca2102e3c51d44b4f864ca9227066efe6e1bcaeb843633e288e5df09fb6ff0db8fbf6b21035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de53aec36d22fc060000001600148bdc11663a033e9b683b2efd21c40b2d99cbbe2602000002000002000002000002000002000000000000", + "rawtransaction": "02000000000106a26359b0db87ecdfe09934b8f5c4313070d23e6c9491934738d67e80dbfd49fd00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff331c69e297a1dc88c585cc1e119a0ae9d05c1611ceb1afa89163bba23dd42d8f00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff472f2c1169dc05f505157f58d0da1d75a2a4e9267f0dad4881f0e7c2940221c900000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff354aadacb6791daaab68f406a73f171400558c092f0289c797f2d967536c3b1600000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffffeefbd37ffd4e0fb06f18b2a744eb3e51538bbfd9baacd263cdd0156dd6dda57700000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff601723a728b6221154077d2953a351a97e1606076cfa342f96a2a576b215176e00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff04e8030000000000006951210331a75f89c97dc650204fd555edac90d70121b8d3489a49bb4b4bf051c78742bc2103904b505bdc9ecae8f7a829661a77e28197b2416950aa8d8f071f2c83594919c5210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aee8030000000000006951210331a75f89c97dc65020128503aebd93c50131e7970cdc1deb4211fc5694d4452a2102ce060345cfda9ca4ffad7c334d60bcc099f517660fbedfc3574322d1594a1f6f210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aee803000000000000695121031ba75f89c97dc650201b8357a7e291da6c138fda08d91ced2672c962acb5243f2103f83e3523aae8a99dcecf190b7c0189f5afc627053ddcbaf364261ae6687f7aad210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aec36d22fc06000000160014a011c04329d94b1b2937e64cc6638543f696596702000002000002000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4638,8 +4638,8 @@ "/v2/utxos//compose/detach": { "result": { "params": { - "source": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -4652,12 +4652,12 @@ "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964633038623631623764303936623463663031653030366636653936343164323534613834323063633835646636653666393966623833626536383461303730313a307c626372743171333077707a65333671766c666b36706d396d376a72337174396b7675683033783565797534677c5843507c31303030", + "data": "434e54525052545964346564376266346330393164326137383465326434383165653564623939306135363866386239336136323764366164616634383834626566363163303534313a307c62637274317135716775717365666d3939336b326668756578767663753967306d66766b743874666c6d76377c5843507c31303030", "btc_in": 4950080000, "btc_out": 3000, "btc_change": 4950030353, "btc_fee": 46647, - "rawtransaction": "02000000000103f87a8663d37577cdbd4a9ee518adf7f1e997774b63c06425b5c2e62533b977cd0100000016001428d33e852e352f10e581cdb6e44206cb92b9ae85ffffffffb6f0dd34eebe92a2541fc3f39693968f73121a94670bb9aa17f12a3db43fc46f0000000016001428d33e852e352f10e581cdb6e44206cb92b9ae85ffffffff903f17275c08326e288b20d6d048c632236da4bcfc7ab287ac46c03fcfa663f80100000016001428d33e852e352f10e581cdb6e44206cb92b9ae85ffffffff04e80300000000000069512102ddb01efc8fa96b16fad865842a14712d5eaac2cd36153a73a9ce29264a932338210395be1ab3d8661f57d4caed5d9d280130d9fee5654d6fdcb163220020aa0185e42102e361787a95a757f162a84c787e605a2bb9550f8572cae63d8c369525db7755dc53aee80300000000000069512103ddb01efc8fa96b16fa8435d677407f285dad91cd3e19683ba8cb6b631ed2205c210293af5cac84631d17c694be02ca60583b84aaec2f4b7acebe6d621371a3549f0a2102e361787a95a757f162a84c787e605a2bb9550f8572cae63d8c369525db7755dc53aee80300000000000069512103f7b01efc8fa96b16fa8963cd6742206064def6813e136877caa819172fa313c02102a3d82cd6e1502b66b0f8d869fc103502e99d865d780bba87061466199367e7b02102e361787a95a757f162a84c787e605a2bb9550f8572cae63d8c369525db7755dc53ae11780b270100000016001428d33e852e352f10e581cdb6e44206cb92b9ae8502000002000002000000000000", + "rawtransaction": "02000000000103498a87e52afc340da582825547ec92387a0ebf8d4bb987d78254a259f42812be0100000016001407c56322c8e62d48b4812b95d019af8d3595a6c7ffffffffd2aa83df8ba38f4ee9ab9ac8860e0df065ec7adf827ae2cf408fe6dfd91fcb5d0000000016001407c56322c8e62d48b4812b95d019af8d3595a6c7ffffffffde62911df6d6f77be15178b320ced0d2ae4efaf3f132644aca4bb2a8a74e07480100000016001407c56322c8e62d48b4812b95d019af8d3595a6c7ffffffff04e80300000000000069512103d482b46d7d63b7b36c387c5a5f5ec7ae510b2deaa0aaee2ed6e47a3be0fc389e210305516faa0290dd618ac7510cec4b02d396b1db5d84bcca3b355406551b9ab8f3210252dafd63f2e76ced49bca8c8b06d798d35865afa0a24345c36df75f4c14caea253aee80300000000000069512102d482b46d7d63b7b36c647c5d5e0f93f9065828e7a0f4ec3383bf3c2ae3e9396021034c077fbe4491d9358ace0352e8150c9e91f09e4ad1fbc4383358044216dab823210252dafd63f2e76ced49bca8c8b06d798d35865afa0a24345c36df75f4c14caea253aee80300000000000069512103fe82b46d7d63b7b36c282e53561f92b43d2b4dafa0feec7fe1dc4e5ed2980c6d21023d600acf37f4bf58b3f73039da7364ebf488e83cb28efd5f033562347dae8086210252dafd63f2e76ced49bca8c8b06d798d35865afa0a24345c36df75f4c14caea253ae11780b270100000016001407c56322c8e62d48b4812b95d019af8d3595a6c702000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4673,8 +4673,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 10000000000, @@ -4682,16 +4682,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727945644, - "last_issuance_block_time": 1727945663, + "first_issuance_block_time": 1727950005, + "last_issuance_block_time": 1727950024, "supply_normalized": "100.00000000" }, { "asset": "MYASSETB", "asset_id": "103804245871", "asset_longname": null, - "issuer": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "owner": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "issuer": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "owner": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "divisible": true, "locked": false, "supply": 100000000000, @@ -4699,16 +4699,16 @@ "first_issuance_block_index": 156, "last_issuance_block_index": 156, "confirmed": true, - "first_issuance_block_time": 1727945640, - "last_issuance_block_time": 1727945640, + "first_issuance_block_time": 1727950001, + "last_issuance_block_time": 1727950001, "supply_normalized": "1000.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 100000000000, @@ -4716,16 +4716,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727945605, - "last_issuance_block_time": 1727945605, + "first_issuance_block_time": 1727949967, + "last_issuance_block_time": 1727949967, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 40, @@ -4733,16 +4733,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727945541, - "last_issuance_block_time": 1727945545, + "first_issuance_block_time": 1727949902, + "last_issuance_block_time": 1727949906, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 19, @@ -4750,8 +4750,8 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727945515, - "last_issuance_block_time": 1727945537, + "first_issuance_block_time": 1727949885, + "last_issuance_block_time": 1727949897, "supply_normalized": "0.00000019" } ], @@ -4763,8 +4763,8 @@ "asset": "FAIRMINTA", "asset_id": "1046814266082", "asset_longname": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 10000000000, @@ -4772,15 +4772,15 @@ "first_issuance_block_index": 122, "last_issuance_block_index": 125, "confirmed": true, - "first_issuance_block_time": 1727945477, - "last_issuance_block_time": 1727945490, + "first_issuance_block_time": 1727949846, + "last_issuance_block_time": 1727949859, "supply_normalized": "100.00000000" } }, "/v2/assets//balances": { "result": [ { - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -4788,14 +4788,14 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "95.00000000" }, { - "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -4803,7 +4803,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -4815,7 +4815,7 @@ }, "/v2/assets//balances/
": { "result": { - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4834,9 +4834,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", "block_index": 183, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -4851,7 +4851,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727945683, + "block_time": 1727950044, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4877,9 +4877,9 @@ }, { "tx_index": 50, - "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", "block_index": 187, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -4894,7 +4894,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727945765, + "block_time": 1727950131, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4920,9 +4920,9 @@ }, { "tx_index": 56, - "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "block_index": 191, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -4937,7 +4937,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727945782, + "block_time": 1727950158, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4963,9 +4963,9 @@ }, { "tx_index": 58, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -4980,7 +4980,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727945786, + "block_time": 1727950162, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5006,9 +5006,9 @@ }, { "tx_index": 51, - "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "block_index": 186, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -5023,7 +5023,7 @@ "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727945761, + "block_time": 1727950126, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5054,13 +5054,13 @@ "/v2/assets//matches": { "result": [ { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 53, - "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", - "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -5074,7 +5074,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727945765, + "block_time": 1727950131, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5094,13 +5094,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 51, - "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -5114,7 +5114,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727945761, + "block_time": 1727950126, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5134,13 +5134,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", "tx0_index": 48, - "tx0_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 49, - "tx1_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "tx1_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -5154,7 +5154,7 @@ "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727945683, + "block_time": 1727950044, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5181,20 +5181,20 @@ "result": [ { "block_index": 193, - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "sweep", - "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945790, + "block_time": 1727950166, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5202,20 +5202,20 @@ }, { "block_index": 125, - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "FAIRMINTA", "quantity": 9000000000, "calling_function": "fairmint", - "event": "5011ad37f17100ab26d1797dfc67ab6920ade5077607860a6eb424f00325c473", + "event": "8d600e6734fb4e3b830ad7d67214208e74a578c888c9411405a2fd79df05b971", "tx_index": 13, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945490, + "block_time": 1727949859, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5223,20 +5223,20 @@ }, { "block_index": 124, - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", + "event": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945485, + "block_time": 1727949855, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5244,20 +5244,20 @@ }, { "block_index": 124, - "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", + "event": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", "tx_index": 11, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945485, + "block_time": 1727949855, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5269,16 +5269,16 @@ "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "escrowed fairmint", - "event": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", + "event": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945485, + "block_time": 1727949855, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5296,12 +5296,12 @@ "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -5313,16 +5313,16 @@ }, { "block_index": 194, - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "quantity": 1, "action": "destroy", - "event": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", + "event": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", "tx_index": 60, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945795, + "block_time": 1727950171, "asset_info": { "divisible": true, "asset_longname": null, @@ -5334,16 +5334,16 @@ }, { "block_index": 193, - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "XCP", "quantity": 74499387833, "action": "sweep", - "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945790, + "block_time": 1727950166, "asset_info": { "divisible": true, "asset_longname": null, @@ -5355,16 +5355,16 @@ }, { "block_index": 193, - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "XCP", "quantity": 600000, "action": "sweep fee", - "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945790, + "block_time": 1727950166, "asset_info": { "divisible": true, "asset_longname": null, @@ -5376,16 +5376,16 @@ }, { "block_index": 192, - "address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "event": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945786, + "block_time": 1727950162, "asset_info": { "divisible": true, "asset_longname": null, @@ -5403,20 +5403,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "block_index": 154, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727945630, + "block_time": 1727949992, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5438,14 +5438,14 @@ "result": [ { "tx_index": 13, - "tx_hash": "5011ad37f17100ab26d1797dfc67ab6920ade5077607860a6eb424f00325c473", + "tx_hash": "8d600e6734fb4e3b830ad7d67214208e74a578c888c9411405a2fd79df05b971", "msg_index": 0, "block_index": 125, "asset": "FAIRMINTA", "quantity": 9000000000, "divisible": true, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -5460,20 +5460,20 @@ "fair_minting": false, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727945490, + "block_time": 1727949859, "quantity_normalized": "90.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 12, - "tx_hash": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", + "tx_hash": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", "msg_index": 0, "block_index": 124, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -5488,20 +5488,20 @@ "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727945485, + "block_time": 1727949855, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 11, - "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", + "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", "msg_index": 0, "block_index": 123, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -5516,20 +5516,20 @@ "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727945481, + "block_time": 1727949851, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 10, - "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "msg_index": 0, "block_index": 122, "asset": "FAIRMINTA", "quantity": 0, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -5544,7 +5544,7 @@ "fair_minting": true, "asset_events": "open_fairminter", "confirmed": true, - "block_time": 1727945477, + "block_time": 1727949846, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -5556,10 +5556,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5567,7 +5567,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -5580,10 +5580,10 @@ }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "quantity": 10, "status": "valid", @@ -5591,7 +5591,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "divisible": true, "asset_longname": null, @@ -5604,10 +5604,10 @@ }, { "tx_index": 54, - "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680", + "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2", "block_index": 188, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "quantity": 10000, "status": "valid", @@ -5615,7 +5615,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945769, + "block_time": 1727950145, "asset_info": { "divisible": true, "asset_longname": null, @@ -5628,10 +5628,10 @@ }, { "tx_index": 43, - "tx_hash": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64", + "tx_hash": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad", "block_index": 156, - "source": "f863a6cf3fc046ac87b27afcbca46d2332c648d0d6208b286e32085c27173f90:0", - "destination": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "source": "48074ea7a8b24bca4a6432f1f3fa4eaed2d0ce20b37851e17bf7d6f61d9162de:0", + "destination": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5639,7 +5639,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945640, + "block_time": 1727950001, "asset_info": { "divisible": true, "asset_longname": null, @@ -5652,10 +5652,10 @@ }, { "tx_index": 42, - "tx_hash": "f863a6cf3fc046ac87b27afcbca46d2332c648d0d6208b286e32085c27173f90", + "tx_hash": "48074ea7a8b24bca4a6432f1f3fa4eaed2d0ce20b37851e17bf7d6f61d9162de", "block_index": 155, - "source": "407cc4041ef37967e4e9f3ab5d85118678338f79080a33212b9acfcbd105a6f1:0", - "destination": "f863a6cf3fc046ac87b27afcbca46d2332c648d0d6208b286e32085c27173f90:0", + "source": "7fb20a45f9c7aa53bf1a1450db9bf316c8b6351010c7251794b8264fe86bdf74:0", + "destination": "48074ea7a8b24bca4a6432f1f3fa4eaed2d0ce20b37851e17bf7d6f61d9162de:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5663,7 +5663,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945635, + "block_time": 1727949996, "asset_info": { "divisible": true, "asset_longname": null, @@ -5682,9 +5682,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5693,7 +5693,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5703,7 +5703,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -5719,9 +5719,9 @@ }, { "tx_index": 29, - "tx_hash": "9fcb2d772361119ed3338602b788d9211b21b272fda78800a1869d25810716c9", + "tx_hash": "1bdf726d540902c1b9c37d0597bf3d192257e924b5f1d5e486b10a2db17547b0", "block_index": 142, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5730,7 +5730,7 @@ "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "origin": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -5740,7 +5740,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945570, + "block_time": 1727949931, "asset_info": { "divisible": true, "asset_longname": null, @@ -5756,9 +5756,9 @@ }, { "tx_index": 30, - "tx_hash": "d9e0a4f45614a5a900b80000750a09cbf77fdb8c914adb9637d39654a81ff23f", + "tx_hash": "23b55de699312b1b2b01311daed3ba598752c3322a31e2969bf0cd8d0e64c2b1", "block_index": 150, - "source": "mwNtBvuv6eXYCAGtKZfrruMuWS8serN2B8", + "source": "miqEFCo8WqtnAo2wPb5mADr9W9g3bQZZ7j", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -5766,10 +5766,10 @@ "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "9a7f28788f24bff8c089b3febbbc253088dd0ed2c391e2ed930ac3053d2fada7", - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "last_status_tx_hash": "73d5f24a8a410f309b10eb78a424cc7b7ea60463dbe921d334edf920f6ca994a", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 0, - "last_status_tx_source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "last_status_tx_source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -5777,7 +5777,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945613, + "block_time": 1727949976, "asset_info": { "divisible": true, "asset_longname": null, @@ -5793,18 +5793,18 @@ }, { "tx_index": 33, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5814,7 +5814,7 @@ "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -5835,9 +5835,9 @@ "/v2/assets//dispensers/
": { "result": { "tx_index": 26, - "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5846,7 +5846,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5856,7 +5856,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -5884,7 +5884,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5892,7 +5892,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "quantity": 500000000, "escrow": null, "cursor_id": "balances_13", @@ -5901,7 +5901,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5909,7 +5909,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "quantity": 0, "escrow": null, "cursor_id": "balances_14", @@ -5918,7 +5918,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5926,7 +5926,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "quantity": 9500000000, "escrow": null, "cursor_id": "balances_15", @@ -5935,7 +5935,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -5950,27 +5950,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5985,7 +5985,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -5999,27 +5999,27 @@ { "tx_index": 34, "dispense_index": 0, - "tx_hash": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6", + "tx_hash": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2", "block_index": 147, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "destination": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6034,7 +6034,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727945601, + "block_time": 1727949963, "asset_info": { "divisible": true, "asset_longname": null, @@ -6048,19 +6048,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", + "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6068,7 +6068,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6083,7 +6083,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -6097,19 +6097,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", + "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", "block_index": 140, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6117,7 +6117,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6132,7 +6132,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945563, + "block_time": 1727949923, "asset_info": { "divisible": true, "asset_longname": null, @@ -6153,8 +6153,8 @@ "asset": "A95428959745315388", "asset_id": "95428959745315388", "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "owner": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false, "supply": 0, @@ -6162,8 +6162,8 @@ "first_issuance_block_index": 158, "last_issuance_block_index": 158, "confirmed": true, - "first_issuance_block_time": 1727945649, - "last_issuance_block_time": 1727945649, + "first_issuance_block_time": 1727950019, + "last_issuance_block_time": 1727950019, "supply_normalized": "0.00000000" } ], @@ -6173,10 +6173,10 @@ "/v2/assets//fairminters": { "result": [ { - "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "tx_index": 10, "block_index": 125, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -6201,7 +6201,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945490 + "block_time": 1727949859 } ], "next_cursor": null, @@ -6210,64 +6210,64 @@ "/v2/assets//fairmints": { "result": [ { - "tx_hash": "5011ad37f17100ab26d1797dfc67ab6920ade5077607860a6eb424f00325c473", + "tx_hash": "8d600e6734fb4e3b830ad7d67214208e74a578c888c9411405a2fd79df05b971", "tx_index": 13, "block_index": 125, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", - "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "asset": "FAIRMINTA", "earn_quantity": 9000000000, "paid_quantity": 9000000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945490, + "block_time": 1727949859, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, { - "tx_hash": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d", + "tx_hash": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", "tx_index": 12, "block_index": 124, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", - "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945485, + "block_time": 1727949855, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, { - "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", + "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", "tx_index": 11, "block_index": 123, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945481, + "block_time": 1727949851, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } @@ -6279,22 +6279,22 @@ "/v2/assets//fairmints/
": { "result": [ { - "tx_hash": "b0e1d9ea77904bf8f8cbe946cf0957475597387dbcbf86c264fb69324699a692", + "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", "tx_index": 11, "block_index": 123, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "fairminter_tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727945481, + "block_time": 1727949851, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } @@ -6307,9 +6307,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", "block_index": 183, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6324,7 +6324,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727945683, + "block_time": 1727950044, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6350,9 +6350,9 @@ }, { "tx_index": 51, - "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "block_index": 186, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -6367,7 +6367,7 @@ "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727945761, + "block_time": 1727950126, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6393,9 +6393,9 @@ }, { "tx_index": 50, - "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", "block_index": 187, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -6410,7 +6410,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727945765, + "block_time": 1727950131, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6436,9 +6436,9 @@ }, { "tx_index": 53, - "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "block_index": 187, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -6453,7 +6453,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727945765, + "block_time": 1727950131, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6479,9 +6479,9 @@ }, { "tx_index": 56, - "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "block_index": 191, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6496,7 +6496,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727945782, + "block_time": 1727950158, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6527,9 +6527,9 @@ "/v2/orders/": { "result": { "tx_index": 58, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6544,7 +6544,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727945786, + "block_time": 1727950162, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6572,13 +6572,13 @@ "/v2/orders//matches": { "result": [ { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 53, - "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", - "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -6592,7 +6592,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727945765, + "block_time": 1727950131, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6612,13 +6612,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 51, - "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -6632,7 +6632,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727945761, + "block_time": 1727950126, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6659,15 +6659,15 @@ "result": [ { "tx_index": 52, - "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", + "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", "block_index": 186, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "btc_amount": 2000, - "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "status": "valid", "confirmed": true, - "block_time": 1727945761, + "block_time": 1727950126, "btc_amount_normalized": "0.00002000" } ], @@ -6678,9 +6678,9 @@ "result": [ { "tx_index": 51, - "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "block_index": 186, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -6698,7 +6698,7 @@ "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727945761, + "block_time": 1727950126, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6724,9 +6724,9 @@ }, { "tx_index": 53, - "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "block_index": 187, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -6744,7 +6744,7 @@ "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727945765, + "block_time": 1727950131, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6770,9 +6770,9 @@ }, { "tx_index": 48, - "tx_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", + "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", "block_index": 183, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6790,7 +6790,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727945683, + "block_time": 1727950044, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6816,9 +6816,9 @@ }, { "tx_index": 50, - "tx_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", "block_index": 187, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -6836,7 +6836,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727945765, + "block_time": 1727950131, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6862,9 +6862,9 @@ }, { "tx_index": 56, - "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", + "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", "block_index": 191, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6882,7 +6882,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727945782, + "block_time": 1727950158, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6913,13 +6913,13 @@ "/v2/orders///matches": { "result": [ { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 53, - "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", - "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -6936,7 +6936,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727945765, + "block_time": 1727950131, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6956,13 +6956,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 51, - "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -6979,7 +6979,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727945761, + "block_time": 1727950126, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6999,13 +6999,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", "tx0_index": 48, - "tx0_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 49, - "tx1_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "tx1_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7022,7 +7022,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727945683, + "block_time": 1727950044, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7048,13 +7048,13 @@ "/v2/order_matches": { "result": [ { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 53, - "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", - "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -7068,7 +7068,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727945765, + "block_time": 1727950131, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7088,13 +7088,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "tx0_index": 50, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 51, - "tx1_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -7108,7 +7108,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727945761, + "block_time": 1727950126, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7128,13 +7128,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", + "id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", "tx0_index": 48, - "tx0_hash": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx1_index": 49, - "tx1_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "tx1_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7148,7 +7148,7 @@ "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727945683, + "block_time": 1727950044, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7193,66 +7193,66 @@ "result": [ { "tx_index": 9, - "tx_hash": "58c7186af188fab4f758cdc9036b567dcf74ab0ca64e7cb821e0231b9035a773", + "tx_hash": "8da7f00dd44ec21e346f824732a4ada88868034bebbc93629461b5945f7fbf72", "block_index": 121, - "source": "bcrt1qr6gw3e43d3evyvpkn579qf92f5xpdjqx5v632f", + "source": "bcrt1qzklp8scx46fgxl037gvzacpzvs34kymf9yjpfe", "burned": 50000000, "earned": 74999996667, "status": "valid", "confirmed": true, - "block_time": 1727945472, + "block_time": 1727949841, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 8, - "tx_hash": "5699f0284e59a21237903deb895347c3561cd5cd6e4546251c2eaef46e4a4368", + "tx_hash": "dcbc0b3ef6439aaba9ac9ec806760a60539fad4cf3095c5172817b12b0fb658e", "block_index": 120, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "burned": 50000000, "earned": 74999996833, "status": "valid", "confirmed": true, - "block_time": 1727945467, + "block_time": 1727949837, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 7, - "tx_hash": "1fb836aeab260a0aa9d5f283be457fd676de51484de4acc85a33f1d252429f43", + "tx_hash": "34009372bf41ecfbb02809ab73390d9314f20be8c8cb93e133bb4848123d7fc3", "block_index": 119, - "source": "bcrt1qks2ne3m7qlk6429jwvaqdxwjup0dkdc45rzud8", + "source": "bcrt1qtsuzk7aguy5f3ahel0jd6r90x5dnc2rah68jhr", "burned": 50000000, "earned": 74999997000, "status": "valid", "confirmed": true, - "block_time": 1727945463, + "block_time": 1727949833, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 6, - "tx_hash": "480b855d135f4769b6b0576c1df3e60c8fd0be744ee11969c25f1af0dfcbe74f", + "tx_hash": "d9d839662d07e5c525991f1f7f6e96b402d5fb27cfb53f83dd511990cdec4103", "block_index": 118, - "source": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", + "source": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", "burned": 50000000, "earned": 74999997167, "status": "valid", "confirmed": true, - "block_time": 1727945459, + "block_time": 1727949828, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 5, - "tx_hash": "13406e823609406999536eb99be930fcd99708e36a3cdae5ef0b0df9e5eb21a8", + "tx_hash": "59dc8ccc5ebed78c2de49d11ea4af46531c47f4615e033246b638d0f7b452f5e", "block_index": 117, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "burned": 50000000, "earned": 74999997333, "status": "valid", "confirmed": true, - "block_time": 1727945455, + "block_time": 1727949824, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" } @@ -7264,9 +7264,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7275,7 +7275,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7285,7 +7285,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -7301,9 +7301,9 @@ }, { "tx_index": 29, - "tx_hash": "9fcb2d772361119ed3338602b788d9211b21b272fda78800a1869d25810716c9", + "tx_hash": "1bdf726d540902c1b9c37d0597bf3d192257e924b5f1d5e486b10a2db17547b0", "block_index": 142, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7312,7 +7312,7 @@ "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "origin": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -7322,7 +7322,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945570, + "block_time": 1727949931, "asset_info": { "divisible": true, "asset_longname": null, @@ -7338,9 +7338,9 @@ }, { "tx_index": 30, - "tx_hash": "d9e0a4f45614a5a900b80000750a09cbf77fdb8c914adb9637d39654a81ff23f", + "tx_hash": "23b55de699312b1b2b01311daed3ba598752c3322a31e2969bf0cd8d0e64c2b1", "block_index": 150, - "source": "mwNtBvuv6eXYCAGtKZfrruMuWS8serN2B8", + "source": "miqEFCo8WqtnAo2wPb5mADr9W9g3bQZZ7j", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -7348,10 +7348,10 @@ "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "9a7f28788f24bff8c089b3febbbc253088dd0ed2c391e2ed930ac3053d2fada7", - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "last_status_tx_hash": "73d5f24a8a410f309b10eb78a424cc7b7ea60463dbe921d334edf920f6ca994a", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 0, - "last_status_tx_source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "last_status_tx_source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -7359,7 +7359,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945613, + "block_time": 1727949976, "asset_info": { "divisible": true, "asset_longname": null, @@ -7375,18 +7375,18 @@ }, { "tx_index": 33, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7396,7 +7396,7 @@ "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -7417,9 +7417,9 @@ "/v2/dispensers/": { "result": { "tx_index": 26, - "tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7428,7 +7428,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7438,7 +7438,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -7458,19 +7458,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", + "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7478,7 +7478,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7493,7 +7493,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -7507,19 +7507,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", + "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", "block_index": 140, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7527,7 +7527,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7542,7 +7542,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945563, + "block_time": 1727949923, "asset_info": { "divisible": true, "asset_longname": null, @@ -7561,20 +7561,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "block_index": 154, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727945630, + "block_time": 1727949992, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -7595,20 +7595,20 @@ "/v2/dividends/": { "result": { "tx_index": 41, - "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "block_index": 154, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727945630, + "block_time": 1727949992, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -7631,12 +7631,12 @@ "asset": "XCP", "quantity": 1500000000, "calling_function": "dividend", - "event": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "event": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "tx_index": 41, - "utxo": "407cc4041ef37967e4e9f3ab5d85118678338f79080a33212b9acfcbd105a6f1:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "utxo": "7fb20a45f9c7aa53bf1a1450db9bf316c8b6351010c7251794b8264fe86bdf74:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "confirmed": true, - "block_time": 1727945630, + "block_time": 1727949992, "asset_info": { "divisible": true, "asset_longname": null, @@ -7648,16 +7648,16 @@ }, { "block_index": 154, - "address": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", + "address": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", "asset": "XCP", "quantity": 500000000, "calling_function": "dividend", - "event": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "event": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "tx_index": 41, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727945630, + "block_time": 1727949992, "asset_info": { "divisible": true, "asset_longname": null, @@ -7678,27 +7678,27 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", - "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", + "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", + "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", "transaction_count": 1, - "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", - "block_time": 1727945804 + "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", + "block_time": 1727950180 }, "tx_hash": null, "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61 }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 554, @@ -7707,14 +7707,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -7725,9 +7725,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 553, @@ -7736,9 +7736,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": 0, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "asset_info": { "divisible": true, "asset_longname": null, @@ -7748,24 +7748,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -7775,9 +7775,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 551, @@ -7789,15 +7789,15 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", - "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", + "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", + "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", "transaction_count": 1, - "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", - "block_time": 1727945804 + "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", + "block_time": 1727950180 }, "tx_hash": null, "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } }, "/v2/events/counts": { @@ -7832,16 +7832,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -7851,9 +7851,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 550, @@ -7863,12 +7863,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -7878,9 +7878,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 547, @@ -7890,39 +7890,39 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", - "utxo_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "block_time": 1727945804, + "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 }, { "event_index": 533, "event": "CREDIT", "params": { - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "block_index": 193, "calling_function": "sweep", - "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "quantity": 74499387833, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727945790, + "block_time": 1727950166, "asset_info": { "divisible": true, "asset_longname": null, @@ -7932,36 +7932,36 @@ }, "quantity_normalized": "744.99388000" }, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "block_time": 1727945790 + "block_time": 1727950166 }, { "event_index": 531, "event": "CREDIT", "params": { - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "MYASSETA", "block_index": 193, "calling_function": "sweep", - "event": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "quantity": 10, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727945790, + "block_time": 1727950166, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "block_time": 1727945790 + "block_time": 1727950166 } ], "next_cursor": 529, @@ -7978,27 +7978,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8013,7 +8013,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -8027,27 +8027,27 @@ { "tx_index": 34, "dispense_index": 0, - "tx_hash": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6", + "tx_hash": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2", "block_index": 147, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "destination": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "last_status_tx_hash": null, - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8062,7 +8062,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727945601, + "block_time": 1727949963, "asset_info": { "divisible": true, "asset_longname": null, @@ -8076,19 +8076,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "409e0f12de17009279dfc5b44e0c1f0438e6c1968b86e2a6c0219f22a0e617ac", + "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8096,7 +8096,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8111,7 +8111,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945567, + "block_time": 1727949927, "asset_info": { "divisible": true, "asset_longname": null, @@ -8125,19 +8125,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b177bdfba9b3b3f6ceab2c08a63ef9a81032bc43ca2645a02e7112e66320ac32", + "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", "block_index": 140, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "7c4059182cfe1576a71f6708ec2eee60bfdfde68fbe75b8226c4369b6bcd3615", + "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8145,7 +8145,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8160,7 +8160,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727945563, + "block_time": 1727949923, "asset_info": { "divisible": true, "asset_longname": null, @@ -8179,10 +8179,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -8190,7 +8190,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -8203,10 +8203,10 @@ }, { "tx_index": 61, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -8214,11 +8214,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -8227,10 +8227,10 @@ }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "asset": "XCP", "quantity": 10, "status": "valid", @@ -8238,7 +8238,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "divisible": true, "asset_longname": null, @@ -8251,10 +8251,10 @@ }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -8262,11 +8262,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -8275,10 +8275,10 @@ }, { "tx_index": 55, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -8286,11 +8286,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -8305,14 +8305,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -8327,20 +8327,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945667, + "block_time": 1727950028, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "762f064955baba5a00fc2c1231ef2a1a78bc49939cf55201296794e06d0fe01a", + "tx_hash": "625d8bed442f2a06eb53ca9d0c87e0311667e7eccde97f0714269799ee6f2ed1", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -8355,20 +8355,20 @@ "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727945663, + "block_time": 1727950024, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "53cbb9160664a9f9b85edd8466b144fdd9afc8ba72e0c8994cd970fed49fa554", + "tx_hash": "2be6ee6cfbfbcd404938bd58ae52f4e465134c7b05bf94225bec84d0703e4a20", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -8383,20 +8383,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945649, + "block_time": 1727950019, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "82fb24d11e7c1e42fb8f6215737abfeea85d576dbc3ab4c332b28b554bf28e6b", + "tx_hash": "19491cfb68b4a52fff021ae6ba90f59445f486b2c0b30ee0cc291813959fb65e", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -8411,20 +8411,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945644, + "block_time": 1727950005, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 43, - "tx_hash": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64", + "tx_hash": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad", "msg_index": 0, "block_index": 156, "asset": "MYASSETB", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "issuer": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "issuer": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "transfer": false, "callable": false, "call_date": 0, @@ -8439,7 +8439,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945640, + "block_time": 1727950001, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -8450,14 +8450,14 @@ "/v2/issuances/": { "result": { "tx_index": 47, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "transfer": false, "callable": false, "call_date": 0, @@ -8472,7 +8472,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727945667, + "block_time": 1727950028, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -8481,16 +8481,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727945790, + "block_time": 1727950166, "fee_paid_normalized": "0.00600000" } ], @@ -8501,16 +8501,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727945790, + "block_time": 1727950166, "fee_paid_normalized": "0.00600000" } ], @@ -8521,9 +8521,9 @@ "result": [ { "tx_index": 25, - "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", + "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", "block_index": 138, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -8531,14 +8531,14 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727945554, + "block_time": 1727949914, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "5b9cd44fd3208ebb47591e1c82ac880f76c98708fc4529df2ce75f402acd3a4b", + "tx_hash": "f2805ac89327dbb879789b22e562f2fafce4cc8a39f73b3df3a1e2a504fd5d4c", "block_index": 137, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -8546,7 +8546,7 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727945550, + "block_time": 1727949910, "fee_fraction_int_normalized": "0.00000000" } ], @@ -8556,9 +8556,9 @@ "/v2/broadcasts/": { "result": { "tx_index": 25, - "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", + "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", "block_index": 138, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -8566,17 +8566,17 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727945554, + "block_time": 1727949914, "fee_fraction_int_normalized": "0.00000000" } }, "/v2/fairminters": { "result": [ { - "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", + "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", "tx_index": 22, "block_index": 135, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -8601,13 +8601,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945541 + "block_time": 1727949902 }, { - "tx_hash": "cb80513c0cd19f30c4beb0adaa970f9a8dbfbbe6f1b31d77013f88d89e3afcd0", + "tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", "tx_index": 18, "block_index": 131, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -8632,13 +8632,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945515 + "block_time": 1727949885 }, { - "tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf", + "tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0", "tx_index": 14, "block_index": 130, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -8663,13 +8663,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945511 + "block_time": 1727949880 }, { - "tx_hash": "f5ec0134abcd19982de6fcb67d63d6cb36f17103acbbecf3377fa4a5e122c058", + "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", "tx_index": 10, "block_index": 125, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -8694,7 +8694,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727945490 + "block_time": 1727949859 } ], "next_cursor": null, @@ -8708,8 +8708,8 @@ "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6", - "address": "bcrt1qds9ethc6wsl47qcr3pmvlp6hlwhr0g84le6f4f" + "txid": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2", + "address": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux" }, { "vout": 2, @@ -8717,8 +8717,8 @@ "value": 100000, "confirmations": 40, "amount": 0.001, - "txid": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64", - "address": "bcrt1qks2ne3m7qlk6429jwvaqdxwjup0dkdc45rzud8" + "txid": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad", + "address": "bcrt1qtsuzk7aguy5f3ahel0jd6r90x5dnc2rah68jhr" } ], "next_cursor": null, @@ -8727,28 +8727,28 @@ "/v2/bitcoin/addresses/
/transactions": { "result": [ { - "tx_hash": "749641a5626c4cd4dd3b8b769a1537edb124111ea76130d89e292fdd00609615" + "tx_hash": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147" }, { - "tx_hash": "a96fb8430a8b57b33914e8cd4c34aad2ba7b68392717a7caef45c99c5f532c21" + "tx_hash": "f10a3168ac64365a48f9a815f1c2734ac030860a1237aaaf9c27aefa7652c34c" }, { - "tx_hash": "e1fd0f19b8eaa6fe76a75e85441869f85e066320a24f1a880fab182da9fe792d" + "tx_hash": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97" }, { - "tx_hash": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753" + "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2" }, { - "tx_hash": "51dcb129f7679169d5e9140c6ab73c06367c9c40ad86abe12cb6040d1eaaa966" + "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd" }, { - "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e" + "tx_hash": "736257a209e77e79c510f2b8ed031289b80b511fc0b9399a36cb65e8c8ca6fd0" }, { - "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680" + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea" }, { - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283" + "tx_hash": "5c1f7aa3e891ae588733bbe36b0431a6c1f33b1e957b5a370436bfdad7526afd" } ], "next_cursor": null, @@ -8756,8 +8756,8 @@ }, "/v2/bitcoin/addresses/
/transactions/oldest": { "result": { - "block_index": 2, - "tx_hash": "d63749c7e0fd3bbb8689f9a7cbbfdef9e89e126f110b46632afbc7b12e685e53" + "block_index": 10, + "tx_hash": "2471d089cd583f32e28f49ac5b3d4631a45fed4ec16244dcba28cb2bea41d4ae" } }, "/v2/bitcoin/addresses/
/utxos": { @@ -8768,17 +8768,17 @@ "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "6fc43fb43d2af117aab90b67941a12738f969396f3c31f54a292beee34ddf0b6" + "txid": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2" } ], "next_cursor": null, "result_count": null }, "/v2/bitcoin/addresses/
/pubkey": { - "result": "035689c53259a06c9f555cb1c77b463c612b190adbc1e93933d1e046c3255044de" + "result": "0202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d" }, "/v2/bitcoin/transactions/": { - "result": "02000000000101648bf41e97515e839ff6e9bcb5b94cf7dfd7c5f336ae86e85b7cdeed8e988bb00100000000ffffffff03e80300000000000016001428d33e852e352f10e581cdb6e44206cb92b9ae8500000000000000000c6a0a498943c80b080316584bdced082701000000160014b73c05b582d3c3987cd57cac576fc61dd31ffab202473044022003b09509af4889573bc248573fedf2812d54c2a356ee62bfed8ac795c142b413022041323ebf88fd28dc1af197792b4ff6641a1dbaf1232ac050a2feec2f1feba783012103186ad0b76a0932f58ccf579b9eef41a2a0ba95ecaf99f7198f8e4ff286cc55ff00000000" + "result": "02000000000101ad5d2b631669ec8e2d992cc1e16374cd5d8233e6dc61af2754aaed4dc169eb180100000000ffffffff03e80300000000000016001407c56322c8e62d48b4812b95d019af8d3595a6c700000000000000000c6a0a09b5a954cb57b864c922dced082701000000160014256f0646958e229e4de0329bd2e098589b5e7a210247304402202853adeb0dcf0441d4f458166b4eb666896fe7b55edb0860390143273a246cfd02201fbd7ff2227457e370b6e6087925a1187b472c0c69ca68ecb3b37f0234c1b8b2012103763d983b48eb7145ebdaf4ea6eb1274aa34f381599c46d524c829c448fb648c600000000" }, "/v2/bitcoin/estimatesmartfee": { "result": 58603 @@ -8801,27 +8801,27 @@ "/v2/mempool/events": { "result": [ { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62 }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "memo": null, "quantity": 10000, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "status": "valid", - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62, "asset_info": { "divisible": true, @@ -8832,22 +8832,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "CREDIT", "params": { - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -8857,22 +8857,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "block_index": 195, - "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -8882,30 +8882,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727945808.5978465, + "block_time": 1727950184.723641, "btc_amount": 0, - "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", + "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", "destination": "", "fee": 10000, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62, - "utxos_info": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e:1", + "utxos_info": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "memo": null, "asset_info": { "divisible": true, @@ -8919,7 +8919,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 } ], "next_cursor": null, @@ -8928,19 +8928,19 @@ "/v2/mempool/events/": { "result": [ { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "CREDIT", "params": { - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -8950,7 +8950,7 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 } ], "next_cursor": null, @@ -8959,27 +8959,27 @@ "/v2/mempool/transactions//events": { "result": [ { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62 }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "memo": null, "quantity": 10000, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "status": "valid", - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62, "asset_info": { "divisible": true, @@ -8990,22 +8990,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "CREDIT", "params": { - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -9015,22 +9015,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "asset": "XCP", "block_index": 195, - "event": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -9040,30 +9040,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 }, { - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727945808.5978465, + "block_time": 1727950184.723641, "btc_amount": 0, - "data": "020000000000000001000000000000271080ab73abe1329ddb8c69c32d324c641cbe6db8ea88", + "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", "destination": "", "fee": 10000, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", - "tx_hash": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", "tx_index": 62, - "utxos_info": "af489d8d256fc2c3399707886796e14af1f83d2a7291ce746162aecdf6f6d28e:1", + "utxos_info": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "memo": null, "asset_info": { "divisible": true, @@ -9077,7 +9077,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727945808.5978465 + "timestamp": 1727950184.723641 } ], "next_cursor": null, @@ -9099,15 +9099,15 @@ "event_index": 543, "event": "NEW_BLOCK", "params": { - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", "block_index": 195, - "block_time": 1727945804, + "block_time": 1727950180, "difficulty": 545259519, - "previous_block_hash": "4e0c8d65f4702bc575f18d42feccdbe91ec04635b4a02a7b1da38c3b29b997d5" + "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5" }, "tx_hash": null, "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 537, @@ -9119,17 +9119,17 @@ "event_index": 544, "event": "NEW_TRANSACTION", "params": { - "block_hash": "674adaa4050d588e2149faa17b198bf473604b5a453237fd983096cda5cdb4de", + "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", "block_index": 195, - "block_time": 1727945804, + "block_time": 1727950180, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "fee": 0, - "source": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "utxos_info": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1 c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -9139,9 +9139,9 @@ }, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 538, @@ -9155,16 +9155,16 @@ "params": { "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "out_index": 0, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 277, @@ -9177,15 +9177,15 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7ba875e2236982cb66b66b41539221dc59c6e1534180f9416345a98fd5ae84a7", - "messages_hash": "85b818a8fced9121b36995b18326215b16b928eb77116d91dc4cab2c27852c63", + "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", + "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", "transaction_count": 1, - "txlist_hash": "517e0a8f09bf005b65f8b8a05f2bd51563c09d3f3c72272847a0f52c29b9a79d", - "block_time": 1727945804 + "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", + "block_time": 1727950180 }, "tx_hash": null, "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 542, @@ -9198,12 +9198,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61 }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 541, @@ -9219,12 +9219,12 @@ "address": null, "asset": "XCP", "block_index": 195, - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 1500000000, "tx_index": 61, - "utxo": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", - "utxo_address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", - "block_time": 1727945804, + "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -9234,9 +9234,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 546, @@ -9248,16 +9248,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -9267,9 +9267,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 550, @@ -9283,14 +9283,14 @@ "params": { "asset": "XCP", "block_index": 188, - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "memo": null, "quantity": 10000, - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "status": "valid", - "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680", + "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2", "tx_index": 54, - "block_time": 1727945769, + "block_time": 1727950145, "asset_info": { "divisible": true, "asset_longname": null, @@ -9300,9 +9300,9 @@ }, "quantity_normalized": "0.00010000" }, - "tx_hash": "ec291694f9a542786e049d53bb459976b6282ddeafb9693baba4f85f27e4c680", + "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2", "block_index": 188, - "block_time": 1727945769 + "block_time": 1727950145 } ], "next_cursor": null, @@ -9316,15 +9316,15 @@ "params": { "asset": "XCP", "block_index": 189, - "destination": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "memo": null, "msg_index": 2, "quantity": 10, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "valid", - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "tx_index": 55, - "block_time": 1727945773, + "block_time": 1727950149, "asset_info": { "divisible": true, "asset_longname": null, @@ -9334,9 +9334,9 @@ }, "quantity_normalized": "0.00000010" }, - "tx_hash": "9acf44c447c53adae05f80ad89d98cdf1665dc9b0493cbce70efbe1b95153a78", + "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", "block_index": 189, - "block_time": 1727945773 + "block_time": 1727950149 } ], "next_cursor": 502, @@ -9359,20 +9359,20 @@ "event": "SWEEP", "params": { "block_index": 193, - "destination": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "status": "valid", - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "tx_index": 59, - "block_time": 1727945790, + "block_time": 1727950166, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "8464fa4fad3151301cd83b7d007af92b4062c603a46ca49cb115a305fbffc283", + "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", "block_index": 193, - "block_time": 1727945790 + "block_time": 1727950166 } ], "next_cursor": null, @@ -9389,15 +9389,15 @@ "dividend_asset": "XCP", "fee_paid": 40000, "quantity_per_unit": 100000000, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "valid", - "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "tx_index": 41, - "block_time": 1727945630, + "block_time": 1727949992, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, @@ -9411,9 +9411,9 @@ "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00040000" }, - "tx_hash": "6df4c18e2c71ba70c1aa4af08b9af501a645872c7e71f9fc6e51a9324bd913d2", + "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", "block_index": 154, - "block_time": 1727945630 + "block_time": 1727949992 } ], "next_cursor": null, @@ -9434,11 +9434,11 @@ "asset_longname": "A95428959745315388.SUBNUMERIC", "asset_name": "A95428956980101314", "block_index": 160, - "block_time": 1727945667 + "block_time": 1727950028 }, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "block_index": 160, - "block_time": 1727945667 + "block_time": 1727950028 } ], "next_cursor": 374, @@ -9461,22 +9461,22 @@ "description_locked": false, "divisible": true, "fee_paid": 0, - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "valid", "transfer": false, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "tx_index": 47, - "block_time": 1727945667, + "block_time": 1727950028, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "823935059b95fe13e207ec374fb87beae546ead6f0da08735f700cefaff6f006", + "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", "block_index": 160, - "block_time": 1727945667 + "block_time": 1727950028 } ], "next_cursor": 381, @@ -9491,12 +9491,12 @@ "asset": "XCP", "block_index": 194, "quantity": 1, - "source": "bcrt1q4ywlrl76nfk7jssf20het0rd0skn80t03hs7te", + "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", "status": "valid", "tag": "64657374726f79", - "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", + "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", "tx_index": 60, - "block_time": 1727945795, + "block_time": 1727950171, "asset_info": { "divisible": true, "asset_longname": null, @@ -9506,9 +9506,9 @@ }, "quantity_normalized": "0.00000001" }, - "tx_hash": "ae11aaed4a90411d4310e20e5a826219e246ee46ea5c82f227f8bc87802f2ed8", + "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", "block_index": 194, - "block_time": 1727945795 + "block_time": 1727950171 } ], "next_cursor": 157, @@ -9533,11 +9533,11 @@ "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "open", - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "tx_index": 58, - "block_time": 1727945786, + "block_time": 1727950162, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9561,9 +9561,9 @@ "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "75f44f9efa3c7f9f2d0f7f6c3fd0a49790352edcd14aef4d0715feff3e6e3c35", + "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", "block_index": 192, - "block_time": 1727945786 + "block_time": 1727950162 } ], "next_cursor": 509, @@ -9581,20 +9581,20 @@ "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 3000, - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "match_expire_index": 207, "status": "pending", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "tx0_block_index": 185, "tx0_expiration": 21, - "tx0_hash": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df", + "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", "tx0_index": 50, - "tx1_address": "bcrt1q4de6hcfjnhdcc6wr95eycequhekm365gekmupr", + "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", "tx1_block_index": 187, "tx1_expiration": 21, - "tx1_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "tx1_index": 53, - "block_time": 1727945765, + "block_time": 1727950131, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9613,9 +9613,9 @@ "backward_quantity_normalized": "0.00003000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "d1e19527daf525d34bdbb174932f519ca810469506332c6343a120fe6c65817e", + "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", "block_index": 187, - "block_time": 1727945765 + "block_time": 1727950131 } ], "next_cursor": 468, @@ -9628,11 +9628,11 @@ "event": "ORDER_UPDATE", "params": { "status": "cancelled", - "tx_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49" + "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26" }, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "block_time": 1727945782 + "block_time": 1727950158 } ], "next_cursor": 483, @@ -9645,11 +9645,11 @@ "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a" + "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0" }, - "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", + "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", "block_index": 186, - "block_time": 1727945761 + "block_time": 1727950126 } ], "next_cursor": null, @@ -9661,13 +9661,13 @@ "event_index": 474, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", + "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", "status": "completed" }, - "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", + "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", "block_index": 186, - "block_time": 1727945761 + "block_time": 1727950126 } ], "next_cursor": 447, @@ -9681,18 +9681,18 @@ "params": { "block_index": 186, "btc_amount": 2000, - "destination": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "order_match_id": "810c8e97fff38d90d00f5a5852b3106af5b948408311781dd6c3e2dff24597df_d4dee92707d6f9ffed6bf6f7cb308a9797f7d443d1b351e20a690028686f5b3a", - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "status": "valid", - "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", + "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", "tx_index": 52, - "block_time": 1727945761, + "block_time": 1727950126, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "a0106a473bae5308b50940788baeb6e7c220ff112c70b4651b0a3d32a73bbacc", + "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", "block_index": 186, - "block_time": 1727945761 + "block_time": 1727950126 } ], "next_cursor": null, @@ -9705,16 +9705,16 @@ "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "dee520025ce2ce97e47671c79239aedeea7b0a3ec4afcc847ac5bdf49edf6f49", - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "valid", - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "tx_index": 57, - "block_time": 1727945782 + "block_time": 1727950158 }, - "tx_hash": "99dacd5f8cc909a0a0e945183d476b3f44079a195b8d2684ce09aaf1fee2ab94", + "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", "block_index": 191, - "block_time": 1727945782 + "block_time": 1727950158 } ], "next_cursor": null, @@ -9727,13 +9727,13 @@ "event": "ORDER_EXPIRATION", "params": { "block_index": 183, - "order_hash": "a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "block_time": 1727945683 + "order_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "block_time": 1727950044 }, "tx_hash": null, "block_index": 183, - "block_time": 1727945683 + "block_time": 1727950044 } ], "next_cursor": 453, @@ -9746,14 +9746,14 @@ "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 183, - "order_match_id": "e8dcb8f635a02123c31d3dce9f06692fa6224b01afda3a32ec3f11d2f8fbfab7_a54d3f52dfdea4bd6df24618eebe58aa3f7d17ee627a70ec2e28a4f5c2116045", - "tx0_address": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "tx1_address": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", - "block_time": 1727945683 + "order_match_id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "block_time": 1727950044 }, "tx_hash": null, "block_index": 183, - "block_time": 1727945683 + "block_time": 1727950044 } ], "next_cursor": null, @@ -9771,14 +9771,14 @@ "escrow_quantity": 10000, "give_quantity": 1, "give_remaining": 10000, - "oracle_address": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "origin": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "satoshirate": 1, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": 0, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "tx_index": 33, - "block_time": 1727945596, + "block_time": 1727949959, "asset_info": { "divisible": true, "asset_longname": null, @@ -9791,9 +9791,9 @@ "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "block_index": 146, - "block_time": 1727945596 + "block_time": 1727949959 } ], "next_cursor": 254, @@ -9808,9 +9808,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": 0, - "tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", + "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", "asset_info": { "divisible": true, "asset_longname": null, @@ -9820,9 +9820,9 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 302, @@ -9836,13 +9836,13 @@ "params": { "asset": "XCP", "block_index": 144, - "destination": "mwNtBvuv6eXYCAGtKZfrruMuWS8serN2B8", + "destination": "miqEFCo8WqtnAo2wPb5mADr9W9g3bQZZ7j", "dispense_quantity": 10, - "dispenser_tx_hash": "d9e0a4f45614a5a900b80000750a09cbf77fdb8c914adb9637d39654a81ff23f", - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", - "tx_hash": "8cd178867d6d941d63e25b3331957843f1c7e44d29a481775e177902f99b388b", + "dispenser_tx_hash": "23b55de699312b1b2b01311daed3ba598752c3322a31e2969bf0cd8d0e64c2b1", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx_hash": "cc012ca6208d7266a31872e5efea427046d999fe81acc050ee56f7fc40e139a6", "tx_index": 31, - "block_time": 1727945579, + "block_time": 1727949940, "asset_info": { "divisible": true, "asset_longname": null, @@ -9852,9 +9852,9 @@ }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "8cd178867d6d941d63e25b3331957843f1c7e44d29a481775e177902f99b388b", + "tx_hash": "cc012ca6208d7266a31872e5efea427046d999fe81acc050ee56f7fc40e139a6", "block_index": 144, - "block_time": 1727945579 + "block_time": 1727949940 } ], "next_cursor": null, @@ -9869,14 +9869,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qku7qtdvz60peslx40jk9wm7xrhf3l74jde77d0", + "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "cd77b93325e6c2b52564c0634b7797e9f1f7ad18e59e4abdcd7775d363867af8", - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -9887,9 +9887,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 280, @@ -9904,19 +9904,19 @@ "block_index": 138, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1q9rfnapfwx5h3pevpekmwgssxewftnt59zwkg5x", + "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", + "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", "tx_index": 25, "value": 66600.0, - "block_time": 1727945554, + "block_time": 1727949914, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "c221e85fdd8ae8cba0b4792c677f6f06fd2d9e0da56522895d2b8676c9e81bf5", + "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", "block_index": 138, - "block_time": 1727945554 + "block_time": 1727949914 } ], "next_cursor": 213, @@ -9947,16 +9947,16 @@ "quantity_by_price": 60, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "start_block": 0, "status": "open", - "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", + "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", "tx_index": 22, - "block_time": 1727945541 + "block_time": 1727949902 }, - "tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", + "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", "block_index": 135, - "block_time": 1727945541 + "block_time": 1727949902 } ], "next_cursor": 161, @@ -9969,11 +9969,11 @@ "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "77ceaf4ac3e6c4d6bc5641c68ae4e3cf264531edfdf200eebba66257f48d5bcf" + "tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0" }, "tx_hash": null, "block_index": 130, - "block_time": 1727945511 + "block_time": 1727949880 } ], "next_cursor": 110, @@ -9989,24 +9989,24 @@ "block_index": 136, "commission": 0, "earn_quantity": 40, - "fairminter_tx_hash": "a193387671af137582514167d67df2147fc44d185e7f696cb42473b4bb7b957c", + "fairminter_tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", "paid_quantity": 34, - "source": "bcrt1q3ez2adv8rxswaf86dge9lvd6jppk05gxgceps4", + "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", "status": "valid", - "tx_hash": "b39289cb56bc3d031b595209a8eb9be4c04957b97de30db017a46f7824717952", + "tx_hash": "f8c0f1c7c6c9a830957ef9f7f2ed7e17e970b39d00a471b7beeb58dcb042eb0f", "tx_index": 23, - "block_time": 1727945545, + "block_time": 1727949906, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false } }, - "tx_hash": "b39289cb56bc3d031b595209a8eb9be4c04957b97de30db017a46f7824717952", + "tx_hash": "f8c0f1c7c6c9a830957ef9f7f2ed7e17e970b39d00a471b7beeb58dcb042eb0f", "block_index": 136, - "block_time": 1727945545 + "block_time": 1727949906 } ], "next_cursor": 190, @@ -10020,28 +10020,28 @@ "params": { "asset": "MYASSETA", "block_index": 152, - "destination": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd:1", + "destination": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", "fee_paid": 0, "msg_index": 0, "quantity": 1000000000, - "source": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "status": "valid", - "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", + "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", "tx_index": 39, - "block_time": 1727945622, + "block_time": 1727949983, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "10.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "4d511bddde0386fc61be898af2b4fae5323daa094960f5f3941f4842350164cd", + "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", "block_index": 152, - "block_time": 1727945622 + "block_time": 1727949983 } ], "next_cursor": 296, @@ -10055,28 +10055,28 @@ "params": { "asset": "MYASSETA", "block_index": 151, - "destination": "bcrt1q89ck04hgadvn3prhfzrgm74tplfjxshmjvsq99", + "destination": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", "fee_paid": 0, "msg_index": 0, "quantity": 500000000, - "source": "af52b961a0c28032c73370114cdf763f8ad70675f9e04f798e58251de8d1f753:0", + "source": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97:0", "status": "valid", - "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", + "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", "tx_index": 38, - "block_time": 1727945618, + "block_time": 1727949980, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q30wpze36qvlfk6pm9m7jr3qt9kvuh03x5eyu4g", + "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", "divisible": true, "locked": false }, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "38c3650c28716019aa2d592982a3a804dcce87f9f82e15517aefa51dd1b3d490", + "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", "block_index": 151, - "block_time": 1727945618 + "block_time": 1727949980 } ], "next_cursor": null, @@ -10090,14 +10090,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701:0", + "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", "msg_index": 1, "quantity": 1500000000, - "source": "b08b988eedde7c5be886ae36f3c5d7dff74cb9b5bce9f69f835e51971ef48b64:1", + "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", "status": "valid", - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "tx_index": 61, - "block_time": 1727945804, + "block_time": 1727950180, "asset_info": { "divisible": true, "asset_longname": null, @@ -10107,9 +10107,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "c08b61b7d096b4cf01e006f6e9641d254a8420cc85df6e6f99fb83be684a0701", + "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", "block_index": 195, - "block_time": 1727945804 + "block_time": 1727950180 } ], "next_cursor": 548, @@ -10124,17 +10124,17 @@ "block_index": 121, "burned": 50000000, "earned": 74999996667, - "source": "bcrt1qr6gw3e43d3evyvpkn579qf92f5xpdjqx5v632f", + "source": "bcrt1qzklp8scx46fgxl037gvzacpzvs34kymf9yjpfe", "status": "valid", - "tx_hash": "58c7186af188fab4f758cdc9036b567dcf74ab0ca64e7cb821e0231b9035a773", + "tx_hash": "8da7f00dd44ec21e346f824732a4ada88868034bebbc93629461b5945f7fbf72", "tx_index": 9, - "block_time": 1727945472, + "block_time": 1727949841, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, - "tx_hash": "58c7186af188fab4f758cdc9036b567dcf74ab0ca64e7cb821e0231b9035a773", + "tx_hash": "8da7f00dd44ec21e346f824732a4ada88868034bebbc93629461b5945f7fbf72", "block_index": 121, - "block_time": 1727945472 + "block_time": 1727949841 } ], "next_cursor": 65, From 874edfa2c154405c36c6a1aea94ea80a51a29a21 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Thu, 3 Oct 2024 10:51:13 +0000 Subject: [PATCH 05/23] Add routes to get assets by issuer or owner --- apiary.apib | 3646 +++++++++-------- .../counterpartycore/lib/api/queries.py | 60 +- .../counterpartycore/lib/api/routes.py | 4 +- .../test/fixtures/api_v2_fixtures.json | 496 ++- .../test/regtest/apidoc/apicache.json | 3262 ++++++++------- dredd.yml | 3 + 6 files changed, 4220 insertions(+), 3251 deletions(-) diff --git a/apiary.apib b/apiary.apib index 66205005a9..5013d1b1e0 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1,4 +1,4 @@ -[//]: # (Generated by genapidoc.py on 2024-10-03 10:09:56.894289. Do not edit manually.) +[//]: # (Generated by genapidoc.py on 2024-10-03 10:48:16.072203. Do not edit manually.) FORMAT: 1A HOST: https://api.counterparty.io:4000 @@ -179,15 +179,15 @@ Here is a list of events classified by theme and for each an example response: "event_index": 543, "event": "NEW_BLOCK", "params": { - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", "block_index": 195, - "block_time": 1727950180, + "block_time": 1727952480, "difficulty": 545259519, - "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5" + "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877" }, "tx_hash": null, "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 537, @@ -204,17 +204,17 @@ Here is a list of events classified by theme and for each an example response: "event_index": 544, "event": "NEW_TRANSACTION", "params": { - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", "block_index": 195, - "block_time": 1727950180, + "block_time": 1727952480, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "fee": 0, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -224,9 +224,9 @@ Here is a list of events classified by theme and for each an example response: }, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 538, @@ -245,16 +245,16 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "out_index": 0, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 277, @@ -272,15 +272,15 @@ Here is a list of events classified by theme and for each an example response: "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", - "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", + "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", + "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", "transaction_count": 1, - "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", - "block_time": 1727950180 + "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", + "block_time": 1727952480 }, "tx_hash": null, "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 542, @@ -298,12 +298,12 @@ Here is a list of events classified by theme and for each an example response: "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61 }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 541, @@ -326,12 +326,12 @@ Here is a list of events classified by theme and for each an example response: "address": null, "asset": "XCP", "block_index": 195, - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "block_time": 1727950180, + "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -341,9 +341,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 546, @@ -360,16 +360,16 @@ Here is a list of events classified by theme and for each an example response: "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -379,9 +379,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 550, @@ -400,14 +400,14 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 188, - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "memo": null, "quantity": 10000, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "status": "valid", - "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2", + "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed", "tx_index": 54, - "block_time": 1727950145, + "block_time": 1727952445, "asset_info": { "divisible": true, "asset_longname": null, @@ -417,9 +417,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00010000" }, - "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2", + "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed", "block_index": 188, - "block_time": 1727950145 + "block_time": 1727952445 } ], "next_cursor": null, @@ -438,15 +438,15 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 189, - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "memo": null, "msg_index": 2, "quantity": 10, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "valid", - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "tx_index": 55, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "divisible": true, "asset_longname": null, @@ -456,9 +456,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000010" }, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "block_time": 1727950149 + "block_time": 1727952449 } ], "next_cursor": 502, @@ -496,20 +496,20 @@ Here is a list of events classified by theme and for each an example response: "event": "SWEEP", "params": { "block_index": 193, - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "status": "valid", - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "tx_index": 59, - "block_time": 1727950166, + "block_time": 1727952466, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "block_time": 1727950166 + "block_time": 1727952466 } ], "next_cursor": null, @@ -531,15 +531,15 @@ Here is a list of events classified by theme and for each an example response: "dividend_asset": "XCP", "fee_paid": 40000, "quantity_per_unit": 100000000, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "valid", - "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "tx_index": 41, - "block_time": 1727949992, + "block_time": 1727952312, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -553,9 +553,9 @@ Here is a list of events classified by theme and for each an example response: "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00040000" }, - "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "block_index": 154, - "block_time": 1727949992 + "block_time": 1727952312 } ], "next_cursor": null, @@ -588,11 +588,11 @@ Here is a list of events classified by theme and for each an example response: "asset_longname": "A95428959745315388.SUBNUMERIC", "asset_name": "A95428956980101314", "block_index": 160, - "block_time": 1727950028 + "block_time": 1727952338 }, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "block_index": 160, - "block_time": 1727950028 + "block_time": 1727952338 } ], "next_cursor": 374, @@ -620,22 +620,22 @@ Here is a list of events classified by theme and for each an example response: "description_locked": false, "divisible": true, "fee_paid": 0, - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "valid", "transfer": false, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "tx_index": 47, - "block_time": 1727950028, + "block_time": 1727952338, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "block_index": 160, - "block_time": 1727950028 + "block_time": 1727952338 } ], "next_cursor": 381, @@ -655,12 +655,12 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "block_index": 194, "quantity": 1, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "status": "valid", "tag": "64657374726f79", - "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", + "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", "tx_index": 60, - "block_time": 1727950171, + "block_time": 1727952470, "asset_info": { "divisible": true, "asset_longname": null, @@ -670,9 +670,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000001" }, - "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", + "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", "block_index": 194, - "block_time": 1727950171 + "block_time": 1727952470 } ], "next_cursor": 157, @@ -704,11 +704,11 @@ Here is a list of events classified by theme and for each an example response: "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "open", - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "tx_index": 58, - "block_time": 1727950162, + "block_time": 1727952462, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -732,9 +732,9 @@ Here is a list of events classified by theme and for each an example response: "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "block_time": 1727950162 + "block_time": 1727952462 } ], "next_cursor": 509, @@ -757,20 +757,20 @@ Here is a list of events classified by theme and for each an example response: "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 3000, - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "match_expire_index": 207, "status": "pending", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx0_block_index": 185, "tx0_expiration": 21, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", "tx0_index": 50, - "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "tx1_block_index": 187, "tx1_expiration": 21, - "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "tx1_index": 53, - "block_time": 1727950131, + "block_time": 1727952440, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -789,9 +789,9 @@ Here is a list of events classified by theme and for each an example response: "backward_quantity_normalized": "0.00003000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "block_index": 187, - "block_time": 1727950131 + "block_time": 1727952440 } ], "next_cursor": 468, @@ -809,11 +809,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_UPDATE", "params": { "status": "cancelled", - "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26" + "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3" }, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "block_time": 1727950158 + "block_time": 1727952458 } ], "next_cursor": 483, @@ -831,11 +831,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0" + "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a" }, - "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", + "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", "block_index": 186, - "block_time": 1727950126 + "block_time": 1727952436 } ], "next_cursor": null, @@ -852,13 +852,13 @@ Here is a list of events classified by theme and for each an example response: "event_index": 474, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "status": "completed" }, - "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", + "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", "block_index": 186, - "block_time": 1727950126 + "block_time": 1727952436 } ], "next_cursor": 447, @@ -877,18 +877,18 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 186, "btc_amount": 2000, - "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "status": "valid", - "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", + "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", "tx_index": 52, - "block_time": 1727950126, + "block_time": 1727952436, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", + "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", "block_index": 186, - "block_time": 1727950126 + "block_time": 1727952436 } ], "next_cursor": null, @@ -906,16 +906,16 @@ Here is a list of events classified by theme and for each an example response: "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "valid", - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "tx_index": 57, - "block_time": 1727950158 + "block_time": 1727952458 }, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "block_time": 1727950158 + "block_time": 1727952458 } ], "next_cursor": null, @@ -933,13 +933,13 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_EXPIRATION", "params": { "block_index": 183, - "order_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "block_time": 1727950044 + "order_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "block_time": 1727952354 }, "tx_hash": null, "block_index": 183, - "block_time": 1727950044 + "block_time": 1727952354 } ], "next_cursor": 453, @@ -957,14 +957,14 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 183, - "order_match_id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "block_time": 1727950044 + "order_match_id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "block_time": 1727952354 }, "tx_hash": null, "block_index": 183, - "block_time": 1727950044 + "block_time": 1727952354 } ], "next_cursor": null, @@ -989,14 +989,14 @@ Here is a list of events classified by theme and for each an example response: "escrow_quantity": 10000, "give_quantity": 1, "give_remaining": 10000, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "satoshirate": 1, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": 0, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "tx_index": 33, - "block_time": 1727949959, + "block_time": 1727952268, "asset_info": { "divisible": true, "asset_longname": null, @@ -1009,9 +1009,9 @@ Here is a list of events classified by theme and for each an example response: "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "block_index": 146, - "block_time": 1727949959 + "block_time": 1727952268 } ], "next_cursor": 254, @@ -1031,9 +1031,9 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": 0, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "asset_info": { "divisible": true, "asset_longname": null, @@ -1043,9 +1043,9 @@ Here is a list of events classified by theme and for each an example response: }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 302, @@ -1064,13 +1064,13 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 144, - "destination": "miqEFCo8WqtnAo2wPb5mADr9W9g3bQZZ7j", + "destination": "mqFzPk2DrBKEFQr8z8cRiz5bewXEPC7V8Q", "dispense_quantity": 10, - "dispenser_tx_hash": "23b55de699312b1b2b01311daed3ba598752c3322a31e2969bf0cd8d0e64c2b1", - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "tx_hash": "cc012ca6208d7266a31872e5efea427046d999fe81acc050ee56f7fc40e139a6", + "dispenser_tx_hash": "c5630aefbda40ca7a9b8aaddff7bcc5ef364e346761dc60bfd7e81960b3d4f0b", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx_hash": "c9acdff55b84d8fe4a67ca2d63008f270c9b1463930163bfb7b58a4fcb8d4726", "tx_index": 31, - "block_time": 1727949940, + "block_time": 1727952260, "asset_info": { "divisible": true, "asset_longname": null, @@ -1080,9 +1080,9 @@ Here is a list of events classified by theme and for each an example response: }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "cc012ca6208d7266a31872e5efea427046d999fe81acc050ee56f7fc40e139a6", + "tx_hash": "c9acdff55b84d8fe4a67ca2d63008f270c9b1463930163bfb7b58a4fcb8d4726", "block_index": 144, - "block_time": 1727949940 + "block_time": 1727952260 } ], "next_cursor": null, @@ -1102,14 +1102,14 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1120,9 +1120,9 @@ Here is a list of events classified by theme and for each an example response: "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 280, @@ -1144,19 +1144,19 @@ Here is a list of events classified by theme and for each an example response: "block_index": 138, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", + "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", "tx_index": 25, "value": 66600.0, - "block_time": 1727949914, + "block_time": 1727952235, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", + "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", "block_index": 138, - "block_time": 1727949914 + "block_time": 1727952235 } ], "next_cursor": 213, @@ -1194,16 +1194,16 @@ Here is a list of events classified by theme and for each an example response: "quantity_by_price": 60, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "start_block": 0, "status": "open", - "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", + "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", "tx_index": 22, - "block_time": 1727949902 + "block_time": 1727952222 }, - "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", + "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", "block_index": 135, - "block_time": 1727949902 + "block_time": 1727952222 } ], "next_cursor": 161, @@ -1221,11 +1221,11 @@ Here is a list of events classified by theme and for each an example response: "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0" + "tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13" }, "tx_hash": null, "block_index": 130, - "block_time": 1727949880 + "block_time": 1727952201 } ], "next_cursor": 110, @@ -1246,24 +1246,24 @@ Here is a list of events classified by theme and for each an example response: "block_index": 136, "commission": 0, "earn_quantity": 40, - "fairminter_tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", + "fairminter_tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", "paid_quantity": 34, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "status": "valid", - "tx_hash": "f8c0f1c7c6c9a830957ef9f7f2ed7e17e970b39d00a471b7beeb58dcb042eb0f", + "tx_hash": "b7e33d40c2046880bdbba5a478374a043decbeed1018eca558e8e0649ad80f65", "tx_index": 23, - "block_time": 1727949906, + "block_time": 1727952227, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, - "tx_hash": "f8c0f1c7c6c9a830957ef9f7f2ed7e17e970b39d00a471b7beeb58dcb042eb0f", + "tx_hash": "b7e33d40c2046880bdbba5a478374a043decbeed1018eca558e8e0649ad80f65", "block_index": 136, - "block_time": 1727949906 + "block_time": 1727952227 } ], "next_cursor": 190, @@ -1284,28 +1284,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MYASSETA", "block_index": 152, - "destination": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", + "destination": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", "fee_paid": 0, "msg_index": 0, "quantity": 1000000000, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "valid", - "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", + "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", "tx_index": 39, - "block_time": 1727949983, + "block_time": 1727952303, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "10.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", + "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", "block_index": 152, - "block_time": 1727949983 + "block_time": 1727952303 } ], "next_cursor": 296, @@ -1324,28 +1324,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MYASSETA", "block_index": 151, - "destination": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", + "destination": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", "fee_paid": 0, "msg_index": 0, "quantity": 500000000, - "source": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97:0", + "source": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb:0", "status": "valid", - "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", + "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", "tx_index": 38, - "block_time": 1727949980, + "block_time": 1727952300, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", + "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", "block_index": 151, - "block_time": 1727949980 + "block_time": 1727952300 } ], "next_cursor": null, @@ -1364,14 +1364,14 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 195, - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "msg_index": 1, "quantity": 1500000000, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", "status": "valid", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1381,9 +1381,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 548, @@ -1405,17 +1405,17 @@ Here is a list of events classified by theme and for each an example response: "block_index": 121, "burned": 50000000, "earned": 74999996667, - "source": "bcrt1qzklp8scx46fgxl037gvzacpzvs34kymf9yjpfe", + "source": "bcrt1qyte2wn824cnff7txlcs7uwhjn6rypsv46razgl", "status": "valid", - "tx_hash": "8da7f00dd44ec21e346f824732a4ada88868034bebbc93629461b5945f7fbf72", + "tx_hash": "cdbdc3f63118b57f0446e955011c6c692b7dc2354bd3ae5d829fabfa2a1e4b75", "tx_index": 9, - "block_time": 1727949841, + "block_time": 1727952163, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, - "tx_hash": "8da7f00dd44ec21e346f824732a4ada88868034bebbc93629461b5945f7fbf72", + "tx_hash": "cdbdc3f63118b57f0446e955011c6c692b7dc2354bd3ae5d829fabfa2a1e4b75", "block_index": 121, - "block_time": 1727949841 + "block_time": 1727952163 } ], "next_cursor": 65, @@ -1472,61 +1472,61 @@ Returns the list of the last ten blocks "result": [ { "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", "difficulty": 545259519, - "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", - "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", - "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", + "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", + "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", + "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", "transaction_count": 1, "confirmed": true }, { "block_index": 194, - "block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", - "block_time": 1727950171, - "previous_block_hash": "3ca1dbfc98546535bb4cfc3e6abfd4845f057e2467a9f5e3e57d61dee190925e", + "block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", + "block_time": 1727952470, + "previous_block_hash": "1741784d8e08e0f9e157409fee75df6df89ebbde1cb3558678d456c03e2c9bc4", "difficulty": 545259519, - "ledger_hash": "686ff2fb4eab2e64312537135bf4373c76f635d5273047e309c987e77b9932e7", - "txlist_hash": "517bf661b3ba09423fdefa2594a88a057026d15fece9240e7bd84e44013ea501", - "messages_hash": "1819e6586300706850bcf4a4691d2ea7dcfc82d379fe92602b8dd8079f95f331", + "ledger_hash": "6b32c30d1930b07cef875716c18b6f097b89ad780dad0bfcd012d162d3dfd70f", + "txlist_hash": "45bb8fb7f8af513b7690e24fbb234b7722dcdd58d03c2d85155492344803c1d4", + "messages_hash": "f429db3399e04cafbc04f3a6dbcd9a501391bb0358a2a70825cd3047c6e49eea", "transaction_count": 1, "confirmed": true }, { "block_index": 193, - "block_hash": "3ca1dbfc98546535bb4cfc3e6abfd4845f057e2467a9f5e3e57d61dee190925e", - "block_time": 1727950166, - "previous_block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", + "block_hash": "1741784d8e08e0f9e157409fee75df6df89ebbde1cb3558678d456c03e2c9bc4", + "block_time": 1727952466, + "previous_block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", "difficulty": 545259519, - "ledger_hash": "001cd3d588a7e5b4b212d1e188a2b07e4fdaaf52c8a2f2cba5fdd36c1629dc51", - "txlist_hash": "6a559a9606de4d5a33c2efb27b8313a46109e0f2b7955d70524bbe69b96c91f4", - "messages_hash": "881e5523016f2cab8d74d9347fbdb3b8719443e0b3e7bbfb6271891495cc774e", + "ledger_hash": "f0ba2b052c325aa048394f44090a55ccf4a1c81e538fe724e854488952eee420", + "txlist_hash": "6d5f495d4f94c9eb4fc2af778250fce8e629fb468e9e02a746459801d9fa9ec7", + "messages_hash": "3a46f8011b5b31bae4bd037a8b878b05e134811cdcb87226d13168e097b128c6", "transaction_count": 1, "confirmed": true }, { "block_index": 192, - "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", - "block_time": 1727950162, - "previous_block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", + "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", + "block_time": 1727952462, + "previous_block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", "difficulty": 545259519, - "ledger_hash": "b3b2a61c66cbda456b4bd5eab4499111224712ceca1a01b1b3b50a882aa175b9", - "txlist_hash": "ed8bb1656f17dd04370fff5922110d6aa98a7acdddee3cab8c49873c6b500834", - "messages_hash": "d394a5b05c46cd60171d7c16df9d6f947a621bb143a08524e641cfcc8c9f4507", + "ledger_hash": "ccbc3fe62eb8434da13e4fa0ee38011ee71b13fe4fcde848102a981f2d768e81", + "txlist_hash": "118d22338295fd5c9eecc5d47065f917b8e9764869a800025f04706cd4931383", + "messages_hash": "d1ce82c0dbb49b7621cbe7e048e29c9e74e80f4e5fe4a5fb8885fb5211665f5f", "transaction_count": 1, "confirmed": true }, { "block_index": 191, - "block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", - "block_time": 1727950158, - "previous_block_hash": "0bbf5a400d56b8afb19788705ddcd67c84735192d7f7dce66c1b21320d60bbb2", + "block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", + "block_time": 1727952458, + "previous_block_hash": "0ec9b245688d4a6f280a512e32c7d5a0e8138919fbe8c3987639d0e942dbc073", "difficulty": 545259519, - "ledger_hash": "ad9dea74b3a89ca0fa5ad1f9491afb345a64d241901f303445611172af43517b", - "txlist_hash": "cefc8fb0b7e8fd6596eb43bb47aed2aa9b35da76a18297038a80b27922a8461a", - "messages_hash": "1174dab96d739914a78550f704cf73823ce4dd9d4f3bd5706260db0ad7903cfc", + "ledger_hash": "af1e6b4ec965089d42c404bb14306440a2fa557ddff6f8ca8c5261b31e245923", + "txlist_hash": "1048b809aa6ffbe9f13c348b724db0e0f463fe689f2c365414503268ca135ce2", + "messages_hash": "a231dd74634a751f824a1d07090258467f1dd88baa7e154f98b6c209fc3177a0", "transaction_count": 1, "confirmed": true } @@ -1563,13 +1563,13 @@ Return the information of a block { "result": { "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", "difficulty": 545259519, - "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", - "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", - "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", + "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", + "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", + "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", "transaction_count": 1, "confirmed": true } @@ -1581,7 +1581,7 @@ Return the information of a block Return the information of a block + Parameters - + block_hash: `5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427` (str, required) - The index of the block to return + + block_hash: `027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a` (str, required) - The index of the block to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -1593,13 +1593,13 @@ Return the information of a block { "result": { "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", "difficulty": 545259519, - "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", - "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", - "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", + "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", + "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", + "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", "transaction_count": 1, "confirmed": true } @@ -1630,17 +1630,17 @@ Returns the transactions of a block "result": [ { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -1686,11 +1686,11 @@ Returns the events of a block "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", - "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", + "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", + "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", "transaction_count": 1, - "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", - "block_time": 1727950180 + "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", + "block_time": 1727952480 }, "tx_hash": null }, @@ -1699,10 +1699,10 @@ Returns the events of a block "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61 }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" }, { "event_index": 554, @@ -1711,14 +1711,14 @@ Returns the events of a block "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1729,7 +1729,7 @@ Returns the events of a block "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" }, { "event_index": 553, @@ -1738,9 +1738,9 @@ Returns the events of a block "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": 0, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "asset_info": { "divisible": true, "asset_longname": null, @@ -1750,22 +1750,22 @@ Returns the events of a block }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1775,7 +1775,7 @@ Returns the events of a block }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" } ], "next_cursor": 551, @@ -1858,16 +1858,16 @@ Returns the events of a block filtered by event "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1877,7 +1877,7 @@ Returns the events of a block filtered by event }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" }, { "event_index": 550, @@ -1887,12 +1887,12 @@ Returns the events of a block filtered by event "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1902,7 +1902,7 @@ Returns the events of a block filtered by event }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" }, { "event_index": 547, @@ -1912,22 +1912,22 @@ Returns the events of a block filtered by event "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" } ], "next_cursor": null, @@ -1990,16 +1990,16 @@ Returns the credits of a block "result": [ { "block_index": 195, - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -2015,12 +2015,12 @@ Returns the credits of a block "asset": "XCP", "quantity": 1500000000, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -2036,16 +2036,16 @@ Returns the credits of a block "asset": "MYASSETA", "quantity": 1500000000, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2105,12 +2105,12 @@ Returns the debits of a block "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -2126,16 +2126,16 @@ Returns the debits of a block "asset": "MYASSETA", "quantity": 1500000000, "action": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2171,24 +2171,24 @@ Returns the expirations of a block "result": [ { "type": "order", - "object_id": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "object_id": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", "block_index": 183, "confirmed": true, - "block_time": 1727950044 + "block_time": 1727952354 }, { "type": "order", - "object_id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "object_id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", "block_index": 183, "confirmed": true, - "block_time": 1727950044 + "block_time": 1727952354 }, { "type": "order_match", - "object_id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "object_id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", "block_index": 183, "confirmed": true, - "block_time": 1727950044 + "block_time": 1727952354 } ], "next_cursor": null, @@ -2220,13 +2220,13 @@ Returns the cancels of a block "result": [ { "tx_index": 57, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "status": "valid", "confirmed": true, - "block_time": 1727950158 + "block_time": 1727952458 } ], "next_cursor": null, @@ -2258,15 +2258,15 @@ Returns the destructions of a block "result": [ { "tx_index": 60, - "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", + "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", "block_index": 194, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "quantity": 1, "tag": "64657374726f79", "status": "valid", "confirmed": true, - "block_time": 1727950171, + "block_time": 1727952470, "asset_info": { "divisible": true, "asset_longname": null, @@ -2306,14 +2306,14 @@ Returns the issuances of a block "result": [ { "tx_index": 47, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -2328,7 +2328,7 @@ Returns the issuances of a block "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950028, + "block_time": 1727952338, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -2362,10 +2362,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block "result": [ { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -2373,7 +2373,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -2386,10 +2386,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block }, { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -2397,11 +2397,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2439,27 +2439,27 @@ Returns the dispenses of a block { "tx_index": 61, "dispense_index": 0, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2474,7 +2474,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -2515,16 +2515,16 @@ Returns the sweeps of a block "result": [ { "tx_index": 59, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727950166, + "block_time": 1727952466, "fee_paid_normalized": "0.00600000" } ], @@ -2558,17 +2558,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 25, - "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", + "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", "block_index": 138, - "block_hash": "3f7c197f72bbd3150e3e5484d1ab6483b5cfbd9eaa307218f051cc26998ea2c5", - "block_time": 1727949914, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_hash": "18210ffa6ec710fd4d32faa600925d8666460b86d2e292cd7d5c3603197ec123", + "block_time": 1727952235, + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "destination": null, "btc_amount": 0, "fee": 10000, "data": "1eeea6b9ef40f0428000000000000000000970726963652d555344", "supported": true, - "utxos_info": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec:1", + "utxos_info": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f:1", "confirmed": true, "unpacked_data": { "message_type": "broadcast", @@ -2593,25 +2593,25 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 52, - "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", + "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", "block_index": 186, - "block_hash": "157fc93eb7a005a30b71e8cb201afccf1a6ff447a1cf421ad9f6c2959eeb8c92", - "block_time": 1727950126, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "3aaa775e1d5403a9a6f274b84f3459e9a3bc910a1e7c0cc422fc7f209e9ef562", + "block_time": 1727952436, + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "btc_amount": 2000, "fee": 10000, - "data": "0ba3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3aee5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "data": "0b55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "supported": true, - "utxos_info": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607:0", + "utxos_info": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "status": "valid" } }, @@ -2626,23 +2626,23 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 57, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", - "block_time": 1727950158, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", + "block_time": 1727952458, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "46bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "data": "4632df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "supported": true, - "utxos_info": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c:1", + "utxos_info": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "status": "valid" } }, @@ -2657,17 +2657,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 60, - "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", + "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", "block_index": 194, - "block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", - "block_time": 1727950171, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", + "block_time": 1727952470, + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1:1", + "utxos_info": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -2697,17 +2697,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 33, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "block_index": 146, - "block_hash": "34bad58a7cca6966378c0ff7d3398654be0641c0d4eddfdeb4534e7e7b6e515a", - "block_time": 1727949959, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_hash": "2d39303fb7739cca01caa546da11781bf60b0baeb1e501837b88743b011658f8", + "block_time": 1727952268, + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0c0000000000000001000000000000000100000000000027100000000000000001008007c56322c8e62d48b4812b95d019af8d3595a6c7", + "data": "0c000000000000000100000000000000010000000000002710000000000000000100805bcc8878cad331f92040ab1aa86a6a1b0e220443", "supported": true, - "utxos_info": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49:1", + "utxos_info": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041:1", "confirmed": true, "unpacked_data": { "message_type": "dispenser", @@ -2719,7 +2719,7 @@ Here is sample API output for each of these transactions: "mainchainrate": 1, "dispenser_status": 0, "action_address": null, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": "valid", "asset_info": { "divisible": true, @@ -2743,17 +2743,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -2773,17 +2773,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 41, - "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "block_index": 154, - "block_hash": "7fb954d4ff2d08530c94017b3ed77b5047422f356b57bcb852aa20e8df71ad4a", - "block_time": 1727949992, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "7c48e79cc5fe3251795084d391e9a2d9e89af3e300d9de71cb287aa1620ea3fe", + "block_time": 1727952312, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, "data": "320000000005f5e100000000182b37176e0000000000000001", "supported": true, - "utxos_info": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b:1", + "utxos_info": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444:1", "confirmed": true, "unpacked_data": { "message_type": "dividend", @@ -2796,7 +2796,7 @@ Here is sample API output for each of these transactions: "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2821,17 +2821,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 47, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "block_index": 160, - "block_hash": "336bf1ec119c18326ffb0396ca03e556d255f832dd359eb5f11e786c46d83cc3", - "block_time": 1727950028, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "2a31a87e02e6b91aa79778cdad467066055c55c4b34ace5c7489d8e059cd8513", + "block_time": 1727952338, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, "data": "17015308217a15c0c2000000174876e80001000016987952c23e7c7c94dd9fd148af3f5276f9092bbbc2e941207375626e756d65726963206173736574", "supported": true, - "utxos_info": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1:1", + "utxos_info": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c:1", "confirmed": true, "unpacked_data": { "message_type": "issuance", @@ -2863,17 +2863,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 58, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", - "block_time": 1727950162, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", + "block_time": 1727952462, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d:1", + "utxos_info": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -2916,17 +2916,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 54, - "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2", + "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed", "block_index": 188, - "block_hash": "566554bc2ffadd4b846fe2e83f56ed51bd468b7faece07299392d4951953bd96", - "block_time": 1727950145, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "block_hash": "0c10eea160a059474c6b3747b7ace3913ba9b636c6f8f1eb639d32ab84e9720b", + "block_time": 1727952445, + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "020000000000000001000000000000271080944376ba708cc18f63acdf82615f25a7367b3e8e", + "data": "020000000000000001000000000000271080dbad4af8d82322d6953da8b5e20efdf0e0ceae6a", "supported": true, - "utxos_info": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2:1", + "utxos_info": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed:1", "confirmed": true, "unpacked_data": { "message_type": "enhanced_send", @@ -2934,7 +2934,7 @@ Here is sample API output for each of these transactions: "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "memo": null, "asset_info": { "divisible": true, @@ -2957,17 +2957,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "block_hash": "106daf13719a7cdf11cff6063a71e13ab296349646e954818f9cf28f316c1bcf", - "block_time": 1727950149, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "7e558da2526abb801b412564588e3d6570b147eb6856b1b544402f2085fa0653", + "block_time": 1727952449, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380eb0bf878b6f872c588cc72f8d9356f101a2e4a7d8045cbeb60d6bd454103324d127d38f5798222e0c080944376ba708cc18f63acdf82615f25a7367b3e8e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "0300038056d67e625d5810110ee4de5266b7a705ce45221b80b13b11ce61b62505cddc67a765222f31985f23fb80dbad4af8d82322d6953da8b5e20efdf0e0ceae6a400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814:0", + "utxos_info": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -2975,14 +2975,14 @@ Here is sample API output for each of these transactions: "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2990,7 +2990,7 @@ Here is sample API output for each of these transactions: }, { "asset": "XCP", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -3016,23 +3016,23 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 59, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "block_hash": "3ca1dbfc98546535bb4cfc3e6abfd4845f057e2467a9f5e3e57d61dee190925e", - "block_time": 1727950166, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "block_hash": "1741784d8e08e0f9e157409fee75df6df89ebbde1cb3558678d456c03e2c9bc4", + "block_time": 1727952466, + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0480944376ba708cc18f63acdf82615f25a7367b3e8e017377656570206d7920617373657473", + "data": "0480dbad4af8d82322d6953da8b5e20efdf0e0ceae6a017377656570206d7920617373657473", "supported": true, - "utxos_info": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea:1", + "utxos_info": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c:1", "confirmed": true, "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "flags": 1, "memo": "sweep my assets" } @@ -3065,17 +3065,17 @@ Returns the list of the last ten transactions "result": [ { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3088,17 +3088,17 @@ Returns the list of the last ten transactions }, { "tx_index": 60, - "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", + "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", "block_index": 194, - "block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", - "block_time": 1727950171, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", + "block_time": 1727952470, + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1:1", + "utxos_info": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -3130,7 +3130,7 @@ Returns the list of the last ten transactions Returns Counterparty information from a raw transaction in hex format. + Parameters - + rawtransaction: `020000000001010000000000000000000000000000000000000000000000000000000000000000ffffffff03015d00ffffffff0200f2052a01000000160014a011c04329d94b1b2937e64cc6638543f69659670000000000000000266a24aa21a9ede2f61c3f71d1defd3fa999dfa36953755c690689799962b48bebd836974e8cf90120000000000000000000000000000000000000000000000000000000000000000000000000` (str, required) - Raw transaction in hex format + + rawtransaction: `020000000001010000000000000000000000000000000000000000000000000000000000000000ffffffff03014600ffffffff0200f2052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b330000000000000000266a24aa21a9ede2f61c3f71d1defd3fa999dfa36953755c690689799962b48bebd836974e8cf90120000000000000000000000000000000000000000000000000000000000000000000000000` (str, required) - Raw transaction in hex format + block_index (int, optional) - Block index mandatory for transactions before block 335000 + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -3156,7 +3156,7 @@ Returns Counterparty information from a raw transaction in hex format. { "hash": "0000000000000000000000000000000000000000000000000000000000000000", "n": 4294967295, - "script_sig": "015d00", + "script_sig": "014600", "sequence": 4294967295, "coinbase": true } @@ -3164,7 +3164,7 @@ Returns Counterparty information from a raw transaction in hex format. "vout": [ { "value": 5000000000, - "script_pub_key": "0014a011c04329d94b1b2937e64cc6638543f6965967" + "script_pub_key": "001455f989c648f702be57f9c409fd3a78cb54ac9b33" }, { "value": 0, @@ -3175,8 +3175,8 @@ Returns Counterparty information from a raw transaction in hex format. "0000000000000000000000000000000000000000000000000000000000000000" ], "lock_time": 0, - "tx_hash": "c96e16c9251e2c5a815516dc548aa686fe2591be81a55630c2be03e8715e04a8", - "tx_id": "c96e16c9251e2c5a815516dc548aa686fe2591be81a55630c2be03e8715e04a8" + "tx_hash": "6d01a3c45e54317a10a77e33429b7ffb498ca3b2be2420d09ed66272daa7ce40", + "tx_id": "6d01a3c45e54317a10a77e33429b7ffb498ca3b2be2420d09ed66272daa7ce40" } } } @@ -3187,7 +3187,7 @@ Returns Counterparty information from a raw transaction in hex format. Returns Counterparty information from a transaction hash. + Parameters - + tx_hash: `fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983` (str, required) - Transaction hash + + tx_hash: `22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731` (str, required) - Transaction hash + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3198,18 +3198,18 @@ Returns Counterparty information from a transaction hash. ``` { "result": { - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", + "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "74df6be84f26b8941725c7101035b6c816f39bdb50141abf53aac7f9450ab27f", + "hash": "fef92a0f1c9bfa713de702f86cb1a94f213c5f5beeafad44d422386562a4fd97", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -3219,20 +3219,20 @@ Returns Counterparty information from a transaction hash. "vout": [ { "value": 0, - "script_pub_key": "6a2e0bc561da94ae23ce5a78c4b0cb144ca30b9b3cabf24cace0df5febcc6ecd2883ce9f3c7eeb3f3e8d17af3d9d28c1" + "script_pub_key": "6a2e2f1d9987abaa074e39b7d6b2a4956c532b8c8cc43e1a09774fa2dc9df7a3af7baf4b30b34b7d7bf316f27ca57f97" }, { "value": 4999955000, - "script_pub_key": "0014944376ba708cc18f63acdf82615f25a7367b3e8e" + "script_pub_key": "0014dbad4af8d82322d6953da8b5e20efdf0e0ceae6a" } ], "vtxinwit": [ - "30440220432badc72e04af9bf0ee8cbf988538206fd0a659c2f9ce5a05702faafc53705a022020ea0f476c96de8a44ff0eac337e54b3de611ff9684d1ecd84e44e319662b66001", - "02692071a77a4f5f1ad6599d8352e74672fa48490807173bef6299fb9f60f392ba" + "3044022046ecaae92c59879f233590e1b5b5eb2e3cbf9e40f91450102ddfde60fecb9304022019431cfbf8f26af04dadb66b0fe844b8cc6c555de10f5ed592b7afd947395c7601", + "0397550a13117933bb9adb6ca0f90e13afe6453368b553c403ca4f0b18fbe30756" ], "lock_time": 0, - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", - "tx_id": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983" + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_id": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731" }, "unpacked_data": { "message_type": "enhanced_send", @@ -3240,7 +3240,7 @@ Returns Counterparty information from a transaction hash. "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "memo": null, "asset_info": { "divisible": true, @@ -3301,17 +3301,17 @@ Returns a transaction by its index. { "result": { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3330,7 +3330,7 @@ Returns a transaction by its index. Returns a transaction by its hash. + Parameters - + tx_hash: `4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541` (str, required) - The hash of the transaction + + tx_hash: `faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9` (str, required) - The hash of the transaction + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3342,17 +3342,17 @@ Returns a transaction by its hash. { "result": { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3395,12 +3395,12 @@ Returns the events of a transaction "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61 }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 554, @@ -3409,14 +3409,14 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -3427,9 +3427,9 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 553, @@ -3438,9 +3438,9 @@ Returns the events of a transaction "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": 0, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "asset_info": { "divisible": true, "asset_longname": null, @@ -3450,24 +3450,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -3477,9 +3477,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 551, @@ -3487,14 +3487,14 @@ Returns the events of a transaction "params": { "asset": "XCP", "block_index": 195, - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "msg_index": 1, "quantity": 1500000000, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", "status": "valid", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -3504,9 +3504,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 550, @@ -3519,7 +3519,7 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541` (str, required) - The hash of the transaction to return + + tx_hash: `faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor: `556` (str, optional) - The last event index to return @@ -3543,12 +3543,12 @@ Returns the events of a transaction "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61 }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 554, @@ -3557,14 +3557,14 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -3575,9 +3575,9 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 553, @@ -3586,9 +3586,9 @@ Returns the events of a transaction "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": 0, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "asset_info": { "divisible": true, "asset_longname": null, @@ -3598,24 +3598,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -3625,9 +3625,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 551, @@ -3635,14 +3635,14 @@ Returns the events of a transaction "params": { "asset": "XCP", "block_index": 195, - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "msg_index": 1, "quantity": 1500000000, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", "status": "valid", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -3652,9 +3652,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 550, @@ -3667,7 +3667,7 @@ Returns the events of a transaction Returns the sends, include Enhanced and MPMA sends, of a block + Parameters - + tx_hash: `4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541` (str, required) - The hash of the transaction to return + + tx_hash: `faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9` (str, required) - The hash of the transaction to return + cursor (str, optional) - The last index of the debits to return + Default: `None` + limit: `5` (int, optional) - The maximum number of debits to return @@ -3686,10 +3686,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block "result": [ { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -3697,7 +3697,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -3710,10 +3710,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block }, { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -3721,11 +3721,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -3743,7 +3743,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block Returns the dispenses of a block + Parameters - + tx_hash: `4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541` (str, required) - The hash of the transaction to return + + tx_hash: `faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9` (str, required) - The hash of the transaction to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -3763,27 +3763,27 @@ Returns the dispenses of a block { "tx_index": 61, "dispense_index": 0, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3798,7 +3798,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -3842,16 +3842,16 @@ Returns the events of a transaction "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -3861,9 +3861,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 550, @@ -3873,12 +3873,12 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -3888,9 +3888,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 547, @@ -3900,24 +3900,24 @@ Returns the events of a transaction "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": null, @@ -3930,7 +3930,7 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541` (str, required) - The hash of the transaction to return + + tx_hash: `faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9` (str, required) - The hash of the transaction to return + event: `CREDIT` (str, required) - The event to filter by + cursor: `556` (str, optional) - The last event index to return + Default: `None` @@ -3952,16 +3952,16 @@ Returns the events of a transaction "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -3971,9 +3971,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 550, @@ -3983,12 +3983,12 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -3998,9 +3998,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 547, @@ -4010,24 +4010,24 @@ Returns the events of a transaction "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": null, @@ -4042,7 +4042,7 @@ Returns the events of a transaction Returns the balances of several addresses + Parameters - + addresses: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7,bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - Comma separated list of addresses + + addresses: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw,bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - Comma separated list of addresses + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -4066,7 +4066,7 @@ Returns the balances of several addresses "total": 100000000000, "addresses": [ { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -4076,7 +4076,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -4087,7 +4087,7 @@ Returns the balances of several addresses "total": 97999999980, "addresses": [ { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "utxo": null, "utxo_address": null, "quantity": 97999999980, @@ -4097,7 +4097,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -4108,7 +4108,7 @@ Returns the balances of several addresses "total": 500000000, "addresses": [ { - "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -4118,7 +4118,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -4129,7 +4129,7 @@ Returns the balances of several addresses "total": 40, "addresses": [ { - "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "utxo": null, "utxo_address": null, "quantity": 40, @@ -4139,7 +4139,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -4150,7 +4150,7 @@ Returns the balances of several addresses "total": 19, "addresses": [ { - "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "utxo": null, "utxo_address": null, "quantity": 19, @@ -4160,7 +4160,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -4177,7 +4177,7 @@ Returns the balances of several addresses Returns the transactions of a list of addresses + Parameters - + addresses: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7,bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw,bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - Comma separated list of addresses to return + cursor: `61` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return @@ -4196,17 +4196,17 @@ Returns the transactions of a list of addresses "result": [ { "tx_index": 58, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", - "block_time": 1727950162, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", + "block_time": 1727952462, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d:1", + "utxos_info": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -4242,23 +4242,23 @@ Returns the transactions of a list of addresses }, { "tx_index": 57, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", - "block_time": 1727950158, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", + "block_time": 1727952458, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "46bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "data": "4632df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "supported": true, - "utxos_info": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c:1", + "utxos_info": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "status": "valid" } }, @@ -4266,17 +4266,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 56, - "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "block_index": 190, - "block_hash": "0bbf5a400d56b8afb19788705ddcd67c84735192d7f7dce66c1b21320d60bbb2", - "block_time": 1727950154, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "0ec9b245688d4a6f280a512e32c7d5a0e8138919fbe8c3987639d0e942dbc073", + "block_time": 1727952453, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26:1", + "utxos_info": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -4312,17 +4312,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "block_hash": "106daf13719a7cdf11cff6063a71e13ab296349646e954818f9cf28f316c1bcf", - "block_time": 1727950149, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "7e558da2526abb801b412564588e3d6570b147eb6856b1b544402f2085fa0653", + "block_time": 1727952449, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380eb0bf878b6f872c588cc72f8d9356f101a2e4a7d8045cbeb60d6bd454103324d127d38f5798222e0c080944376ba708cc18f63acdf82615f25a7367b3e8e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "0300038056d67e625d5810110ee4de5266b7a705ce45221b80b13b11ce61b62505cddc67a765222f31985f23fb80dbad4af8d82322d6953da8b5e20efdf0e0ceae6a400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814:0", + "utxos_info": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -4330,14 +4330,14 @@ Returns the transactions of a list of addresses "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -4345,7 +4345,7 @@ Returns the transactions of a list of addresses }, { "asset": "XCP", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -4364,25 +4364,25 @@ Returns the transactions of a list of addresses }, { "tx_index": 52, - "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", + "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", "block_index": 186, - "block_hash": "157fc93eb7a005a30b71e8cb201afccf1a6ff447a1cf421ad9f6c2959eeb8c92", - "block_time": 1727950126, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "3aaa775e1d5403a9a6f274b84f3459e9a3bc910a1e7c0cc422fc7f209e9ef562", + "block_time": 1727952436, + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "btc_amount": 2000, "fee": 10000, - "data": "0ba3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3aee5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "data": "0b55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "supported": true, - "utxos_info": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607:0", + "utxos_info": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "status": "valid" } }, @@ -4399,7 +4399,7 @@ Returns the transactions of a list of addresses Returns the events of a list of addresses + Parameters - + addresses: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7,bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw,bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - Comma separated list of addresses to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor: `556` (str, optional) - The last event index to return @@ -4435,11 +4435,11 @@ Returns the events of a list of addresses "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "open", - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "tx_index": 58, - "block_time": 1727950162, + "block_time": 1727952462, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4463,24 +4463,24 @@ Returns the events of a list of addresses "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "block_time": 1727950162 + "block_time": 1727952462 }, { "event_index": 521, "event": "DEBIT", "params": { "action": "open order", - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "block_index": 192, - "event": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "event": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "quantity": 1000, "tx_index": 58, "utxo": null, "utxo_address": null, - "block_time": 1727950162, + "block_time": 1727952462, "asset_info": { "divisible": true, "asset_longname": null, @@ -4490,25 +4490,25 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "block_time": 1727950162 + "block_time": 1727952462 }, { "event_index": 520, "event": "NEW_TRANSACTION", "params": { - "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", + "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", "block_index": 192, - "block_time": 1727950162, + "block_time": 1727952462, "btc_amount": 0, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "destination": "", "fee": 10000, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "tx_index": 58, - "utxos_info": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d:1", + "utxos_info": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641:1", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -4540,40 +4540,40 @@ Returns the events of a list of addresses }, "btc_amount_normalized": "0.00000000" }, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "block_time": 1727950162 + "block_time": 1727952462 }, { "event_index": 516, "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "valid", - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "tx_index": 57, - "block_time": 1727950158 + "block_time": 1727952458 }, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "block_time": 1727950158 + "block_time": 1727952458 }, { "event_index": 515, "event": "CREDIT", "params": { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "block_index": 191, "calling_function": "cancel order", - "event": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "event": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "quantity": 1000, "tx_index": 57, "utxo": null, "utxo_address": null, - "block_time": 1727950158, + "block_time": 1727952458, "asset_info": { "divisible": true, "asset_longname": null, @@ -4583,9 +4583,9 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "block_time": 1727950158 + "block_time": 1727952458 } ], "next_cursor": 513, @@ -4598,7 +4598,7 @@ Returns the events of a list of addresses Returns the mempool events of a list of addresses + Parameters - + addresses: `bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg,bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg,bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l` (str, required) - Comma separated list of addresses to return + cursor (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return @@ -4614,17 +4614,17 @@ Returns the mempool events of a list of addresses { "result": [ { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "memo": null, "quantity": 10000, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "status": "valid", - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62, "asset_info": { "divisible": true, @@ -4635,22 +4635,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "CREDIT", "params": { - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -4660,22 +4660,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "block_index": 195, - "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -4685,30 +4685,30 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727950184.723641, + "block_time": 1727952484.47581, "btc_amount": 0, - "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", + "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", "destination": "", "fee": 10000, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62, - "utxos_info": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983:1", + "utxos_info": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "memo": null, "asset_info": { "divisible": true, @@ -4722,7 +4722,7 @@ Returns the mempool events of a list of addresses }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 } ], "next_cursor": null, @@ -4735,7 +4735,7 @@ Returns the mempool events of a list of addresses Returns the balances of an address + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -4755,7 +4755,7 @@ Returns the balances of an address { "result": [ { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "A95428956980101314", "quantity": 100000000000, "utxo": null, @@ -4763,14 +4763,14 @@ Returns the balances of an address "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "MYASSETA", "quantity": 97999999980, "utxo": null, @@ -4778,14 +4778,14 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "980.00000000" }, { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4800,7 +4800,7 @@ Returns the balances of an address "quantity_normalized": "826.99937000" }, { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "TESTLOCKDESC", "quantity": 10000000000, "utxo": null, @@ -4808,7 +4808,7 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -4825,7 +4825,7 @@ Returns the balances of an address Returns the balance of an address and asset + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -4837,7 +4837,7 @@ Returns the balance of an address and asset ``` { "result": { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4859,7 +4859,7 @@ Returns the balance of an address and asset Returns the credits of an address + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -4909,16 +4909,16 @@ Returns the credits of an address "result": [ { "block_index": 191, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "event": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "tx_index": 57, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950158, + "block_time": 1727952458, "asset_info": { "divisible": true, "asset_longname": null, @@ -4930,16 +4930,16 @@ Returns the credits of an address }, { "block_index": 183, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "event": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", "tx_index": 0, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950044, + "block_time": 1727952354, "asset_info": { "divisible": true, "asset_longname": null, @@ -4951,20 +4951,20 @@ Returns the credits of an address }, { "block_index": 160, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "A95428956980101314", "quantity": 100000000000, "calling_function": "issuance", - "event": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "event": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "tx_index": 47, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950028, + "block_time": 1727952338, "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -4972,20 +4972,20 @@ Returns the credits of an address }, { "block_index": 157, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "TESTLOCKDESC", "quantity": 10000000000, "calling_function": "issuance", - "event": "19491cfb68b4a52fff021ae6ba90f59445f486b2c0b30ee0cc291813959fb65e", + "event": "efa7b986d68127c6d9e57793e0f6fa7966dde6360759bb829ab08c74edfdba94", "tx_index": 44, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950005, + "block_time": 1727952325, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -4997,16 +4997,16 @@ Returns the credits of an address "asset": "MYASSETA", "quantity": 1000000000, "calling_function": "attach to utxo", - "event": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", + "event": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", "tx_index": 39, - "utxo": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", - "utxo_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "utxo": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", + "utxo_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "confirmed": true, - "block_time": 1727949983, + "block_time": 1727952303, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5023,7 +5023,7 @@ Returns the credits of an address Returns the debits of an address + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -5062,16 +5062,16 @@ Returns the debits of an address "result": [ { "block_index": 192, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "event": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950162, + "block_time": 1727952462, "asset_info": { "divisible": true, "asset_longname": null, @@ -5083,16 +5083,16 @@ Returns the debits of an address }, { "block_index": 190, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "event": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "tx_index": 56, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950154, + "block_time": 1727952453, "asset_info": { "divisible": true, "asset_longname": null, @@ -5104,16 +5104,16 @@ Returns the debits of an address }, { "block_index": 189, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "event": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "divisible": true, "asset_longname": null, @@ -5125,20 +5125,20 @@ Returns the debits of an address }, { "block_index": 189, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "MYASSETA", "quantity": 20, "action": "mpma send", - "event": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "event": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5146,16 +5146,16 @@ Returns the debits of an address }, { "block_index": 184, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 10000, "action": "open order", - "event": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "event": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", "tx_index": 50, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950118, + "block_time": 1727952418, "asset_info": { "divisible": true, "asset_longname": null, @@ -5176,7 +5176,7 @@ Returns the debits of an address Returns the bets of a feed + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address of the feed + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address of the feed + status: `filled` (enum[str], optional) - The status of the bet + Default: `open` + Members @@ -5211,7 +5211,7 @@ Returns the bets of a feed Returns the broadcasts of a source + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + cursor (str, optional) - The last index of the broadcasts to return + Default: `None` + limit: `5` (int, optional) - The maximum number of broadcasts to return @@ -5230,9 +5230,9 @@ Returns the broadcasts of a source "result": [ { "tx_index": 24, - "tx_hash": "f2805ac89327dbb879789b22e562f2fafce4cc8a39f73b3df3a1e2a504fd5d4c", + "tx_hash": "fcb99bd61b01001625b5da7399a58185e531b89b943db6228ea61f320ccbff83", "block_index": 137, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -5240,7 +5240,7 @@ Returns the broadcasts of a source "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727949910, + "block_time": 1727952231, "fee_fraction_int_normalized": "0.00000000" } ], @@ -5254,7 +5254,7 @@ Returns the broadcasts of a source Returns the burns of an address + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + cursor (str, optional) - The last index of the burns to return + Default: `None` + limit: `5` (int, optional) - The maximum number of burns to return @@ -5273,14 +5273,14 @@ Returns the burns of an address "result": [ { "tx_index": 0, - "tx_hash": "06980647d889a4d271adc4d03f0e52585a63e215631f35c2b8ed9cb2afd9f239", + "tx_hash": "5f4670cbf308536bb477b069bc806952ba9c014394f77131d6257df37ec70c0f", "block_index": 112, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "burned": 50000000, "earned": 74999998167, "status": "valid", "confirmed": true, - "block_time": 1727949803, + "block_time": 1727952125, "burned_normalized": "0.50000000", "earned_normalized": "749.99998000" } @@ -5295,7 +5295,7 @@ Returns the burns of an address Returns the sends, include Enhanced and MPMA sends, of an address + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5314,10 +5314,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address "result": [ { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "quantity": 10, "status": "valid", @@ -5325,7 +5325,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "divisible": true, "asset_longname": null, @@ -5338,10 +5338,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5349,11 +5349,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5362,10 +5362,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5373,11 +5373,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5386,10 +5386,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 39, - "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", + "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", "block_index": 152, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5397,11 +5397,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727949983, + "block_time": 1727952303, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5410,10 +5410,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 36, - "tx_hash": "d632d02c990ec5641313c6891bbb71371488f6b7ad87f8002812e572a5d7dcde", + "tx_hash": "b3027c7c7aaae5ad71c080461cfe1b0fa8e227f719ae6135b367013f15f7c409", "block_index": 149, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "f10a3168ac64365a48f9a815f1c2734ac030860a1237aaaf9c27aefa7652c34c:1", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "53a8afe61aa1e87367df0a1f11ee34019cc90c093c37d885f34ee6dab5e22f93:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5421,11 +5421,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727949972, + "block_time": 1727952291, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5443,7 +5443,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address Returns the receives of an address + Parameters - + address: `bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74` (str, required) - The address to return + + address: `bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f` (str, required) - The address to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5462,10 +5462,10 @@ Returns the receives of an address "result": [ { "tx_index": 38, - "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", + "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", "block_index": 151, - "source": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97:0", - "destination": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", + "source": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb:0", + "destination": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -5473,11 +5473,11 @@ Returns the receives of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727949980, + "block_time": 1727952300, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5495,7 +5495,7 @@ Returns the receives of an address Returns the sends, include Enhanced and MPMA sends, of an address and asset + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + asset: `MYASSETA` (str, required) - The asset to return + cursor (str, optional) - The last index of the sends to return + Default: `None` @@ -5515,10 +5515,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "result": [ { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5526,11 +5526,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5539,10 +5539,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5550,11 +5550,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5563,10 +5563,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 39, - "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", + "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", "block_index": 152, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5574,11 +5574,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727949983, + "block_time": 1727952303, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5587,10 +5587,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 36, - "tx_hash": "d632d02c990ec5641313c6891bbb71371488f6b7ad87f8002812e572a5d7dcde", + "tx_hash": "b3027c7c7aaae5ad71c080461cfe1b0fa8e227f719ae6135b367013f15f7c409", "block_index": 149, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "f10a3168ac64365a48f9a815f1c2734ac030860a1237aaaf9c27aefa7652c34c:1", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "53a8afe61aa1e87367df0a1f11ee34019cc90c093c37d885f34ee6dab5e22f93:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5598,11 +5598,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727949972, + "block_time": 1727952291, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5620,7 +5620,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset Returns the receives of an address and asset + Parameters - + address: `bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74` (str, required) - The address to return + + address: `bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f` (str, required) - The address to return + asset: `MYASSETA` (str, required) - The asset to return + cursor (str, optional) - The last index of the sends to return + Default: `None` @@ -5640,10 +5640,10 @@ Returns the receives of an address and asset "result": [ { "tx_index": 38, - "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", + "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", "block_index": 151, - "source": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97:0", - "destination": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", + "source": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb:0", + "destination": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -5651,11 +5651,11 @@ Returns the receives of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727949980, + "block_time": 1727952300, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5673,7 +5673,7 @@ Returns the receives of an address and asset Returns the dispensers of an address + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + status (enum[str], optional) - The status of the dispensers to return + Default: `all` + Members @@ -5702,9 +5702,9 @@ Returns the dispensers of an address "result": [ { "tx_index": 26, - "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5713,7 +5713,7 @@ Returns the dispensers of an address "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5723,7 +5723,7 @@ Returns the dispensers of an address "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -5748,7 +5748,7 @@ Returns the dispensers of an address Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -5761,9 +5761,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5772,7 +5772,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5782,7 +5782,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -5804,7 +5804,7 @@ Returns the dispenser of an address and an asset Returns the dispenses of a source + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -5824,19 +5824,19 @@ Returns the dispenses of a source { "tx_index": 28, "dispense_index": 0, - "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", + "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5844,7 +5844,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5859,7 +5859,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -5873,19 +5873,19 @@ Returns the dispenses of a source { "tx_index": 27, "dispense_index": 0, - "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", + "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", "block_index": 140, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5893,7 +5893,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5908,7 +5908,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949923, + "block_time": 1727952243, "asset_info": { "divisible": true, "asset_longname": null, @@ -5930,7 +5930,7 @@ Returns the dispenses of a source Returns the dispenses of a destination + Parameters - + address: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address to return + + address: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -5950,19 +5950,19 @@ Returns the dispenses of a destination { "tx_index": 28, "dispense_index": 0, - "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", + "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5970,7 +5970,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5985,7 +5985,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -5999,19 +5999,19 @@ Returns the dispenses of a destination { "tx_index": 27, "dispense_index": 0, - "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", + "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", "block_index": 140, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6019,7 +6019,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6034,7 +6034,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949923, + "block_time": 1727952243, "asset_info": { "divisible": true, "asset_longname": null, @@ -6056,7 +6056,7 @@ Returns the dispenses of a destination Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` @@ -6077,19 +6077,19 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", + "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6097,7 +6097,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6112,7 +6112,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -6126,19 +6126,19 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", + "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", "block_index": 140, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6146,7 +6146,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6161,7 +6161,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949923, + "block_time": 1727952243, "asset_info": { "divisible": true, "asset_longname": null, @@ -6183,7 +6183,7 @@ Returns the dispenses of an address and an asset Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address to return + + address: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` @@ -6204,19 +6204,19 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", + "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6224,7 +6224,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6239,7 +6239,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -6253,19 +6253,19 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", + "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", "block_index": 140, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6273,7 +6273,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6288,7 +6288,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949923, + "block_time": 1727952243, "asset_info": { "divisible": true, "asset_longname": null, @@ -6310,7 +6310,7 @@ Returns the dispenses of an address and an asset Returns the sweeps of an address + Parameters - + address: `bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg` (str, required) - The address to return + + address: `bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg` (str, required) - The address to return + cursor (str, optional) - The last index of the sweeps to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sweeps to return @@ -6329,16 +6329,16 @@ Returns the sweeps of an address "result": [ { "tx_index": 59, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727950166, + "block_time": 1727952466, "fee_paid_normalized": "0.00600000" } ], @@ -6352,7 +6352,7 @@ Returns the sweeps of an address Returns the issuances of an address + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + cursor (str, optional) - The last index of the issuances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of issuances to return @@ -6371,14 +6371,14 @@ Returns the issuances of an address "result": [ { "tx_index": 47, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -6393,20 +6393,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950028, + "block_time": 1727952338, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "625d8bed442f2a06eb53ca9d0c87e0311667e7eccde97f0714269799ee6f2ed1", + "tx_hash": "6461a1b76eee5bbddfd186c8e6450f1d1df4c601673cde986fd6637b02a8071c", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -6421,20 +6421,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727950024, + "block_time": 1727952334, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "2be6ee6cfbfbcd404938bd58ae52f4e465134c7b05bf94225bec84d0703e4a20", + "tx_hash": "633305e6d717641b952a37d18855d1af8996736d2f588226468350baf2e31901", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -6449,20 +6449,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950019, + "block_time": 1727952329, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "19491cfb68b4a52fff021ae6ba90f59445f486b2c0b30ee0cc291813959fb65e", + "tx_hash": "efa7b986d68127c6d9e57793e0f6fa7966dde6360759bb829ab08c74edfdba94", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -6477,20 +6477,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950005, + "block_time": 1727952325, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 35, - "tx_hash": "6cf91e46595f063422d13989bd8c1b37afbdeeb33226a08c571c7a3ce2254450", + "tx_hash": "6cac3c190770747b2152a1e5b1e063fab6a84fbb3f73ba74ce13849eab5ce90e", "msg_index": 0, "block_index": 148, "asset": "MYASSETA", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -6505,7 +6505,7 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727949967, + "block_time": 1727952277, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -6515,12 +6515,12 @@ Returns the issuances of an address } ``` -### Get Valid Assets By Issuer [GET /v2/addresses/{address}/assets{?named}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Valid Assets By Issuer Or Owner [GET /v2/addresses/{address}/assets{?named}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] -Returns the valid assets of an issuer +Returns the valid assets issued or owned by an address + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The issuer to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The issuer or owner to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -6543,8 +6543,8 @@ Returns the valid assets of an issuer "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 10000000000, @@ -6552,16 +6552,16 @@ Returns the valid assets of an issuer "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727950005, - "last_issuance_block_time": 1727950024, + "first_issuance_block_time": 1727952325, + "last_issuance_block_time": 1727952334, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 100000000000, @@ -6569,16 +6569,16 @@ Returns the valid assets of an issuer "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727949967, - "last_issuance_block_time": 1727949967, + "first_issuance_block_time": 1727952277, + "last_issuance_block_time": 1727952277, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 40, @@ -6586,16 +6586,16 @@ Returns the valid assets of an issuer "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727949902, - "last_issuance_block_time": 1727949906, + "first_issuance_block_time": 1727952222, + "last_issuance_block_time": 1727952227, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 19, @@ -6603,16 +6603,16 @@ Returns the valid assets of an issuer "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727949885, - "last_issuance_block_time": 1727949897, + "first_issuance_block_time": 1727952205, + "last_issuance_block_time": 1727952218, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 0, @@ -6620,8 +6620,238 @@ Returns the valid assets of an issuer "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727949863, - "last_issuance_block_time": 1727949880, + "first_issuance_block_time": 1727952184, + "last_issuance_block_time": 1727952201, + "supply_normalized": "0.00000000" + } + ], + "next_cursor": 2, + "result_count": 6 + } + ``` + +### Get Valid Assets By Issuer [GET /v2/addresses/{address}/assets/issued{?named}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] + +Returns the valid assets issued by an address + ++ Parameters + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The issuer to return + + named: `true` (bool, optional) - Whether to return only named assets + + Default: `None` + + cursor (str, optional) - The last index of the assets to return + + Default: `None` + + limit: `5` (int, optional) - The maximum number of assets to return + + Default: `100` + + offset (int, optional) - The number of lines to skip before returning results (overrides the `cursor` parameter) + + Default: `None` + + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + + Default: `false` + + show_unconfirmed (bool, optional) - Include results from Mempool. + + Default: `false` + ++ Response 200 (application/json) + + ``` + { + "result": [ + { + "asset": "TESTLOCKDESC", + "asset_id": "70403005118950974", + "asset_longname": null, + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 10000000000, + "description": "Test Locking Description", + "first_issuance_block_index": 157, + "last_issuance_block_index": 159, + "confirmed": true, + "first_issuance_block_time": 1727952325, + "last_issuance_block_time": 1727952334, + "supply_normalized": "100.00000000" + }, + { + "asset": "MYASSETA", + "asset_id": "103804245870", + "asset_longname": null, + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 100000000000, + "description": "My super asset A", + "first_issuance_block_index": 148, + "last_issuance_block_index": 148, + "confirmed": true, + "first_issuance_block_time": 1727952277, + "last_issuance_block_time": 1727952277, + "supply_normalized": "1000.00000000" + }, + { + "asset": "FAIRMINTD", + "asset_id": "1046814266085", + "asset_longname": "", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 40, + "description": "", + "first_issuance_block_index": 135, + "last_issuance_block_index": 136, + "confirmed": true, + "first_issuance_block_time": 1727952222, + "last_issuance_block_time": 1727952227, + "supply_normalized": "0.00000040" + }, + { + "asset": "FAIRMINTC", + "asset_id": "1046814266084", + "asset_longname": "", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 19, + "description": "", + "first_issuance_block_index": 131, + "last_issuance_block_index": 134, + "confirmed": true, + "first_issuance_block_time": 1727952205, + "last_issuance_block_time": 1727952218, + "supply_normalized": "0.00000019" + }, + { + "asset": "FAIRMINTB", + "asset_id": "1046814266083", + "asset_longname": "", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 0, + "description": "", + "first_issuance_block_index": 126, + "last_issuance_block_index": 130, + "confirmed": true, + "first_issuance_block_time": 1727952184, + "last_issuance_block_time": 1727952201, + "supply_normalized": "0.00000000" + } + ], + "next_cursor": 2, + "result_count": 6 + } + ``` + +### Get Valid Assets By Owner [GET /v2/addresses/{address}/assets/owned{?named}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] + +Returns the valid assets owned by an address + ++ Parameters + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The owner to return + + named: `true` (bool, optional) - Whether to return only named assets + + Default: `None` + + cursor (str, optional) - The last index of the assets to return + + Default: `None` + + limit: `5` (int, optional) - The maximum number of assets to return + + Default: `100` + + offset (int, optional) - The number of lines to skip before returning results (overrides the `cursor` parameter) + + Default: `None` + + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + + Default: `false` + + show_unconfirmed (bool, optional) - Include results from Mempool. + + Default: `false` + ++ Response 200 (application/json) + + ``` + { + "result": [ + { + "asset": "TESTLOCKDESC", + "asset_id": "70403005118950974", + "asset_longname": null, + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 10000000000, + "description": "Test Locking Description", + "first_issuance_block_index": 157, + "last_issuance_block_index": 159, + "confirmed": true, + "first_issuance_block_time": 1727952325, + "last_issuance_block_time": 1727952334, + "supply_normalized": "100.00000000" + }, + { + "asset": "MYASSETA", + "asset_id": "103804245870", + "asset_longname": null, + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 100000000000, + "description": "My super asset A", + "first_issuance_block_index": 148, + "last_issuance_block_index": 148, + "confirmed": true, + "first_issuance_block_time": 1727952277, + "last_issuance_block_time": 1727952277, + "supply_normalized": "1000.00000000" + }, + { + "asset": "FAIRMINTD", + "asset_id": "1046814266085", + "asset_longname": "", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 40, + "description": "", + "first_issuance_block_index": 135, + "last_issuance_block_index": 136, + "confirmed": true, + "first_issuance_block_time": 1727952222, + "last_issuance_block_time": 1727952227, + "supply_normalized": "0.00000040" + }, + { + "asset": "FAIRMINTC", + "asset_id": "1046814266084", + "asset_longname": "", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 19, + "description": "", + "first_issuance_block_index": 131, + "last_issuance_block_index": 134, + "confirmed": true, + "first_issuance_block_time": 1727952205, + "last_issuance_block_time": 1727952218, + "supply_normalized": "0.00000019" + }, + { + "asset": "FAIRMINTB", + "asset_id": "1046814266083", + "asset_longname": "", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 0, + "description": "", + "first_issuance_block_index": 126, + "last_issuance_block_index": 130, + "confirmed": true, + "first_issuance_block_time": 1727952184, + "last_issuance_block_time": 1727952201, "supply_normalized": "0.00000000" } ], @@ -6635,7 +6865,7 @@ Returns the valid assets of an issuer Returns the transactions of an address + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + cursor: `61` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return @@ -6654,17 +6884,17 @@ Returns the transactions of an address "result": [ { "tx_index": 58, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", - "block_time": 1727950162, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", + "block_time": 1727952462, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d:1", + "utxos_info": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -6700,23 +6930,23 @@ Returns the transactions of an address }, { "tx_index": 57, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", - "block_time": 1727950158, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", + "block_time": 1727952458, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "46bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "data": "4632df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "supported": true, - "utxos_info": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c:1", + "utxos_info": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "status": "valid" } }, @@ -6724,17 +6954,17 @@ Returns the transactions of an address }, { "tx_index": 56, - "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "block_index": 190, - "block_hash": "0bbf5a400d56b8afb19788705ddcd67c84735192d7f7dce66c1b21320d60bbb2", - "block_time": 1727950154, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "0ec9b245688d4a6f280a512e32c7d5a0e8138919fbe8c3987639d0e942dbc073", + "block_time": 1727952453, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26:1", + "utxos_info": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -6770,17 +7000,17 @@ Returns the transactions of an address }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "block_hash": "106daf13719a7cdf11cff6063a71e13ab296349646e954818f9cf28f316c1bcf", - "block_time": 1727950149, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "7e558da2526abb801b412564588e3d6570b147eb6856b1b544402f2085fa0653", + "block_time": 1727952449, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380eb0bf878b6f872c588cc72f8d9356f101a2e4a7d8045cbeb60d6bd454103324d127d38f5798222e0c080944376ba708cc18f63acdf82615f25a7367b3e8e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "0300038056d67e625d5810110ee4de5266b7a705ce45221b80b13b11ce61b62505cddc67a765222f31985f23fb80dbad4af8d82322d6953da8b5e20efdf0e0ceae6a400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814:0", + "utxos_info": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -6788,14 +7018,14 @@ Returns the transactions of an address "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -6803,7 +7033,7 @@ Returns the transactions of an address }, { "asset": "XCP", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -6822,17 +7052,17 @@ Returns the transactions of an address }, { "tx_index": 50, - "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", "block_index": 184, - "block_hash": "76cdab12a9658e73d931986d8c4fb1321dbd16d32bf24370e16da7258cd08ee0", - "block_time": 1727950118, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "2e2090f604a9d72505dd171e57050642747cc21c624cf230d6c897016724588c", + "block_time": 1727952418, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000027100000000000000000000000000000271000150000000000000000", "supported": true, - "utxos_info": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae:1", + "utxos_info": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -6877,7 +7107,7 @@ Returns the transactions of an address Returns the dividends distributed by an address + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + cursor (str, optional) - The last index of the assets to return + Default: `None` + limit: `5` (int, optional) - The maximum number of assets to return @@ -6896,20 +7126,20 @@ Returns the dividends distributed by an address "result": [ { "tx_index": 41, - "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "block_index": 154, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727949992, + "block_time": 1727952312, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -6934,7 +7164,7 @@ Returns the dividends distributed by an address Returns the orders of an address + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + status (enum[str], optional) - The status of the orders to return + Default: `all` + Members @@ -6963,9 +7193,9 @@ Returns the orders of an address "result": [ { "tx_index": 48, - "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", "block_index": 183, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6980,7 +7210,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727950044, + "block_time": 1727952354, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7006,9 +7236,9 @@ Returns the orders of an address }, { "tx_index": 50, - "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", "block_index": 187, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -7023,7 +7253,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727950131, + "block_time": 1727952440, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7049,9 +7279,9 @@ Returns the orders of an address }, { "tx_index": 56, - "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "block_index": 191, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7066,7 +7296,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727950158, + "block_time": 1727952458, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7092,9 +7322,9 @@ Returns the orders of an address }, { "tx_index": 58, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7109,7 +7339,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727950162, + "block_time": 1727952462, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7144,7 +7374,7 @@ Returns the orders of an address Returns the fairminter by its source + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The source of the fairminter to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The source of the fairminter to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -7162,10 +7392,10 @@ Returns the fairminter by its source { "result": [ { - "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", + "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", "tx_index": 22, "block_index": 135, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -7190,13 +7420,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949902 + "block_time": 1727952222 }, { - "tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", + "tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", "tx_index": 18, "block_index": 131, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -7221,13 +7451,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949885 + "block_time": 1727952205 }, { - "tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0", + "tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13", "tx_index": 14, "block_index": 130, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -7252,13 +7482,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949880 + "block_time": 1727952201 }, { - "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "tx_index": 10, "block_index": 125, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -7283,7 +7513,7 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949859 + "block_time": 1727952180 } ], "next_cursor": null, @@ -7296,7 +7526,7 @@ Returns the fairminter by its source Returns the mints by address + Parameters - + address: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address of the mints to return + + address: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address of the mints to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -7314,127 +7544,127 @@ Returns the mints by address { "result": [ { - "tx_hash": "f8c0f1c7c6c9a830957ef9f7f2ed7e17e970b39d00a471b7beeb58dcb042eb0f", + "tx_hash": "b7e33d40c2046880bdbba5a478374a043decbeed1018eca558e8e0649ad80f65", "tx_index": 23, "block_index": 136, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949906, + "block_time": 1727952227, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, { - "tx_hash": "294f8183f4930073937915b80368899342374159c496f8b33a1c879bb792e416", + "tx_hash": "b7389b57c74d1da384b9561fdbd05df79b504fb419628f03fc72fa2a976baea3", "tx_index": 21, "block_index": 134, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949897, + "block_time": 1727952218, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, { - "tx_hash": "e0718ae59749ced990818b0e9bf1bc0c3a843e4e86ce04c15481574384fdf8e1", + "tx_hash": "320ddc2d7c99182ef00ab54283fadbdbbaaae22f22fa20b6b3eeaf107540f8b6", "tx_index": 20, "block_index": 133, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949893, + "block_time": 1727952214, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, { - "tx_hash": "3f015458544232c2d577519b4aab3ba481dd30968b39d6a16b5a5bd2f4c0fd89", + "tx_hash": "bc880ed3d3874ecaf7440fbb603b808690fc6326423a6dd3ad5712aaabe53c33", "tx_index": 19, "block_index": 132, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949889, + "block_time": 1727952210, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, { - "tx_hash": "8ecf63659e6c1d8ef68dee515d4b22e7b7a5b11ee7ec088b6563670a20baaa85", + "tx_hash": "74880e92f52328e5f0a51aefa77c8272de357633427d312ed9158634157fc872", "tx_index": 15, "block_index": 127, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949868, + "block_time": 1727952188, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, { - "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", + "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", "tx_index": 11, "block_index": 123, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949851, + "block_time": 1727952171, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } @@ -7450,7 +7680,7 @@ Returns the mints by address Returns the mints by address and asset + Parameters - + address: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address of the mints to return + + address: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address of the mints to return + asset: `FAIRMINTA` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -7469,22 +7699,22 @@ Returns the mints by address and asset { "result": [ { - "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", + "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", "tx_index": 11, "block_index": 123, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949851, + "block_time": 1727952171, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } @@ -7523,8 +7753,8 @@ By default the default value of the `encoding` parameter detailed above is `auto Composes a transaction to issue a bet against a feed. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will make the bet - + feed_address: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address that hosts the feed to be bet on + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will make the bet + + feed_address: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address that hosts the feed to be bet on + bet_type: `2` (int, required) - Bet 0 for Bullish CFD (deprecated), 1 for Bearish CFD (deprecated), 2 for Equal, 3 for NotEqual + deadline: `3000000000` (int, required) - The time at which the bet should be decided/settled, in Unix time (seconds since epoch) + wager_quantity: `1000` (int, required) - The quantities of XCP to wager (in satoshis, hence integer) @@ -7592,7 +7822,7 @@ Composes a transaction to issue a bet against a feed. Composes a transaction to broadcast textual and numerical information to the network. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + timestamp: `4003903985` (int, required) - The timestamp of the broadcast, in Unix time + value: `100` (float, required) - Numerical value of the broadcast + fee_fraction: `0.05` (float, required) - How much of every bet on this feed should go to its operator; a fraction of 1, (i.e. 0.05 is five percent) @@ -7648,7 +7878,7 @@ Composes a transaction to broadcast textual and numerical information to the net { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -7660,7 +7890,7 @@ Composes a transaction to broadcast textual and numerical information to the net "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "0200000000010162413b7844f27438f8dc912f4ee1db2b165390e6963a06a44bd5fb16e222679300000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff0200000000000000002b6a29909457527be85ccfb06fe9c51dc94c7ec440e101afd8433bcaa4f347e670e94d95f1789819bc66f2409bba052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "020000000001010f56ff441b923bca475685c950d6c0e06f1f70fbcedf2291a5c2e54126f562200000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff0200000000000000002b6a297fd68abbe4915c4dd77757b43f1115f2d7f84c5946878cc64ed7b506b112d4d8319e226667cd7c34379bba052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -7677,8 +7907,8 @@ Composes a transaction to broadcast textual and numerical information to the net Composes a transaction to pay for a BTC order match. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be sending the payment - + order_match_id: `a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd` (str, required) - The ID of the order match to pay for + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be sending the payment + + order_match_id: `55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114` (str, required) - The ID of the order match to pay for + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -7730,16 +7960,16 @@ Composes a transaction to pay for a BTC order match. { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd" + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114" }, "name": "btcpay", - "data": "434e5452505254590ba3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "data": "434e5452505254590b55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "btc_in": 5000000000, "btc_out": 3000, "btc_change": 4999978951, "btc_fee": 18049, - "rawtransaction": "02000000000101820f17893a637e9c766e9f0918e847ff8bf337446ca53b9f4b07c71780d8fe7400000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff03b80b000000000000160014a011c04329d94b1b2937e64cc6638543f696596700000000000000004b6a49cb72c11c424d6b08306646cd295e0dd3ecb1d05d5c31065160406fd9cb60584bd1452bead0a2b54d5a33234ae489ea752715123de98286a6a634c65624d91d2289968653cdfa8cfa15c79f052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101721f18217cc7f60637a8c7885d29e92b71b0c3ab26a2da8d3bda53458ff99b500000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff03b80b00000000000016001455f989c648f702be57f9c409fd3a78cb54ac9b3300000000000000004b6a49a820288b01fca84251d635f3006a63ca1b5a189dbf0f8830089d6c96d0d85741b479e987cec5fd121a6dc01f4a831f82fd5c77828f6d60d1cd28db3eacac6910dc3ce3a1800d1c9358c79f052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -7756,7 +7986,7 @@ Composes a transaction to pay for a BTC order match. Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, possible between blocks 278310 and 283810; on testnet it is still available). + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address with the BTC to burn + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address with the BTC to burn + quantity: `1000` (int, required) - The quantities of BTC to burn (in satoshis, hence integer) (1 BTC maximum burn per address) + overburn (bool, optional) - Whether to allow the burn to exceed 1 BTC for the address + Default: `False` @@ -7811,7 +8041,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "quantity": 1000, "overburn": false }, @@ -7821,7 +8051,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss "btc_out": 1000, "btc_change": 4999985815, "btc_fee": 13185, - "rawtransaction": "02000000000101f3893007debf9ad43bb8a72ad83e700ef9ee6ac800f96bb41fb55ceaecd89faa00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000" + "rawtransaction": "02000000000101fef4d84ea8ee48974d4d3681484eca796892de2dffe1778545e0fb47c3b7731f0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000" } } ``` @@ -7831,8 +8061,8 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss Composes a transaction to cancel an open order or bet. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that placed the order/bet to be cancelled - + offer_hash: `b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d` (str, required) - The hash of the order/bet to be cancelled + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that placed the order/bet to be cancelled + + offer_hash: `b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641` (str, required) - The hash of the order/bet to be cancelled + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -7884,16 +8114,16 @@ Composes a transaction to cancel an open order or bet. { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "offer_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d" + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "offer_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641" }, "name": "cancel", - "data": "434e54525052545946b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "data": "434e54525052545946b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "02000000000101b6d2b447a816ca26d5382bf73b5b95b1d9ccb2e6d0827ea4e693416ea90f117e00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff0200000000000000002b6a2975b7949ab47a7c8c031a5d8d28ac0894a71b97e19901740e252313bc74815b37225b953e1f11e4e6ef9bba052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101c0126ca0b14e8b91dfa74d61431c6149dc6cc2d82c5f2805f18e2d70f7cc24670000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff0200000000000000002b6a29813b9ad09480250d8a20537b9967b786495ac242ef61930af5ed59798e935d2a71ee88b4eb5302e7d59bba052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -7910,7 +8140,7 @@ Composes a transaction to cancel an open order or bet. Composes a transaction to destroy a quantity of an asset. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be sending the asset to be destroyed + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be sending the asset to be destroyed + asset: `XCP` (str, required) - The asset to be destroyed + quantity: `1000` (int, required) - The quantity of the asset to be destroyed (in satoshis, hence integer) + tag: `"bugs!"` (str, required) - A tag for the destruction @@ -7965,7 +8195,7 @@ Composes a transaction to destroy a quantity of an asset. { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -7984,7 +8214,7 @@ Composes a transaction to destroy a quantity of an asset. "btc_out": 0, "btc_change": 4999986346, "btc_fee": 13654, - "rawtransaction": "02000000000101020a23c9e9f85ac39ef1436002f9971b9f5890f316dd7ca489d28c25b9ccfec000000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000226a2009836a52919cf922d56e941a53e6738c9c06244ea0b6b743bfba711e015dd0a7aabc052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101766a372d261df49e49183fef1b5d12d2d128042bf8abe776a0858bdeaa3f172d0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000226a202403010adcbaf8ddcf6a6104ee9d81196a4822d67dd73d2829800b5c039b8093aabc052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8001,7 +8231,7 @@ Composes a transaction to destroy a quantity of an asset. Composes a transaction to opens or closes a dispenser for a given asset at a given rate of main chain asset (BTC). Escrowed quantity on open must be equal or greater than give_quantity. It is suggested that you escrow multiples of give_quantity to ease dispenser operation. + Parameters - + address: `bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + + address: `bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + asset: `XCP` (str, required) - The asset or subasset to dispense + give_quantity: `1000` (int, required) - The quantity of the asset to dispense (in satoshis, hence integer) + escrow_quantity: `1000` (int, required) - The quantity of the asset to reserve for this dispenser (in satoshis, hence integer) @@ -8062,7 +8292,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv { "result": { "params": { - "source": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", + "source": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -8086,7 +8316,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv "btc_out": 0, "btc_change": 4949955760, "btc_fee": 14240, - "rawtransaction": "02000000000101d2aa83df8ba38f4ee9ab9ac8860e0df065ec7adf827ae2cf408fe6dfd91fcb5d02000000160014072164844e52211af42dc096d85cd29c6cd8187fffffffff0200000000000000002c6a2af5584f6d1c6085a38305b82db705cba5fe7043ca471981889f18324a82c9459f89e39513645f0a589372b0540a2701000000160014072164844e52211af42dc096d85cd29c6cd8187f02000000000000", + "rawtransaction": "02000000000101a582c54180800c4d1a19d3f4ee52c907c1a3c172721197f64458662af057bc210200000016001458e682cfd339f8d4ea01aefa5d947a388fd7f98cffffffff0200000000000000002c6a2a92238105639411b79235de1c8115b78f39503bb6a4126c518c542d484a90bc7923208bf21f0ec3de4498b0540a270100000016001458e682cfd339f8d4ea01aefa5d947a388fd7f98c02000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8103,7 +8333,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv Composes a transaction to issue a dividend to holders of a given asset. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + quantity_per_unit: `1` (int, required) - The amount of dividend_asset rewarded (in satoshis, hence integer) + asset: `FAIRMINTA` (str, required) - The asset or subasset that the dividends are being rewarded on + dividend_asset: `XCP` (str, required) - The asset or subasset that the dividends are paid in @@ -8158,14 +8388,14 @@ Composes a transaction to issue a dividend to holders of a given asset. { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "quantity_per_unit": 1, "asset": "FAIRMINTA", "dividend_asset": "XCP", "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -8184,7 +8414,7 @@ Composes a transaction to issue a dividend to holders of a given asset. "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "02000000000101a53196372425fd7c33ab7eef66db67483d78478076c743a6c6dfe36197df8b3000000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000236a213aab9ff6f263db852fb2b0370b19edc0a2d69623db3dd7a0660f1b633d43e8220a6fbc052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101b2a5a537abacbb4c86095fb5508c06bc8a044a8f3790da7eba85851ea1e4c65f0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000236a21730c9ed54543e6dad7246ee5c4c1ccce73a78d30e6cb80e646d6d653c3603cb8376fbc052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8201,10 +8431,10 @@ Composes a transaction to issue a dividend to holders of a given asset. Composes a transaction to Issue a new asset, issue more of an existing asset, lock an asset, reset existing supply, or transfer the ownership of an asset. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be issuing or transfering the asset + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be issuing or transfering the asset + asset: `XCPTEST` (str, required) - The assets to issue or transfer. This can also be a subasset longname for new subasset issuances + quantity: `1000` (int, required) - The quantity of the asset to issue (set to 0 if transferring an asset) (in satoshis, hence integer) - + transfer_destination: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, optional) - The address to receive the asset + + transfer_destination: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, optional) - The address to receive the asset + Default: `None` + divisible (bool, optional) - Whether this asset is divisible or not (if a transfer, this value must match the value specified when the asset was originally issued) + Default: `True` @@ -8265,10 +8495,10 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "transfer_destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "lock": false, "reset": false, @@ -8281,7 +8511,7 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo "btc_out": 546, "btc_change": 4999983749, "btc_fee": 15705, - "rawtransaction": "02000000000101165dff43390a501be7beba2375a69035f33e26c657f40250ef3a767e09c24f8000000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff032202000000000000160014a011c04329d94b1b2937e64cc6638543f69659670000000000000000236a211ea38b524dbaf117f6c33f419b30b81d3f1fae9c40437d9102281de16c18eca29985b2052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101462cee84fb878d592b3c7aded4c481b75e8ce76989dad0f3cc42779fa5fc827c0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff03220200000000000016001455f989c648f702be57f9c409fd3a78cb54ac9b330000000000000000236a21292bfe1f7e3fa184dbeab0b22b43eef3b4707013590c1c6ad4bdedbe9dd6ae4cf485b2052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8298,9 +8528,9 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo Composes a transaction to send multiple payments to multiple addresses. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + assets: `XCP,MYASSETA` (str, required) - comma-separated list of assets to send - + destinations: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7,bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - comma-separated list of addresses to send to + + destinations: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw,bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - comma-separated list of addresses to send to + quantities: `1,2` (str, required) - comma-separated list of quantities to send (in satoshis, hence integer) + memo: `"Hello, world!"` (str, optional) - The Memo associated with this transaction + Default: `None` @@ -8357,16 +8587,16 @@ Composes a transaction to send multiple payments to multiple addresses. { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", 1 ], [ "MYASSETA", - "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", 2 ] ], @@ -8374,12 +8604,12 @@ Composes a transaction to send multiple payments to multiple addresses. "memo_is_hex": false }, "name": "mpma", - "data": "434e54525052545903000280a011c04329d94b1b2937e64cc6638543f696596780eb0bf878b6f872c588cc72f8d9356f101a2e4a7d8f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", + "data": "434e5452505254590300028055f989c648f702be57f9c409fd3a78cb54ac9b338056d67e625d5810110ee4de5266b7a705ce45221b8f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", "btc_in": 20000000000, "btc_out": 2000, "btc_change": 19999945492, "btc_fee": 52508, - "rawtransaction": "02000000000104c07504c31a928d4ca55f08492a507135135ec53a3a7d17d2ff3524ffa6dc0e9100000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff01a1740aed5f1774cce0d9cdb7e22ccf53ae6ab4f7cb2bae053be0a9c108e1cb00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff930e610b49301484e4b5fe89d8de627683768286bc3f07296704e377a270e33600000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffffc8463a2c1f92f4a6e99db6d56f758daf27bb7d70a90d878bba0fbd4e504612c600000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff03e80300000000000069512103ecf147ff0457d23700bbb6ee37c629f5f0432bdfe1c36245b2ebb03f05b9655d21037bc83f459952ab2e1a7cf55d5ddc6842e0af744e02f29affdc0c1ee126297762210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aee80300000000000069512103e3f147ff0457d2370098c183c50a5c1491eaf294f6ffce28490dd3ba464ff38d210222aff7ae92aad398e20e38d591ae909bd5c066542cb8e770fe447b8d4a465b75210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53ae14f316a804000000160014a011c04329d94b1b2937e64cc6638543f696596702000002000002000002000000000000", + "rawtransaction": "020000000001048b9db71a3239bdc7f8b3a32645efd49cae87668f0cad1c5ecc9859b35b7765460000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33fffffffff992995808665ec78e9123af9ca39fdc8c18ae67e4e418dc7dc1318521139c880000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffffc913cf00c4bad5756644c1ff2187f69b8f822137d79f3e920894614e5d0df25f0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff8f80222adf2188ace18b48d9620e12f6c62a0351eb70c7e1baf9490e024504a20000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff03e80300000000000069512103b6f74370a89ffc0792aa847e9c1576f41b618fa6d1effd0e67ddf49e7e2bacef21023acd5e5159af2232435a860f552357b8e76e25d6aa2fa5d84d0376e63a233af22102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aee80300000000000069512103b9f74370a89ffc079289f3136e2ceb5cffa978a463ad9f41d900cee6b57f001f2103a1fe96078fd1406f1b4a9f01b1fd05de50c92218ef0dbe576f4b138a564c16a52102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53ae14f316a80400000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8396,7 +8626,7 @@ Composes a transaction to send multiple payments to multiple addresses. Composes a transaction to place an order on the distributed exchange. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + give_asset: `XCP` (str, required) - The asset that will be given in the trade + give_quantity: `1000` (int, required) - The quantity of the asset that will be given (in satoshis, hence integer) + get_asset: `FAIRMINTA` (str, required) - The asset that will be received in the trade @@ -8454,7 +8684,7 @@ Composes a transaction to place an order on the distributed exchange. { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "FAIRMINTA", @@ -8471,7 +8701,7 @@ Composes a transaction to place an order on the distributed exchange. "get_asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -8485,7 +8715,7 @@ Composes a transaction to place an order on the distributed exchange. "btc_out": 0, "btc_change": 4999985233, "btc_fee": 14767, - "rawtransaction": "0200000000010165af9f4b5e3beb2cdbe56861cdba0025979fd4929981f1cb31fd2e335296eee300000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000356a3388efe555bc6d430c83bdf562af04cce57794bb90c42dc1e8025181b79cf3faefe4c49941559ae95124cb9e9592e53089d2053f51b8052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101968f1820c2dff56dda323d8971a28b6f8d8bb1a0ef4b7aa2fef42b0c05290a000000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000356a333c297e5dd7506526db522e208f7fba3701890ff6d7aff910ad98f2a82fce13d9cfa588434f480d8cb36b7d32043954578de9af51b8052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8502,8 +8732,8 @@ Composes a transaction to place an order on the distributed exchange. Composes a transaction to send a quantity of an asset to another address. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) - + destination: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address that will be receiving the asset + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + destination: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address that will be receiving the asset + asset: `XCP` (str, required) - The asset or subasset to send + quantity: `1000` (int, required) - The quantity of the asset to send (in satoshis, hence integer) + memo (str, optional) - The Memo associated with this transaction @@ -8563,8 +8793,8 @@ Composes a transaction to send a quantity of an asset to another address. { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "quantity": 1000, "memo": null, @@ -8580,12 +8810,12 @@ Composes a transaction to send a quantity of an asset to another address. "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e880eb0bf878b6f872c588cc72f8d9356f101a2e4a7d", + "data": "434e54525052545902000000000000000100000000000003e88056d67e625d5810110ee4de5266b7a705ce45221b", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985526, "btc_fee": 14474, - "rawtransaction": "02000000000101f366fc3fff7bcb68efc06c01ea3bbfce5de9ada0f55fe64183b5dbb2c61880a100000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000306a2e643713a2cf42c106f15c097c9660e30593f0fd22635b88f4725d5b0c7d412631c58f623f684cfa85c74e5e2a331676b9052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "0200000000010162efd3a1c793df4e9ec27fae80335741b60e211588f64956403923e76ab7e0d10000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000306a2ecdb60311ba5db08c87eaef4f556df14d7cc2482c986e69e178532ae904544840a5e59ba729a19b7b22f748f71b6676b9052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8602,8 +8832,8 @@ Composes a transaction to send a quantity of an asset to another address. Composes a transaction to Sends all assets and/or transfer ownerships to a destination address. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be sending - + destination: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address to receive the assets and/or ownerships + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be sending + + destination: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address to receive the assets and/or ownerships + flags: `7` (int, required) - An OR mask of flags indicating how the sweep should be processed. Possible flags are: - FLAG_BALANCES: (integer) 1, specifies that all balances should be transferred. - FLAG_OWNERSHIP: (integer) 2, specifies that all ownerships should be transferred. - FLAG_BINARY_MEMO: (integer) 4, specifies that the memo is in binary/hex form. + memo: `FFFF` (str, required) - The Memo associated with this transaction in hex format + encoding (str, optional) - The encoding method to use @@ -8657,18 +8887,18 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "flags": 7, "memo": "FFFF" }, "name": "sweep", - "data": "434e5452505254590480eb0bf878b6f872c588cc72f8d9356f101a2e4a7d07ffff", + "data": "434e545250525459048056d67e625d5810110ee4de5266b7a705ce45221b07ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "020000000001016b530dd0ee1e7cb2c59e33e25f65df0a41aa26dcf5ca39687ac2d4bae9ce43c400000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000236a2117ea16d08ab54aa1eb0dfa23b2a0449b08b212b7df7df7a8ac99c854eff1fa8f7f6fbc052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101812bc63ddf143f58b3c68b5ed4aa356c1f98d421a5163bd3fa0c662267d1edf50000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000236a2174aa101501e5b587bdc92dd6dc6ee0be0deed36e394dbab7af488e79a6565bbed96fbc052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8685,8 +8915,8 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti Composes a transaction to send BTC to a dispenser. + Parameters - + address: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address that will be sending (must have the necessary quantity of BTC) - + dispenser: `bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg` (str, required) - The dispenser that will be receiving the asset + + address: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address that will be sending (must have the necessary quantity of BTC) + + dispenser: `bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l` (str, required) - The dispenser that will be receiving the asset + quantity: `1000` (int, required) - The quantity of BTC to send (in satoshis, hence integer) + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -8739,8 +8969,8 @@ Composes a transaction to send BTC to a dispenser. { "result": { "params": { - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "quantity": 1000 }, "name": "dispense", @@ -8749,7 +8979,7 @@ Composes a transaction to send BTC to a dispenser. "btc_out": 1000, "btc_change": 4949852643, "btc_fee": 14357, - "rawtransaction": "0200000000010107d6cfd673112eb3bc0bdea1cea1c745e5d39b2f6d287e7c422ab2067200654102000000160014eb0bf878b6f872c588cc72f8d9356f101a2e4a7dffffffff03e803000000000000160014944376ba708cc18f63acdf82615f25a7367b3e8e00000000000000000c6a0a7821baefb017ad1ba379e3c1082701000000160014eb0bf878b6f872c588cc72f8d9356f101a2e4a7d02000000000000", + "rawtransaction": "02000000000101e358147bc43bf60f45d6180599cae0c9e015cbec2b41fd849c24c2d318b704ed0200000016001456d67e625d5810110ee4de5266b7a705ce45221bffffffff03e803000000000000160014dbad4af8d82322d6953da8b5e20efdf0e0ceae6a00000000000000000c6a0a8e2bde8935ce444bc326e3c108270100000016001456d67e625d5810110ee4de5266b7a705ce45221b02000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8766,7 +8996,7 @@ Composes a transaction to send BTC to a dispenser. Composes a transaction to issue a new asset using the FairMinter protocol. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be issuing the asset + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be issuing the asset + asset: `MYASSET` (str, required) - The asset to issue + asset_parent (str, optional) - The parent asset of the asset to issue + Default: `` @@ -8851,7 +9081,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -8876,7 +9106,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. "btc_out": 0, "btc_change": 4999985467, "btc_fee": 14533, - "rawtransaction": "02000000000101db9389012eeae2d5ec2683d81c3a005f97e0a58c3c28ca608dce51c491504e5d00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000316a2f7d1323ab7231ecac3ba34bfb2be8345687587eb2fb071e62886c4df28afa63834ccd497b3fa4f64b962e87f9256dfe3bb9052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101ca39812eeb0830c42b60ac69d46cc30bd4f7a7c5a2b3fb4e17a8c36b842fdff80000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000316a2f5e2eaf37e97755588103505082c40ef8a0b36c7c71e1fc9163a49bd67d5a0138550985b56f87e0b3f5326123da2efb3bb9052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8893,7 +9123,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. Composes a transaction to mint a quantity of an asset using the FairMinter protocol. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address that will be minting the asset + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be minting the asset + asset: `FAIRMINTC` (str, required) - The asset to mint + quantity: `1` (int, optional) - The quantity of the asset to mint (in satoshis, hence integer) + Default: `0` @@ -8948,13 +9178,13 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTC", "quantity": 1, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -8966,7 +9196,7 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto "btc_out": 0, "btc_change": 4999987049, "btc_fee": 12951, - "rawtransaction": "020000000001010eead2bcd30f07530eb99617b837f940902cfce10fc53344b9b4da82626d6a2e00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000166a144c0606f0ef303947925464ade74063479f2e099069bf052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "0200000000010117bff9f8320c1e82917dffb1f190a1b8d9678ae89c29d3d1d8101bdc4d96871a0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000166a14982946b6d2e60ece314230cde15bff295a17eba869bf052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -8983,10 +9213,10 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto Composes a transaction to attach assets from an address to UTXO. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address from which the assets are attached + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address from which the assets are attached + asset: `XCP` (str, required) - The asset or subasset to attach + quantity: `1000` (int, required) - The quantity of the asset to attach (in satoshis, hence integer) - + destination: `c96e16c9251e2c5a815516dc548aa686fe2591be81a55630c2be03e8715e04a8:0` (str, optional) - The utxo to attach the assets to + + destination: `6d01a3c45e54317a10a77e33429b7ffb498ca3b2be2420d09ed66272daa7ce40:0` (str, optional) - The utxo to attach the assets to + Default: `None` + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -9039,8 +9269,8 @@ Composes a transaction to attach assets from an address to UTXO. { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "c96e16c9251e2c5a815516dc548aa686fe2591be81a55630c2be03e8715e04a8:0", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "6d01a3c45e54317a10a77e33429b7ffb498ca3b2be2420d09ed66272daa7ce40:0", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -9053,12 +9283,12 @@ Composes a transaction to attach assets from an address to UTXO. "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e5452505254596462637274317135716775717365666d3939336b326668756578767663753967306d66766b743874666c6d76377c633936653136633932353165326335613831353531366463353438616136383666653235393162653831613535363330633262653033653837313565303461383a307c5843507c31303030", + "data": "434e54525052545964626372743171326875636e336a673775707475346c656373796c36776e63656432326578656e6432396c7a777c366430316133633435653534333137613130613737653333343239623766666234393863613362326265323432306430396564363632373264616137636534303a307c5843507c31303030", "btc_in": 30000000000, "btc_out": 3000, "btc_change": 29999918531, "btc_fee": 78469, - "rawtransaction": "02000000000106a26359b0db87ecdfe09934b8f5c4313070d23e6c9491934738d67e80dbfd49fd00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff331c69e297a1dc88c585cc1e119a0ae9d05c1611ceb1afa89163bba23dd42d8f00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff472f2c1169dc05f505157f58d0da1d75a2a4e9267f0dad4881f0e7c2940221c900000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff354aadacb6791daaab68f406a73f171400558c092f0289c797f2d967536c3b1600000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffffeefbd37ffd4e0fb06f18b2a744eb3e51538bbfd9baacd263cdd0156dd6dda57700000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff601723a728b6221154077d2953a351a97e1606076cfa342f96a2a576b215176e00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff04e8030000000000006951210331a75f89c97dc650204fd555edac90d70121b8d3489a49bb4b4bf051c78742bc2103904b505bdc9ecae8f7a829661a77e28197b2416950aa8d8f071f2c83594919c5210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aee8030000000000006951210331a75f89c97dc65020128503aebd93c50131e7970cdc1deb4211fc5694d4452a2102ce060345cfda9ca4ffad7c334d60bcc099f517660fbedfc3574322d1594a1f6f210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aee803000000000000695121031ba75f89c97dc650201b8357a7e291da6c138fda08d91ced2672c962acb5243f2103f83e3523aae8a99dcecf190b7c0189f5afc627053ddcbaf364261ae6687f7aad210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aec36d22fc06000000160014a011c04329d94b1b2937e64cc6638543f696596702000002000002000002000002000002000000000000", + "rawtransaction": "020000000001064e218127ea412c6a0ef6da20a696b0a5fa5e9d42af726fcacd81ef6a566e772d0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff69d2f10357cc73f75ba6bef381cbb1adc7d7e5f4b9d42a7bfbf4c944dc871e2d0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff7d76eaf7e353b6bf90d6b521db9d3857b37ea032cfdd9866ebc8c81911a6ce4e0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff3f0670ed9b20cdd3637060aeae7611ad33ae153d7bd3ab5ea231fc9bb28585660000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffffd2c315a4696b097c417b0744be9d4682aa8160a43f1b1a19b0ab74f76592dc840000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff1b677206c48e8f3c636ce0cfcb18362b249e4f38c9d61c5b4812ece10d4234660000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff04e80300000000000069512103afe4f846db539ec74e56ebb3e5db34b1fbad3544d15db66468dd5cdaee80ba4021025893de76c3154472afa6928e2a6e164a57b296d302d8a084b51652c623f181f12102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aee80300000000000069512102afe4f846db539ec74e06bcb5a29b36f1fea47117de59eb666c9b189ca2d6e15121025b96cf3b961b507dffa1c4de7d395a1d09b294d30bc6e1ceb145509323a3d5fe2102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aee8030000000000006951210385e4f846db539ec74e51ece4a79535bc9186105b8e5eec335fa82cae9bb4d6ef21033df0ad0faf23331cccc3f6bc180b6e2f39d6a4ea6ea2d7f8837262f742c2e2d72102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aec36d22fc0600000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000002000002000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -9075,8 +9305,8 @@ Composes a transaction to attach assets from an address to UTXO. Composes a transaction to detach assets from UTXO to an address. + Parameters - + utxo: `4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0` (str, required) - The utxo from which the assets are detached - + destination: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to detach the assets to + + utxo: `faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0` (str, required) - The utxo from which the assets are detached + + destination: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to detach the assets to + asset: `XCP` (str, required) - The asset or subasset to detach + quantity: `1000` (int, required) - The quantity of the asset to detach (in satoshis, hence integer) + encoding (str, optional) - The encoding method to use @@ -9130,8 +9360,8 @@ Composes a transaction to detach assets from UTXO to an address. { "result": { "params": { - "source": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -9144,12 +9374,12 @@ Composes a transaction to detach assets from UTXO to an address. "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964346564376266346330393164326137383465326434383165653564623939306135363866386239336136323764366164616634383834626566363163303534313a307c62637274317135716775717365666d3939336b326668756578767663753967306d66766b743874666c6d76377c5843507c31303030", + "data": "434e54525052545964666166346632346264396638653931396361643666313334376265363463616364626138383631313833346263303633623833366331366333356662663861393a307c626372743171326875636e336a673775707475346c656373796c36776e63656432326578656e6432396c7a777c5843507c31303030", "btc_in": 4950080000, "btc_out": 3000, "btc_change": 4950030353, "btc_fee": 46647, - "rawtransaction": "02000000000103498a87e52afc340da582825547ec92387a0ebf8d4bb987d78254a259f42812be0100000016001407c56322c8e62d48b4812b95d019af8d3595a6c7ffffffffd2aa83df8ba38f4ee9ab9ac8860e0df065ec7adf827ae2cf408fe6dfd91fcb5d0000000016001407c56322c8e62d48b4812b95d019af8d3595a6c7ffffffffde62911df6d6f77be15178b320ced0d2ae4efaf3f132644aca4bb2a8a74e07480100000016001407c56322c8e62d48b4812b95d019af8d3595a6c7ffffffff04e80300000000000069512103d482b46d7d63b7b36c387c5a5f5ec7ae510b2deaa0aaee2ed6e47a3be0fc389e210305516faa0290dd618ac7510cec4b02d396b1db5d84bcca3b355406551b9ab8f3210252dafd63f2e76ced49bca8c8b06d798d35865afa0a24345c36df75f4c14caea253aee80300000000000069512102d482b46d7d63b7b36c647c5d5e0f93f9065828e7a0f4ec3383bf3c2ae3e9396021034c077fbe4491d9358ace0352e8150c9e91f09e4ad1fbc4383358044216dab823210252dafd63f2e76ced49bca8c8b06d798d35865afa0a24345c36df75f4c14caea253aee80300000000000069512103fe82b46d7d63b7b36c282e53561f92b43d2b4dafa0feec7fe1dc4e5ed2980c6d21023d600acf37f4bf58b3f73039da7364ebf488e83cb28efd5f033562347dae8086210252dafd63f2e76ced49bca8c8b06d798d35865afa0a24345c36df75f4c14caea253ae11780b270100000016001407c56322c8e62d48b4812b95d019af8d3595a6c702000002000002000000000000", + "rawtransaction": "0200000000010341900de2e34a591946d791ddc21b4d2f829e295208d91b4115616a669e9879d8010000001600145bcc8878cad331f92040ab1aa86a6a1b0e220443ffffffffa582c54180800c4d1a19d3f4ee52c907c1a3c172721197f64458662af057bc21000000001600145bcc8878cad331f92040ab1aa86a6a1b0e220443ffffffffc4583d349901007bbadfc4c272d4bea4885a8df636760ae5c746b81171b93d06010000001600145bcc8878cad331f92040ab1aa86a6a1b0e220443ffffffff04e803000000000000695121024fab0008636b57080d27093d5bf12400f0782808bd5f6a1dcbf7f1bba5edb97d2103710fe639ef95f33c6b8a25c29124d32c352f7389b9b2f12e6af485fda7e8ba582103d349ddaa99bc1be5b00de31e9f79f25e1c749ec3e4f90fa86d1079d752ede19753aee803000000000000695121024fab0008636b57080d205e6a5ef67754a67c7450e25d3f5898ade0aef0aaed7921032849b160be9aa23f7d9b32d3c7298e7770672e87fde8f0283ef084fae7bee28f2103d349ddaa99bc1be5b00de31e9f79f25e1c749ec3e4f90fa86d1079d752ede19753aee8030000000000006951210265ab0008636b57080d275d6551bf354e9c591c4dea573f14face92dac1dbdf662102403cd20e8df0c50808eb46a6f345eb14031e42b18a86934d5ac2b69f9fdb8c802103d349ddaa99bc1be5b00de31e9f79f25e1c749ec3e4f90fa86d1079d752ede19753ae11780b27010000001600145bcc8878cad331f92040ab1aa86a6a1b0e22044302000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -9204,8 +9434,8 @@ Returns the valid assets "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 10000000000, @@ -9213,16 +9443,16 @@ Returns the valid assets "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727950005, - "last_issuance_block_time": 1727950024, + "first_issuance_block_time": 1727952325, + "last_issuance_block_time": 1727952334, "supply_normalized": "100.00000000" }, { "asset": "MYASSETB", "asset_id": "103804245871", "asset_longname": null, - "issuer": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "owner": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "issuer": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "owner": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "divisible": true, "locked": false, "supply": 100000000000, @@ -9230,16 +9460,16 @@ Returns the valid assets "first_issuance_block_index": 156, "last_issuance_block_index": 156, "confirmed": true, - "first_issuance_block_time": 1727950001, - "last_issuance_block_time": 1727950001, + "first_issuance_block_time": 1727952321, + "last_issuance_block_time": 1727952321, "supply_normalized": "1000.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 100000000000, @@ -9247,16 +9477,16 @@ Returns the valid assets "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727949967, - "last_issuance_block_time": 1727949967, + "first_issuance_block_time": 1727952277, + "last_issuance_block_time": 1727952277, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 40, @@ -9264,16 +9494,16 @@ Returns the valid assets "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727949902, - "last_issuance_block_time": 1727949906, + "first_issuance_block_time": 1727952222, + "last_issuance_block_time": 1727952227, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 19, @@ -9281,8 +9511,8 @@ Returns the valid assets "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727949885, - "last_issuance_block_time": 1727949897, + "first_issuance_block_time": 1727952205, + "last_issuance_block_time": 1727952218, "supply_normalized": "0.00000019" } ], @@ -9310,8 +9540,8 @@ Returns an asset by its name "asset": "FAIRMINTA", "asset_id": "1046814266082", "asset_longname": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 10000000000, @@ -9319,8 +9549,8 @@ Returns an asset by its name "first_issuance_block_index": 122, "last_issuance_block_index": 125, "confirmed": true, - "first_issuance_block_time": 1727949846, - "last_issuance_block_time": 1727949859, + "first_issuance_block_time": 1727952167, + "last_issuance_block_time": 1727952180, "supply_normalized": "100.00000000" } } @@ -9351,7 +9581,7 @@ Returns the asset balances { "result": [ { - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -9359,14 +9589,14 @@ Returns the asset balances "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "95.00000000" }, { - "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -9374,7 +9604,7 @@ Returns the asset balances "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -9392,7 +9622,7 @@ Returns the balance of an address and asset + Parameters + asset: `XCP` (str, required) - The asset to return - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -9403,7 +9633,7 @@ Returns the balance of an address and asset ``` { "result": { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -9454,9 +9684,9 @@ Returns the orders of an asset "result": [ { "tx_index": 48, - "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", "block_index": 183, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9471,7 +9701,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727950044, + "block_time": 1727952354, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9497,9 +9727,9 @@ Returns the orders of an asset }, { "tx_index": 50, - "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", "block_index": 187, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -9514,7 +9744,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727950131, + "block_time": 1727952440, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9540,9 +9770,9 @@ Returns the orders of an asset }, { "tx_index": 56, - "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "block_index": 191, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9557,7 +9787,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727950158, + "block_time": 1727952458, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9583,9 +9813,9 @@ Returns the orders of an asset }, { "tx_index": 58, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9600,7 +9830,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727950162, + "block_time": 1727952462, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9626,9 +9856,9 @@ Returns the orders of an asset }, { "tx_index": 51, - "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "block_index": 186, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -9643,7 +9873,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727950126, + "block_time": 1727952436, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9705,13 +9935,13 @@ Returns the orders of an asset { "result": [ { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 53, - "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", - "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -9725,7 +9955,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727950131, + "block_time": 1727952440, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9745,13 +9975,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 51, - "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -9765,7 +9995,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727950126, + "block_time": 1727952436, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9785,13 +10015,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", "tx0_index": 48, - "tx0_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 49, - "tx1_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "tx1_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -9805,7 +10035,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727950044, + "block_time": 1727952354, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9885,20 +10115,20 @@ Returns the credits of an asset "result": [ { "block_index": 193, - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "sweep", - "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950166, + "block_time": 1727952466, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -9906,20 +10136,20 @@ Returns the credits of an asset }, { "block_index": 125, - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "FAIRMINTA", "quantity": 9000000000, "calling_function": "fairmint", - "event": "8d600e6734fb4e3b830ad7d67214208e74a578c888c9411405a2fd79df05b971", + "event": "47fff214e036bd484e1614af1f7557a471ad68fc4e28987cc9b5b813780d19a6", "tx_index": 13, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727949859, + "block_time": 1727952180, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -9927,20 +10157,20 @@ Returns the credits of an asset }, { "block_index": 124, - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", + "event": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727949855, + "block_time": 1727952176, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -9948,20 +10178,20 @@ Returns the credits of an asset }, { "block_index": 124, - "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", + "event": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", "tx_index": 11, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727949855, + "block_time": 1727952176, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -9973,16 +10203,16 @@ Returns the credits of an asset "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "escrowed fairmint", - "event": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", + "event": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727949855, + "block_time": 1727952176, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -10042,12 +10272,12 @@ Returns the debits of an asset "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -10059,16 +10289,16 @@ Returns the debits of an asset }, { "block_index": 194, - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "quantity": 1, "action": "destroy", - "event": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", + "event": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", "tx_index": 60, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950171, + "block_time": 1727952470, "asset_info": { "divisible": true, "asset_longname": null, @@ -10080,16 +10310,16 @@ Returns the debits of an asset }, { "block_index": 193, - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "XCP", "quantity": 74499387833, "action": "sweep", - "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950166, + "block_time": 1727952466, "asset_info": { "divisible": true, "asset_longname": null, @@ -10101,16 +10331,16 @@ Returns the debits of an asset }, { "block_index": 193, - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "XCP", "quantity": 600000, "action": "sweep fee", - "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950166, + "block_time": 1727952466, "asset_info": { "divisible": true, "asset_longname": null, @@ -10122,16 +10352,16 @@ Returns the debits of an asset }, { "block_index": 192, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "event": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950162, + "block_time": 1727952462, "asset_info": { "divisible": true, "asset_longname": null, @@ -10171,20 +10401,20 @@ Returns the dividends of an asset "result": [ { "tx_index": 41, - "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "block_index": 154, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727949992, + "block_time": 1727952312, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -10228,14 +10458,14 @@ Returns the issuances of an asset "result": [ { "tx_index": 13, - "tx_hash": "8d600e6734fb4e3b830ad7d67214208e74a578c888c9411405a2fd79df05b971", + "tx_hash": "47fff214e036bd484e1614af1f7557a471ad68fc4e28987cc9b5b813780d19a6", "msg_index": 0, "block_index": 125, "asset": "FAIRMINTA", "quantity": 9000000000, "divisible": true, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -10250,20 +10480,20 @@ Returns the issuances of an asset "fair_minting": false, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727949859, + "block_time": 1727952180, "quantity_normalized": "90.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 12, - "tx_hash": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", + "tx_hash": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", "msg_index": 0, "block_index": 124, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -10278,20 +10508,20 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727949855, + "block_time": 1727952176, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 11, - "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", + "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", "msg_index": 0, "block_index": 123, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -10306,20 +10536,20 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727949851, + "block_time": 1727952171, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 10, - "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "msg_index": 0, "block_index": 122, "asset": "FAIRMINTA", "quantity": 0, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -10334,7 +10564,7 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "open_fairminter", "confirmed": true, - "block_time": 1727949846, + "block_time": 1727952167, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -10368,10 +10598,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "result": [ { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10379,7 +10609,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -10392,10 +10622,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "quantity": 10, "status": "valid", @@ -10403,7 +10633,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "divisible": true, "asset_longname": null, @@ -10416,10 +10646,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 54, - "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2", + "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed", "block_index": 188, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "quantity": 10000, "status": "valid", @@ -10427,7 +10657,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950145, + "block_time": 1727952445, "asset_info": { "divisible": true, "asset_longname": null, @@ -10440,10 +10670,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 43, - "tx_hash": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad", + "tx_hash": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253", "block_index": 156, - "source": "48074ea7a8b24bca4a6432f1f3fa4eaed2d0ce20b37851e17bf7d6f61d9162de:0", - "destination": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "source": "063db97111b846c7e50a7636f68d5a88a4bed472c2c4dfba7b000199343d58c4:0", + "destination": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10451,7 +10681,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950001, + "block_time": 1727952321, "asset_info": { "divisible": true, "asset_longname": null, @@ -10464,10 +10694,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 42, - "tx_hash": "48074ea7a8b24bca4a6432f1f3fa4eaed2d0ce20b37851e17bf7d6f61d9162de", + "tx_hash": "063db97111b846c7e50a7636f68d5a88a4bed472c2c4dfba7b000199343d58c4", "block_index": 155, - "source": "7fb20a45f9c7aa53bf1a1450db9bf316c8b6351010c7251794b8264fe86bdf74:0", - "destination": "48074ea7a8b24bca4a6432f1f3fa4eaed2d0ce20b37851e17bf7d6f61d9162de:0", + "source": "97fda462653822d444adafee5b5f3c214fa9b16cf802e73d71fa9b1c0f2af9fe:0", + "destination": "063db97111b846c7e50a7636f68d5a88a4bed472c2c4dfba7b000199343d58c4:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10475,7 +10705,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727949996, + "block_time": 1727952316, "asset_info": { "divisible": true, "asset_longname": null, @@ -10526,9 +10756,9 @@ Returns the dispensers of an asset "result": [ { "tx_index": 26, - "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10537,7 +10767,7 @@ Returns the dispensers of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10547,7 +10777,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -10563,9 +10793,9 @@ Returns the dispensers of an asset }, { "tx_index": 29, - "tx_hash": "1bdf726d540902c1b9c37d0597bf3d192257e924b5f1d5e486b10a2db17547b0", + "tx_hash": "10007a5d3e53804b691733b1a8851859d7618ff26ccb466f44ae63f6f25cb53f", "block_index": 142, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10574,7 +10804,7 @@ Returns the dispensers of an asset "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "origin": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -10584,7 +10814,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949931, + "block_time": 1727952251, "asset_info": { "divisible": true, "asset_longname": null, @@ -10600,9 +10830,9 @@ Returns the dispensers of an asset }, { "tx_index": 30, - "tx_hash": "23b55de699312b1b2b01311daed3ba598752c3322a31e2969bf0cd8d0e64c2b1", + "tx_hash": "c5630aefbda40ca7a9b8aaddff7bcc5ef364e346761dc60bfd7e81960b3d4f0b", "block_index": 150, - "source": "miqEFCo8WqtnAo2wPb5mADr9W9g3bQZZ7j", + "source": "mqFzPk2DrBKEFQr8z8cRiz5bewXEPC7V8Q", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -10610,10 +10840,10 @@ Returns the dispensers of an asset "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "73d5f24a8a410f309b10eb78a424cc7b7ea60463dbe921d334edf920f6ca994a", - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "last_status_tx_hash": "d83c43bf5cabb75c4e694355a92befec446c0efe45e964cff8e2ec4374051cd3", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 0, - "last_status_tx_source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "last_status_tx_source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -10621,7 +10851,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949976, + "block_time": 1727952296, "asset_info": { "divisible": true, "asset_longname": null, @@ -10637,18 +10867,18 @@ Returns the dispensers of an asset }, { "tx_index": 33, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10658,7 +10888,7 @@ Returns the dispensers of an asset "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -10683,7 +10913,7 @@ Returns the dispensers of an asset Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - The address to return + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -10696,9 +10926,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10707,7 +10937,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10717,7 +10947,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -10767,7 +10997,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -10775,7 +11005,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "quantity": 500000000, "escrow": null, "cursor_id": "balances_13", @@ -10784,7 +11014,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -10792,7 +11022,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "quantity": 0, "escrow": null, "cursor_id": "balances_14", @@ -10801,7 +11031,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -10809,7 +11039,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "quantity": 9500000000, "escrow": null, "cursor_id": "balances_15", @@ -10818,7 +11048,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -10855,27 +11085,27 @@ Returns the dispenses of an asset { "tx_index": 61, "dispense_index": 0, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10890,7 +11120,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -10904,27 +11134,27 @@ Returns the dispenses of an asset { "tx_index": 34, "dispense_index": 0, - "tx_hash": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2", + "tx_hash": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5", "block_index": 147, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "destination": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10939,7 +11169,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727949963, + "block_time": 1727952273, "asset_info": { "divisible": true, "asset_longname": null, @@ -10953,19 +11183,19 @@ Returns the dispenses of an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", + "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -10973,7 +11203,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10988,7 +11218,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -11002,19 +11232,19 @@ Returns the dispenses of an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", + "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", "block_index": 140, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -11022,7 +11252,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11037,7 +11267,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949923, + "block_time": 1727952243, "asset_info": { "divisible": true, "asset_longname": null, @@ -11080,8 +11310,8 @@ Returns asset subassets "asset": "A95428959745315388", "asset_id": "95428959745315388", "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 0, @@ -11089,8 +11319,8 @@ Returns asset subassets "first_issuance_block_index": 158, "last_issuance_block_index": 158, "confirmed": true, - "first_issuance_block_time": 1727950019, - "last_issuance_block_time": 1727950019, + "first_issuance_block_time": 1727952329, + "last_issuance_block_time": 1727952329, "supply_normalized": "0.00000000" } ], @@ -11122,10 +11352,10 @@ Returns the fairminter by its asset { "result": [ { - "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "tx_index": 10, "block_index": 125, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -11150,7 +11380,7 @@ Returns the fairminter by its asset "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949859 + "block_time": 1727952180 } ], "next_cursor": null, @@ -11181,64 +11411,64 @@ Returns the mints by asset { "result": [ { - "tx_hash": "8d600e6734fb4e3b830ad7d67214208e74a578c888c9411405a2fd79df05b971", + "tx_hash": "47fff214e036bd484e1614af1f7557a471ad68fc4e28987cc9b5b813780d19a6", "tx_index": 13, "block_index": 125, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", - "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "asset": "FAIRMINTA", "earn_quantity": 9000000000, "paid_quantity": 9000000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949859, + "block_time": 1727952180, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, { - "tx_hash": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", + "tx_hash": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", "tx_index": 12, "block_index": 124, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", - "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949855, + "block_time": 1727952176, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, { - "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", + "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", "tx_index": 11, "block_index": 123, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949851, + "block_time": 1727952171, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } @@ -11254,7 +11484,7 @@ Returns the mints by asset Returns the mints by address and asset + Parameters - + address: `bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l` (str, required) - The address of the mints to return + + address: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address of the mints to return + asset: `FAIRMINTA` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -11273,22 +11503,22 @@ Returns the mints by address and asset { "result": [ { - "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", + "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", "tx_index": 11, "block_index": 123, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949851, + "block_time": 1727952171, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } @@ -11334,9 +11564,9 @@ Returns all the orders "result": [ { "tx_index": 48, - "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", "block_index": 183, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11351,7 +11581,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727950044, + "block_time": 1727952354, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11377,9 +11607,9 @@ Returns all the orders }, { "tx_index": 51, - "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "block_index": 186, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -11394,7 +11624,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727950126, + "block_time": 1727952436, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11420,9 +11650,9 @@ Returns all the orders }, { "tx_index": 50, - "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", "block_index": 187, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -11437,7 +11667,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727950131, + "block_time": 1727952440, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11463,9 +11693,9 @@ Returns all the orders }, { "tx_index": 53, - "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "block_index": 187, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -11480,7 +11710,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727950131, + "block_time": 1727952440, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11506,9 +11736,9 @@ Returns all the orders }, { "tx_index": 56, - "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "block_index": 191, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11523,7 +11753,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727950158, + "block_time": 1727952458, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11558,7 +11788,7 @@ Returns all the orders Returns the information of an order + Parameters - + order_hash: `b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d` (str, required) - The hash of the transaction that created the order + + order_hash: `b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641` (str, required) - The hash of the transaction that created the order + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -11570,9 +11800,9 @@ Returns the information of an order { "result": { "tx_index": 58, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11587,7 +11817,7 @@ Returns the information of an order "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727950162, + "block_time": 1727952462, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11619,7 +11849,7 @@ Returns the information of an order Returns the order matches of an order + Parameters - + order_hash: `a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae` (str, required) - The hash of the transaction that created the order + + order_hash: `55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea` (str, required) - The hash of the transaction that created the order + status (enum[str], optional) - The status of the order matches to return + Default: `all` + Members @@ -11646,13 +11876,13 @@ Returns the order matches of an order { "result": [ { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 53, - "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", - "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -11666,7 +11896,7 @@ Returns the order matches of an order "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727950131, + "block_time": 1727952440, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -11686,13 +11916,13 @@ Returns the order matches of an order "fee_paid_normalized": "0.00000000" }, { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 51, - "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -11706,7 +11936,7 @@ Returns the order matches of an order "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727950126, + "block_time": 1727952436, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -11736,7 +11966,7 @@ Returns the order matches of an order Returns the BTC pays of an order + Parameters - + order_hash: `a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae` (str, required) - The hash of the transaction that created the order + + order_hash: `55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea` (str, required) - The hash of the transaction that created the order + cursor (str, optional) - The last index of the resolutions to return + Default: `None` + limit: `5` (int, optional) - The maximum number of resolutions to return @@ -11755,15 +11985,15 @@ Returns the BTC pays of an order "result": [ { "tx_index": 52, - "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", + "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", "block_index": 186, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "btc_amount": 2000, - "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "status": "valid", "confirmed": true, - "block_time": 1727950126, + "block_time": 1727952436, "btc_amount_normalized": "0.00002000" } ], @@ -11807,9 +12037,9 @@ Returns the orders to exchange two assets "result": [ { "tx_index": 51, - "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "block_index": 186, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -11827,7 +12057,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727950126, + "block_time": 1727952436, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11853,9 +12083,9 @@ Returns the orders to exchange two assets }, { "tx_index": 53, - "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "block_index": 187, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -11873,7 +12103,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727950131, + "block_time": 1727952440, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11899,9 +12129,9 @@ Returns the orders to exchange two assets }, { "tx_index": 48, - "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", "block_index": 183, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11919,7 +12149,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727950044, + "block_time": 1727952354, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11945,9 +12175,9 @@ Returns the orders to exchange two assets }, { "tx_index": 50, - "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", "block_index": 187, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -11965,7 +12195,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727950131, + "block_time": 1727952440, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11991,9 +12221,9 @@ Returns the orders to exchange two assets }, { "tx_index": 56, - "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "block_index": 191, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12011,7 +12241,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727950158, + "block_time": 1727952458, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12074,13 +12304,13 @@ Returns the orders to exchange two assets { "result": [ { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 53, - "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", - "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12097,7 +12327,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727950131, + "block_time": 1727952440, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12117,13 +12347,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 51, - "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12140,7 +12370,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727950126, + "block_time": 1727952436, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12160,13 +12390,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", "tx0_index": 48, - "tx0_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 49, - "tx1_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "tx1_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12183,7 +12413,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727950044, + "block_time": 1727952354, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12241,13 +12471,13 @@ Returns all the order matches { "result": [ { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 53, - "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", - "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12261,7 +12491,7 @@ Returns all the order matches "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727950131, + "block_time": 1727952440, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12281,13 +12511,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 51, - "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12301,7 +12531,7 @@ Returns all the order matches "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727950126, + "block_time": 1727952436, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12321,13 +12551,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", "tx0_index": 48, - "tx0_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 49, - "tx1_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "tx1_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12341,7 +12571,7 @@ Returns all the order matches "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727950044, + "block_time": 1727952354, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12509,66 +12739,66 @@ Returns the burns "result": [ { "tx_index": 9, - "tx_hash": "8da7f00dd44ec21e346f824732a4ada88868034bebbc93629461b5945f7fbf72", + "tx_hash": "cdbdc3f63118b57f0446e955011c6c692b7dc2354bd3ae5d829fabfa2a1e4b75", "block_index": 121, - "source": "bcrt1qzklp8scx46fgxl037gvzacpzvs34kymf9yjpfe", + "source": "bcrt1qyte2wn824cnff7txlcs7uwhjn6rypsv46razgl", "burned": 50000000, "earned": 74999996667, "status": "valid", "confirmed": true, - "block_time": 1727949841, + "block_time": 1727952163, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 8, - "tx_hash": "dcbc0b3ef6439aaba9ac9ec806760a60539fad4cf3095c5172817b12b0fb658e", + "tx_hash": "c25bee984c3678ee48a5a7a447f7b2182e1ba2d17eb147fc109effad00dd63e2", "block_index": 120, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "burned": 50000000, "earned": 74999996833, "status": "valid", "confirmed": true, - "block_time": 1727949837, + "block_time": 1727952158, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 7, - "tx_hash": "34009372bf41ecfbb02809ab73390d9314f20be8c8cb93e133bb4848123d7fc3", + "tx_hash": "a99f2397b126987139d96eed78e54fdaa2633497b9589e419719a223c311ec99", "block_index": 119, - "source": "bcrt1qtsuzk7aguy5f3ahel0jd6r90x5dnc2rah68jhr", + "source": "bcrt1qtv7euexhcme3uy6wk8sk976vssane2k6qs4qsy", "burned": 50000000, "earned": 74999997000, "status": "valid", "confirmed": true, - "block_time": 1727949833, + "block_time": 1727952154, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 6, - "tx_hash": "d9d839662d07e5c525991f1f7f6e96b402d5fb27cfb53f83dd511990cdec4103", + "tx_hash": "e3437898051548b2066dcc4055dd1771247971599e660a481ac03fb461dd6340", "block_index": 118, - "source": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", + "source": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", "burned": 50000000, "earned": 74999997167, "status": "valid", "confirmed": true, - "block_time": 1727949828, + "block_time": 1727952150, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 5, - "tx_hash": "59dc8ccc5ebed78c2de49d11ea4af46531c47f4615e033246b638d0f7b452f5e", + "tx_hash": "2b6dfb38f6a10eff4de7b2de79706be98d7e4cfbbd6bacad9f2db573e7493066", "block_index": 117, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "burned": 50000000, "earned": 74999997333, "status": "valid", "confirmed": true, - "block_time": 1727949824, + "block_time": 1727952146, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" } @@ -12613,9 +12843,9 @@ Returns all dispensers "result": [ { "tx_index": 26, - "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12624,7 +12854,7 @@ Returns all dispensers "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12634,7 +12864,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -12650,9 +12880,9 @@ Returns all dispensers }, { "tx_index": 29, - "tx_hash": "1bdf726d540902c1b9c37d0597bf3d192257e924b5f1d5e486b10a2db17547b0", + "tx_hash": "10007a5d3e53804b691733b1a8851859d7618ff26ccb466f44ae63f6f25cb53f", "block_index": 142, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12661,7 +12891,7 @@ Returns all dispensers "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "origin": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -12671,7 +12901,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949931, + "block_time": 1727952251, "asset_info": { "divisible": true, "asset_longname": null, @@ -12687,9 +12917,9 @@ Returns all dispensers }, { "tx_index": 30, - "tx_hash": "23b55de699312b1b2b01311daed3ba598752c3322a31e2969bf0cd8d0e64c2b1", + "tx_hash": "c5630aefbda40ca7a9b8aaddff7bcc5ef364e346761dc60bfd7e81960b3d4f0b", "block_index": 150, - "source": "miqEFCo8WqtnAo2wPb5mADr9W9g3bQZZ7j", + "source": "mqFzPk2DrBKEFQr8z8cRiz5bewXEPC7V8Q", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -12697,10 +12927,10 @@ Returns all dispensers "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "73d5f24a8a410f309b10eb78a424cc7b7ea60463dbe921d334edf920f6ca994a", - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "last_status_tx_hash": "d83c43bf5cabb75c4e694355a92befec446c0efe45e964cff8e2ec4374051cd3", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 0, - "last_status_tx_source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "last_status_tx_source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -12708,7 +12938,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949976, + "block_time": 1727952296, "asset_info": { "divisible": true, "asset_longname": null, @@ -12724,18 +12954,18 @@ Returns all dispensers }, { "tx_index": 33, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12745,7 +12975,7 @@ Returns all dispensers "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -12770,7 +13000,7 @@ Returns all dispensers Returns the dispenser information by tx_hash + Parameters - + dispenser_hash: `e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb` (str, required) - The hash of the dispenser to return + + dispenser_hash: `1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a` (str, required) - The hash of the dispenser to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -12782,9 +13012,9 @@ Returns the dispenser information by tx_hash { "result": { "tx_index": 26, - "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12793,7 +13023,7 @@ Returns the dispenser information by tx_hash "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12803,7 +13033,7 @@ Returns the dispenser information by tx_hash "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -12825,7 +13055,7 @@ Returns the dispenser information by tx_hash Returns the dispenses of a dispenser + Parameters - + dispenser_hash: `e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb` (str, required) - The hash of the dispenser to return + + dispenser_hash: `1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a` (str, required) - The hash of the dispenser to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -12845,19 +13075,19 @@ Returns the dispenses of a dispenser { "tx_index": 28, "dispense_index": 0, - "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", + "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -12865,7 +13095,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12880,7 +13110,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -12894,19 +13124,19 @@ Returns the dispenses of a dispenser { "tx_index": 27, "dispense_index": 0, - "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", + "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", "block_index": 140, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -12914,7 +13144,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12929,7 +13159,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949923, + "block_time": 1727952243, "asset_info": { "divisible": true, "asset_longname": null, @@ -12971,20 +13201,20 @@ Returns all the dividends "result": [ { "tx_index": 41, - "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "block_index": 154, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727949992, + "block_time": 1727952312, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -13009,7 +13239,7 @@ Returns all the dividends Returns a dividend by its hash + Parameters - + dividend_hash: `20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b` (str, required) - The hash of the dividend to return + + dividend_hash: `4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444` (str, required) - The hash of the dividend to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -13021,20 +13251,20 @@ Returns a dividend by its hash { "result": { "tx_index": 41, - "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "block_index": 154, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727949992, + "block_time": 1727952312, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -13056,7 +13286,7 @@ Returns a dividend by its hash Returns a dividend distribution by its hash + Parameters - + dividend_hash: `20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b` (str, required) - The hash of the dividend distribution to return + + dividend_hash: `4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444` (str, required) - The hash of the dividend distribution to return + cursor (str, optional) - The last index of the credit to return + Default: `None` + limit: `5` (int, optional) - The maximum number of credit to return @@ -13079,12 +13309,12 @@ Returns a dividend distribution by its hash "asset": "XCP", "quantity": 1500000000, "calling_function": "dividend", - "event": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "event": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "tx_index": 41, - "utxo": "7fb20a45f9c7aa53bf1a1450db9bf316c8b6351010c7251794b8264fe86bdf74:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "utxo": "97fda462653822d444adafee5b5f3c214fa9b16cf802e73d71fa9b1c0f2af9fe:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "confirmed": true, - "block_time": 1727949992, + "block_time": 1727952312, "asset_info": { "divisible": true, "asset_longname": null, @@ -13096,16 +13326,16 @@ Returns a dividend distribution by its hash }, { "block_index": 154, - "address": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", + "address": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", "asset": "XCP", "quantity": 500000000, "calling_function": "dividend", - "event": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "event": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "tx_index": 41, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727949992, + "block_time": 1727952312, "asset_info": { "divisible": true, "asset_longname": null, @@ -13151,27 +13381,27 @@ Returns all events "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", - "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", + "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", + "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", "transaction_count": 1, - "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", - "block_time": 1727950180 + "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", + "block_time": 1727952480 }, "tx_hash": null, "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61 }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 554, @@ -13180,14 +13410,14 @@ Returns all events "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -13198,9 +13428,9 @@ Returns all events "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 553, @@ -13209,9 +13439,9 @@ Returns all events "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": 0, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "asset_info": { "divisible": true, "asset_longname": null, @@ -13221,24 +13451,24 @@ Returns all events }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -13248,9 +13478,9 @@ Returns all events }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 551, @@ -13278,15 +13508,15 @@ Returns the event of an index "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", - "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", + "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", + "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", "transaction_count": 1, - "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", - "block_time": 1727950180 + "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", + "block_time": 1727952480 }, "tx_hash": null, "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } } ``` @@ -13364,16 +13594,16 @@ Returns the events filtered by event name "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -13383,9 +13613,9 @@ Returns the events filtered by event name }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 550, @@ -13395,12 +13625,12 @@ Returns the events filtered by event name "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -13410,9 +13640,9 @@ Returns the events filtered by event name }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 547, @@ -13422,39 +13652,39 @@ Returns the events filtered by event name "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 533, "event": "CREDIT", "params": { - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "block_index": 193, "calling_function": "sweep", - "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "quantity": 74499387833, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727950166, + "block_time": 1727952466, "asset_info": { "divisible": true, "asset_longname": null, @@ -13464,36 +13694,36 @@ Returns the events filtered by event name }, "quantity_normalized": "744.99388000" }, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "block_time": 1727950166 + "block_time": 1727952466 }, { "event_index": 531, "event": "CREDIT", "params": { - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "MYASSETA", "block_index": 193, "calling_function": "sweep", - "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "quantity": 10, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727950166, + "block_time": 1727952466, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "block_time": 1727950166 + "block_time": 1727952466 } ], "next_cursor": 529, @@ -13549,27 +13779,27 @@ Returns all the dispenses { "tx_index": 61, "dispense_index": 0, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13584,7 +13814,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -13598,27 +13828,27 @@ Returns all the dispenses { "tx_index": 34, "dispense_index": 0, - "tx_hash": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2", + "tx_hash": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5", "block_index": 147, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "destination": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13633,7 +13863,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727949963, + "block_time": 1727952273, "asset_info": { "divisible": true, "asset_longname": null, @@ -13647,19 +13877,19 @@ Returns all the dispenses { "tx_index": 28, "dispense_index": 0, - "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", + "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13667,7 +13897,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13682,7 +13912,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -13696,19 +13926,19 @@ Returns all the dispenses { "tx_index": 27, "dispense_index": 0, - "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", + "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", "block_index": 140, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13716,7 +13946,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13731,7 +13961,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949923, + "block_time": 1727952243, "asset_info": { "divisible": true, "asset_longname": null, @@ -13773,10 +14003,10 @@ Returns all the sends include Enhanced and MPMA sends "result": [ { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -13784,7 +14014,7 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -13797,10 +14027,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -13808,11 +14038,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -13821,10 +14051,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "quantity": 10, "status": "valid", @@ -13832,7 +14062,7 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "divisible": true, "asset_longname": null, @@ -13845,10 +14075,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -13856,11 +14086,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -13869,10 +14099,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -13880,11 +14110,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -13922,14 +14152,14 @@ Returns all the issuances "result": [ { "tx_index": 47, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -13944,20 +14174,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950028, + "block_time": 1727952338, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "625d8bed442f2a06eb53ca9d0c87e0311667e7eccde97f0714269799ee6f2ed1", + "tx_hash": "6461a1b76eee5bbddfd186c8e6450f1d1df4c601673cde986fd6637b02a8071c", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -13972,20 +14202,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727950024, + "block_time": 1727952334, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "2be6ee6cfbfbcd404938bd58ae52f4e465134c7b05bf94225bec84d0703e4a20", + "tx_hash": "633305e6d717641b952a37d18855d1af8996736d2f588226468350baf2e31901", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -14000,20 +14230,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950019, + "block_time": 1727952329, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "19491cfb68b4a52fff021ae6ba90f59445f486b2c0b30ee0cc291813959fb65e", + "tx_hash": "efa7b986d68127c6d9e57793e0f6fa7966dde6360759bb829ab08c74edfdba94", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -14028,20 +14258,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950005, + "block_time": 1727952325, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 43, - "tx_hash": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad", + "tx_hash": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253", "msg_index": 0, "block_index": 156, "asset": "MYASSETB", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "issuer": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "issuer": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "transfer": false, "callable": false, "call_date": 0, @@ -14056,7 +14286,7 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950001, + "block_time": 1727952321, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -14071,7 +14301,7 @@ Returns all the issuances Returns the issuances of a block + Parameters - + tx_hash: `f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1` (str, required) - The hash of the transaction to return + + tx_hash: `9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14083,14 +14313,14 @@ Returns the issuances of a block { "result": { "tx_index": 47, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -14105,7 +14335,7 @@ Returns the issuances of a block "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950028, + "block_time": 1727952338, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -14137,16 +14367,16 @@ Returns all sweeps "result": [ { "tx_index": 59, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727950166, + "block_time": 1727952466, "fee_paid_normalized": "0.00600000" } ], @@ -14160,7 +14390,7 @@ Returns all sweeps Returns the sweeps of a transaction + Parameters - + tx_hash: `86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea` (str, required) - The hash of the transaction to return + + tx_hash: `4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14173,16 +14403,16 @@ Returns the sweeps of a transaction "result": [ { "tx_index": 59, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727950166, + "block_time": 1727952466, "fee_paid_normalized": "0.00600000" } ], @@ -14216,9 +14446,9 @@ Returns all valid broadcasts "result": [ { "tx_index": 25, - "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", + "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", "block_index": 138, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -14226,14 +14456,14 @@ Returns all valid broadcasts "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727949914, + "block_time": 1727952235, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "f2805ac89327dbb879789b22e562f2fafce4cc8a39f73b3df3a1e2a504fd5d4c", + "tx_hash": "fcb99bd61b01001625b5da7399a58185e531b89b943db6228ea61f320ccbff83", "block_index": 137, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -14241,7 +14471,7 @@ Returns all valid broadcasts "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727949910, + "block_time": 1727952231, "fee_fraction_int_normalized": "0.00000000" } ], @@ -14255,7 +14485,7 @@ Returns all valid broadcasts Returns the broadcast of a transaction + Parameters - + tx_hash: `24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec` (str, required) - The hash of the transaction to return + + tx_hash: `281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14267,9 +14497,9 @@ Returns the broadcast of a transaction { "result": { "tx_index": 25, - "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", + "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", "block_index": 138, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -14277,7 +14507,7 @@ Returns the broadcast of a transaction "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727949914, + "block_time": 1727952235, "fee_fraction_int_normalized": "0.00000000" } } @@ -14307,10 +14537,10 @@ Returns all fairminters { "result": [ { - "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", + "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", "tx_index": 22, "block_index": 135, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -14335,13 +14565,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949902 + "block_time": 1727952222 }, { - "tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", + "tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", "tx_index": 18, "block_index": 131, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -14366,13 +14596,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949885 + "block_time": 1727952205 }, { - "tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0", + "tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13", "tx_index": 14, "block_index": 130, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -14397,13 +14627,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949880 + "block_time": 1727952201 }, { - "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "tx_index": 10, "block_index": 125, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -14428,7 +14658,7 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949859 + "block_time": 1727952180 } ], "next_cursor": null, @@ -14471,7 +14701,7 @@ Returns the mints by fairminter Returns a list of unspent outputs for a list of addresses + Parameters - + addresses: `bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux,bcrt1qtsuzk7aguy5f3ahel0jd6r90x5dnc2rah68jhr` (str, required) - The addresses to search for + + addresses: `bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e,bcrt1qtv7euexhcme3uy6wk8sk976vssane2k6qs4qsy` (str, required) - The addresses to search for + unconfirmed (bool, optional) - Include unconfirmed transactions + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14490,8 +14720,8 @@ Returns a list of unspent outputs for a list of addresses "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2", - "address": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux" + "txid": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5", + "address": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e" }, { "vout": 2, @@ -14499,8 +14729,8 @@ Returns a list of unspent outputs for a list of addresses "value": 100000, "confirmations": 40, "amount": 0.001, - "txid": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad", - "address": "bcrt1qtsuzk7aguy5f3ahel0jd6r90x5dnc2rah68jhr" + "txid": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253", + "address": "bcrt1qtv7euexhcme3uy6wk8sk976vssane2k6qs4qsy" } ], "next_cursor": null, @@ -14513,7 +14743,7 @@ Returns a list of unspent outputs for a list of addresses Returns all transactions involving a given address + Parameters - + address: `bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg` (str, required) - The address to search for + + address: `bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg` (str, required) - The address to search for + unconfirmed: `True` (bool, optional) - Include unconfirmed transactions + Default: `True` + only_tx_hashes: `True` (bool, optional) - Return only the tx hashes @@ -14529,28 +14759,28 @@ Returns all transactions involving a given address { "result": [ { - "tx_hash": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147" + "tx_hash": "ee88037d9eade70262c07c01d2c14c66e0d753913f29a5f2a2ca6718b035aa07" }, { - "tx_hash": "f10a3168ac64365a48f9a815f1c2734ac030860a1237aaaf9c27aefa7652c34c" + "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114" }, { - "tx_hash": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97" + "tx_hash": "89356e40c37c29abe59f129f1fb24143207da52b2231fe85ec5f8e2157204046" }, { - "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2" + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c" }, { - "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd" + "tx_hash": "53a8afe61aa1e87367df0a1f11ee34019cc90c093c37d885f34ee6dab5e22f93" }, { - "tx_hash": "736257a209e77e79c510f2b8ed031289b80b511fc0b9399a36cb65e8c8ca6fd0" + "tx_hash": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb" }, { - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea" + "tx_hash": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da" }, { - "tx_hash": "5c1f7aa3e891ae588733bbe36b0431a6c1f33b1e957b5a370436bfdad7526afd" + "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed" } ], "next_cursor": null, @@ -14563,7 +14793,7 @@ Returns all transactions involving a given address Get the oldest transaction for an address. + Parameters - + address: `bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f` (str, required) - The address to search for. + + address: `bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7` (str, required) - The address to search for. + block_index (int, optional) - The block index to search from. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14576,8 +14806,8 @@ Get the oldest transaction for an address. ``` { "result": { - "block_index": 10, - "tx_hash": "2471d089cd583f32e28f49ac5b3d4631a45fed4ec16244dcba28cb2bea41d4ae" + "block_index": 1, + "tx_hash": "cd71ea57bea1082f38d2aa84405b04ed05d3bae2b0441e7e9b2c20931f034805" } } ``` @@ -14587,7 +14817,7 @@ Get the oldest transaction for an address. Returns a list of unspent outputs for a specific address + Parameters - + address: `bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux` (str, required) - The address to search for + + address: `bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e` (str, required) - The address to search for + unconfirmed (bool, optional) - Include unconfirmed transactions + Default: `False` + unspent_tx_hash (str, optional) - Filter by unspent_tx_hash @@ -14608,7 +14838,7 @@ Returns a list of unspent outputs for a specific address "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2" + "txid": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5" } ], "next_cursor": null, @@ -14621,7 +14851,7 @@ Returns a list of unspent outputs for a specific address Get pubkey for an address. + Parameters - + address: `bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7` (str, required) - Address to get pubkey for. + + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - Address to get pubkey for. + provided_pubkeys (str, optional) - Comma separated list of provided pubkeys. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14633,7 +14863,7 @@ Get pubkey for an address. ``` { - "result": "0202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d" + "result": "02aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd" } ``` @@ -14642,7 +14872,7 @@ Get pubkey for an address. Get a transaction from the blockchain + Parameters - + tx_hash: `4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541` (str, required) - The transaction hash + + tx_hash: `faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9` (str, required) - The transaction hash + format: `hex` (str, optional) - Whether to return JSON output or raw hex + Default: `json` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14654,7 +14884,7 @@ Get a transaction from the blockchain ``` { - "result": "02000000000101ad5d2b631669ec8e2d992cc1e16374cd5d8233e6dc61af2754aaed4dc169eb180100000000ffffffff03e80300000000000016001407c56322c8e62d48b4812b95d019af8d3595a6c700000000000000000c6a0a09b5a954cb57b864c922dced082701000000160014256f0646958e229e4de0329bd2e098589b5e7a210247304402202853adeb0dcf0441d4f458166b4eb666896fe7b55edb0860390143273a246cfd02201fbd7ff2227457e370b6e6087925a1187b472c0c69ca68ecb3b37f0234c1b8b2012103763d983b48eb7145ebdaf4ea6eb1274aa34f381599c46d524c829c448fb648c600000000" + "result": "0200000000010153b2bce75d8be294cf5b9e6f94442e19801be1a5548363df1758cdc0ebd3e16f0100000000ffffffff03e8030000000000001600145bcc8878cad331f92040ab1aa86a6a1b0e22044300000000000000000c6a0a54e0e81a082e3d85fe89dced08270100000016001472abef751e23b3ff85485813e5e853ab7c8268b50247304402205ed1386767ffa9c00d84aea30d33a5bc2ee07b72ee892591ccb6838830c549c702201b38ce33fd16d26fd79de533f95d90932f7676f5a2dbb29b60f21b81d4fd369c012102e91d858bd217f949ba95253d609e910ab0c0442c4a9f1c980e37bf16f910544a00000000" } ``` @@ -14749,27 +14979,27 @@ Returns all mempool events { "result": [ { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62 }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "memo": null, "quantity": 10000, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "status": "valid", - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62, "asset_info": { "divisible": true, @@ -14780,22 +15010,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "CREDIT", "params": { - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -14805,22 +15035,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "block_index": 195, - "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -14830,30 +15060,30 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727950184.723641, + "block_time": 1727952484.47581, "btc_amount": 0, - "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", + "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", "destination": "", "fee": 10000, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62, - "utxos_info": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983:1", + "utxos_info": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "memo": null, "asset_info": { "divisible": true, @@ -14867,7 +15097,7 @@ Returns all mempool events }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 } ], "next_cursor": null, @@ -14898,19 +15128,19 @@ Returns the mempool events filtered by event name { "result": [ { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "CREDIT", "params": { - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -14920,7 +15150,7 @@ Returns the mempool events filtered by event name }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 } ], "next_cursor": null, @@ -14933,7 +15163,7 @@ Returns the mempool events filtered by event name Returns the mempool events filtered by transaction hash + Parameters - + tx_hash: `fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983` (str, required) - The hash of the transaction to return + + tx_hash: `22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor (str, optional) - The last event index to return @@ -14953,27 +15183,27 @@ Returns the mempool events filtered by transaction hash { "result": [ { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62 }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "memo": null, "quantity": 10000, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "status": "valid", - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62, "asset_info": { "divisible": true, @@ -14984,22 +15214,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "CREDIT", "params": { - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -15009,22 +15239,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "block_index": 195, - "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -15034,30 +15264,30 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727950184.723641, + "block_time": 1727952484.47581, "btc_amount": 0, - "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", + "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", "destination": "", "fee": 10000, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62, - "utxos_info": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983:1", + "utxos_info": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "memo": null, "asset_info": { "divisible": true, @@ -15071,7 +15301,7 @@ Returns the mempool events filtered by transaction hash }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 } ], "next_cursor": null, diff --git a/counterparty-core/counterpartycore/lib/api/queries.py b/counterparty-core/counterpartycore/lib/api/queries.py index aecb20d816..02ad25e2eb 100644 --- a/counterparty-core/counterpartycore/lib/api/queries.py +++ b/counterparty-core/counterpartycore/lib/api/queries.py @@ -1956,7 +1956,7 @@ def get_valid_assets_by_issuer( db, address: str, named: bool = None, cursor: str = None, limit: int = 100, offset: int = None ): """ - Returns the valid assets of an issuer + Returns the valid assets issued by an address :param str address: The issuer to return (e.g. $ADDRESS_1) :param bool named: Whether to return only named assets (e.g. true) :param str cursor: The last index of the assets to return @@ -1980,6 +1980,64 @@ def get_valid_assets_by_issuer( ) +def get_valid_assets_by_owner( + db, address: str, named: bool = None, cursor: str = None, limit: int = 100, offset: int = None +): + """ + Returns the valid assets owned by an address + :param str address: The owner to return (e.g. $ADDRESS_1) + :param bool named: Whether to return only named assets (e.g. true) + :param str cursor: The last index of the assets to return + :param int limit: The maximum number of assets to return (e.g. 5) + :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) + """ + where = {"owner": address} + if named is not None: + if named: + where["asset__notlike"] = "A%" + else: + where["asset__like"] = "A%" + + return select_rows( + db, + "assets_info", + where=where, + last_cursor=cursor, + limit=limit, + offset=offset, + ) + + +def get_valid_assets_by_issuer_or_owner( + db, address: str, named: bool = None, cursor: str = None, limit: int = 100, offset: int = None +): + """ + Returns the valid assets issued or owned by an address + :param str address: The issuer or owner to return (e.g. $ADDRESS_1) + :param bool named: Whether to return only named assets (e.g. true) + :param str cursor: The last index of the assets to return + :param int limit: The maximum number of assets to return (e.g. 5) + :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) + """ + where = [{"issuer": address}, {"owner": address}] + if named is not None: + if named: + for p in where: + p["asset__notlike"] = "A%" + else: + for p in where: + p["asset__like"] = "A%" + + return select_rows( + db, + "assets_info", + where=where, + last_cursor=cursor, + limit=limit, + offset=offset, + ) + + def get_dividends(db, cursor: str = None, limit: int = 100, offset: int = None): """ Returns all the dividends diff --git a/counterparty-core/counterpartycore/lib/api/routes.py b/counterparty-core/counterpartycore/lib/api/routes.py index bdf0172943..fe4e5d68de 100644 --- a/counterparty-core/counterpartycore/lib/api/routes.py +++ b/counterparty-core/counterpartycore/lib/api/routes.py @@ -65,7 +65,9 @@ def get_routes(): "/v2/addresses/
/dispenses/receives/": queries.get_dispenses_by_destination_and_asset, "/v2/addresses/
/sweeps": queries.get_sweeps_by_address, "/v2/addresses/
/issuances": queries.get_issuances_by_address, - "/v2/addresses/
/assets": queries.get_valid_assets_by_issuer, + "/v2/addresses/
/assets": queries.get_valid_assets_by_issuer_or_owner, + "/v2/addresses/
/assets/issued": queries.get_valid_assets_by_issuer, + "/v2/addresses/
/assets/owned": queries.get_valid_assets_by_owner, "/v2/addresses/
/transactions": queries.get_transactions_by_address, "/v2/addresses/
/dividends": queries.get_dividends_distributed_by_address, "/v2/addresses/
/orders": queries.get_orders_by_address, diff --git a/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json b/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json index 2c60b33376..cf2c192fb6 100644 --- a/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json +++ b/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json @@ -3660,6 +3660,392 @@ "next_cursor": null, "result_count": 11 }, + "http://localhost:10009/v2/addresses/mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc/assets/issued?verbose=true": { + "result": [ + { + "asset": "QAIDFAIRMIN", + "asset_id": "2260369790942965", + "asset_longname": "", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 20, + "description": "", + "first_issuance_block_index": 310503, + "last_issuance_block_index": 310503, + "confirmed": true, + "first_issuance_block_time": 310503000, + "last_issuance_block_time": 310503000, + "supply_normalized": "0.00000020" + }, + { + "asset": "RAIDFAIRMIN", + "asset_id": "2401536886596341", + "asset_longname": "", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 20, + "description": "", + "first_issuance_block_index": 310502, + "last_issuance_block_index": 310502, + "confirmed": true, + "first_issuance_block_time": 310502000, + "last_issuance_block_time": 310502000, + "supply_normalized": "0.00000020" + }, + { + "asset": "PAIDFAIRMIN", + "asset_id": "2119202695289589", + "asset_longname": "", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 0, + "description": "", + "first_issuance_block_index": 310500, + "last_issuance_block_index": 310500, + "confirmed": true, + "first_issuance_block_time": 310500000, + "last_issuance_block_time": 310500000, + "supply_normalized": "0.00000000" + }, + { + "asset": "FREEFAIRMIN", + "asset_id": "799006024850293", + "asset_longname": "", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 10, + "description": "", + "first_issuance_block_index": 310499, + "last_issuance_block_index": 310501, + "confirmed": true, + "first_issuance_block_time": 310499000, + "last_issuance_block_time": 310501000, + "supply_normalized": "0.00000010" + }, + { + "asset": "A95428956661682277", + "asset_id": "95428956661682277", + "asset_longname": "PARENT.already.issued", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 100000000, + "description": "Child of parent", + "first_issuance_block_index": 310498, + "last_issuance_block_index": 310498, + "confirmed": true, + "first_issuance_block_time": 310498000, + "last_issuance_block_time": 310498000, + "supply_normalized": "1.00000000" + }, + { + "asset": "PARENT", + "asset_id": "178522493", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 100000000, + "description": "Parent asset", + "first_issuance_block_index": 310497, + "last_issuance_block_index": 310497, + "confirmed": true, + "first_issuance_block_time": 310497000, + "last_issuance_block_time": 310497000, + "supply_normalized": "1.00000000" + }, + { + "asset": "MAXI", + "asset_id": "211518", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 9223372036854775807, + "description": "Maximum quantity", + "first_issuance_block_index": 310016, + "last_issuance_block_index": 310016, + "confirmed": true, + "first_issuance_block_time": 310016000, + "last_issuance_block_time": 310016000, + "supply_normalized": "92233720000.00000000" + }, + { + "asset": "LOCKED", + "asset_id": "137134819", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": true, + "supply": 1000, + "description": "Locked asset", + "first_issuance_block_index": 310004, + "last_issuance_block_index": 310005, + "confirmed": true, + "first_issuance_block_time": 310004000, + "last_issuance_block_time": 310005000, + "supply_normalized": "0.00001000" + }, + { + "asset": "CALLABLE", + "asset_id": "16199343190", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 1000, + "description": "Callable asset", + "first_issuance_block_index": 310003, + "last_issuance_block_index": 310003, + "confirmed": true, + "first_issuance_block_time": 310003000, + "last_issuance_block_time": 310003000, + "supply_normalized": "0.00001000" + }, + { + "asset": "NODIVISIBLE", + "asset_id": "1911882621324134", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": false, + "locked": false, + "supply": 1000, + "description": "No divisible asset", + "first_issuance_block_index": 310002, + "last_issuance_block_index": 310002, + "confirmed": true, + "first_issuance_block_time": 310002000, + "last_issuance_block_time": 310002000, + "supply_normalized": "1000" + }, + { + "asset": "DIVISIBLE", + "asset_id": "697326324582", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 100000000000, + "description": "Divisible asset", + "first_issuance_block_index": 310001, + "last_issuance_block_index": 310001, + "confirmed": true, + "first_issuance_block_time": 310001000, + "last_issuance_block_time": 310001000, + "supply_normalized": "1000.00000000" + } + ], + "next_cursor": null, + "result_count": 11 + }, + "http://localhost:10009/v2/addresses/mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc/assets/owned?verbose=true": { + "result": [ + { + "asset": "QAIDFAIRMIN", + "asset_id": "2260369790942965", + "asset_longname": "", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 20, + "description": "", + "first_issuance_block_index": 310503, + "last_issuance_block_index": 310503, + "confirmed": true, + "first_issuance_block_time": 310503000, + "last_issuance_block_time": 310503000, + "supply_normalized": "0.00000020" + }, + { + "asset": "RAIDFAIRMIN", + "asset_id": "2401536886596341", + "asset_longname": "", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 20, + "description": "", + "first_issuance_block_index": 310502, + "last_issuance_block_index": 310502, + "confirmed": true, + "first_issuance_block_time": 310502000, + "last_issuance_block_time": 310502000, + "supply_normalized": "0.00000020" + }, + { + "asset": "PAIDFAIRMIN", + "asset_id": "2119202695289589", + "asset_longname": "", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 0, + "description": "", + "first_issuance_block_index": 310500, + "last_issuance_block_index": 310500, + "confirmed": true, + "first_issuance_block_time": 310500000, + "last_issuance_block_time": 310500000, + "supply_normalized": "0.00000000" + }, + { + "asset": "FREEFAIRMIN", + "asset_id": "799006024850293", + "asset_longname": "", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 10, + "description": "", + "first_issuance_block_index": 310499, + "last_issuance_block_index": 310501, + "confirmed": true, + "first_issuance_block_time": 310499000, + "last_issuance_block_time": 310501000, + "supply_normalized": "0.00000010" + }, + { + "asset": "A95428956661682277", + "asset_id": "95428956661682277", + "asset_longname": "PARENT.already.issued", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 100000000, + "description": "Child of parent", + "first_issuance_block_index": 310498, + "last_issuance_block_index": 310498, + "confirmed": true, + "first_issuance_block_time": 310498000, + "last_issuance_block_time": 310498000, + "supply_normalized": "1.00000000" + }, + { + "asset": "PARENT", + "asset_id": "178522493", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 100000000, + "description": "Parent asset", + "first_issuance_block_index": 310497, + "last_issuance_block_index": 310497, + "confirmed": true, + "first_issuance_block_time": 310497000, + "last_issuance_block_time": 310497000, + "supply_normalized": "1.00000000" + }, + { + "asset": "MAXI", + "asset_id": "211518", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 9223372036854775807, + "description": "Maximum quantity", + "first_issuance_block_index": 310016, + "last_issuance_block_index": 310016, + "confirmed": true, + "first_issuance_block_time": 310016000, + "last_issuance_block_time": 310016000, + "supply_normalized": "92233720000.00000000" + }, + { + "asset": "LOCKED", + "asset_id": "137134819", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": true, + "supply": 1000, + "description": "Locked asset", + "first_issuance_block_index": 310004, + "last_issuance_block_index": 310005, + "confirmed": true, + "first_issuance_block_time": 310004000, + "last_issuance_block_time": 310005000, + "supply_normalized": "0.00001000" + }, + { + "asset": "CALLABLE", + "asset_id": "16199343190", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 1000, + "description": "Callable asset", + "first_issuance_block_index": 310003, + "last_issuance_block_index": 310003, + "confirmed": true, + "first_issuance_block_time": 310003000, + "last_issuance_block_time": 310003000, + "supply_normalized": "0.00001000" + }, + { + "asset": "NODIVISIBLE", + "asset_id": "1911882621324134", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": false, + "locked": false, + "supply": 1000, + "description": "No divisible asset", + "first_issuance_block_index": 310002, + "last_issuance_block_index": 310002, + "confirmed": true, + "first_issuance_block_time": 310002000, + "last_issuance_block_time": 310002000, + "supply_normalized": "1000" + }, + { + "asset": "DIVISIBLE", + "asset_id": "697326324582", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 100000000000, + "description": "Divisible asset", + "first_issuance_block_index": 310001, + "last_issuance_block_index": 310001, + "confirmed": true, + "first_issuance_block_time": 310001000, + "last_issuance_block_time": 310001000, + "supply_normalized": "1000.00000000" + } + ], + "next_cursor": null, + "result_count": 11 + }, "http://localhost:10009/v2/addresses/mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc/transactions?verbose=true": { "result": [ { @@ -9555,8 +9941,62 @@ ] }, "/v2/addresses/
/assets": { + "function": "get_valid_assets_by_issuer_or_owner", + "description": "Returns the valid assets issued or owned by an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The issuer or owner to return (e.g. $ADDRESS_1)" + }, + { + "name": "named", + "default": null, + "required": false, + "type": "bool", + "description": "Whether to return only named assets (e.g. true)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the assets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of assets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + }, + { + "name": "show_unconfirmed", + "type": "bool", + "default": "false", + "description": "Include results from Mempool.", + "required": false + } + ] + }, + "/v2/addresses/
/assets/issued": { "function": "get_valid_assets_by_issuer", - "description": "Returns the valid assets of an issuer", + "description": "Returns the valid assets issued by an address", "args": [ { "name": "address", @@ -9608,6 +10048,60 @@ } ] }, + "/v2/addresses/
/assets/owned": { + "function": "get_valid_assets_by_owner", + "description": "Returns the valid assets owned by an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The owner to return (e.g. $ADDRESS_1)" + }, + { + "name": "named", + "default": null, + "required": false, + "type": "bool", + "description": "Whether to return only named assets (e.g. true)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the assets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of assets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + }, + { + "name": "show_unconfirmed", + "type": "bool", + "default": "false", + "description": "Include results from Mempool.", + "required": false + } + ] + }, "/v2/addresses/
/transactions": { "function": "get_transactions_by_address", "description": "Returns the transactions of an address", diff --git a/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json b/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json index ff020d6b79..c1cd58599f 100644 --- a/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json +++ b/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json @@ -3,61 +3,61 @@ "result": [ { "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", "difficulty": 545259519, - "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", - "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", - "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", + "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", + "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", + "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", "transaction_count": 1, "confirmed": true }, { "block_index": 194, - "block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", - "block_time": 1727950171, - "previous_block_hash": "3ca1dbfc98546535bb4cfc3e6abfd4845f057e2467a9f5e3e57d61dee190925e", + "block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", + "block_time": 1727952470, + "previous_block_hash": "1741784d8e08e0f9e157409fee75df6df89ebbde1cb3558678d456c03e2c9bc4", "difficulty": 545259519, - "ledger_hash": "686ff2fb4eab2e64312537135bf4373c76f635d5273047e309c987e77b9932e7", - "txlist_hash": "517bf661b3ba09423fdefa2594a88a057026d15fece9240e7bd84e44013ea501", - "messages_hash": "1819e6586300706850bcf4a4691d2ea7dcfc82d379fe92602b8dd8079f95f331", + "ledger_hash": "6b32c30d1930b07cef875716c18b6f097b89ad780dad0bfcd012d162d3dfd70f", + "txlist_hash": "45bb8fb7f8af513b7690e24fbb234b7722dcdd58d03c2d85155492344803c1d4", + "messages_hash": "f429db3399e04cafbc04f3a6dbcd9a501391bb0358a2a70825cd3047c6e49eea", "transaction_count": 1, "confirmed": true }, { "block_index": 193, - "block_hash": "3ca1dbfc98546535bb4cfc3e6abfd4845f057e2467a9f5e3e57d61dee190925e", - "block_time": 1727950166, - "previous_block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", + "block_hash": "1741784d8e08e0f9e157409fee75df6df89ebbde1cb3558678d456c03e2c9bc4", + "block_time": 1727952466, + "previous_block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", "difficulty": 545259519, - "ledger_hash": "001cd3d588a7e5b4b212d1e188a2b07e4fdaaf52c8a2f2cba5fdd36c1629dc51", - "txlist_hash": "6a559a9606de4d5a33c2efb27b8313a46109e0f2b7955d70524bbe69b96c91f4", - "messages_hash": "881e5523016f2cab8d74d9347fbdb3b8719443e0b3e7bbfb6271891495cc774e", + "ledger_hash": "f0ba2b052c325aa048394f44090a55ccf4a1c81e538fe724e854488952eee420", + "txlist_hash": "6d5f495d4f94c9eb4fc2af778250fce8e629fb468e9e02a746459801d9fa9ec7", + "messages_hash": "3a46f8011b5b31bae4bd037a8b878b05e134811cdcb87226d13168e097b128c6", "transaction_count": 1, "confirmed": true }, { "block_index": 192, - "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", - "block_time": 1727950162, - "previous_block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", + "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", + "block_time": 1727952462, + "previous_block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", "difficulty": 545259519, - "ledger_hash": "b3b2a61c66cbda456b4bd5eab4499111224712ceca1a01b1b3b50a882aa175b9", - "txlist_hash": "ed8bb1656f17dd04370fff5922110d6aa98a7acdddee3cab8c49873c6b500834", - "messages_hash": "d394a5b05c46cd60171d7c16df9d6f947a621bb143a08524e641cfcc8c9f4507", + "ledger_hash": "ccbc3fe62eb8434da13e4fa0ee38011ee71b13fe4fcde848102a981f2d768e81", + "txlist_hash": "118d22338295fd5c9eecc5d47065f917b8e9764869a800025f04706cd4931383", + "messages_hash": "d1ce82c0dbb49b7621cbe7e048e29c9e74e80f4e5fe4a5fb8885fb5211665f5f", "transaction_count": 1, "confirmed": true }, { "block_index": 191, - "block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", - "block_time": 1727950158, - "previous_block_hash": "0bbf5a400d56b8afb19788705ddcd67c84735192d7f7dce66c1b21320d60bbb2", + "block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", + "block_time": 1727952458, + "previous_block_hash": "0ec9b245688d4a6f280a512e32c7d5a0e8138919fbe8c3987639d0e942dbc073", "difficulty": 545259519, - "ledger_hash": "ad9dea74b3a89ca0fa5ad1f9491afb345a64d241901f303445611172af43517b", - "txlist_hash": "cefc8fb0b7e8fd6596eb43bb47aed2aa9b35da76a18297038a80b27922a8461a", - "messages_hash": "1174dab96d739914a78550f704cf73823ce4dd9d4f3bd5706260db0ad7903cfc", + "ledger_hash": "af1e6b4ec965089d42c404bb14306440a2fa557ddff6f8ca8c5261b31e245923", + "txlist_hash": "1048b809aa6ffbe9f13c348b724db0e0f463fe689f2c365414503268ca135ce2", + "messages_hash": "a231dd74634a751f824a1d07090258467f1dd88baa7e154f98b6c209fc3177a0", "transaction_count": 1, "confirmed": true } @@ -68,13 +68,13 @@ "/v2/blocks/": { "result": { "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", "difficulty": 545259519, - "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", - "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", - "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", + "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", + "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", + "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", "transaction_count": 1, "confirmed": true } @@ -82,13 +82,13 @@ "/v2/blocks/": { "result": { "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", "difficulty": 545259519, - "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", - "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", - "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", + "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", + "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", + "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", "transaction_count": 1, "confirmed": true } @@ -97,17 +97,17 @@ "result": [ { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -129,11 +129,11 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", - "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", + "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", + "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", "transaction_count": 1, - "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", - "block_time": 1727950180 + "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", + "block_time": 1727952480 }, "tx_hash": null }, @@ -142,10 +142,10 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61 }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" }, { "event_index": 554, @@ -154,14 +154,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -172,7 +172,7 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" }, { "event_index": 553, @@ -181,9 +181,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": 0, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "asset_info": { "divisible": true, "asset_longname": null, @@ -193,22 +193,22 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -218,7 +218,7 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" } ], "next_cursor": 551, @@ -256,16 +256,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -275,7 +275,7 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" }, { "event_index": 550, @@ -285,12 +285,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -300,7 +300,7 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" }, { "event_index": 547, @@ -310,22 +310,22 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541" + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" } ], "next_cursor": null, @@ -335,16 +335,16 @@ "result": [ { "block_index": 195, - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -360,12 +360,12 @@ "asset": "XCP", "quantity": 1500000000, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -381,16 +381,16 @@ "asset": "MYASSETA", "quantity": 1500000000, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -408,12 +408,12 @@ "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -429,16 +429,16 @@ "asset": "MYASSETA", "quantity": 1500000000, "action": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -452,24 +452,24 @@ "result": [ { "type": "order", - "object_id": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "object_id": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", "block_index": 183, "confirmed": true, - "block_time": 1727950044 + "block_time": 1727952354 }, { "type": "order", - "object_id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "object_id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", "block_index": 183, "confirmed": true, - "block_time": 1727950044 + "block_time": 1727952354 }, { "type": "order_match", - "object_id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "object_id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", "block_index": 183, "confirmed": true, - "block_time": 1727950044 + "block_time": 1727952354 } ], "next_cursor": null, @@ -479,13 +479,13 @@ "result": [ { "tx_index": 57, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "status": "valid", "confirmed": true, - "block_time": 1727950158 + "block_time": 1727952458 } ], "next_cursor": null, @@ -495,15 +495,15 @@ "result": [ { "tx_index": 60, - "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", + "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", "block_index": 194, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "quantity": 1, "tag": "64657374726f79", "status": "valid", "confirmed": true, - "block_time": 1727950171, + "block_time": 1727952470, "asset_info": { "divisible": true, "asset_longname": null, @@ -521,14 +521,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -543,7 +543,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950028, + "block_time": 1727952338, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -555,10 +555,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -566,7 +566,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -579,10 +579,10 @@ }, { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -590,11 +590,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -610,27 +610,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -645,7 +645,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -664,16 +664,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727950166, + "block_time": 1727952466, "fee_paid_normalized": "0.00600000" } ], @@ -684,17 +684,17 @@ "result": [ { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -707,17 +707,17 @@ }, { "tx_index": 60, - "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", + "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", "block_index": 194, - "block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5", - "block_time": 1727950171, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", + "block_time": 1727952470, + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1:1", + "utxos_info": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -757,7 +757,7 @@ { "hash": "0000000000000000000000000000000000000000000000000000000000000000", "n": 4294967295, - "script_sig": "015d00", + "script_sig": "014600", "sequence": 4294967295, "coinbase": true } @@ -765,7 +765,7 @@ "vout": [ { "value": 5000000000, - "script_pub_key": "0014a011c04329d94b1b2937e64cc6638543f6965967" + "script_pub_key": "001455f989c648f702be57f9c409fd3a78cb54ac9b33" }, { "value": 0, @@ -776,25 +776,25 @@ "0000000000000000000000000000000000000000000000000000000000000000" ], "lock_time": 0, - "tx_hash": "c96e16c9251e2c5a815516dc548aa686fe2591be81a55630c2be03e8715e04a8", - "tx_id": "c96e16c9251e2c5a815516dc548aa686fe2591be81a55630c2be03e8715e04a8" + "tx_hash": "6d01a3c45e54317a10a77e33429b7ffb498ca3b2be2420d09ed66272daa7ce40", + "tx_id": "6d01a3c45e54317a10a77e33429b7ffb498ca3b2be2420d09ed66272daa7ce40" } } }, "/v2/transactions//info": { "result": { - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", + "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "74df6be84f26b8941725c7101035b6c816f39bdb50141abf53aac7f9450ab27f", + "hash": "fef92a0f1c9bfa713de702f86cb1a94f213c5f5beeafad44d422386562a4fd97", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -804,20 +804,20 @@ "vout": [ { "value": 0, - "script_pub_key": "6a2e0bc561da94ae23ce5a78c4b0cb144ca30b9b3cabf24cace0df5febcc6ecd2883ce9f3c7eeb3f3e8d17af3d9d28c1" + "script_pub_key": "6a2e2f1d9987abaa074e39b7d6b2a4956c532b8c8cc43e1a09774fa2dc9df7a3af7baf4b30b34b7d7bf316f27ca57f97" }, { "value": 4999955000, - "script_pub_key": "0014944376ba708cc18f63acdf82615f25a7367b3e8e" + "script_pub_key": "0014dbad4af8d82322d6953da8b5e20efdf0e0ceae6a" } ], "vtxinwit": [ - "30440220432badc72e04af9bf0ee8cbf988538206fd0a659c2f9ce5a05702faafc53705a022020ea0f476c96de8a44ff0eac337e54b3de611ff9684d1ecd84e44e319662b66001", - "02692071a77a4f5f1ad6599d8352e74672fa48490807173bef6299fb9f60f392ba" + "3044022046ecaae92c59879f233590e1b5b5eb2e3cbf9e40f91450102ddfde60fecb9304022019431cfbf8f26af04dadb66b0fe844b8cc6c555de10f5ed592b7afd947395c7601", + "0397550a13117933bb9adb6ca0f90e13afe6453368b553c403ca4f0b18fbe30756" ], "lock_time": 0, - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", - "tx_id": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983" + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_id": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731" }, "unpacked_data": { "message_type": "enhanced_send", @@ -825,7 +825,7 @@ "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "memo": null, "asset_info": { "divisible": true, @@ -852,17 +852,17 @@ "/v2/transactions/": { "result": { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -877,17 +877,17 @@ "/v2/transactions/": { "result": { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", - "block_time": 1727950180, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_time": 1727952480, + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -906,12 +906,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61 }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 554, @@ -920,14 +920,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -938,9 +938,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 553, @@ -949,9 +949,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": 0, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "asset_info": { "divisible": true, "asset_longname": null, @@ -961,24 +961,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -988,9 +988,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 551, @@ -998,14 +998,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "msg_index": 1, "quantity": 1500000000, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", "status": "valid", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1015,9 +1015,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 550, @@ -1030,12 +1030,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61 }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 554, @@ -1044,14 +1044,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1062,9 +1062,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 553, @@ -1073,9 +1073,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": 0, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "asset_info": { "divisible": true, "asset_longname": null, @@ -1085,24 +1085,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1112,9 +1112,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 551, @@ -1122,14 +1122,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "msg_index": 1, "quantity": 1500000000, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", "status": "valid", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1139,9 +1139,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 550, @@ -1151,10 +1151,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -1162,7 +1162,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1175,10 +1175,10 @@ }, { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -1186,11 +1186,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -1206,27 +1206,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -1241,7 +1241,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1262,16 +1262,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1281,9 +1281,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 550, @@ -1293,12 +1293,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1308,9 +1308,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 547, @@ -1320,24 +1320,24 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": null, @@ -1349,16 +1349,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1368,9 +1368,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 550, @@ -1380,12 +1380,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1395,9 +1395,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 547, @@ -1407,24 +1407,24 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": null, @@ -1437,7 +1437,7 @@ "total": 100000000000, "addresses": [ { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -1447,7 +1447,7 @@ "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -1458,7 +1458,7 @@ "total": 97999999980, "addresses": [ { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "utxo": null, "utxo_address": null, "quantity": 97999999980, @@ -1468,7 +1468,7 @@ "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -1479,7 +1479,7 @@ "total": 500000000, "addresses": [ { - "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -1489,7 +1489,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -1500,7 +1500,7 @@ "total": 40, "addresses": [ { - "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "utxo": null, "utxo_address": null, "quantity": 40, @@ -1510,7 +1510,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -1521,7 +1521,7 @@ "total": 19, "addresses": [ { - "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "utxo": null, "utxo_address": null, "quantity": 19, @@ -1531,7 +1531,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -1545,17 +1545,17 @@ "result": [ { "tx_index": 58, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", - "block_time": 1727950162, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", + "block_time": 1727952462, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d:1", + "utxos_info": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -1591,23 +1591,23 @@ }, { "tx_index": 57, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", - "block_time": 1727950158, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", + "block_time": 1727952458, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "46bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "data": "4632df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "supported": true, - "utxos_info": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c:1", + "utxos_info": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "status": "valid" } }, @@ -1615,17 +1615,17 @@ }, { "tx_index": 56, - "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "block_index": 190, - "block_hash": "0bbf5a400d56b8afb19788705ddcd67c84735192d7f7dce66c1b21320d60bbb2", - "block_time": 1727950154, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "0ec9b245688d4a6f280a512e32c7d5a0e8138919fbe8c3987639d0e942dbc073", + "block_time": 1727952453, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26:1", + "utxos_info": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -1661,17 +1661,17 @@ }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "block_hash": "106daf13719a7cdf11cff6063a71e13ab296349646e954818f9cf28f316c1bcf", - "block_time": 1727950149, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "7e558da2526abb801b412564588e3d6570b147eb6856b1b544402f2085fa0653", + "block_time": 1727952449, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380eb0bf878b6f872c588cc72f8d9356f101a2e4a7d8045cbeb60d6bd454103324d127d38f5798222e0c080944376ba708cc18f63acdf82615f25a7367b3e8e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "0300038056d67e625d5810110ee4de5266b7a705ce45221b80b13b11ce61b62505cddc67a765222f31985f23fb80dbad4af8d82322d6953da8b5e20efdf0e0ceae6a400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814:0", + "utxos_info": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -1679,14 +1679,14 @@ "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -1694,7 +1694,7 @@ }, { "asset": "XCP", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -1713,25 +1713,25 @@ }, { "tx_index": 52, - "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", + "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", "block_index": 186, - "block_hash": "157fc93eb7a005a30b71e8cb201afccf1a6ff447a1cf421ad9f6c2959eeb8c92", - "block_time": 1727950126, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "3aaa775e1d5403a9a6f274b84f3459e9a3bc910a1e7c0cc422fc7f209e9ef562", + "block_time": 1727952436, + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "btc_amount": 2000, "fee": 10000, - "data": "0ba3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3aee5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "data": "0b55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "supported": true, - "utxos_info": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607:0", + "utxos_info": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "status": "valid" } }, @@ -1760,11 +1760,11 @@ "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "open", - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "tx_index": 58, - "block_time": 1727950162, + "block_time": 1727952462, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -1788,24 +1788,24 @@ "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "block_time": 1727950162 + "block_time": 1727952462 }, { "event_index": 521, "event": "DEBIT", "params": { "action": "open order", - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "block_index": 192, - "event": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "event": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "quantity": 1000, "tx_index": 58, "utxo": null, "utxo_address": null, - "block_time": 1727950162, + "block_time": 1727952462, "asset_info": { "divisible": true, "asset_longname": null, @@ -1815,25 +1815,25 @@ }, "quantity_normalized": "0.00001000" }, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "block_time": 1727950162 + "block_time": 1727952462 }, { "event_index": 520, "event": "NEW_TRANSACTION", "params": { - "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", + "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", "block_index": 192, - "block_time": 1727950162, + "block_time": 1727952462, "btc_amount": 0, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "destination": "", "fee": 10000, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "tx_index": 58, - "utxos_info": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d:1", + "utxos_info": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641:1", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -1865,40 +1865,40 @@ }, "btc_amount_normalized": "0.00000000" }, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "block_time": 1727950162 + "block_time": 1727952462 }, { "event_index": 516, "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "valid", - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "tx_index": 57, - "block_time": 1727950158 + "block_time": 1727952458 }, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "block_time": 1727950158 + "block_time": 1727952458 }, { "event_index": 515, "event": "CREDIT", "params": { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "block_index": 191, "calling_function": "cancel order", - "event": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "event": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "quantity": 1000, "tx_index": 57, "utxo": null, "utxo_address": null, - "block_time": 1727950158, + "block_time": 1727952458, "asset_info": { "divisible": true, "asset_longname": null, @@ -1908,9 +1908,9 @@ }, "quantity_normalized": "0.00001000" }, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "block_time": 1727950158 + "block_time": 1727952458 } ], "next_cursor": 513, @@ -1919,17 +1919,17 @@ "/v2/addresses/mempool": { "result": [ { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "memo": null, "quantity": 10000, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "status": "valid", - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62, "asset_info": { "divisible": true, @@ -1940,22 +1940,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "CREDIT", "params": { - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1965,22 +1965,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "block_index": 195, - "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -1990,30 +1990,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727950184.723641, + "block_time": 1727952484.47581, "btc_amount": 0, - "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", + "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", "destination": "", "fee": 10000, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62, - "utxos_info": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983:1", + "utxos_info": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "memo": null, "asset_info": { "divisible": true, @@ -2027,7 +2027,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 } ], "next_cursor": null, @@ -2036,7 +2036,7 @@ "/v2/addresses/
/balances": { "result": [ { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "A95428956980101314", "quantity": 100000000000, "utxo": null, @@ -2044,14 +2044,14 @@ "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "MYASSETA", "quantity": 97999999980, "utxo": null, @@ -2059,14 +2059,14 @@ "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "980.00000000" }, { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -2081,7 +2081,7 @@ "quantity_normalized": "826.99937000" }, { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "TESTLOCKDESC", "quantity": 10000000000, "utxo": null, @@ -2089,7 +2089,7 @@ "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2101,7 +2101,7 @@ }, "/v2/addresses/
/balances/": { "result": { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -2120,16 +2120,16 @@ "result": [ { "block_index": 191, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "event": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "tx_index": 57, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950158, + "block_time": 1727952458, "asset_info": { "divisible": true, "asset_longname": null, @@ -2141,16 +2141,16 @@ }, { "block_index": 183, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "event": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", "tx_index": 0, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950044, + "block_time": 1727952354, "asset_info": { "divisible": true, "asset_longname": null, @@ -2162,20 +2162,20 @@ }, { "block_index": 160, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "A95428956980101314", "quantity": 100000000000, "calling_function": "issuance", - "event": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "event": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "tx_index": 47, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950028, + "block_time": 1727952338, "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2183,20 +2183,20 @@ }, { "block_index": 157, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "TESTLOCKDESC", "quantity": 10000000000, "calling_function": "issuance", - "event": "19491cfb68b4a52fff021ae6ba90f59445f486b2c0b30ee0cc291813959fb65e", + "event": "efa7b986d68127c6d9e57793e0f6fa7966dde6360759bb829ab08c74edfdba94", "tx_index": 44, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950005, + "block_time": 1727952325, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2208,16 +2208,16 @@ "asset": "MYASSETA", "quantity": 1000000000, "calling_function": "attach to utxo", - "event": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", + "event": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", "tx_index": 39, - "utxo": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", - "utxo_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "utxo": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", + "utxo_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "confirmed": true, - "block_time": 1727949983, + "block_time": 1727952303, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2231,16 +2231,16 @@ "result": [ { "block_index": 192, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "event": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950162, + "block_time": 1727952462, "asset_info": { "divisible": true, "asset_longname": null, @@ -2252,16 +2252,16 @@ }, { "block_index": 190, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "event": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "tx_index": 56, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950154, + "block_time": 1727952453, "asset_info": { "divisible": true, "asset_longname": null, @@ -2273,16 +2273,16 @@ }, { "block_index": 189, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "event": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "divisible": true, "asset_longname": null, @@ -2294,20 +2294,20 @@ }, { "block_index": 189, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "MYASSETA", "quantity": 20, "action": "mpma send", - "event": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "event": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2315,16 +2315,16 @@ }, { "block_index": 184, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 10000, "action": "open order", - "event": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "event": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", "tx_index": 50, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950118, + "block_time": 1727952418, "asset_info": { "divisible": true, "asset_longname": null, @@ -2347,9 +2347,9 @@ "result": [ { "tx_index": 24, - "tx_hash": "f2805ac89327dbb879789b22e562f2fafce4cc8a39f73b3df3a1e2a504fd5d4c", + "tx_hash": "fcb99bd61b01001625b5da7399a58185e531b89b943db6228ea61f320ccbff83", "block_index": 137, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -2357,7 +2357,7 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727949910, + "block_time": 1727952231, "fee_fraction_int_normalized": "0.00000000" } ], @@ -2368,14 +2368,14 @@ "result": [ { "tx_index": 0, - "tx_hash": "06980647d889a4d271adc4d03f0e52585a63e215631f35c2b8ed9cb2afd9f239", + "tx_hash": "5f4670cbf308536bb477b069bc806952ba9c014394f77131d6257df37ec70c0f", "block_index": 112, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "burned": 50000000, "earned": 74999998167, "status": "valid", "confirmed": true, - "block_time": 1727949803, + "block_time": 1727952125, "burned_normalized": "0.50000000", "earned_normalized": "749.99998000" } @@ -2387,10 +2387,10 @@ "result": [ { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "quantity": 10, "status": "valid", @@ -2398,7 +2398,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "divisible": true, "asset_longname": null, @@ -2411,10 +2411,10 @@ }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2422,11 +2422,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2435,10 +2435,10 @@ }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2446,11 +2446,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2459,10 +2459,10 @@ }, { "tx_index": 39, - "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", + "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", "block_index": 152, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2470,11 +2470,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727949983, + "block_time": 1727952303, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2483,10 +2483,10 @@ }, { "tx_index": 36, - "tx_hash": "d632d02c990ec5641313c6891bbb71371488f6b7ad87f8002812e572a5d7dcde", + "tx_hash": "b3027c7c7aaae5ad71c080461cfe1b0fa8e227f719ae6135b367013f15f7c409", "block_index": 149, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "f10a3168ac64365a48f9a815f1c2734ac030860a1237aaaf9c27aefa7652c34c:1", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "53a8afe61aa1e87367df0a1f11ee34019cc90c093c37d885f34ee6dab5e22f93:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2494,11 +2494,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727949972, + "block_time": 1727952291, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2513,10 +2513,10 @@ "result": [ { "tx_index": 38, - "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", + "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", "block_index": 151, - "source": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97:0", - "destination": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", + "source": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb:0", + "destination": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -2524,11 +2524,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727949980, + "block_time": 1727952300, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2543,10 +2543,10 @@ "result": [ { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2554,11 +2554,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2567,10 +2567,10 @@ }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2578,11 +2578,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2591,10 +2591,10 @@ }, { "tx_index": 39, - "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", + "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", "block_index": 152, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2602,11 +2602,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727949983, + "block_time": 1727952303, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2615,10 +2615,10 @@ }, { "tx_index": 36, - "tx_hash": "d632d02c990ec5641313c6891bbb71371488f6b7ad87f8002812e572a5d7dcde", + "tx_hash": "b3027c7c7aaae5ad71c080461cfe1b0fa8e227f719ae6135b367013f15f7c409", "block_index": 149, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "f10a3168ac64365a48f9a815f1c2734ac030860a1237aaaf9c27aefa7652c34c:1", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "53a8afe61aa1e87367df0a1f11ee34019cc90c093c37d885f34ee6dab5e22f93:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2626,11 +2626,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727949972, + "block_time": 1727952291, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2645,10 +2645,10 @@ "result": [ { "tx_index": 38, - "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", + "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", "block_index": 151, - "source": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97:0", - "destination": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", + "source": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb:0", + "destination": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -2656,11 +2656,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727949980, + "block_time": 1727952300, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -2675,9 +2675,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -2686,7 +2686,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2696,7 +2696,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -2717,9 +2717,9 @@ "/v2/addresses/
/dispensers/": { "result": { "tx_index": 26, - "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -2728,7 +2728,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2738,7 +2738,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -2758,19 +2758,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", + "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2778,7 +2778,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2793,7 +2793,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -2807,19 +2807,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", + "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", "block_index": 140, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2827,7 +2827,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2842,7 +2842,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949923, + "block_time": 1727952243, "asset_info": { "divisible": true, "asset_longname": null, @@ -2862,19 +2862,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", + "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2882,7 +2882,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2897,7 +2897,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -2911,19 +2911,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", + "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", "block_index": 140, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2931,7 +2931,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2946,7 +2946,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949923, + "block_time": 1727952243, "asset_info": { "divisible": true, "asset_longname": null, @@ -2966,19 +2966,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", + "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2986,7 +2986,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3001,7 +3001,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -3015,19 +3015,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", + "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", "block_index": 140, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3035,7 +3035,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3050,7 +3050,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949923, + "block_time": 1727952243, "asset_info": { "divisible": true, "asset_longname": null, @@ -3070,19 +3070,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", + "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3090,7 +3090,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3105,7 +3105,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -3119,19 +3119,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", + "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", "block_index": 140, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3139,7 +3139,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3154,7 +3154,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949923, + "block_time": 1727952243, "asset_info": { "divisible": true, "asset_longname": null, @@ -3173,16 +3173,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727950166, + "block_time": 1727952466, "fee_paid_normalized": "0.00600000" } ], @@ -3193,14 +3193,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -3215,20 +3215,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950028, + "block_time": 1727952338, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "625d8bed442f2a06eb53ca9d0c87e0311667e7eccde97f0714269799ee6f2ed1", + "tx_hash": "6461a1b76eee5bbddfd186c8e6450f1d1df4c601673cde986fd6637b02a8071c", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -3243,20 +3243,20 @@ "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727950024, + "block_time": 1727952334, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "2be6ee6cfbfbcd404938bd58ae52f4e465134c7b05bf94225bec84d0703e4a20", + "tx_hash": "633305e6d717641b952a37d18855d1af8996736d2f588226468350baf2e31901", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -3271,20 +3271,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950019, + "block_time": 1727952329, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "19491cfb68b4a52fff021ae6ba90f59445f486b2c0b30ee0cc291813959fb65e", + "tx_hash": "efa7b986d68127c6d9e57793e0f6fa7966dde6360759bb829ab08c74edfdba94", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -3299,20 +3299,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950005, + "block_time": 1727952325, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 35, - "tx_hash": "6cf91e46595f063422d13989bd8c1b37afbdeeb33226a08c571c7a3ce2254450", + "tx_hash": "6cac3c190770747b2152a1e5b1e063fab6a84fbb3f73ba74ce13849eab5ce90e", "msg_index": 0, "block_index": 148, "asset": "MYASSETA", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -3327,7 +3327,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727949967, + "block_time": 1727952277, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -3341,8 +3341,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 10000000000, @@ -3350,16 +3350,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727950005, - "last_issuance_block_time": 1727950024, + "first_issuance_block_time": 1727952325, + "last_issuance_block_time": 1727952334, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 100000000000, @@ -3367,16 +3367,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727949967, - "last_issuance_block_time": 1727949967, + "first_issuance_block_time": 1727952277, + "last_issuance_block_time": 1727952277, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 40, @@ -3384,16 +3384,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727949902, - "last_issuance_block_time": 1727949906, + "first_issuance_block_time": 1727952222, + "last_issuance_block_time": 1727952227, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 19, @@ -3401,16 +3401,16 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727949885, - "last_issuance_block_time": 1727949897, + "first_issuance_block_time": 1727952205, + "last_issuance_block_time": 1727952218, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 0, @@ -3418,8 +3418,190 @@ "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727949863, - "last_issuance_block_time": 1727949880, + "first_issuance_block_time": 1727952184, + "last_issuance_block_time": 1727952201, + "supply_normalized": "0.00000000" + } + ], + "next_cursor": 2, + "result_count": 6 + }, + "/v2/addresses/
/assets/issued": { + "result": [ + { + "asset": "TESTLOCKDESC", + "asset_id": "70403005118950974", + "asset_longname": null, + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 10000000000, + "description": "Test Locking Description", + "first_issuance_block_index": 157, + "last_issuance_block_index": 159, + "confirmed": true, + "first_issuance_block_time": 1727952325, + "last_issuance_block_time": 1727952334, + "supply_normalized": "100.00000000" + }, + { + "asset": "MYASSETA", + "asset_id": "103804245870", + "asset_longname": null, + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 100000000000, + "description": "My super asset A", + "first_issuance_block_index": 148, + "last_issuance_block_index": 148, + "confirmed": true, + "first_issuance_block_time": 1727952277, + "last_issuance_block_time": 1727952277, + "supply_normalized": "1000.00000000" + }, + { + "asset": "FAIRMINTD", + "asset_id": "1046814266085", + "asset_longname": "", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 40, + "description": "", + "first_issuance_block_index": 135, + "last_issuance_block_index": 136, + "confirmed": true, + "first_issuance_block_time": 1727952222, + "last_issuance_block_time": 1727952227, + "supply_normalized": "0.00000040" + }, + { + "asset": "FAIRMINTC", + "asset_id": "1046814266084", + "asset_longname": "", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 19, + "description": "", + "first_issuance_block_index": 131, + "last_issuance_block_index": 134, + "confirmed": true, + "first_issuance_block_time": 1727952205, + "last_issuance_block_time": 1727952218, + "supply_normalized": "0.00000019" + }, + { + "asset": "FAIRMINTB", + "asset_id": "1046814266083", + "asset_longname": "", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 0, + "description": "", + "first_issuance_block_index": 126, + "last_issuance_block_index": 130, + "confirmed": true, + "first_issuance_block_time": 1727952184, + "last_issuance_block_time": 1727952201, + "supply_normalized": "0.00000000" + } + ], + "next_cursor": 2, + "result_count": 6 + }, + "/v2/addresses/
/assets/owned": { + "result": [ + { + "asset": "TESTLOCKDESC", + "asset_id": "70403005118950974", + "asset_longname": null, + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 10000000000, + "description": "Test Locking Description", + "first_issuance_block_index": 157, + "last_issuance_block_index": 159, + "confirmed": true, + "first_issuance_block_time": 1727952325, + "last_issuance_block_time": 1727952334, + "supply_normalized": "100.00000000" + }, + { + "asset": "MYASSETA", + "asset_id": "103804245870", + "asset_longname": null, + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 100000000000, + "description": "My super asset A", + "first_issuance_block_index": 148, + "last_issuance_block_index": 148, + "confirmed": true, + "first_issuance_block_time": 1727952277, + "last_issuance_block_time": 1727952277, + "supply_normalized": "1000.00000000" + }, + { + "asset": "FAIRMINTD", + "asset_id": "1046814266085", + "asset_longname": "", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 40, + "description": "", + "first_issuance_block_index": 135, + "last_issuance_block_index": 136, + "confirmed": true, + "first_issuance_block_time": 1727952222, + "last_issuance_block_time": 1727952227, + "supply_normalized": "0.00000040" + }, + { + "asset": "FAIRMINTC", + "asset_id": "1046814266084", + "asset_longname": "", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 19, + "description": "", + "first_issuance_block_index": 131, + "last_issuance_block_index": 134, + "confirmed": true, + "first_issuance_block_time": 1727952205, + "last_issuance_block_time": 1727952218, + "supply_normalized": "0.00000019" + }, + { + "asset": "FAIRMINTB", + "asset_id": "1046814266083", + "asset_longname": "", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "divisible": true, + "locked": false, + "supply": 0, + "description": "", + "first_issuance_block_index": 126, + "last_issuance_block_index": 130, + "confirmed": true, + "first_issuance_block_time": 1727952184, + "last_issuance_block_time": 1727952201, "supply_normalized": "0.00000000" } ], @@ -3430,17 +3612,17 @@ "result": [ { "tx_index": 58, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "block_hash": "75d16447e0e5da51273d6cc9d3e2f4e23671f4a39641ef6dcf03f635e8b2975a", - "block_time": 1727950162, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", + "block_time": 1727952462, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d:1", + "utxos_info": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3476,23 +3658,23 @@ }, { "tx_index": 57, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "block_hash": "59a9e03e2c82989661ab4785635bab21f09ab47de38cb5816a9651ef84e06678", - "block_time": 1727950158, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", + "block_time": 1727952458, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "46bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "data": "4632df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "supported": true, - "utxos_info": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c:1", + "utxos_info": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "status": "valid" } }, @@ -3500,17 +3682,17 @@ }, { "tx_index": 56, - "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "block_index": 190, - "block_hash": "0bbf5a400d56b8afb19788705ddcd67c84735192d7f7dce66c1b21320d60bbb2", - "block_time": 1727950154, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "0ec9b245688d4a6f280a512e32c7d5a0e8138919fbe8c3987639d0e942dbc073", + "block_time": 1727952453, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26:1", + "utxos_info": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3546,17 +3728,17 @@ }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "block_hash": "106daf13719a7cdf11cff6063a71e13ab296349646e954818f9cf28f316c1bcf", - "block_time": 1727950149, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "7e558da2526abb801b412564588e3d6570b147eb6856b1b544402f2085fa0653", + "block_time": 1727952449, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380eb0bf878b6f872c588cc72f8d9356f101a2e4a7d8045cbeb60d6bd454103324d127d38f5798222e0c080944376ba708cc18f63acdf82615f25a7367b3e8e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "0300038056d67e625d5810110ee4de5266b7a705ce45221b80b13b11ce61b62505cddc67a765222f31985f23fb80dbad4af8d82322d6953da8b5e20efdf0e0ceae6a400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814:0", + "utxos_info": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -3564,14 +3746,14 @@ "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -3579,7 +3761,7 @@ }, { "asset": "XCP", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -3598,17 +3780,17 @@ }, { "tx_index": 50, - "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", "block_index": 184, - "block_hash": "76cdab12a9658e73d931986d8c4fb1321dbd16d32bf24370e16da7258cd08ee0", - "block_time": 1727950118, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "block_hash": "2e2090f604a9d72505dd171e57050642747cc21c624cf230d6c897016724588c", + "block_time": 1727952418, + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000027100000000000000000000000000000271000150000000000000000", "supported": true, - "utxos_info": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae:1", + "utxos_info": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3650,20 +3832,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "block_index": 154, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727949992, + "block_time": 1727952312, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -3685,9 +3867,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", "block_index": 183, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3702,7 +3884,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727950044, + "block_time": 1727952354, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3728,9 +3910,9 @@ }, { "tx_index": 50, - "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", "block_index": 187, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -3745,7 +3927,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727950131, + "block_time": 1727952440, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3771,9 +3953,9 @@ }, { "tx_index": 56, - "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "block_index": 191, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3788,7 +3970,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727950158, + "block_time": 1727952458, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3814,9 +3996,9 @@ }, { "tx_index": 58, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3831,7 +4013,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727950162, + "block_time": 1727952462, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3862,10 +4044,10 @@ "/v2/addresses/
/fairminters": { "result": [ { - "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", + "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", "tx_index": 22, "block_index": 135, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -3890,13 +4072,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949902 + "block_time": 1727952222 }, { - "tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", + "tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", "tx_index": 18, "block_index": 131, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -3921,13 +4103,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949885 + "block_time": 1727952205 }, { - "tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0", + "tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13", "tx_index": 14, "block_index": 130, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -3952,13 +4134,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949880 + "block_time": 1727952201 }, { - "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "tx_index": 10, "block_index": 125, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -3983,7 +4165,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949859 + "block_time": 1727952180 } ], "next_cursor": null, @@ -3992,127 +4174,127 @@ "/v2/addresses/
/fairmints": { "result": [ { - "tx_hash": "f8c0f1c7c6c9a830957ef9f7f2ed7e17e970b39d00a471b7beeb58dcb042eb0f", + "tx_hash": "b7e33d40c2046880bdbba5a478374a043decbeed1018eca558e8e0649ad80f65", "tx_index": 23, "block_index": 136, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949906, + "block_time": 1727952227, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, { - "tx_hash": "294f8183f4930073937915b80368899342374159c496f8b33a1c879bb792e416", + "tx_hash": "b7389b57c74d1da384b9561fdbd05df79b504fb419628f03fc72fa2a976baea3", "tx_index": 21, "block_index": 134, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949897, + "block_time": 1727952218, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, { - "tx_hash": "e0718ae59749ced990818b0e9bf1bc0c3a843e4e86ce04c15481574384fdf8e1", + "tx_hash": "320ddc2d7c99182ef00ab54283fadbdbbaaae22f22fa20b6b3eeaf107540f8b6", "tx_index": 20, "block_index": 133, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949893, + "block_time": 1727952214, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, { - "tx_hash": "3f015458544232c2d577519b4aab3ba481dd30968b39d6a16b5a5bd2f4c0fd89", + "tx_hash": "bc880ed3d3874ecaf7440fbb603b808690fc6326423a6dd3ad5712aaabe53c33", "tx_index": 19, "block_index": 132, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949889, + "block_time": 1727952210, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, { - "tx_hash": "8ecf63659e6c1d8ef68dee515d4b22e7b7a5b11ee7ec088b6563670a20baaa85", + "tx_hash": "74880e92f52328e5f0a51aefa77c8272de357633427d312ed9158634157fc872", "tx_index": 15, "block_index": 127, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949868, + "block_time": 1727952188, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, { - "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", + "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", "tx_index": 11, "block_index": 123, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949851, + "block_time": 1727952171, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } @@ -4124,22 +4306,22 @@ "/v2/addresses/
/fairmints/": { "result": [ { - "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", + "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", "tx_index": 11, "block_index": 123, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949851, + "block_time": 1727952171, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } @@ -4154,7 +4336,7 @@ "/v2/addresses/
/compose/broadcast": { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -4166,7 +4348,7 @@ "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "0200000000010162413b7844f27438f8dc912f4ee1db2b165390e6963a06a44bd5fb16e222679300000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff0200000000000000002b6a29909457527be85ccfb06fe9c51dc94c7ec440e101afd8433bcaa4f347e670e94d95f1789819bc66f2409bba052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "020000000001010f56ff441b923bca475685c950d6c0e06f1f70fbcedf2291a5c2e54126f562200000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff0200000000000000002b6a297fd68abbe4915c4dd77757b43f1115f2d7f84c5946878cc64ed7b506b112d4d8319e226667cd7c34379bba052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4179,16 +4361,16 @@ "/v2/addresses/
/compose/btcpay": { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd" + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114" }, "name": "btcpay", - "data": "434e5452505254590ba3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "data": "434e5452505254590b55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "btc_in": 5000000000, "btc_out": 3000, "btc_change": 4999978951, "btc_fee": 18049, - "rawtransaction": "02000000000101820f17893a637e9c766e9f0918e847ff8bf337446ca53b9f4b07c71780d8fe7400000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff03b80b000000000000160014a011c04329d94b1b2937e64cc6638543f696596700000000000000004b6a49cb72c11c424d6b08306646cd295e0dd3ecb1d05d5c31065160406fd9cb60584bd1452bead0a2b54d5a33234ae489ea752715123de98286a6a634c65624d91d2289968653cdfa8cfa15c79f052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101721f18217cc7f60637a8c7885d29e92b71b0c3ab26a2da8d3bda53458ff99b500000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff03b80b00000000000016001455f989c648f702be57f9c409fd3a78cb54ac9b3300000000000000004b6a49a820288b01fca84251d635f3006a63ca1b5a189dbf0f8830089d6c96d0d85741b479e987cec5fd121a6dc01f4a831f82fd5c77828f6d60d1cd28db3eacac6910dc3ce3a1800d1c9358c79f052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4201,7 +4383,7 @@ "/v2/addresses/
/compose/burn": { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "quantity": 1000, "overburn": false }, @@ -4211,22 +4393,22 @@ "btc_out": 1000, "btc_change": 4999985815, "btc_fee": 13185, - "rawtransaction": "02000000000101f3893007debf9ad43bb8a72ad83e700ef9ee6ac800f96bb41fb55ceaecd89faa00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000" + "rawtransaction": "02000000000101fef4d84ea8ee48974d4d3681484eca796892de2dffe1778545e0fb47c3b7731f0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000" } }, "/v2/addresses/
/compose/cancel": { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "offer_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d" + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "offer_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641" }, "name": "cancel", - "data": "434e54525052545946b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "data": "434e54525052545946b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "02000000000101b6d2b447a816ca26d5382bf73b5b95b1d9ccb2e6d0827ea4e693416ea90f117e00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff0200000000000000002b6a2975b7949ab47a7c8c031a5d8d28ac0894a71b97e19901740e252313bc74815b37225b953e1f11e4e6ef9bba052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101c0126ca0b14e8b91dfa74d61431c6149dc6cc2d82c5f2805f18e2d70f7cc24670000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff0200000000000000002b6a29813b9ad09480250d8a20537b9967b786495ac242ef61930af5ed59798e935d2a71ee88b4eb5302e7d59bba052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4239,7 +4421,7 @@ "/v2/addresses/
/compose/destroy": { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -4258,7 +4440,7 @@ "btc_out": 0, "btc_change": 4999986346, "btc_fee": 13654, - "rawtransaction": "02000000000101020a23c9e9f85ac39ef1436002f9971b9f5890f316dd7ca489d28c25b9ccfec000000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000226a2009836a52919cf922d56e941a53e6738c9c06244ea0b6b743bfba711e015dd0a7aabc052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101766a372d261df49e49183fef1b5d12d2d128042bf8abe776a0858bdeaa3f172d0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000226a202403010adcbaf8ddcf6a6104ee9d81196a4822d67dd73d2829800b5c039b8093aabc052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4271,7 +4453,7 @@ "/v2/addresses/
/compose/dispenser": { "result": { "params": { - "source": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", + "source": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -4295,7 +4477,7 @@ "btc_out": 0, "btc_change": 4949955760, "btc_fee": 14240, - "rawtransaction": "02000000000101d2aa83df8ba38f4ee9ab9ac8860e0df065ec7adf827ae2cf408fe6dfd91fcb5d02000000160014072164844e52211af42dc096d85cd29c6cd8187fffffffff0200000000000000002c6a2af5584f6d1c6085a38305b82db705cba5fe7043ca471981889f18324a82c9459f89e39513645f0a589372b0540a2701000000160014072164844e52211af42dc096d85cd29c6cd8187f02000000000000", + "rawtransaction": "02000000000101a582c54180800c4d1a19d3f4ee52c907c1a3c172721197f64458662af057bc210200000016001458e682cfd339f8d4ea01aefa5d947a388fd7f98cffffffff0200000000000000002c6a2a92238105639411b79235de1c8115b78f39503bb6a4126c518c542d484a90bc7923208bf21f0ec3de4498b0540a270100000016001458e682cfd339f8d4ea01aefa5d947a388fd7f98c02000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4308,14 +4490,14 @@ "/v2/addresses/
/compose/dividend": { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "quantity_per_unit": 1, "asset": "FAIRMINTA", "dividend_asset": "XCP", "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -4334,7 +4516,7 @@ "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "02000000000101a53196372425fd7c33ab7eef66db67483d78478076c743a6c6dfe36197df8b3000000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000236a213aab9ff6f263db852fb2b0370b19edc0a2d69623db3dd7a0660f1b633d43e8220a6fbc052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101b2a5a537abacbb4c86095fb5508c06bc8a044a8f3790da7eba85851ea1e4c65f0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000236a21730c9ed54543e6dad7246ee5c4c1ccce73a78d30e6cb80e646d6d653c3603cb8376fbc052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4347,10 +4529,10 @@ "/v2/addresses/
/compose/issuance": { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "transfer_destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "lock": false, "reset": false, @@ -4363,7 +4545,7 @@ "btc_out": 546, "btc_change": 4999983749, "btc_fee": 15705, - "rawtransaction": "02000000000101165dff43390a501be7beba2375a69035f33e26c657f40250ef3a767e09c24f8000000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff032202000000000000160014a011c04329d94b1b2937e64cc6638543f69659670000000000000000236a211ea38b524dbaf117f6c33f419b30b81d3f1fae9c40437d9102281de16c18eca29985b2052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101462cee84fb878d592b3c7aded4c481b75e8ce76989dad0f3cc42779fa5fc827c0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff03220200000000000016001455f989c648f702be57f9c409fd3a78cb54ac9b330000000000000000236a21292bfe1f7e3fa184dbeab0b22b43eef3b4707013590c1c6ad4bdedbe9dd6ae4cf485b2052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4376,16 +4558,16 @@ "/v2/addresses/
/compose/mpma": { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", 1 ], [ "MYASSETA", - "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", 2 ] ], @@ -4393,12 +4575,12 @@ "memo_is_hex": false }, "name": "mpma", - "data": "434e54525052545903000280a011c04329d94b1b2937e64cc6638543f696596780eb0bf878b6f872c588cc72f8d9356f101a2e4a7d8f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", + "data": "434e5452505254590300028055f989c648f702be57f9c409fd3a78cb54ac9b338056d67e625d5810110ee4de5266b7a705ce45221b8f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", "btc_in": 20000000000, "btc_out": 2000, "btc_change": 19999945492, "btc_fee": 52508, - "rawtransaction": "02000000000104c07504c31a928d4ca55f08492a507135135ec53a3a7d17d2ff3524ffa6dc0e9100000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff01a1740aed5f1774cce0d9cdb7e22ccf53ae6ab4f7cb2bae053be0a9c108e1cb00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff930e610b49301484e4b5fe89d8de627683768286bc3f07296704e377a270e33600000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffffc8463a2c1f92f4a6e99db6d56f758daf27bb7d70a90d878bba0fbd4e504612c600000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff03e80300000000000069512103ecf147ff0457d23700bbb6ee37c629f5f0432bdfe1c36245b2ebb03f05b9655d21037bc83f459952ab2e1a7cf55d5ddc6842e0af744e02f29affdc0c1ee126297762210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aee80300000000000069512103e3f147ff0457d2370098c183c50a5c1491eaf294f6ffce28490dd3ba464ff38d210222aff7ae92aad398e20e38d591ae909bd5c066542cb8e770fe447b8d4a465b75210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53ae14f316a804000000160014a011c04329d94b1b2937e64cc6638543f696596702000002000002000002000000000000", + "rawtransaction": "020000000001048b9db71a3239bdc7f8b3a32645efd49cae87668f0cad1c5ecc9859b35b7765460000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33fffffffff992995808665ec78e9123af9ca39fdc8c18ae67e4e418dc7dc1318521139c880000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffffc913cf00c4bad5756644c1ff2187f69b8f822137d79f3e920894614e5d0df25f0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff8f80222adf2188ace18b48d9620e12f6c62a0351eb70c7e1baf9490e024504a20000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff03e80300000000000069512103b6f74370a89ffc0792aa847e9c1576f41b618fa6d1effd0e67ddf49e7e2bacef21023acd5e5159af2232435a860f552357b8e76e25d6aa2fa5d84d0376e63a233af22102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aee80300000000000069512103b9f74370a89ffc079289f3136e2ceb5cffa978a463ad9f41d900cee6b57f001f2103a1fe96078fd1406f1b4a9f01b1fd05de50c92218ef0dbe576f4b138a564c16a52102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53ae14f316a80400000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4411,7 +4593,7 @@ "/v2/addresses/
/compose/order": { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "FAIRMINTA", @@ -4428,7 +4610,7 @@ "get_asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -4442,7 +4624,7 @@ "btc_out": 0, "btc_change": 4999985233, "btc_fee": 14767, - "rawtransaction": "0200000000010165af9f4b5e3beb2cdbe56861cdba0025979fd4929981f1cb31fd2e335296eee300000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000356a3388efe555bc6d430c83bdf562af04cce57794bb90c42dc1e8025181b79cf3faefe4c49941559ae95124cb9e9592e53089d2053f51b8052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101968f1820c2dff56dda323d8971a28b6f8d8bb1a0ef4b7aa2fef42b0c05290a000000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000356a333c297e5dd7506526db522e208f7fba3701890ff6d7aff910ad98f2a82fce13d9cfa588434f480d8cb36b7d32043954578de9af51b8052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4455,8 +4637,8 @@ "/v2/addresses/
/compose/send": { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "quantity": 1000, "memo": null, @@ -4472,12 +4654,12 @@ "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e880eb0bf878b6f872c588cc72f8d9356f101a2e4a7d", + "data": "434e54525052545902000000000000000100000000000003e88056d67e625d5810110ee4de5266b7a705ce45221b", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985526, "btc_fee": 14474, - "rawtransaction": "02000000000101f366fc3fff7bcb68efc06c01ea3bbfce5de9ada0f55fe64183b5dbb2c61880a100000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000306a2e643713a2cf42c106f15c097c9660e30593f0fd22635b88f4725d5b0c7d412631c58f623f684cfa85c74e5e2a331676b9052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "0200000000010162efd3a1c793df4e9ec27fae80335741b60e211588f64956403923e76ab7e0d10000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000306a2ecdb60311ba5db08c87eaef4f556df14d7cc2482c986e69e178532ae904544840a5e59ba729a19b7b22f748f71b6676b9052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4490,18 +4672,18 @@ "/v2/addresses/
/compose/sweep": { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "flags": 7, "memo": "FFFF" }, "name": "sweep", - "data": "434e5452505254590480eb0bf878b6f872c588cc72f8d9356f101a2e4a7d07ffff", + "data": "434e545250525459048056d67e625d5810110ee4de5266b7a705ce45221b07ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "020000000001016b530dd0ee1e7cb2c59e33e25f65df0a41aa26dcf5ca39687ac2d4bae9ce43c400000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000236a2117ea16d08ab54aa1eb0dfa23b2a0449b08b212b7df7df7a8ac99c854eff1fa8f7f6fbc052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101812bc63ddf143f58b3c68b5ed4aa356c1f98d421a5163bd3fa0c662267d1edf50000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000236a2174aa101501e5b587bdc92dd6dc6ee0be0deed36e394dbab7af488e79a6565bbed96fbc052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4514,8 +4696,8 @@ "/v2/addresses/
/compose/dispense": { "result": { "params": { - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "quantity": 1000 }, "name": "dispense", @@ -4524,7 +4706,7 @@ "btc_out": 1000, "btc_change": 4949852643, "btc_fee": 14357, - "rawtransaction": "0200000000010107d6cfd673112eb3bc0bdea1cea1c745e5d39b2f6d287e7c422ab2067200654102000000160014eb0bf878b6f872c588cc72f8d9356f101a2e4a7dffffffff03e803000000000000160014944376ba708cc18f63acdf82615f25a7367b3e8e00000000000000000c6a0a7821baefb017ad1ba379e3c1082701000000160014eb0bf878b6f872c588cc72f8d9356f101a2e4a7d02000000000000", + "rawtransaction": "02000000000101e358147bc43bf60f45d6180599cae0c9e015cbec2b41fd849c24c2d318b704ed0200000016001456d67e625d5810110ee4de5266b7a705ce45221bffffffff03e803000000000000160014dbad4af8d82322d6953da8b5e20efdf0e0ceae6a00000000000000000c6a0a8e2bde8935ce444bc326e3c108270100000016001456d67e625d5810110ee4de5266b7a705ce45221b02000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4537,7 +4719,7 @@ "/v2/addresses/
/compose/fairminter": { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -4562,7 +4744,7 @@ "btc_out": 0, "btc_change": 4999985467, "btc_fee": 14533, - "rawtransaction": "02000000000101db9389012eeae2d5ec2683d81c3a005f97e0a58c3c28ca608dce51c491504e5d00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000316a2f7d1323ab7231ecac3ba34bfb2be8345687587eb2fb071e62886c4df28afa63834ccd497b3fa4f64b962e87f9256dfe3bb9052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "02000000000101ca39812eeb0830c42b60ac69d46cc30bd4f7a7c5a2b3fb4e17a8c36b842fdff80000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000316a2f5e2eaf37e97755588103505082c40ef8a0b36c7c71e1fc9163a49bd67d5a0138550985b56f87e0b3f5326123da2efb3bb9052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4575,13 +4757,13 @@ "/v2/addresses/
/compose/fairmint": { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTC", "quantity": 1, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -4593,7 +4775,7 @@ "btc_out": 0, "btc_change": 4999987049, "btc_fee": 12951, - "rawtransaction": "020000000001010eead2bcd30f07530eb99617b837f940902cfce10fc53344b9b4da82626d6a2e00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff020000000000000000166a144c0606f0ef303947925464ade74063479f2e099069bf052a01000000160014a011c04329d94b1b2937e64cc6638543f696596702000000000000", + "rawtransaction": "0200000000010117bff9f8320c1e82917dffb1f190a1b8d9678ae89c29d3d1d8101bdc4d96871a0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000166a14982946b6d2e60ece314230cde15bff295a17eba869bf052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4606,8 +4788,8 @@ "/v2/addresses/
/compose/attach": { "result": { "params": { - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "c96e16c9251e2c5a815516dc548aa686fe2591be81a55630c2be03e8715e04a8:0", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "6d01a3c45e54317a10a77e33429b7ffb498ca3b2be2420d09ed66272daa7ce40:0", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -4620,12 +4802,12 @@ "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e5452505254596462637274317135716775717365666d3939336b326668756578767663753967306d66766b743874666c6d76377c633936653136633932353165326335613831353531366463353438616136383666653235393162653831613535363330633262653033653837313565303461383a307c5843507c31303030", + "data": "434e54525052545964626372743171326875636e336a673775707475346c656373796c36776e63656432326578656e6432396c7a777c366430316133633435653534333137613130613737653333343239623766666234393863613362326265323432306430396564363632373264616137636534303a307c5843507c31303030", "btc_in": 30000000000, "btc_out": 3000, "btc_change": 29999918531, "btc_fee": 78469, - "rawtransaction": "02000000000106a26359b0db87ecdfe09934b8f5c4313070d23e6c9491934738d67e80dbfd49fd00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff331c69e297a1dc88c585cc1e119a0ae9d05c1611ceb1afa89163bba23dd42d8f00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff472f2c1169dc05f505157f58d0da1d75a2a4e9267f0dad4881f0e7c2940221c900000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff354aadacb6791daaab68f406a73f171400558c092f0289c797f2d967536c3b1600000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffffeefbd37ffd4e0fb06f18b2a744eb3e51538bbfd9baacd263cdd0156dd6dda57700000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff601723a728b6221154077d2953a351a97e1606076cfa342f96a2a576b215176e00000000160014a011c04329d94b1b2937e64cc6638543f6965967ffffffff04e8030000000000006951210331a75f89c97dc650204fd555edac90d70121b8d3489a49bb4b4bf051c78742bc2103904b505bdc9ecae8f7a829661a77e28197b2416950aa8d8f071f2c83594919c5210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aee8030000000000006951210331a75f89c97dc65020128503aebd93c50131e7970cdc1deb4211fc5694d4452a2102ce060345cfda9ca4ffad7c334d60bcc099f517660fbedfc3574322d1594a1f6f210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aee803000000000000695121031ba75f89c97dc650201b8357a7e291da6c138fda08d91ced2672c962acb5243f2103f83e3523aae8a99dcecf190b7c0189f5afc627053ddcbaf364261ae6687f7aad210202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d53aec36d22fc06000000160014a011c04329d94b1b2937e64cc6638543f696596702000002000002000002000002000002000000000000", + "rawtransaction": "020000000001064e218127ea412c6a0ef6da20a696b0a5fa5e9d42af726fcacd81ef6a566e772d0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff69d2f10357cc73f75ba6bef381cbb1adc7d7e5f4b9d42a7bfbf4c944dc871e2d0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff7d76eaf7e353b6bf90d6b521db9d3857b37ea032cfdd9866ebc8c81911a6ce4e0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff3f0670ed9b20cdd3637060aeae7611ad33ae153d7bd3ab5ea231fc9bb28585660000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffffd2c315a4696b097c417b0744be9d4682aa8160a43f1b1a19b0ab74f76592dc840000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff1b677206c48e8f3c636ce0cfcb18362b249e4f38c9d61c5b4812ece10d4234660000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff04e80300000000000069512103afe4f846db539ec74e56ebb3e5db34b1fbad3544d15db66468dd5cdaee80ba4021025893de76c3154472afa6928e2a6e164a57b296d302d8a084b51652c623f181f12102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aee80300000000000069512102afe4f846db539ec74e06bcb5a29b36f1fea47117de59eb666c9b189ca2d6e15121025b96cf3b961b507dffa1c4de7d395a1d09b294d30bc6e1ceb145509323a3d5fe2102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aee8030000000000006951210385e4f846db539ec74e51ece4a79535bc9186105b8e5eec335fa82cae9bb4d6ef21033df0ad0faf23331cccc3f6bc180b6e2f39d6a4ea6ea2d7f8837262f742c2e2d72102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aec36d22fc0600000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000002000002000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4638,8 +4820,8 @@ "/v2/utxos//compose/detach": { "result": { "params": { - "source": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -4652,12 +4834,12 @@ "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964346564376266346330393164326137383465326434383165653564623939306135363866386239336136323764366164616634383834626566363163303534313a307c62637274317135716775717365666d3939336b326668756578767663753967306d66766b743874666c6d76377c5843507c31303030", + "data": "434e54525052545964666166346632346264396638653931396361643666313334376265363463616364626138383631313833346263303633623833366331366333356662663861393a307c626372743171326875636e336a673775707475346c656373796c36776e63656432326578656e6432396c7a777c5843507c31303030", "btc_in": 4950080000, "btc_out": 3000, "btc_change": 4950030353, "btc_fee": 46647, - "rawtransaction": "02000000000103498a87e52afc340da582825547ec92387a0ebf8d4bb987d78254a259f42812be0100000016001407c56322c8e62d48b4812b95d019af8d3595a6c7ffffffffd2aa83df8ba38f4ee9ab9ac8860e0df065ec7adf827ae2cf408fe6dfd91fcb5d0000000016001407c56322c8e62d48b4812b95d019af8d3595a6c7ffffffffde62911df6d6f77be15178b320ced0d2ae4efaf3f132644aca4bb2a8a74e07480100000016001407c56322c8e62d48b4812b95d019af8d3595a6c7ffffffff04e80300000000000069512103d482b46d7d63b7b36c387c5a5f5ec7ae510b2deaa0aaee2ed6e47a3be0fc389e210305516faa0290dd618ac7510cec4b02d396b1db5d84bcca3b355406551b9ab8f3210252dafd63f2e76ced49bca8c8b06d798d35865afa0a24345c36df75f4c14caea253aee80300000000000069512102d482b46d7d63b7b36c647c5d5e0f93f9065828e7a0f4ec3383bf3c2ae3e9396021034c077fbe4491d9358ace0352e8150c9e91f09e4ad1fbc4383358044216dab823210252dafd63f2e76ced49bca8c8b06d798d35865afa0a24345c36df75f4c14caea253aee80300000000000069512103fe82b46d7d63b7b36c282e53561f92b43d2b4dafa0feec7fe1dc4e5ed2980c6d21023d600acf37f4bf58b3f73039da7364ebf488e83cb28efd5f033562347dae8086210252dafd63f2e76ced49bca8c8b06d798d35865afa0a24345c36df75f4c14caea253ae11780b270100000016001407c56322c8e62d48b4812b95d019af8d3595a6c702000002000002000000000000", + "rawtransaction": "0200000000010341900de2e34a591946d791ddc21b4d2f829e295208d91b4115616a669e9879d8010000001600145bcc8878cad331f92040ab1aa86a6a1b0e220443ffffffffa582c54180800c4d1a19d3f4ee52c907c1a3c172721197f64458662af057bc21000000001600145bcc8878cad331f92040ab1aa86a6a1b0e220443ffffffffc4583d349901007bbadfc4c272d4bea4885a8df636760ae5c746b81171b93d06010000001600145bcc8878cad331f92040ab1aa86a6a1b0e220443ffffffff04e803000000000000695121024fab0008636b57080d27093d5bf12400f0782808bd5f6a1dcbf7f1bba5edb97d2103710fe639ef95f33c6b8a25c29124d32c352f7389b9b2f12e6af485fda7e8ba582103d349ddaa99bc1be5b00de31e9f79f25e1c749ec3e4f90fa86d1079d752ede19753aee803000000000000695121024fab0008636b57080d205e6a5ef67754a67c7450e25d3f5898ade0aef0aaed7921032849b160be9aa23f7d9b32d3c7298e7770672e87fde8f0283ef084fae7bee28f2103d349ddaa99bc1be5b00de31e9f79f25e1c749ec3e4f90fa86d1079d752ede19753aee8030000000000006951210265ab0008636b57080d275d6551bf354e9c591c4dea573f14face92dac1dbdf662102403cd20e8df0c50808eb46a6f345eb14031e42b18a86934d5ac2b69f9fdb8c802103d349ddaa99bc1be5b00de31e9f79f25e1c749ec3e4f90fa86d1079d752ede19753ae11780b27010000001600145bcc8878cad331f92040ab1aa86a6a1b0e22044302000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 67, @@ -4673,8 +4855,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 10000000000, @@ -4682,16 +4864,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727950005, - "last_issuance_block_time": 1727950024, + "first_issuance_block_time": 1727952325, + "last_issuance_block_time": 1727952334, "supply_normalized": "100.00000000" }, { "asset": "MYASSETB", "asset_id": "103804245871", "asset_longname": null, - "issuer": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "owner": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "issuer": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "owner": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "divisible": true, "locked": false, "supply": 100000000000, @@ -4699,16 +4881,16 @@ "first_issuance_block_index": 156, "last_issuance_block_index": 156, "confirmed": true, - "first_issuance_block_time": 1727950001, - "last_issuance_block_time": 1727950001, + "first_issuance_block_time": 1727952321, + "last_issuance_block_time": 1727952321, "supply_normalized": "1000.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 100000000000, @@ -4716,16 +4898,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727949967, - "last_issuance_block_time": 1727949967, + "first_issuance_block_time": 1727952277, + "last_issuance_block_time": 1727952277, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 40, @@ -4733,16 +4915,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727949902, - "last_issuance_block_time": 1727949906, + "first_issuance_block_time": 1727952222, + "last_issuance_block_time": 1727952227, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 19, @@ -4750,8 +4932,8 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727949885, - "last_issuance_block_time": 1727949897, + "first_issuance_block_time": 1727952205, + "last_issuance_block_time": 1727952218, "supply_normalized": "0.00000019" } ], @@ -4763,8 +4945,8 @@ "asset": "FAIRMINTA", "asset_id": "1046814266082", "asset_longname": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 10000000000, @@ -4772,15 +4954,15 @@ "first_issuance_block_index": 122, "last_issuance_block_index": 125, "confirmed": true, - "first_issuance_block_time": 1727949846, - "last_issuance_block_time": 1727949859, + "first_issuance_block_time": 1727952167, + "last_issuance_block_time": 1727952180, "supply_normalized": "100.00000000" } }, "/v2/assets//balances": { "result": [ { - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -4788,14 +4970,14 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "95.00000000" }, { - "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -4803,7 +4985,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -4815,7 +4997,7 @@ }, "/v2/assets//balances/
": { "result": { - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4834,9 +5016,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", "block_index": 183, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -4851,7 +5033,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727950044, + "block_time": 1727952354, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4877,9 +5059,9 @@ }, { "tx_index": 50, - "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", "block_index": 187, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -4894,7 +5076,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727950131, + "block_time": 1727952440, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4920,9 +5102,9 @@ }, { "tx_index": 56, - "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "block_index": 191, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -4937,7 +5119,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727950158, + "block_time": 1727952458, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4963,9 +5145,9 @@ }, { "tx_index": 58, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -4980,7 +5162,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727950162, + "block_time": 1727952462, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5006,9 +5188,9 @@ }, { "tx_index": 51, - "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "block_index": 186, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -5023,7 +5205,7 @@ "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727950126, + "block_time": 1727952436, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5054,13 +5236,13 @@ "/v2/assets//matches": { "result": [ { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 53, - "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", - "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -5074,7 +5256,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727950131, + "block_time": 1727952440, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5094,13 +5276,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 51, - "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -5114,7 +5296,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727950126, + "block_time": 1727952436, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5134,13 +5316,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", "tx0_index": 48, - "tx0_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 49, - "tx1_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "tx1_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -5154,7 +5336,7 @@ "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727950044, + "block_time": 1727952354, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5181,20 +5363,20 @@ "result": [ { "block_index": 193, - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "sweep", - "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950166, + "block_time": 1727952466, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5202,20 +5384,20 @@ }, { "block_index": 125, - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "FAIRMINTA", "quantity": 9000000000, "calling_function": "fairmint", - "event": "8d600e6734fb4e3b830ad7d67214208e74a578c888c9411405a2fd79df05b971", + "event": "47fff214e036bd484e1614af1f7557a471ad68fc4e28987cc9b5b813780d19a6", "tx_index": 13, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727949859, + "block_time": 1727952180, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5223,20 +5405,20 @@ }, { "block_index": 124, - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", + "event": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727949855, + "block_time": 1727952176, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5244,20 +5426,20 @@ }, { "block_index": 124, - "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", + "event": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", "tx_index": 11, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727949855, + "block_time": 1727952176, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5269,16 +5451,16 @@ "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "escrowed fairmint", - "event": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", + "event": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727949855, + "block_time": 1727952176, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5296,12 +5478,12 @@ "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -5313,16 +5495,16 @@ }, { "block_index": 194, - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "quantity": 1, "action": "destroy", - "event": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", + "event": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", "tx_index": 60, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950171, + "block_time": 1727952470, "asset_info": { "divisible": true, "asset_longname": null, @@ -5334,16 +5516,16 @@ }, { "block_index": 193, - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "XCP", "quantity": 74499387833, "action": "sweep", - "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950166, + "block_time": 1727952466, "asset_info": { "divisible": true, "asset_longname": null, @@ -5355,16 +5537,16 @@ }, { "block_index": 193, - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "XCP", "quantity": 600000, "action": "sweep fee", - "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950166, + "block_time": 1727952466, "asset_info": { "divisible": true, "asset_longname": null, @@ -5376,16 +5558,16 @@ }, { "block_index": 192, - "address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "event": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727950162, + "block_time": 1727952462, "asset_info": { "divisible": true, "asset_longname": null, @@ -5403,20 +5585,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "block_index": 154, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727949992, + "block_time": 1727952312, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5438,14 +5620,14 @@ "result": [ { "tx_index": 13, - "tx_hash": "8d600e6734fb4e3b830ad7d67214208e74a578c888c9411405a2fd79df05b971", + "tx_hash": "47fff214e036bd484e1614af1f7557a471ad68fc4e28987cc9b5b813780d19a6", "msg_index": 0, "block_index": 125, "asset": "FAIRMINTA", "quantity": 9000000000, "divisible": true, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -5460,20 +5642,20 @@ "fair_minting": false, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727949859, + "block_time": 1727952180, "quantity_normalized": "90.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 12, - "tx_hash": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", + "tx_hash": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", "msg_index": 0, "block_index": 124, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -5488,20 +5670,20 @@ "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727949855, + "block_time": 1727952176, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 11, - "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", + "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", "msg_index": 0, "block_index": 123, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -5516,20 +5698,20 @@ "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727949851, + "block_time": 1727952171, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 10, - "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "msg_index": 0, "block_index": 122, "asset": "FAIRMINTA", "quantity": 0, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -5544,7 +5726,7 @@ "fair_minting": true, "asset_events": "open_fairminter", "confirmed": true, - "block_time": 1727949846, + "block_time": 1727952167, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -5556,10 +5738,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5567,7 +5749,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -5580,10 +5762,10 @@ }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "quantity": 10, "status": "valid", @@ -5591,7 +5773,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "divisible": true, "asset_longname": null, @@ -5604,10 +5786,10 @@ }, { "tx_index": 54, - "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2", + "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed", "block_index": 188, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "quantity": 10000, "status": "valid", @@ -5615,7 +5797,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950145, + "block_time": 1727952445, "asset_info": { "divisible": true, "asset_longname": null, @@ -5628,10 +5810,10 @@ }, { "tx_index": 43, - "tx_hash": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad", + "tx_hash": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253", "block_index": 156, - "source": "48074ea7a8b24bca4a6432f1f3fa4eaed2d0ce20b37851e17bf7d6f61d9162de:0", - "destination": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "source": "063db97111b846c7e50a7636f68d5a88a4bed472c2c4dfba7b000199343d58c4:0", + "destination": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5639,7 +5821,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950001, + "block_time": 1727952321, "asset_info": { "divisible": true, "asset_longname": null, @@ -5652,10 +5834,10 @@ }, { "tx_index": 42, - "tx_hash": "48074ea7a8b24bca4a6432f1f3fa4eaed2d0ce20b37851e17bf7d6f61d9162de", + "tx_hash": "063db97111b846c7e50a7636f68d5a88a4bed472c2c4dfba7b000199343d58c4", "block_index": 155, - "source": "7fb20a45f9c7aa53bf1a1450db9bf316c8b6351010c7251794b8264fe86bdf74:0", - "destination": "48074ea7a8b24bca4a6432f1f3fa4eaed2d0ce20b37851e17bf7d6f61d9162de:0", + "source": "97fda462653822d444adafee5b5f3c214fa9b16cf802e73d71fa9b1c0f2af9fe:0", + "destination": "063db97111b846c7e50a7636f68d5a88a4bed472c2c4dfba7b000199343d58c4:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5663,7 +5845,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727949996, + "block_time": 1727952316, "asset_info": { "divisible": true, "asset_longname": null, @@ -5682,9 +5864,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5693,7 +5875,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5703,7 +5885,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -5719,9 +5901,9 @@ }, { "tx_index": 29, - "tx_hash": "1bdf726d540902c1b9c37d0597bf3d192257e924b5f1d5e486b10a2db17547b0", + "tx_hash": "10007a5d3e53804b691733b1a8851859d7618ff26ccb466f44ae63f6f25cb53f", "block_index": 142, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5730,7 +5912,7 @@ "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "origin": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -5740,7 +5922,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949931, + "block_time": 1727952251, "asset_info": { "divisible": true, "asset_longname": null, @@ -5756,9 +5938,9 @@ }, { "tx_index": 30, - "tx_hash": "23b55de699312b1b2b01311daed3ba598752c3322a31e2969bf0cd8d0e64c2b1", + "tx_hash": "c5630aefbda40ca7a9b8aaddff7bcc5ef364e346761dc60bfd7e81960b3d4f0b", "block_index": 150, - "source": "miqEFCo8WqtnAo2wPb5mADr9W9g3bQZZ7j", + "source": "mqFzPk2DrBKEFQr8z8cRiz5bewXEPC7V8Q", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -5766,10 +5948,10 @@ "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "73d5f24a8a410f309b10eb78a424cc7b7ea60463dbe921d334edf920f6ca994a", - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "last_status_tx_hash": "d83c43bf5cabb75c4e694355a92befec446c0efe45e964cff8e2ec4374051cd3", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 0, - "last_status_tx_source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "last_status_tx_source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -5777,7 +5959,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949976, + "block_time": 1727952296, "asset_info": { "divisible": true, "asset_longname": null, @@ -5793,18 +5975,18 @@ }, { "tx_index": 33, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5814,7 +5996,7 @@ "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -5835,9 +6017,9 @@ "/v2/assets//dispensers/
": { "result": { "tx_index": 26, - "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5846,7 +6028,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5856,7 +6038,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -5884,7 +6066,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5892,7 +6074,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "quantity": 500000000, "escrow": null, "cursor_id": "balances_13", @@ -5901,7 +6083,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5909,7 +6091,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "quantity": 0, "escrow": null, "cursor_id": "balances_14", @@ -5918,7 +6100,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5926,7 +6108,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "quantity": 9500000000, "escrow": null, "cursor_id": "balances_15", @@ -5935,7 +6117,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -5950,27 +6132,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5985,7 +6167,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -5999,27 +6181,27 @@ { "tx_index": 34, "dispense_index": 0, - "tx_hash": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2", + "tx_hash": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5", "block_index": 147, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "destination": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6034,7 +6216,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727949963, + "block_time": 1727952273, "asset_info": { "divisible": true, "asset_longname": null, @@ -6048,19 +6230,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", + "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6068,7 +6250,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6083,7 +6265,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -6097,19 +6279,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", + "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", "block_index": 140, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6117,7 +6299,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6132,7 +6314,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949923, + "block_time": 1727952243, "asset_info": { "divisible": true, "asset_longname": null, @@ -6153,8 +6335,8 @@ "asset": "A95428959745315388", "asset_id": "95428959745315388", "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "owner": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false, "supply": 0, @@ -6162,8 +6344,8 @@ "first_issuance_block_index": 158, "last_issuance_block_index": 158, "confirmed": true, - "first_issuance_block_time": 1727950019, - "last_issuance_block_time": 1727950019, + "first_issuance_block_time": 1727952329, + "last_issuance_block_time": 1727952329, "supply_normalized": "0.00000000" } ], @@ -6173,10 +6355,10 @@ "/v2/assets//fairminters": { "result": [ { - "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "tx_index": 10, "block_index": 125, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -6201,7 +6383,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949859 + "block_time": 1727952180 } ], "next_cursor": null, @@ -6210,64 +6392,64 @@ "/v2/assets//fairmints": { "result": [ { - "tx_hash": "8d600e6734fb4e3b830ad7d67214208e74a578c888c9411405a2fd79df05b971", + "tx_hash": "47fff214e036bd484e1614af1f7557a471ad68fc4e28987cc9b5b813780d19a6", "tx_index": 13, "block_index": 125, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", - "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "asset": "FAIRMINTA", "earn_quantity": 9000000000, "paid_quantity": 9000000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949859, + "block_time": 1727952180, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, { - "tx_hash": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147", + "tx_hash": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", "tx_index": 12, "block_index": 124, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", - "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949855, + "block_time": 1727952176, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, { - "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", + "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", "tx_index": 11, "block_index": 123, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949851, + "block_time": 1727952171, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } @@ -6279,22 +6461,22 @@ "/v2/assets//fairmints/
": { "result": [ { - "tx_hash": "acf62c184a53692d4e84c66022696c79757e564100004cfdcbf002fe65ca42b6", + "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", "tx_index": 11, "block_index": 123, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "fairminter_tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727949851, + "block_time": 1727952171, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } @@ -6307,9 +6489,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", "block_index": 183, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6324,7 +6506,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727950044, + "block_time": 1727952354, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6350,9 +6532,9 @@ }, { "tx_index": 51, - "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "block_index": 186, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -6367,7 +6549,7 @@ "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727950126, + "block_time": 1727952436, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6393,9 +6575,9 @@ }, { "tx_index": 50, - "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", "block_index": 187, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -6410,7 +6592,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727950131, + "block_time": 1727952440, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6436,9 +6618,9 @@ }, { "tx_index": 53, - "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "block_index": 187, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -6453,7 +6635,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727950131, + "block_time": 1727952440, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6479,9 +6661,9 @@ }, { "tx_index": 56, - "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "block_index": 191, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6496,7 +6678,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727950158, + "block_time": 1727952458, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6527,9 +6709,9 @@ "/v2/orders/": { "result": { "tx_index": 58, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6544,7 +6726,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727950162, + "block_time": 1727952462, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6572,13 +6754,13 @@ "/v2/orders//matches": { "result": [ { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 53, - "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", - "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -6592,7 +6774,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727950131, + "block_time": 1727952440, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6612,13 +6794,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 51, - "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -6632,7 +6814,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727950126, + "block_time": 1727952436, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6659,15 +6841,15 @@ "result": [ { "tx_index": 52, - "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", + "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", "block_index": 186, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "btc_amount": 2000, - "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "status": "valid", "confirmed": true, - "block_time": 1727950126, + "block_time": 1727952436, "btc_amount_normalized": "0.00002000" } ], @@ -6678,9 +6860,9 @@ "result": [ { "tx_index": 51, - "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "block_index": 186, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -6698,7 +6880,7 @@ "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727950126, + "block_time": 1727952436, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6724,9 +6906,9 @@ }, { "tx_index": 53, - "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "block_index": 187, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -6744,7 +6926,7 @@ "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727950131, + "block_time": 1727952440, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6770,9 +6952,9 @@ }, { "tx_index": 48, - "tx_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", + "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", "block_index": 183, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6790,7 +6972,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727950044, + "block_time": 1727952354, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6816,9 +6998,9 @@ }, { "tx_index": 50, - "tx_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", "block_index": 187, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -6836,7 +7018,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727950131, + "block_time": 1727952440, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6862,9 +7044,9 @@ }, { "tx_index": 56, - "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", + "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", "block_index": 191, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6882,7 +7064,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727950158, + "block_time": 1727952458, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6913,13 +7095,13 @@ "/v2/orders///matches": { "result": [ { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 53, - "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", - "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -6936,7 +7118,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727950131, + "block_time": 1727952440, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6956,13 +7138,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 51, - "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -6979,7 +7161,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727950126, + "block_time": 1727952436, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6999,13 +7181,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", "tx0_index": 48, - "tx0_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 49, - "tx1_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "tx1_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7022,7 +7204,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727950044, + "block_time": 1727952354, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7048,13 +7230,13 @@ "/v2/order_matches": { "result": [ { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 53, - "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", - "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -7068,7 +7250,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727950131, + "block_time": 1727952440, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7088,13 +7270,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "tx0_index": 50, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 51, - "tx1_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -7108,7 +7290,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727950126, + "block_time": 1727952436, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7128,13 +7310,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", + "id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", "tx0_index": 48, - "tx0_hash": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx1_index": 49, - "tx1_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "tx1_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7148,7 +7330,7 @@ "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727950044, + "block_time": 1727952354, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7193,66 +7375,66 @@ "result": [ { "tx_index": 9, - "tx_hash": "8da7f00dd44ec21e346f824732a4ada88868034bebbc93629461b5945f7fbf72", + "tx_hash": "cdbdc3f63118b57f0446e955011c6c692b7dc2354bd3ae5d829fabfa2a1e4b75", "block_index": 121, - "source": "bcrt1qzklp8scx46fgxl037gvzacpzvs34kymf9yjpfe", + "source": "bcrt1qyte2wn824cnff7txlcs7uwhjn6rypsv46razgl", "burned": 50000000, "earned": 74999996667, "status": "valid", "confirmed": true, - "block_time": 1727949841, + "block_time": 1727952163, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 8, - "tx_hash": "dcbc0b3ef6439aaba9ac9ec806760a60539fad4cf3095c5172817b12b0fb658e", + "tx_hash": "c25bee984c3678ee48a5a7a447f7b2182e1ba2d17eb147fc109effad00dd63e2", "block_index": 120, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "burned": 50000000, "earned": 74999996833, "status": "valid", "confirmed": true, - "block_time": 1727949837, + "block_time": 1727952158, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 7, - "tx_hash": "34009372bf41ecfbb02809ab73390d9314f20be8c8cb93e133bb4848123d7fc3", + "tx_hash": "a99f2397b126987139d96eed78e54fdaa2633497b9589e419719a223c311ec99", "block_index": 119, - "source": "bcrt1qtsuzk7aguy5f3ahel0jd6r90x5dnc2rah68jhr", + "source": "bcrt1qtv7euexhcme3uy6wk8sk976vssane2k6qs4qsy", "burned": 50000000, "earned": 74999997000, "status": "valid", "confirmed": true, - "block_time": 1727949833, + "block_time": 1727952154, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 6, - "tx_hash": "d9d839662d07e5c525991f1f7f6e96b402d5fb27cfb53f83dd511990cdec4103", + "tx_hash": "e3437898051548b2066dcc4055dd1771247971599e660a481ac03fb461dd6340", "block_index": 118, - "source": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", + "source": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", "burned": 50000000, "earned": 74999997167, "status": "valid", "confirmed": true, - "block_time": 1727949828, + "block_time": 1727952150, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 5, - "tx_hash": "59dc8ccc5ebed78c2de49d11ea4af46531c47f4615e033246b638d0f7b452f5e", + "tx_hash": "2b6dfb38f6a10eff4de7b2de79706be98d7e4cfbbd6bacad9f2db573e7493066", "block_index": 117, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "burned": 50000000, "earned": 74999997333, "status": "valid", "confirmed": true, - "block_time": 1727949824, + "block_time": 1727952146, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" } @@ -7264,9 +7446,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7275,7 +7457,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7285,7 +7467,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -7301,9 +7483,9 @@ }, { "tx_index": 29, - "tx_hash": "1bdf726d540902c1b9c37d0597bf3d192257e924b5f1d5e486b10a2db17547b0", + "tx_hash": "10007a5d3e53804b691733b1a8851859d7618ff26ccb466f44ae63f6f25cb53f", "block_index": 142, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7312,7 +7494,7 @@ "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "origin": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -7322,7 +7504,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949931, + "block_time": 1727952251, "asset_info": { "divisible": true, "asset_longname": null, @@ -7338,9 +7520,9 @@ }, { "tx_index": 30, - "tx_hash": "23b55de699312b1b2b01311daed3ba598752c3322a31e2969bf0cd8d0e64c2b1", + "tx_hash": "c5630aefbda40ca7a9b8aaddff7bcc5ef364e346761dc60bfd7e81960b3d4f0b", "block_index": 150, - "source": "miqEFCo8WqtnAo2wPb5mADr9W9g3bQZZ7j", + "source": "mqFzPk2DrBKEFQr8z8cRiz5bewXEPC7V8Q", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -7348,10 +7530,10 @@ "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "73d5f24a8a410f309b10eb78a424cc7b7ea60463dbe921d334edf920f6ca994a", - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "last_status_tx_hash": "d83c43bf5cabb75c4e694355a92befec446c0efe45e964cff8e2ec4374051cd3", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 0, - "last_status_tx_source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "last_status_tx_source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -7359,7 +7541,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949976, + "block_time": 1727952296, "asset_info": { "divisible": true, "asset_longname": null, @@ -7375,18 +7557,18 @@ }, { "tx_index": 33, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7396,7 +7578,7 @@ "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -7417,9 +7599,9 @@ "/v2/dispensers/": { "result": { "tx_index": 26, - "tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7428,7 +7610,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7438,7 +7620,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -7458,19 +7640,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", + "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7478,7 +7660,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7493,7 +7675,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -7507,19 +7689,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", + "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", "block_index": 140, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7527,7 +7709,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7542,7 +7724,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949923, + "block_time": 1727952243, "asset_info": { "divisible": true, "asset_longname": null, @@ -7561,20 +7743,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "block_index": 154, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727949992, + "block_time": 1727952312, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -7595,20 +7777,20 @@ "/v2/dividends/": { "result": { "tx_index": 41, - "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "block_index": 154, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727949992, + "block_time": 1727952312, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -7631,12 +7813,12 @@ "asset": "XCP", "quantity": 1500000000, "calling_function": "dividend", - "event": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "event": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "tx_index": 41, - "utxo": "7fb20a45f9c7aa53bf1a1450db9bf316c8b6351010c7251794b8264fe86bdf74:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "utxo": "97fda462653822d444adafee5b5f3c214fa9b16cf802e73d71fa9b1c0f2af9fe:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "confirmed": true, - "block_time": 1727949992, + "block_time": 1727952312, "asset_info": { "divisible": true, "asset_longname": null, @@ -7648,16 +7830,16 @@ }, { "block_index": 154, - "address": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", + "address": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", "asset": "XCP", "quantity": 500000000, "calling_function": "dividend", - "event": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "event": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "tx_index": 41, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727949992, + "block_time": 1727952312, "asset_info": { "divisible": true, "asset_longname": null, @@ -7678,27 +7860,27 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", - "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", + "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", + "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", "transaction_count": 1, - "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", - "block_time": 1727950180 + "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", + "block_time": 1727952480 }, "tx_hash": null, "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61 }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 554, @@ -7707,14 +7889,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -7725,9 +7907,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 553, @@ -7736,9 +7918,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": 0, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "asset_info": { "divisible": true, "asset_longname": null, @@ -7748,24 +7930,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -7775,9 +7957,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 551, @@ -7789,15 +7971,15 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", - "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", + "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", + "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", "transaction_count": 1, - "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", - "block_time": 1727950180 + "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", + "block_time": 1727952480 }, "tx_hash": null, "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } }, "/v2/events/counts": { @@ -7832,16 +8014,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -7851,9 +8033,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 550, @@ -7863,12 +8045,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -7878,9 +8060,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 547, @@ -7890,39 +8072,39 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", - "utxo_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "block_time": 1727950180, + "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 }, { "event_index": 533, "event": "CREDIT", "params": { - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "block_index": 193, "calling_function": "sweep", - "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "quantity": 74499387833, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727950166, + "block_time": 1727952466, "asset_info": { "divisible": true, "asset_longname": null, @@ -7932,36 +8114,36 @@ }, "quantity_normalized": "744.99388000" }, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "block_time": 1727950166 + "block_time": 1727952466 }, { "event_index": 531, "event": "CREDIT", "params": { - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "MYASSETA", "block_index": 193, "calling_function": "sweep", - "event": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "quantity": 10, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727950166, + "block_time": 1727952466, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "block_time": 1727950166 + "block_time": 1727952466 } ], "next_cursor": 529, @@ -7978,27 +8160,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8013,7 +8195,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -8027,27 +8209,27 @@ { "tx_index": 34, "dispense_index": 0, - "tx_hash": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2", + "tx_hash": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5", "block_index": 147, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "destination": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "last_status_tx_hash": null, - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8062,7 +8244,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727949963, + "block_time": 1727952273, "asset_info": { "divisible": true, "asset_longname": null, @@ -8076,19 +8258,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "94981a70e9d795c7126917e96ba0483d245a4166576fcf2d8bd0dc52e4ad1e84", + "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8096,7 +8278,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8111,7 +8293,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949927, + "block_time": 1727952247, "asset_info": { "divisible": true, "asset_longname": null, @@ -8125,19 +8307,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "c41ae6023abd58d008150a29134266bf0a39b95d7c42026bab219b8fb7750164", + "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", "block_index": 140, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "e4c6008b181f7940a24e791ba418a3088cf66ad92393b416f4bce784e4bc6cbb", + "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8145,7 +8327,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8160,7 +8342,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727949923, + "block_time": 1727952243, "asset_info": { "divisible": true, "asset_longname": null, @@ -8179,10 +8361,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -8190,7 +8372,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -8203,10 +8385,10 @@ }, { "tx_index": 61, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -8214,11 +8396,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -8227,10 +8409,10 @@ }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "asset": "XCP", "quantity": 10, "status": "valid", @@ -8238,7 +8420,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "divisible": true, "asset_longname": null, @@ -8251,10 +8433,10 @@ }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -8262,11 +8444,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -8275,10 +8457,10 @@ }, { "tx_index": 55, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -8286,11 +8468,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -8305,14 +8487,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -8327,20 +8509,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950028, + "block_time": 1727952338, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "625d8bed442f2a06eb53ca9d0c87e0311667e7eccde97f0714269799ee6f2ed1", + "tx_hash": "6461a1b76eee5bbddfd186c8e6450f1d1df4c601673cde986fd6637b02a8071c", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -8355,20 +8537,20 @@ "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727950024, + "block_time": 1727952334, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "2be6ee6cfbfbcd404938bd58ae52f4e465134c7b05bf94225bec84d0703e4a20", + "tx_hash": "633305e6d717641b952a37d18855d1af8996736d2f588226468350baf2e31901", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -8383,20 +8565,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950019, + "block_time": 1727952329, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "19491cfb68b4a52fff021ae6ba90f59445f486b2c0b30ee0cc291813959fb65e", + "tx_hash": "efa7b986d68127c6d9e57793e0f6fa7966dde6360759bb829ab08c74edfdba94", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -8411,20 +8593,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950005, + "block_time": 1727952325, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 43, - "tx_hash": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad", + "tx_hash": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253", "msg_index": 0, "block_index": 156, "asset": "MYASSETB", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "issuer": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "issuer": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "transfer": false, "callable": false, "call_date": 0, @@ -8439,7 +8621,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950001, + "block_time": 1727952321, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -8450,14 +8632,14 @@ "/v2/issuances/": { "result": { "tx_index": 47, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "transfer": false, "callable": false, "call_date": 0, @@ -8472,7 +8654,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727950028, + "block_time": 1727952338, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -8481,16 +8663,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727950166, + "block_time": 1727952466, "fee_paid_normalized": "0.00600000" } ], @@ -8501,16 +8683,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727950166, + "block_time": 1727952466, "fee_paid_normalized": "0.00600000" } ], @@ -8521,9 +8703,9 @@ "result": [ { "tx_index": 25, - "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", + "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", "block_index": 138, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -8531,14 +8713,14 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727949914, + "block_time": 1727952235, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "f2805ac89327dbb879789b22e562f2fafce4cc8a39f73b3df3a1e2a504fd5d4c", + "tx_hash": "fcb99bd61b01001625b5da7399a58185e531b89b943db6228ea61f320ccbff83", "block_index": 137, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -8546,7 +8728,7 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727949910, + "block_time": 1727952231, "fee_fraction_int_normalized": "0.00000000" } ], @@ -8556,9 +8738,9 @@ "/v2/broadcasts/": { "result": { "tx_index": 25, - "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", + "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", "block_index": 138, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -8566,17 +8748,17 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727949914, + "block_time": 1727952235, "fee_fraction_int_normalized": "0.00000000" } }, "/v2/fairminters": { "result": [ { - "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", + "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", "tx_index": 22, "block_index": 135, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -8601,13 +8783,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949902 + "block_time": 1727952222 }, { - "tx_hash": "e4a35467873393651c8312c176264f0bda25720c611d2b6cd21293078ed8a0f6", + "tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", "tx_index": 18, "block_index": 131, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -8632,13 +8814,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949885 + "block_time": 1727952205 }, { - "tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0", + "tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13", "tx_index": 14, "block_index": 130, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -8663,13 +8845,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949880 + "block_time": 1727952201 }, { - "tx_hash": "3b0152831460cc04df9e4fb9d87012febe6bda1105a605e131e6a4cc7103ac3f", + "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", "tx_index": 10, "block_index": 125, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -8694,7 +8876,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727949859 + "block_time": 1727952180 } ], "next_cursor": null, @@ -8708,8 +8890,8 @@ "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2", - "address": "bcrt1qquskfpzw2gs34apdcztdshxjn3kdsxrlsrf2ux" + "txid": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5", + "address": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e" }, { "vout": 2, @@ -8717,8 +8899,8 @@ "value": 100000, "confirmations": 40, "amount": 0.001, - "txid": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad", - "address": "bcrt1qtsuzk7aguy5f3ahel0jd6r90x5dnc2rah68jhr" + "txid": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253", + "address": "bcrt1qtv7euexhcme3uy6wk8sk976vssane2k6qs4qsy" } ], "next_cursor": null, @@ -8727,28 +8909,28 @@ "/v2/bitcoin/addresses/
/transactions": { "result": [ { - "tx_hash": "110c253f75fe20a4f77a9f84cb9882455e98d595844245c55630f5754b1ad147" + "tx_hash": "ee88037d9eade70262c07c01d2c14c66e0d753913f29a5f2a2ca6718b035aa07" }, { - "tx_hash": "f10a3168ac64365a48f9a815f1c2734ac030860a1237aaaf9c27aefa7652c34c" + "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114" }, { - "tx_hash": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97" + "tx_hash": "89356e40c37c29abe59f129f1fb24143207da52b2231fe85ec5f8e2157204046" }, { - "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2" + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c" }, { - "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd" + "tx_hash": "53a8afe61aa1e87367df0a1f11ee34019cc90c093c37d885f34ee6dab5e22f93" }, { - "tx_hash": "736257a209e77e79c510f2b8ed031289b80b511fc0b9399a36cb65e8c8ca6fd0" + "tx_hash": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb" }, { - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea" + "tx_hash": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da" }, { - "tx_hash": "5c1f7aa3e891ae588733bbe36b0431a6c1f33b1e957b5a370436bfdad7526afd" + "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed" } ], "next_cursor": null, @@ -8756,8 +8938,8 @@ }, "/v2/bitcoin/addresses/
/transactions/oldest": { "result": { - "block_index": 10, - "tx_hash": "2471d089cd583f32e28f49ac5b3d4631a45fed4ec16244dcba28cb2bea41d4ae" + "block_index": 1, + "tx_hash": "cd71ea57bea1082f38d2aa84405b04ed05d3bae2b0441e7e9b2c20931f034805" } }, "/v2/bitcoin/addresses/
/utxos": { @@ -8768,17 +8950,17 @@ "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "5dcb1fd9dfe68f40cfe27a82df7aec65f00d0e86c89aabe94e8fa38bdf83aad2" + "txid": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5" } ], "next_cursor": null, "result_count": null }, "/v2/bitcoin/addresses/
/pubkey": { - "result": "0202634407ce718c5d9b03503effdd6809043662c9c41574e1eb7116bf9afaf32d" + "result": "02aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd" }, "/v2/bitcoin/transactions/": { - "result": "02000000000101ad5d2b631669ec8e2d992cc1e16374cd5d8233e6dc61af2754aaed4dc169eb180100000000ffffffff03e80300000000000016001407c56322c8e62d48b4812b95d019af8d3595a6c700000000000000000c6a0a09b5a954cb57b864c922dced082701000000160014256f0646958e229e4de0329bd2e098589b5e7a210247304402202853adeb0dcf0441d4f458166b4eb666896fe7b55edb0860390143273a246cfd02201fbd7ff2227457e370b6e6087925a1187b472c0c69ca68ecb3b37f0234c1b8b2012103763d983b48eb7145ebdaf4ea6eb1274aa34f381599c46d524c829c448fb648c600000000" + "result": "0200000000010153b2bce75d8be294cf5b9e6f94442e19801be1a5548363df1758cdc0ebd3e16f0100000000ffffffff03e8030000000000001600145bcc8878cad331f92040ab1aa86a6a1b0e22044300000000000000000c6a0a54e0e81a082e3d85fe89dced08270100000016001472abef751e23b3ff85485813e5e853ab7c8268b50247304402205ed1386767ffa9c00d84aea30d33a5bc2ee07b72ee892591ccb6838830c549c702201b38ce33fd16d26fd79de533f95d90932f7676f5a2dbb29b60f21b81d4fd369c012102e91d858bd217f949ba95253d609e910ab0c0442c4a9f1c980e37bf16f910544a00000000" }, "/v2/bitcoin/estimatesmartfee": { "result": 58603 @@ -8801,27 +8983,27 @@ "/v2/mempool/events": { "result": [ { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62 }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "memo": null, "quantity": 10000, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "status": "valid", - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62, "asset_info": { "divisible": true, @@ -8832,22 +9014,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "CREDIT", "params": { - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -8857,22 +9039,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "block_index": 195, - "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -8882,30 +9064,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727950184.723641, + "block_time": 1727952484.47581, "btc_amount": 0, - "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", + "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", "destination": "", "fee": 10000, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62, - "utxos_info": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983:1", + "utxos_info": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "memo": null, "asset_info": { "divisible": true, @@ -8919,7 +9101,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 } ], "next_cursor": null, @@ -8928,19 +9110,19 @@ "/v2/mempool/events/": { "result": [ { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "CREDIT", "params": { - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -8950,7 +9132,7 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 } ], "next_cursor": null, @@ -8959,27 +9141,27 @@ "/v2/mempool/transactions//events": { "result": [ { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62 }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "memo": null, "quantity": 10000, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "status": "valid", - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62, "asset_info": { "divisible": true, @@ -8990,22 +9172,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "CREDIT", "params": { - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -9015,22 +9197,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "asset": "XCP", "block_index": 195, - "event": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -9040,30 +9222,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 }, { - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727950184.723641, + "block_time": 1727952484.47581, "btc_amount": 0, - "data": "02000000000000000100000000000027108045cbeb60d6bd454103324d127d38f5798222e0c0", + "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", "destination": "", "fee": 10000, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", - "tx_hash": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", "tx_index": 62, - "utxos_info": "fb177213b9800842c5acf6cc840152630ba7796acb448d0ef757ea16ccbae983:1", + "utxos_info": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "memo": null, "asset_info": { "divisible": true, @@ -9077,7 +9259,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727950184.723641 + "timestamp": 1727952484.47581 } ], "next_cursor": null, @@ -9099,15 +9281,15 @@ "event_index": 543, "event": "NEW_BLOCK", "params": { - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", "block_index": 195, - "block_time": 1727950180, + "block_time": 1727952480, "difficulty": 545259519, - "previous_block_hash": "42d1b4018412612f46cda9f6f0ba1bc68eaf6f226e2b9a0993bda271955b82c5" + "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877" }, "tx_hash": null, "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 537, @@ -9119,17 +9301,17 @@ "event_index": 544, "event": "NEW_TRANSACTION", "params": { - "block_hash": "5e4e6b9b9bfbc2172d4004cc2eaae28086bcaabce9c234eed29c45238069c427", + "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", "block_index": 195, - "block_time": 1727950180, + "block_time": 1727952480, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "fee": 0, - "source": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "utxos_info": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1 4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -9139,9 +9321,9 @@ }, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 538, @@ -9155,16 +9337,16 @@ "params": { "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "out_index": 0, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 277, @@ -9177,15 +9359,15 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "7d45a3ce3ad670a4235878238356640838e84eeb3c9478fc7729e706504d2936", - "messages_hash": "4f1a8156a26e50451858835c9d640ba5474269f977baa9055428dea3ab2eac5c", + "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", + "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", "transaction_count": 1, - "txlist_hash": "bc08e8bcfc07bca065490ced085a3b133ba1321dc18c9d2b4efd2af5cf4bdf90", - "block_time": 1727950180 + "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", + "block_time": 1727952480 }, "tx_hash": null, "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 542, @@ -9198,12 +9380,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61 }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 541, @@ -9219,12 +9401,12 @@ "address": null, "asset": "XCP", "block_index": 195, - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 1500000000, "tx_index": 61, - "utxo": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", - "utxo_address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", - "block_time": 1727950180, + "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -9234,9 +9416,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 546, @@ -9248,16 +9430,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -9267,9 +9449,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 550, @@ -9283,14 +9465,14 @@ "params": { "asset": "XCP", "block_index": 188, - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "memo": null, "quantity": 10000, - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "status": "valid", - "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2", + "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed", "tx_index": 54, - "block_time": 1727950145, + "block_time": 1727952445, "asset_info": { "divisible": true, "asset_longname": null, @@ -9300,9 +9482,9 @@ }, "quantity_normalized": "0.00010000" }, - "tx_hash": "e86930d5675a219c10f0445027b81a573ff5ca194de43061537592997e8feba2", + "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed", "block_index": 188, - "block_time": 1727950145 + "block_time": 1727952445 } ], "next_cursor": null, @@ -9316,15 +9498,15 @@ "params": { "asset": "XCP", "block_index": 189, - "destination": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "memo": null, "msg_index": 2, "quantity": 10, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "valid", - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "tx_index": 55, - "block_time": 1727950149, + "block_time": 1727952449, "asset_info": { "divisible": true, "asset_longname": null, @@ -9334,9 +9516,9 @@ }, "quantity_normalized": "0.00000010" }, - "tx_hash": "5690864c4fd6f8502d8e8da4937f6c1975640207f00d1ae7080d8340a62a6814", + "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", "block_index": 189, - "block_time": 1727950149 + "block_time": 1727952449 } ], "next_cursor": 502, @@ -9359,20 +9541,20 @@ "event": "SWEEP", "params": { "block_index": 193, - "destination": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "status": "valid", - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "tx_index": 59, - "block_time": 1727950166, + "block_time": 1727952466, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "86d25ac537e34e24987d7ba56942717d2fb54237233ab204560e9da9ff074eea", + "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", "block_index": 193, - "block_time": 1727950166 + "block_time": 1727952466 } ], "next_cursor": null, @@ -9389,15 +9571,15 @@ "dividend_asset": "XCP", "fee_paid": 40000, "quantity_per_unit": 100000000, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "valid", - "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "tx_index": 41, - "block_time": 1727949992, + "block_time": 1727952312, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, @@ -9411,9 +9593,9 @@ "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00040000" }, - "tx_hash": "20814e1d405312186a1ce051fa6e5697266ea93305e47e52fff71f2bedf0d86b", + "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", "block_index": 154, - "block_time": 1727949992 + "block_time": 1727952312 } ], "next_cursor": null, @@ -9434,11 +9616,11 @@ "asset_longname": "A95428959745315388.SUBNUMERIC", "asset_name": "A95428956980101314", "block_index": 160, - "block_time": 1727950028 + "block_time": 1727952338 }, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "block_index": 160, - "block_time": 1727950028 + "block_time": 1727952338 } ], "next_cursor": 374, @@ -9461,22 +9643,22 @@ "description_locked": false, "divisible": true, "fee_paid": 0, - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "valid", "transfer": false, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "tx_index": 47, - "block_time": 1727950028, + "block_time": 1727952338, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "f1867553fee7917fa38b8361b7a38ed63304b0e9d2e76f4292347cabe7a89eb1", + "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", "block_index": 160, - "block_time": 1727950028 + "block_time": 1727952338 } ], "next_cursor": 381, @@ -9491,12 +9673,12 @@ "asset": "XCP", "block_index": 194, "quantity": 1, - "source": "bcrt1qj3phdwns3nqc7cavm7pxzhe95um8k05wnaeneg", + "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", "status": "valid", "tag": "64657374726f79", - "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", + "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", "tx_index": 60, - "block_time": 1727950171, + "block_time": 1727952470, "asset_info": { "divisible": true, "asset_longname": null, @@ -9506,9 +9688,9 @@ }, "quantity_normalized": "0.00000001" }, - "tx_hash": "2a02b3b623d60366d4a00e18b6a84ebafdde8c5325a9be787a5f855bc8648ff1", + "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", "block_index": 194, - "block_time": 1727950171 + "block_time": 1727952470 } ], "next_cursor": 157, @@ -9533,11 +9715,11 @@ "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "open", - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "tx_index": 58, - "block_time": 1727950162, + "block_time": 1727952462, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9561,9 +9743,9 @@ "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "b999040b2e352ab9705cb5e72b440916127f5c9c94c2a7610512e3050972118d", + "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", "block_index": 192, - "block_time": 1727950162 + "block_time": 1727952462 } ], "next_cursor": 509, @@ -9581,20 +9763,20 @@ "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 3000, - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "match_expire_index": 207, "status": "pending", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "tx0_block_index": 185, "tx0_expiration": 21, - "tx0_hash": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae", + "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", "tx0_index": 50, - "tx1_address": "bcrt1qgh97kcxkh4z5zqejf5f86w840xpz9cxqknjasg", + "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", "tx1_block_index": 187, "tx1_expiration": 21, - "tx1_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "tx1_index": 53, - "block_time": 1727950131, + "block_time": 1727952440, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9613,9 +9795,9 @@ "backward_quantity_normalized": "0.00003000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "7618721e7afd4eed4069ff3bcd2e1eb7b82e683c03ab1c2a60ebe9548c0b4cbd", + "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", "block_index": 187, - "block_time": 1727950131 + "block_time": 1727952440 } ], "next_cursor": 468, @@ -9628,11 +9810,11 @@ "event": "ORDER_UPDATE", "params": { "status": "cancelled", - "tx_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26" + "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3" }, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "block_time": 1727950158 + "block_time": 1727952458 } ], "next_cursor": 483, @@ -9645,11 +9827,11 @@ "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0" + "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a" }, - "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", + "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", "block_index": 186, - "block_time": 1727950126 + "block_time": 1727952436 } ], "next_cursor": null, @@ -9661,13 +9843,13 @@ "event_index": 474, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", + "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", "status": "completed" }, - "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", + "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", "block_index": 186, - "block_time": 1727950126 + "block_time": 1727952436 } ], "next_cursor": 447, @@ -9681,18 +9863,18 @@ "params": { "block_index": 186, "btc_amount": 2000, - "destination": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "order_match_id": "a3cbf474586f8ebe47071710a4681dafc1e7ec6e4f9ba162916c45c752bab3ae_e5bc8825535daf3994d052154bb54dc3d02a67457a0381bc1be82f135486fab0", - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "status": "valid", - "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", + "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", "tx_index": 52, - "block_time": 1727950126, + "block_time": 1727952436, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "4165007206b22a427c7e286d2f9bd3e545c7a1cea1de0bbcb32e1173d6cfd607", + "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", "block_index": 186, - "block_time": 1727950126 + "block_time": 1727952436 } ], "next_cursor": null, @@ -9705,16 +9887,16 @@ "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "bd03fa3073cabaa14f8b55319b14c0cca17bb7dccc8d6b869df0768040fecb26", - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "valid", - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "tx_index": 57, - "block_time": 1727950158 + "block_time": 1727952458 }, - "tx_hash": "9fd120a2866d3bf16ecb939a08c2822107943c4ca15a178ae75b43b8532a211c", + "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", "block_index": 191, - "block_time": 1727950158 + "block_time": 1727952458 } ], "next_cursor": null, @@ -9727,13 +9909,13 @@ "event": "ORDER_EXPIRATION", "params": { "block_index": 183, - "order_hash": "81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "block_time": 1727950044 + "order_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "block_time": 1727952354 }, "tx_hash": null, "block_index": 183, - "block_time": 1727950044 + "block_time": 1727952354 } ], "next_cursor": 453, @@ -9746,14 +9928,14 @@ "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 183, - "order_match_id": "b21bf2864c62cf26f6e673afce84910cd4256e926e36e83e62d2024972596b94_81fdc4dd5c9a50c1f70814995bcd41c680223cb9a98cab9308be7ee14879f7a3", - "tx0_address": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "tx1_address": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", - "block_time": 1727950044 + "order_match_id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "block_time": 1727952354 }, "tx_hash": null, "block_index": 183, - "block_time": 1727950044 + "block_time": 1727952354 } ], "next_cursor": null, @@ -9771,14 +9953,14 @@ "escrow_quantity": 10000, "give_quantity": 1, "give_remaining": 10000, - "oracle_address": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "origin": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "satoshirate": 1, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": 0, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "tx_index": 33, - "block_time": 1727949959, + "block_time": 1727952268, "asset_info": { "divisible": true, "asset_longname": null, @@ -9791,9 +9973,9 @@ "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "block_index": 146, - "block_time": 1727949959 + "block_time": 1727952268 } ], "next_cursor": 254, @@ -9808,9 +9990,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": 0, - "tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", + "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", "asset_info": { "divisible": true, "asset_longname": null, @@ -9820,9 +10002,9 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 302, @@ -9836,13 +10018,13 @@ "params": { "asset": "XCP", "block_index": 144, - "destination": "miqEFCo8WqtnAo2wPb5mADr9W9g3bQZZ7j", + "destination": "mqFzPk2DrBKEFQr8z8cRiz5bewXEPC7V8Q", "dispense_quantity": 10, - "dispenser_tx_hash": "23b55de699312b1b2b01311daed3ba598752c3322a31e2969bf0cd8d0e64c2b1", - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", - "tx_hash": "cc012ca6208d7266a31872e5efea427046d999fe81acc050ee56f7fc40e139a6", + "dispenser_tx_hash": "c5630aefbda40ca7a9b8aaddff7bcc5ef364e346761dc60bfd7e81960b3d4f0b", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx_hash": "c9acdff55b84d8fe4a67ca2d63008f270c9b1463930163bfb7b58a4fcb8d4726", "tx_index": 31, - "block_time": 1727949940, + "block_time": 1727952260, "asset_info": { "divisible": true, "asset_longname": null, @@ -9852,9 +10034,9 @@ }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "cc012ca6208d7266a31872e5efea427046d999fe81acc050ee56f7fc40e139a6", + "tx_hash": "c9acdff55b84d8fe4a67ca2d63008f270c9b1463930163bfb7b58a4fcb8d4726", "block_index": 144, - "block_time": 1727949940 + "block_time": 1727952260 } ], "next_cursor": null, @@ -9869,14 +10051,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qy4hsv3543c3fun0qx2da9cyctzd4u73pncfk2f", + "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "be1228f459a25482d787b94b8dbf0e7a3892ec47558282a50d34fc2ae5878a49", - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -9887,9 +10069,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 280, @@ -9904,19 +10086,19 @@ "block_index": 138, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qqlzkxgkguck53dyp9w2aqxd0356etfk86qvvya", + "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", + "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", "tx_index": 25, "value": 66600.0, - "block_time": 1727949914, + "block_time": 1727952235, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "24817cf76cbd4d29f85b92623920b27f4b1efeee4c81e34d27d692e4349404ec", + "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", "block_index": 138, - "block_time": 1727949914 + "block_time": 1727952235 } ], "next_cursor": 213, @@ -9947,16 +10129,16 @@ "quantity_by_price": 60, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "start_block": 0, "status": "open", - "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", + "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", "tx_index": 22, - "block_time": 1727949902 + "block_time": 1727952222 }, - "tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", + "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", "block_index": 135, - "block_time": 1727949902 + "block_time": 1727952222 } ], "next_cursor": 161, @@ -9969,11 +10151,11 @@ "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "52cd1d57e5d6bf06ac94c265bb5af2bb6eb440b8b2579f3b0f3b6526dc5979f0" + "tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13" }, "tx_hash": null, "block_index": 130, - "block_time": 1727949880 + "block_time": 1727952201 } ], "next_cursor": 110, @@ -9989,24 +10171,24 @@ "block_index": 136, "commission": 0, "earn_quantity": 40, - "fairminter_tx_hash": "6a89352d3e1818d48712c2f4a58f494774ef9131437a42ce26bf367672095041", + "fairminter_tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", "paid_quantity": 34, - "source": "bcrt1qav9ls79klpevtzxvwtudjdt0zqdzujna93gz4l", + "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", "status": "valid", - "tx_hash": "f8c0f1c7c6c9a830957ef9f7f2ed7e17e970b39d00a471b7beeb58dcb042eb0f", + "tx_hash": "b7e33d40c2046880bdbba5a478374a043decbeed1018eca558e8e0649ad80f65", "tx_index": 23, - "block_time": 1727949906, + "block_time": 1727952227, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false } }, - "tx_hash": "f8c0f1c7c6c9a830957ef9f7f2ed7e17e970b39d00a471b7beeb58dcb042eb0f", + "tx_hash": "b7e33d40c2046880bdbba5a478374a043decbeed1018eca558e8e0649ad80f65", "block_index": 136, - "block_time": 1727949906 + "block_time": 1727952227 } ], "next_cursor": 190, @@ -10020,28 +10202,28 @@ "params": { "asset": "MYASSETA", "block_index": 152, - "destination": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852:1", + "destination": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", "fee_paid": 0, "msg_index": 0, "quantity": 1000000000, - "source": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "status": "valid", - "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", + "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", "tx_index": 39, - "block_time": 1727949983, + "block_time": 1727952303, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "10.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "6fef9580497dabcf1bce6bc68f4e9f517699ae34ff6c3482e0508956a1be8852", + "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", "block_index": 152, - "block_time": 1727949983 + "block_time": 1727952303 } ], "next_cursor": 296, @@ -10055,28 +10237,28 @@ "params": { "asset": "MYASSETA", "block_index": 151, - "destination": "bcrt1qnr36pjpajfasr3tt9s0l8xpsvlnef2lfzuce74", + "destination": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", "fee_paid": 0, "msg_index": 0, "quantity": 500000000, - "source": "4114f0561aa551b809574a5f08d4aa2a60de6db5ec81fabcd89288fdee93ef97:0", + "source": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb:0", "status": "valid", - "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", + "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", "tx_index": 38, - "block_time": 1727949980, + "block_time": 1727952300, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q5qguqsefm993k2fhuexvvcu9g0mfvkt8tflmv7", + "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", "divisible": true, "locked": false }, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "cdd0423087e378ec7faca7b0e1bb0fb9ee8d774640987694eef92b5d45e9022b", + "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", "block_index": 151, - "block_time": 1727949980 + "block_time": 1727952300 } ], "next_cursor": null, @@ -10090,14 +10272,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541:0", + "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", "msg_index": 1, "quantity": 1500000000, - "source": "18eb69c14dedaa5427af61dce633825dcd7463e1c12c992d8eec6916632b5dad:1", + "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", "status": "valid", - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "tx_index": 61, - "block_time": 1727950180, + "block_time": 1727952480, "asset_info": { "divisible": true, "asset_longname": null, @@ -10107,9 +10289,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "4ed7bf4c091d2a784e2d481ee5db990a568f8b93a627d6adaf4884bef61c0541", + "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", "block_index": 195, - "block_time": 1727950180 + "block_time": 1727952480 } ], "next_cursor": 548, @@ -10124,17 +10306,17 @@ "block_index": 121, "burned": 50000000, "earned": 74999996667, - "source": "bcrt1qzklp8scx46fgxl037gvzacpzvs34kymf9yjpfe", + "source": "bcrt1qyte2wn824cnff7txlcs7uwhjn6rypsv46razgl", "status": "valid", - "tx_hash": "8da7f00dd44ec21e346f824732a4ada88868034bebbc93629461b5945f7fbf72", + "tx_hash": "cdbdc3f63118b57f0446e955011c6c692b7dc2354bd3ae5d829fabfa2a1e4b75", "tx_index": 9, - "block_time": 1727949841, + "block_time": 1727952163, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, - "tx_hash": "8da7f00dd44ec21e346f824732a4ada88868034bebbc93629461b5945f7fbf72", + "tx_hash": "cdbdc3f63118b57f0446e955011c6c692b7dc2354bd3ae5d829fabfa2a1e4b75", "block_index": 121, - "block_time": 1727949841 + "block_time": 1727952163 } ], "next_cursor": 65, diff --git a/dredd.yml b/dredd.yml index 0294f30407..bcf3744bcd 100644 --- a/dredd.yml +++ b/dredd.yml @@ -57,7 +57,10 @@ only: And Asset - Addresses > Get Sweeps By Address > Get Sweeps By Address - Addresses > Get Issuances By Address > Get Issuances By Address +- Addresses > Get Valid Assets By Issuer Or Owner > Get Valid Assets By Issuer Or + Owner - Addresses > Get Valid Assets By Issuer > Get Valid Assets By Issuer +- Addresses > Get Valid Assets By Owner > Get Valid Assets By Owner - Addresses > Get Transactions By Address > Get Transactions By Address - Addresses > Get Dividends Distributed By Address > Get Dividends Distributed By Address From add33149dcee7b73d405af0e275fdfe5e0cf21ea Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Thu, 3 Oct 2024 12:00:47 +0000 Subject: [PATCH 06/23] Add prefixed data support to api.compose.unpack() function --- apiary.apib | 3715 +++++++++-------- .../counterpartycore/lib/api/compose.py | 2 + .../test/regtest/apidoc/apicache.json | 3379 +++++++-------- 3 files changed, 3644 insertions(+), 3452 deletions(-) diff --git a/apiary.apib b/apiary.apib index 5013d1b1e0..1a4fc3b4fd 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1,4 +1,4 @@ -[//]: # (Generated by genapidoc.py on 2024-10-03 10:48:16.072203. Do not edit manually.) +[//]: # (Generated by genapidoc.py on 2024-10-03 11:53:10.489592. Do not edit manually.) FORMAT: 1A HOST: https://api.counterparty.io:4000 @@ -179,15 +179,15 @@ Here is a list of events classified by theme and for each an example response: "event_index": 543, "event": "NEW_BLOCK", "params": { - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", "block_index": 195, - "block_time": 1727952480, + "block_time": 1727956374, "difficulty": 545259519, - "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877" + "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4" }, "tx_hash": null, "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 537, @@ -204,17 +204,17 @@ Here is a list of events classified by theme and for each an example response: "event_index": 544, "event": "NEW_TRANSACTION", "params": { - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", "block_index": 195, - "block_time": 1727952480, + "block_time": 1727956374, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "fee": 0, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -224,9 +224,9 @@ Here is a list of events classified by theme and for each an example response: }, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 538, @@ -245,16 +245,16 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "out_index": 0, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 277, @@ -272,15 +272,15 @@ Here is a list of events classified by theme and for each an example response: "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", - "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", + "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", + "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", "transaction_count": 1, - "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", - "block_time": 1727952480 + "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", + "block_time": 1727956374 }, "tx_hash": null, "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 542, @@ -298,12 +298,12 @@ Here is a list of events classified by theme and for each an example response: "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61 }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 541, @@ -326,12 +326,12 @@ Here is a list of events classified by theme and for each an example response: "address": null, "asset": "XCP", "block_index": 195, - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "block_time": 1727952480, + "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -341,9 +341,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 546, @@ -360,16 +360,16 @@ Here is a list of events classified by theme and for each an example response: "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -379,9 +379,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 550, @@ -400,14 +400,14 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 188, - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "memo": null, "quantity": 10000, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "status": "valid", - "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed", + "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c", "tx_index": 54, - "block_time": 1727952445, + "block_time": 1727956339, "asset_info": { "divisible": true, "asset_longname": null, @@ -417,9 +417,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00010000" }, - "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed", + "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c", "block_index": 188, - "block_time": 1727952445 + "block_time": 1727956339 } ], "next_cursor": null, @@ -438,15 +438,15 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 189, - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "memo": null, "msg_index": 2, "quantity": 10, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "valid", - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "tx_index": 55, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "divisible": true, "asset_longname": null, @@ -456,9 +456,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000010" }, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "block_time": 1727952449 + "block_time": 1727956344 } ], "next_cursor": 502, @@ -496,20 +496,20 @@ Here is a list of events classified by theme and for each an example response: "event": "SWEEP", "params": { "block_index": 193, - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "status": "valid", - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "tx_index": 59, - "block_time": 1727952466, + "block_time": 1727956361, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "block_time": 1727952466 + "block_time": 1727956361 } ], "next_cursor": null, @@ -531,15 +531,15 @@ Here is a list of events classified by theme and for each an example response: "dividend_asset": "XCP", "fee_paid": 40000, "quantity_per_unit": 100000000, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "valid", - "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "tx_index": 41, - "block_time": 1727952312, + "block_time": 1727956195, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -553,9 +553,9 @@ Here is a list of events classified by theme and for each an example response: "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00040000" }, - "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "block_index": 154, - "block_time": 1727952312 + "block_time": 1727956195 } ], "next_cursor": null, @@ -588,11 +588,11 @@ Here is a list of events classified by theme and for each an example response: "asset_longname": "A95428959745315388.SUBNUMERIC", "asset_name": "A95428956980101314", "block_index": 160, - "block_time": 1727952338 + "block_time": 1727956221 }, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "block_index": 160, - "block_time": 1727952338 + "block_time": 1727956221 } ], "next_cursor": 374, @@ -620,22 +620,22 @@ Here is a list of events classified by theme and for each an example response: "description_locked": false, "divisible": true, "fee_paid": 0, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "valid", "transfer": false, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "tx_index": 47, - "block_time": 1727952338, + "block_time": 1727956221, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "block_index": 160, - "block_time": 1727952338 + "block_time": 1727956221 } ], "next_cursor": 381, @@ -655,12 +655,12 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "block_index": 194, "quantity": 1, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "status": "valid", "tag": "64657374726f79", - "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", + "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", "tx_index": 60, - "block_time": 1727952470, + "block_time": 1727956365, "asset_info": { "divisible": true, "asset_longname": null, @@ -670,9 +670,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000001" }, - "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", + "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", "block_index": 194, - "block_time": 1727952470 + "block_time": 1727956365 } ], "next_cursor": 157, @@ -704,11 +704,11 @@ Here is a list of events classified by theme and for each an example response: "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "open", - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "tx_index": 58, - "block_time": 1727952462, + "block_time": 1727956356, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -732,9 +732,9 @@ Here is a list of events classified by theme and for each an example response: "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "block_time": 1727952462 + "block_time": 1727956356 } ], "next_cursor": 509, @@ -757,20 +757,20 @@ Here is a list of events classified by theme and for each an example response: "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 3000, - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "match_expire_index": 207, "status": "pending", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx0_block_index": 185, "tx0_expiration": 21, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", "tx0_index": 50, - "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "tx1_block_index": 187, "tx1_expiration": 21, - "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "tx1_index": 53, - "block_time": 1727952440, + "block_time": 1727956335, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -789,9 +789,9 @@ Here is a list of events classified by theme and for each an example response: "backward_quantity_normalized": "0.00003000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "block_index": 187, - "block_time": 1727952440 + "block_time": 1727956335 } ], "next_cursor": 468, @@ -809,11 +809,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_UPDATE", "params": { "status": "cancelled", - "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3" + "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9" }, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "block_time": 1727952458 + "block_time": 1727956352 } ], "next_cursor": 483, @@ -831,11 +831,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a" + "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a" }, - "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", + "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", "block_index": 186, - "block_time": 1727952436 + "block_time": 1727956331 } ], "next_cursor": null, @@ -852,13 +852,13 @@ Here is a list of events classified by theme and for each an example response: "event_index": 474, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "status": "completed" }, - "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", + "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", "block_index": 186, - "block_time": 1727952436 + "block_time": 1727956331 } ], "next_cursor": 447, @@ -877,18 +877,18 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 186, "btc_amount": 2000, - "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "status": "valid", - "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", + "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", "tx_index": 52, - "block_time": 1727952436, + "block_time": 1727956331, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", + "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", "block_index": 186, - "block_time": 1727952436 + "block_time": 1727956331 } ], "next_cursor": null, @@ -906,16 +906,16 @@ Here is a list of events classified by theme and for each an example response: "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "valid", - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "tx_index": 57, - "block_time": 1727952458 + "block_time": 1727956352 }, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "block_time": 1727952458 + "block_time": 1727956352 } ], "next_cursor": null, @@ -933,13 +933,13 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_EXPIRATION", "params": { "block_index": 183, - "order_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "block_time": 1727952354 + "order_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "block_time": 1727956247 }, "tx_hash": null, "block_index": 183, - "block_time": 1727952354 + "block_time": 1727956247 } ], "next_cursor": 453, @@ -957,14 +957,14 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 183, - "order_match_id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "block_time": 1727952354 + "order_match_id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "block_time": 1727956247 }, "tx_hash": null, "block_index": 183, - "block_time": 1727952354 + "block_time": 1727956247 } ], "next_cursor": null, @@ -989,14 +989,14 @@ Here is a list of events classified by theme and for each an example response: "escrow_quantity": 10000, "give_quantity": 1, "give_remaining": 10000, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "satoshirate": 1, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": 0, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "tx_index": 33, - "block_time": 1727952268, + "block_time": 1727956162, "asset_info": { "divisible": true, "asset_longname": null, @@ -1009,9 +1009,9 @@ Here is a list of events classified by theme and for each an example response: "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "block_index": 146, - "block_time": 1727952268 + "block_time": 1727956162 } ], "next_cursor": 254, @@ -1031,9 +1031,9 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": 0, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "asset_info": { "divisible": true, "asset_longname": null, @@ -1043,9 +1043,9 @@ Here is a list of events classified by theme and for each an example response: }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 302, @@ -1064,13 +1064,13 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 144, - "destination": "mqFzPk2DrBKEFQr8z8cRiz5bewXEPC7V8Q", + "destination": "mxLiD5ZrjNcBWy92B6coJHsbhp8asgskNZ", "dispense_quantity": 10, - "dispenser_tx_hash": "c5630aefbda40ca7a9b8aaddff7bcc5ef364e346761dc60bfd7e81960b3d4f0b", - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "tx_hash": "c9acdff55b84d8fe4a67ca2d63008f270c9b1463930163bfb7b58a4fcb8d4726", + "dispenser_tx_hash": "6364c76b3165808d4f9ef5e17405666e1744395605921a4b68a067a6e83b5369", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx_hash": "37ad27a5e19664ff6317fbff6b065b342e50efbf771249f14fe2ffce6b8469b6", "tx_index": 31, - "block_time": 1727952260, + "block_time": 1727956153, "asset_info": { "divisible": true, "asset_longname": null, @@ -1080,9 +1080,9 @@ Here is a list of events classified by theme and for each an example response: }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "c9acdff55b84d8fe4a67ca2d63008f270c9b1463930163bfb7b58a4fcb8d4726", + "tx_hash": "37ad27a5e19664ff6317fbff6b065b342e50efbf771249f14fe2ffce6b8469b6", "block_index": 144, - "block_time": 1727952260 + "block_time": 1727956153 } ], "next_cursor": null, @@ -1102,14 +1102,14 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1120,9 +1120,9 @@ Here is a list of events classified by theme and for each an example response: "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 280, @@ -1144,19 +1144,19 @@ Here is a list of events classified by theme and for each an example response: "block_index": 138, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", + "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", "tx_index": 25, "value": 66600.0, - "block_time": 1727952235, + "block_time": 1727956119, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", + "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", "block_index": 138, - "block_time": 1727952235 + "block_time": 1727956119 } ], "next_cursor": 213, @@ -1194,16 +1194,16 @@ Here is a list of events classified by theme and for each an example response: "quantity_by_price": 60, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "start_block": 0, "status": "open", - "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", + "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", "tx_index": 22, - "block_time": 1727952222 + "block_time": 1727956106 }, - "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", + "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", "block_index": 135, - "block_time": 1727952222 + "block_time": 1727956106 } ], "next_cursor": 161, @@ -1221,11 +1221,11 @@ Here is a list of events classified by theme and for each an example response: "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13" + "tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d" }, "tx_hash": null, "block_index": 130, - "block_time": 1727952201 + "block_time": 1727956085 } ], "next_cursor": 110, @@ -1246,24 +1246,24 @@ Here is a list of events classified by theme and for each an example response: "block_index": 136, "commission": 0, "earn_quantity": 40, - "fairminter_tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", + "fairminter_tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", "paid_quantity": 34, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "status": "valid", - "tx_hash": "b7e33d40c2046880bdbba5a478374a043decbeed1018eca558e8e0649ad80f65", + "tx_hash": "55bd7dbe5db21d4bd450254f0f97c643ae896d2fcdda3cf3ed5d7b8870c0f784", "tx_index": 23, - "block_time": 1727952227, + "block_time": 1727956110, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, - "tx_hash": "b7e33d40c2046880bdbba5a478374a043decbeed1018eca558e8e0649ad80f65", + "tx_hash": "55bd7dbe5db21d4bd450254f0f97c643ae896d2fcdda3cf3ed5d7b8870c0f784", "block_index": 136, - "block_time": 1727952227 + "block_time": 1727956110 } ], "next_cursor": 190, @@ -1284,28 +1284,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MYASSETA", "block_index": 152, - "destination": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", + "destination": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", "fee_paid": 0, "msg_index": 0, "quantity": 1000000000, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "valid", - "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", + "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", "tx_index": 39, - "block_time": 1727952303, + "block_time": 1727956187, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "10.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", + "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", "block_index": 152, - "block_time": 1727952303 + "block_time": 1727956187 } ], "next_cursor": 296, @@ -1324,28 +1324,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MYASSETA", "block_index": 151, - "destination": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", + "destination": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", "fee_paid": 0, "msg_index": 0, "quantity": 500000000, - "source": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb:0", + "source": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af:0", "status": "valid", - "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", + "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", "tx_index": 38, - "block_time": 1727952300, + "block_time": 1727956183, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", + "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", "block_index": 151, - "block_time": 1727952300 + "block_time": 1727956183 } ], "next_cursor": null, @@ -1364,14 +1364,14 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 195, - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "msg_index": 1, "quantity": 1500000000, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", "status": "valid", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1381,9 +1381,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 548, @@ -1405,17 +1405,17 @@ Here is a list of events classified by theme and for each an example response: "block_index": 121, "burned": 50000000, "earned": 74999996667, - "source": "bcrt1qyte2wn824cnff7txlcs7uwhjn6rypsv46razgl", + "source": "bcrt1qvy7df9mk46kg5f4j9ze3gq6uqadfc0mykxrtt2", "status": "valid", - "tx_hash": "cdbdc3f63118b57f0446e955011c6c692b7dc2354bd3ae5d829fabfa2a1e4b75", + "tx_hash": "5d84ddc320cb2eafee0774b2523b713b035a0aefe95ab1b243729b20bbec6db7", "tx_index": 9, - "block_time": 1727952163, + "block_time": 1727956046, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, - "tx_hash": "cdbdc3f63118b57f0446e955011c6c692b7dc2354bd3ae5d829fabfa2a1e4b75", + "tx_hash": "5d84ddc320cb2eafee0774b2523b713b035a0aefe95ab1b243729b20bbec6db7", "block_index": 121, - "block_time": 1727952163 + "block_time": 1727956046 } ], "next_cursor": 65, @@ -1472,61 +1472,61 @@ Returns the list of the last ten blocks "result": [ { "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", "difficulty": 545259519, - "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", - "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", - "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", + "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", + "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", + "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", "transaction_count": 1, "confirmed": true }, { "block_index": 194, - "block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", - "block_time": 1727952470, - "previous_block_hash": "1741784d8e08e0f9e157409fee75df6df89ebbde1cb3558678d456c03e2c9bc4", + "block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", + "block_time": 1727956365, + "previous_block_hash": "42dde604af6b81eec91dd236a3fdc5214984885c2f88c4fb76feb32186c724b3", "difficulty": 545259519, - "ledger_hash": "6b32c30d1930b07cef875716c18b6f097b89ad780dad0bfcd012d162d3dfd70f", - "txlist_hash": "45bb8fb7f8af513b7690e24fbb234b7722dcdd58d03c2d85155492344803c1d4", - "messages_hash": "f429db3399e04cafbc04f3a6dbcd9a501391bb0358a2a70825cd3047c6e49eea", + "ledger_hash": "5ce77a6a226965b776b05e8b963a910dd5928ab2883f815502efb7d71cbecf14", + "txlist_hash": "18b581f2804c86c95a71c4788f584e5710032e34dd1b28e8e0ebaac97c37119e", + "messages_hash": "53accd5daf6873e7744f6ab545c1d610565bff0961b61b755a160acee5d7252b", "transaction_count": 1, "confirmed": true }, { "block_index": 193, - "block_hash": "1741784d8e08e0f9e157409fee75df6df89ebbde1cb3558678d456c03e2c9bc4", - "block_time": 1727952466, - "previous_block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", + "block_hash": "42dde604af6b81eec91dd236a3fdc5214984885c2f88c4fb76feb32186c724b3", + "block_time": 1727956361, + "previous_block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", "difficulty": 545259519, - "ledger_hash": "f0ba2b052c325aa048394f44090a55ccf4a1c81e538fe724e854488952eee420", - "txlist_hash": "6d5f495d4f94c9eb4fc2af778250fce8e629fb468e9e02a746459801d9fa9ec7", - "messages_hash": "3a46f8011b5b31bae4bd037a8b878b05e134811cdcb87226d13168e097b128c6", + "ledger_hash": "fa89e1426fbd6d03390a7f85e04da0c8101e812f3a7ea22cd093154b8ea6cb05", + "txlist_hash": "ffa627cc2aa019b9de9192ebbf587d15aa14ff6bb7b2b56f6ce8acbe67ce6d47", + "messages_hash": "f765180cacae4971bf0f3bfffe63df3104ecb34e783241abf836631229dbf522", "transaction_count": 1, "confirmed": true }, { "block_index": 192, - "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", - "block_time": 1727952462, - "previous_block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", + "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", + "block_time": 1727956356, + "previous_block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", "difficulty": 545259519, - "ledger_hash": "ccbc3fe62eb8434da13e4fa0ee38011ee71b13fe4fcde848102a981f2d768e81", - "txlist_hash": "118d22338295fd5c9eecc5d47065f917b8e9764869a800025f04706cd4931383", - "messages_hash": "d1ce82c0dbb49b7621cbe7e048e29c9e74e80f4e5fe4a5fb8885fb5211665f5f", + "ledger_hash": "0dad75417237726f47a30d601b23ecaeb72140a0e16e2b4622188fde8f1792b2", + "txlist_hash": "e429c8fc3dad0aded7d35ac8690a8d2b39a0c716a733764debef3a9a632aae9c", + "messages_hash": "75af49f32908c3ff32fc12cb0b625402940acaf0edf212f3dc199a25bb5416e9", "transaction_count": 1, "confirmed": true }, { "block_index": 191, - "block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", - "block_time": 1727952458, - "previous_block_hash": "0ec9b245688d4a6f280a512e32c7d5a0e8138919fbe8c3987639d0e942dbc073", + "block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", + "block_time": 1727956352, + "previous_block_hash": "19dba54004278233d0ce69f8d1ac523dec7a824faa2b4eb1c3d87b3a2ecfd584", "difficulty": 545259519, - "ledger_hash": "af1e6b4ec965089d42c404bb14306440a2fa557ddff6f8ca8c5261b31e245923", - "txlist_hash": "1048b809aa6ffbe9f13c348b724db0e0f463fe689f2c365414503268ca135ce2", - "messages_hash": "a231dd74634a751f824a1d07090258467f1dd88baa7e154f98b6c209fc3177a0", + "ledger_hash": "fc2374117083286161b104afbf0d037e073731d3114b960c90a40692879e77ab", + "txlist_hash": "33dd945ba00ad5269f72002b573fc69e8d952de00783a0637b096f63cab7795a", + "messages_hash": "ab017d6c798858d33cc3cd5db10f0d3d43c22781199c9423d70475010560aaf2", "transaction_count": 1, "confirmed": true } @@ -1563,13 +1563,13 @@ Return the information of a block { "result": { "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", "difficulty": 545259519, - "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", - "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", - "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", + "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", + "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", + "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", "transaction_count": 1, "confirmed": true } @@ -1581,7 +1581,7 @@ Return the information of a block Return the information of a block + Parameters - + block_hash: `027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a` (str, required) - The index of the block to return + + block_hash: `53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d` (str, required) - The index of the block to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -1593,13 +1593,13 @@ Return the information of a block { "result": { "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", "difficulty": 545259519, - "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", - "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", - "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", + "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", + "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", + "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", "transaction_count": 1, "confirmed": true } @@ -1630,17 +1630,17 @@ Returns the transactions of a block "result": [ { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -1686,11 +1686,11 @@ Returns the events of a block "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", - "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", + "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", + "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", "transaction_count": 1, - "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", - "block_time": 1727952480 + "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", + "block_time": 1727956374 }, "tx_hash": null }, @@ -1699,10 +1699,10 @@ Returns the events of a block "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61 }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" }, { "event_index": 554, @@ -1711,14 +1711,14 @@ Returns the events of a block "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1729,7 +1729,7 @@ Returns the events of a block "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" }, { "event_index": 553, @@ -1738,9 +1738,9 @@ Returns the events of a block "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": 0, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "asset_info": { "divisible": true, "asset_longname": null, @@ -1750,22 +1750,22 @@ Returns the events of a block }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1775,7 +1775,7 @@ Returns the events of a block }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" } ], "next_cursor": 551, @@ -1858,16 +1858,16 @@ Returns the events of a block filtered by event "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1877,7 +1877,7 @@ Returns the events of a block filtered by event }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" }, { "event_index": 550, @@ -1887,12 +1887,12 @@ Returns the events of a block filtered by event "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1902,7 +1902,7 @@ Returns the events of a block filtered by event }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" }, { "event_index": 547, @@ -1912,22 +1912,22 @@ Returns the events of a block filtered by event "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" } ], "next_cursor": null, @@ -1990,16 +1990,16 @@ Returns the credits of a block "result": [ { "block_index": 195, - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -2015,12 +2015,12 @@ Returns the credits of a block "asset": "XCP", "quantity": 1500000000, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -2036,16 +2036,16 @@ Returns the credits of a block "asset": "MYASSETA", "quantity": 1500000000, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2105,12 +2105,12 @@ Returns the debits of a block "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -2126,16 +2126,16 @@ Returns the debits of a block "asset": "MYASSETA", "quantity": 1500000000, "action": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2171,24 +2171,24 @@ Returns the expirations of a block "result": [ { "type": "order", - "object_id": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "object_id": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", "block_index": 183, "confirmed": true, - "block_time": 1727952354 + "block_time": 1727956247 }, { "type": "order", - "object_id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "object_id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", "block_index": 183, "confirmed": true, - "block_time": 1727952354 + "block_time": 1727956247 }, { "type": "order_match", - "object_id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "object_id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", "block_index": 183, "confirmed": true, - "block_time": 1727952354 + "block_time": 1727956247 } ], "next_cursor": null, @@ -2220,13 +2220,13 @@ Returns the cancels of a block "result": [ { "tx_index": 57, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "status": "valid", "confirmed": true, - "block_time": 1727952458 + "block_time": 1727956352 } ], "next_cursor": null, @@ -2258,15 +2258,15 @@ Returns the destructions of a block "result": [ { "tx_index": 60, - "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", + "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", "block_index": 194, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "quantity": 1, "tag": "64657374726f79", "status": "valid", "confirmed": true, - "block_time": 1727952470, + "block_time": 1727956365, "asset_info": { "divisible": true, "asset_longname": null, @@ -2306,14 +2306,14 @@ Returns the issuances of a block "result": [ { "tx_index": 47, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -2328,7 +2328,7 @@ Returns the issuances of a block "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952338, + "block_time": 1727956221, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -2362,10 +2362,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block "result": [ { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -2373,7 +2373,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -2386,10 +2386,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block }, { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -2397,11 +2397,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2439,27 +2439,27 @@ Returns the dispenses of a block { "tx_index": 61, "dispense_index": 0, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2474,7 +2474,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -2515,16 +2515,16 @@ Returns the sweeps of a block "result": [ { "tx_index": 59, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727952466, + "block_time": 1727956361, "fee_paid_normalized": "0.00600000" } ], @@ -2558,17 +2558,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 25, - "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", + "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", "block_index": 138, - "block_hash": "18210ffa6ec710fd4d32faa600925d8666460b86d2e292cd7d5c3603197ec123", - "block_time": 1727952235, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_hash": "0760245684e40412d5aeccda311d3d5fc8260259419960f5e4d6a6b36ed82d34", + "block_time": 1727956119, + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "destination": null, "btc_amount": 0, "fee": 10000, "data": "1eeea6b9ef40f0428000000000000000000970726963652d555344", "supported": true, - "utxos_info": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f:1", + "utxos_info": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7:1", "confirmed": true, "unpacked_data": { "message_type": "broadcast", @@ -2593,25 +2593,25 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 52, - "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", + "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", "block_index": 186, - "block_hash": "3aaa775e1d5403a9a6f274b84f3459e9a3bc910a1e7c0cc422fc7f209e9ef562", - "block_time": 1727952436, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "5bf0eebaa65d91385c5766b1d4888d375287a19ad870885d4908bd056c2626f5", + "block_time": 1727956331, + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "btc_amount": 2000, "fee": 10000, - "data": "0b55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "data": "0b9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "supported": true, - "utxos_info": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3:0", + "utxos_info": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "status": "valid" } }, @@ -2626,23 +2626,23 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 57, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", - "block_time": 1727952458, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", + "block_time": 1727956352, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "4632df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "data": "4650338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "supported": true, - "utxos_info": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81:1", + "utxos_info": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "status": "valid" } }, @@ -2657,17 +2657,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 60, - "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", + "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", "block_index": 194, - "block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", - "block_time": 1727952470, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", + "block_time": 1727956365, + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9:1", + "utxos_info": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -2697,17 +2697,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 33, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "block_index": 146, - "block_hash": "2d39303fb7739cca01caa546da11781bf60b0baeb1e501837b88743b011658f8", - "block_time": 1727952268, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_hash": "2d0ebf0dea4c53848801038c823ea2c2922a6910a788f4c492c5333c50422d83", + "block_time": 1727956162, + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0c000000000000000100000000000000010000000000002710000000000000000100805bcc8878cad331f92040ab1aa86a6a1b0e220443", + "data": "0c000000000000000100000000000000010000000000002710000000000000000100804dbad23f47531daf37d441cbd99a86a5cfb7251f", "supported": true, - "utxos_info": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041:1", + "utxos_info": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109:1", "confirmed": true, "unpacked_data": { "message_type": "dispenser", @@ -2719,7 +2719,7 @@ Here is sample API output for each of these transactions: "mainchainrate": 1, "dispenser_status": 0, "action_address": null, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": "valid", "asset_info": { "divisible": true, @@ -2743,17 +2743,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -2773,17 +2773,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 41, - "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "block_index": 154, - "block_hash": "7c48e79cc5fe3251795084d391e9a2d9e89af3e300d9de71cb287aa1620ea3fe", - "block_time": 1727952312, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "02a77b995ac8fd2d05c61cc78081a0f245e91f3d9d55d9996f0dacdd3f9ab526", + "block_time": 1727956195, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, "data": "320000000005f5e100000000182b37176e0000000000000001", "supported": true, - "utxos_info": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444:1", + "utxos_info": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3:1", "confirmed": true, "unpacked_data": { "message_type": "dividend", @@ -2796,7 +2796,7 @@ Here is sample API output for each of these transactions: "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2821,17 +2821,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 47, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "block_index": 160, - "block_hash": "2a31a87e02e6b91aa79778cdad467066055c55c4b34ace5c7489d8e059cd8513", - "block_time": 1727952338, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "0ee295e7681e1d05b097c97ba9d167f4577b5b8da510425e61ed10d41ddfbf46", + "block_time": 1727956221, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, "data": "17015308217a15c0c2000000174876e80001000016987952c23e7c7c94dd9fd148af3f5276f9092bbbc2e941207375626e756d65726963206173736574", "supported": true, - "utxos_info": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c:1", + "utxos_info": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc:1", "confirmed": true, "unpacked_data": { "message_type": "issuance", @@ -2863,17 +2863,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 58, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", - "block_time": 1727952462, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", + "block_time": 1727956356, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641:1", + "utxos_info": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -2916,17 +2916,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 54, - "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed", + "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c", "block_index": 188, - "block_hash": "0c10eea160a059474c6b3747b7ace3913ba9b636c6f8f1eb639d32ab84e9720b", - "block_time": 1727952445, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "block_hash": "7b73665d40fd228d7d7ffdce275550f72169c632088a2c99e9cb461cc72144e3", + "block_time": 1727956339, + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "020000000000000001000000000000271080dbad4af8d82322d6953da8b5e20efdf0e0ceae6a", + "data": "020000000000000001000000000000271080ea3b09500947beee433af91a90aa2b8d83951bb2", "supported": true, - "utxos_info": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed:1", + "utxos_info": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c:1", "confirmed": true, "unpacked_data": { "message_type": "enhanced_send", @@ -2934,7 +2934,7 @@ Here is sample API output for each of these transactions: "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "memo": null, "asset_info": { "divisible": true, @@ -2957,17 +2957,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "block_hash": "7e558da2526abb801b412564588e3d6570b147eb6856b1b544402f2085fa0653", - "block_time": 1727952449, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "04c0799009ca0ce3e5c9c037d99beb42c57a5b13158c954ee4046d07cf5a2184", + "block_time": 1727956344, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0300038056d67e625d5810110ee4de5266b7a705ce45221b80b13b11ce61b62505cddc67a765222f31985f23fb80dbad4af8d82322d6953da8b5e20efdf0e0ceae6a400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380acf32b548d1903f15d71030be6d535c9472b7f2d8029a1eedce8aca0b5cafd3881230500eed9eac2ba80ea3b09500947beee433af91a90aa2b8d83951bb2400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2:0", + "utxos_info": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -2975,14 +2975,14 @@ Here is sample API output for each of these transactions: "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2990,7 +2990,7 @@ Here is sample API output for each of these transactions: }, { "asset": "XCP", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -3016,23 +3016,23 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 59, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "block_hash": "1741784d8e08e0f9e157409fee75df6df89ebbde1cb3558678d456c03e2c9bc4", - "block_time": 1727952466, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "block_hash": "42dde604af6b81eec91dd236a3fdc5214984885c2f88c4fb76feb32186c724b3", + "block_time": 1727956361, + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0480dbad4af8d82322d6953da8b5e20efdf0e0ceae6a017377656570206d7920617373657473", + "data": "0480ea3b09500947beee433af91a90aa2b8d83951bb2017377656570206d7920617373657473", "supported": true, - "utxos_info": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c:1", + "utxos_info": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1:1", "confirmed": true, "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "flags": 1, "memo": "sweep my assets" } @@ -3065,17 +3065,17 @@ Returns the list of the last ten transactions "result": [ { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3088,17 +3088,17 @@ Returns the list of the last ten transactions }, { "tx_index": 60, - "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", + "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", "block_index": 194, - "block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", - "block_time": 1727952470, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", + "block_time": 1727956365, + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9:1", + "utxos_info": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -3130,7 +3130,7 @@ Returns the list of the last ten transactions Returns Counterparty information from a raw transaction in hex format. + Parameters - + rawtransaction: `020000000001010000000000000000000000000000000000000000000000000000000000000000ffffffff03014600ffffffff0200f2052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b330000000000000000266a24aa21a9ede2f61c3f71d1defd3fa999dfa36953755c690689799962b48bebd836974e8cf90120000000000000000000000000000000000000000000000000000000000000000000000000` (str, required) - Raw transaction in hex format + + rawtransaction: `0200000000010184f7c070887b5dedf33cdacd2f6d89ae43c6970f4f2550d44b1db25dbe7dbd550100000000ffffffff0370170000000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be900000000000000000c6a0af9faa8743d8a159cf59a90b1092701000000160014acf32b548d1903f15d71030be6d535c9472b7f2d024730440220413dd22c1bb31c1268e0527f4ec3c4e2b90876f0b8692f57927af3afb418191a022051232af91f8266e9a06901c820c2baf49b959dde3d1adf3de0bdb7c33431895d012103768d3ae8053dd165afa018981a52cf632a08e1c48037d6095aed5bdadf74acbb00000000` (str, required) - Raw transaction in hex format + block_index (int, optional) - Block index mandatory for transactions before block 335000 + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -3143,41 +3143,54 @@ Returns Counterparty information from a raw transaction in hex format. ``` { "result": { - "source": "", - "destination": null, - "btc_amount": null, - "fee": null, - "data": "", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "btc_amount": 6000, + "fee": 0, + "data": "0d00", "decoded_tx": { "version": 2, "segwit": true, - "coinbase": true, + "coinbase": false, "vin": [ { - "hash": "0000000000000000000000000000000000000000000000000000000000000000", - "n": 4294967295, - "script_sig": "014600", + "hash": "84f7c070887b5dedf33cdacd2f6d89ae43c6970f4f2550d44b1db25dbe7dbd55", + "n": 1, + "script_sig": "", "sequence": 4294967295, - "coinbase": true + "coinbase": false } ], "vout": [ { - "value": 5000000000, - "script_pub_key": "001455f989c648f702be57f9c409fd3a78cb54ac9b33" + "value": 6000, + "script_pub_key": "00147cb1b0af8dbcdc6731df1f2cc4986147659e3be9" }, { "value": 0, - "script_pub_key": "6a24aa21a9ede2f61c3f71d1defd3fa999dfa36953755c690689799962b48bebd836974e8cf9" + "script_pub_key": "6a0af9faa8743d8a159cf59a" + }, + { + "value": 4949914000, + "script_pub_key": "0014acf32b548d1903f15d71030be6d535c9472b7f2d" } ], "vtxinwit": [ - "0000000000000000000000000000000000000000000000000000000000000000" + "30440220413dd22c1bb31c1268e0527f4ec3c4e2b90876f0b8692f57927af3afb418191a022051232af91f8266e9a06901c820c2baf49b959dde3d1adf3de0bdb7c33431895d01", + "03768d3ae8053dd165afa018981a52cf632a08e1c48037d6095aed5bdadf74acbb" ], "lock_time": 0, - "tx_hash": "6d01a3c45e54317a10a77e33429b7ffb498ca3b2be2420d09ed66272daa7ce40", - "tx_id": "6d01a3c45e54317a10a77e33429b7ffb498ca3b2be2420d09ed66272daa7ce40" - } + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_id": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409" + }, + "unpacked_data": { + "message_type": "dispense", + "message_type_id": 13, + "message_data": { + "data": "00" + } + }, + "btc_amount_normalized": "0.00006000" } } ``` @@ -3187,7 +3200,7 @@ Returns Counterparty information from a raw transaction in hex format. Returns Counterparty information from a transaction hash. + Parameters - + tx_hash: `22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731` (str, required) - Transaction hash + + tx_hash: `a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e` (str, required) - Transaction hash + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3198,18 +3211,18 @@ Returns Counterparty information from a transaction hash. ``` { "result": { - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", + "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "fef92a0f1c9bfa713de702f86cb1a94f213c5f5beeafad44d422386562a4fd97", + "hash": "6a43f95ba9963ad89e3dd4266363272c973abefb8ee8bf85fff130efc2cbfc19", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -3219,20 +3232,20 @@ Returns Counterparty information from a transaction hash. "vout": [ { "value": 0, - "script_pub_key": "6a2e2f1d9987abaa074e39b7d6b2a4956c532b8c8cc43e1a09774fa2dc9df7a3af7baf4b30b34b7d7bf316f27ca57f97" + "script_pub_key": "6a2e6b4e7fc15a2b4231e7351c76a8c738f2de12d58a0b1470f881927e49cfd83ff9daed2dc9de0fd6bca7a0cb09afac" }, { "value": 4999955000, - "script_pub_key": "0014dbad4af8d82322d6953da8b5e20efdf0e0ceae6a" + "script_pub_key": "0014ea3b09500947beee433af91a90aa2b8d83951bb2" } ], "vtxinwit": [ - "3044022046ecaae92c59879f233590e1b5b5eb2e3cbf9e40f91450102ddfde60fecb9304022019431cfbf8f26af04dadb66b0fe844b8cc6c555de10f5ed592b7afd947395c7601", - "0397550a13117933bb9adb6ca0f90e13afe6453368b553c403ca4f0b18fbe30756" + "30440220446c1f68c5690fe04cd457c81304157b08bec7f7beade5388fd3189bb9f7c2a102207ad480909a4810b4785abc7ccab3a232e46fe3c2e8ac47ad2a2d40aab86f2a1c01", + "03b2c287a3c1d11339c4b33313060df67521737dfc0b64e1b3f731e1ea0be98701" ], "lock_time": 0, - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", - "tx_id": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731" + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_id": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e" }, "unpacked_data": { "message_type": "enhanced_send", @@ -3240,7 +3253,7 @@ Returns Counterparty information from a transaction hash. "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "memo": null, "asset_info": { "divisible": true, @@ -3301,17 +3314,17 @@ Returns a transaction by its index. { "result": { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3330,7 +3343,7 @@ Returns a transaction by its index. Returns a transaction by its hash. + Parameters - + tx_hash: `faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9` (str, required) - The hash of the transaction + + tx_hash: `7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a` (str, required) - The hash of the transaction + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3342,17 +3355,17 @@ Returns a transaction by its hash. { "result": { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3395,12 +3408,12 @@ Returns the events of a transaction "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61 }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 554, @@ -3409,14 +3422,14 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -3427,9 +3440,9 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 553, @@ -3438,9 +3451,9 @@ Returns the events of a transaction "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": 0, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "asset_info": { "divisible": true, "asset_longname": null, @@ -3450,24 +3463,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -3477,9 +3490,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 551, @@ -3487,14 +3500,14 @@ Returns the events of a transaction "params": { "asset": "XCP", "block_index": 195, - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "msg_index": 1, "quantity": 1500000000, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", "status": "valid", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -3504,9 +3517,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 550, @@ -3519,7 +3532,7 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9` (str, required) - The hash of the transaction to return + + tx_hash: `7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor: `556` (str, optional) - The last event index to return @@ -3543,12 +3556,12 @@ Returns the events of a transaction "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61 }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 554, @@ -3557,14 +3570,14 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -3575,9 +3588,9 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 553, @@ -3586,9 +3599,9 @@ Returns the events of a transaction "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": 0, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "asset_info": { "divisible": true, "asset_longname": null, @@ -3598,24 +3611,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -3625,9 +3638,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 551, @@ -3635,14 +3648,14 @@ Returns the events of a transaction "params": { "asset": "XCP", "block_index": 195, - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "msg_index": 1, "quantity": 1500000000, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", "status": "valid", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -3652,9 +3665,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 550, @@ -3667,7 +3680,7 @@ Returns the events of a transaction Returns the sends, include Enhanced and MPMA sends, of a block + Parameters - + tx_hash: `faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9` (str, required) - The hash of the transaction to return + + tx_hash: `7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a` (str, required) - The hash of the transaction to return + cursor (str, optional) - The last index of the debits to return + Default: `None` + limit: `5` (int, optional) - The maximum number of debits to return @@ -3686,10 +3699,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block "result": [ { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -3697,7 +3710,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -3710,10 +3723,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block }, { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -3721,11 +3734,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -3743,7 +3756,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block Returns the dispenses of a block + Parameters - + tx_hash: `faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9` (str, required) - The hash of the transaction to return + + tx_hash: `7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a` (str, required) - The hash of the transaction to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -3763,27 +3776,27 @@ Returns the dispenses of a block { "tx_index": 61, "dispense_index": 0, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3798,7 +3811,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -3842,16 +3855,16 @@ Returns the events of a transaction "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -3861,9 +3874,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 550, @@ -3873,12 +3886,12 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -3888,9 +3901,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 547, @@ -3900,24 +3913,24 @@ Returns the events of a transaction "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": null, @@ -3930,7 +3943,7 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9` (str, required) - The hash of the transaction to return + + tx_hash: `7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a` (str, required) - The hash of the transaction to return + event: `CREDIT` (str, required) - The event to filter by + cursor: `556` (str, optional) - The last event index to return + Default: `None` @@ -3952,16 +3965,16 @@ Returns the events of a transaction "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -3971,9 +3984,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 550, @@ -3983,12 +3996,12 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -3998,9 +4011,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 547, @@ -4010,24 +4023,24 @@ Returns the events of a transaction "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": null, @@ -4042,7 +4055,7 @@ Returns the events of a transaction Returns the balances of several addresses + Parameters - + addresses: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw,bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - Comma separated list of addresses + + addresses: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3,bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - Comma separated list of addresses + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -4066,7 +4079,7 @@ Returns the balances of several addresses "total": 100000000000, "addresses": [ { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -4076,7 +4089,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -4087,7 +4100,7 @@ Returns the balances of several addresses "total": 97999999980, "addresses": [ { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "utxo": null, "utxo_address": null, "quantity": 97999999980, @@ -4097,7 +4110,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -4108,7 +4121,7 @@ Returns the balances of several addresses "total": 500000000, "addresses": [ { - "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -4118,7 +4131,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -4129,7 +4142,7 @@ Returns the balances of several addresses "total": 40, "addresses": [ { - "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "utxo": null, "utxo_address": null, "quantity": 40, @@ -4139,7 +4152,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -4150,7 +4163,7 @@ Returns the balances of several addresses "total": 19, "addresses": [ { - "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "utxo": null, "utxo_address": null, "quantity": 19, @@ -4160,7 +4173,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -4177,7 +4190,7 @@ Returns the balances of several addresses Returns the transactions of a list of addresses + Parameters - + addresses: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw,bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3,bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - Comma separated list of addresses to return + cursor: `61` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return @@ -4196,17 +4209,17 @@ Returns the transactions of a list of addresses "result": [ { "tx_index": 58, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", - "block_time": 1727952462, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", + "block_time": 1727956356, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641:1", + "utxos_info": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -4242,23 +4255,23 @@ Returns the transactions of a list of addresses }, { "tx_index": 57, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", - "block_time": 1727952458, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", + "block_time": 1727956352, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "4632df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "data": "4650338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "supported": true, - "utxos_info": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81:1", + "utxos_info": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "status": "valid" } }, @@ -4266,17 +4279,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 56, - "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "block_index": 190, - "block_hash": "0ec9b245688d4a6f280a512e32c7d5a0e8138919fbe8c3987639d0e942dbc073", - "block_time": 1727952453, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "19dba54004278233d0ce69f8d1ac523dec7a824faa2b4eb1c3d87b3a2ecfd584", + "block_time": 1727956348, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3:1", + "utxos_info": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -4312,17 +4325,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "block_hash": "7e558da2526abb801b412564588e3d6570b147eb6856b1b544402f2085fa0653", - "block_time": 1727952449, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "04c0799009ca0ce3e5c9c037d99beb42c57a5b13158c954ee4046d07cf5a2184", + "block_time": 1727956344, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0300038056d67e625d5810110ee4de5266b7a705ce45221b80b13b11ce61b62505cddc67a765222f31985f23fb80dbad4af8d82322d6953da8b5e20efdf0e0ceae6a400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380acf32b548d1903f15d71030be6d535c9472b7f2d8029a1eedce8aca0b5cafd3881230500eed9eac2ba80ea3b09500947beee433af91a90aa2b8d83951bb2400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2:0", + "utxos_info": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -4330,14 +4343,14 @@ Returns the transactions of a list of addresses "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -4345,7 +4358,7 @@ Returns the transactions of a list of addresses }, { "asset": "XCP", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -4364,25 +4377,25 @@ Returns the transactions of a list of addresses }, { "tx_index": 52, - "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", + "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", "block_index": 186, - "block_hash": "3aaa775e1d5403a9a6f274b84f3459e9a3bc910a1e7c0cc422fc7f209e9ef562", - "block_time": 1727952436, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "5bf0eebaa65d91385c5766b1d4888d375287a19ad870885d4908bd056c2626f5", + "block_time": 1727956331, + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "btc_amount": 2000, "fee": 10000, - "data": "0b55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "data": "0b9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "supported": true, - "utxos_info": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3:0", + "utxos_info": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "status": "valid" } }, @@ -4399,7 +4412,7 @@ Returns the transactions of a list of addresses Returns the events of a list of addresses + Parameters - + addresses: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw,bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3,bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - Comma separated list of addresses to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor: `556` (str, optional) - The last event index to return @@ -4435,11 +4448,11 @@ Returns the events of a list of addresses "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "open", - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "tx_index": 58, - "block_time": 1727952462, + "block_time": 1727956356, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4463,24 +4476,24 @@ Returns the events of a list of addresses "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "block_time": 1727952462 + "block_time": 1727956356 }, { "event_index": 521, "event": "DEBIT", "params": { "action": "open order", - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "block_index": 192, - "event": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "event": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "quantity": 1000, "tx_index": 58, "utxo": null, "utxo_address": null, - "block_time": 1727952462, + "block_time": 1727956356, "asset_info": { "divisible": true, "asset_longname": null, @@ -4490,25 +4503,25 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "block_time": 1727952462 + "block_time": 1727956356 }, { "event_index": 520, "event": "NEW_TRANSACTION", "params": { - "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", + "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", "block_index": 192, - "block_time": 1727952462, + "block_time": 1727956356, "btc_amount": 0, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "destination": "", "fee": 10000, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "tx_index": 58, - "utxos_info": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641:1", + "utxos_info": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0:1", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -4540,40 +4553,40 @@ Returns the events of a list of addresses }, "btc_amount_normalized": "0.00000000" }, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "block_time": 1727952462 + "block_time": 1727956356 }, { "event_index": 516, "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "valid", - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "tx_index": 57, - "block_time": 1727952458 + "block_time": 1727956352 }, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "block_time": 1727952458 + "block_time": 1727956352 }, { "event_index": 515, "event": "CREDIT", "params": { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "block_index": 191, "calling_function": "cancel order", - "event": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "event": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "quantity": 1000, "tx_index": 57, "utxo": null, "utxo_address": null, - "block_time": 1727952458, + "block_time": 1727956352, "asset_info": { "divisible": true, "asset_longname": null, @@ -4583,9 +4596,9 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "block_time": 1727952458 + "block_time": 1727956352 } ], "next_cursor": 513, @@ -4598,7 +4611,7 @@ Returns the events of a list of addresses Returns the mempool events of a list of addresses + Parameters - + addresses: `bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg,bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj,bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy` (str, required) - Comma separated list of addresses to return + cursor (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return @@ -4614,17 +4627,17 @@ Returns the mempool events of a list of addresses { "result": [ { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "memo": null, "quantity": 10000, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "status": "valid", - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62, "asset_info": { "divisible": true, @@ -4635,22 +4648,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "CREDIT", "params": { - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -4660,22 +4673,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "block_index": 195, - "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -4685,30 +4698,30 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727952484.47581, + "block_time": 1727956378.8632336, "btc_amount": 0, - "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", + "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", "destination": "", "fee": 10000, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62, - "utxos_info": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731:1", + "utxos_info": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "memo": null, "asset_info": { "divisible": true, @@ -4722,7 +4735,7 @@ Returns the mempool events of a list of addresses }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 } ], "next_cursor": null, @@ -4735,7 +4748,7 @@ Returns the mempool events of a list of addresses Returns the balances of an address + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -4755,7 +4768,7 @@ Returns the balances of an address { "result": [ { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "A95428956980101314", "quantity": 100000000000, "utxo": null, @@ -4763,14 +4776,14 @@ Returns the balances of an address "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "MYASSETA", "quantity": 97999999980, "utxo": null, @@ -4778,14 +4791,14 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "980.00000000" }, { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4800,7 +4813,7 @@ Returns the balances of an address "quantity_normalized": "826.99937000" }, { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "TESTLOCKDESC", "quantity": 10000000000, "utxo": null, @@ -4808,7 +4821,7 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -4825,7 +4838,7 @@ Returns the balances of an address Returns the balance of an address and asset + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -4837,7 +4850,7 @@ Returns the balance of an address and asset ``` { "result": { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4859,7 +4872,7 @@ Returns the balance of an address and asset Returns the credits of an address + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -4909,16 +4922,16 @@ Returns the credits of an address "result": [ { "block_index": 191, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "event": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "tx_index": 57, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952458, + "block_time": 1727956352, "asset_info": { "divisible": true, "asset_longname": null, @@ -4930,16 +4943,16 @@ Returns the credits of an address }, { "block_index": 183, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "event": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", "tx_index": 0, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952354, + "block_time": 1727956247, "asset_info": { "divisible": true, "asset_longname": null, @@ -4951,20 +4964,20 @@ Returns the credits of an address }, { "block_index": 160, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "A95428956980101314", "quantity": 100000000000, "calling_function": "issuance", - "event": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "event": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "tx_index": 47, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952338, + "block_time": 1727956221, "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -4972,20 +4985,20 @@ Returns the credits of an address }, { "block_index": 157, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "TESTLOCKDESC", "quantity": 10000000000, "calling_function": "issuance", - "event": "efa7b986d68127c6d9e57793e0f6fa7966dde6360759bb829ab08c74edfdba94", + "event": "b3044c04583b0eb94ca9966a718d3d7c0a5bfe40d25f52ca4db56209a7e0f48d", "tx_index": 44, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952325, + "block_time": 1727956208, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -4997,16 +5010,16 @@ Returns the credits of an address "asset": "MYASSETA", "quantity": 1000000000, "calling_function": "attach to utxo", - "event": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", + "event": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", "tx_index": 39, - "utxo": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", - "utxo_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "utxo": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", + "utxo_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "confirmed": true, - "block_time": 1727952303, + "block_time": 1727956187, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5023,7 +5036,7 @@ Returns the credits of an address Returns the debits of an address + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -5062,16 +5075,16 @@ Returns the debits of an address "result": [ { "block_index": 192, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "event": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952462, + "block_time": 1727956356, "asset_info": { "divisible": true, "asset_longname": null, @@ -5083,16 +5096,16 @@ Returns the debits of an address }, { "block_index": 190, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "event": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "tx_index": 56, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952453, + "block_time": 1727956348, "asset_info": { "divisible": true, "asset_longname": null, @@ -5104,16 +5117,16 @@ Returns the debits of an address }, { "block_index": 189, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "event": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "divisible": true, "asset_longname": null, @@ -5125,20 +5138,20 @@ Returns the debits of an address }, { "block_index": 189, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "MYASSETA", "quantity": 20, "action": "mpma send", - "event": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "event": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5146,16 +5159,16 @@ Returns the debits of an address }, { "block_index": 184, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 10000, "action": "open order", - "event": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "event": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", "tx_index": 50, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952418, + "block_time": 1727956312, "asset_info": { "divisible": true, "asset_longname": null, @@ -5176,7 +5189,7 @@ Returns the debits of an address Returns the bets of a feed + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address of the feed + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address of the feed + status: `filled` (enum[str], optional) - The status of the bet + Default: `open` + Members @@ -5211,7 +5224,7 @@ Returns the bets of a feed Returns the broadcasts of a source + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + cursor (str, optional) - The last index of the broadcasts to return + Default: `None` + limit: `5` (int, optional) - The maximum number of broadcasts to return @@ -5230,9 +5243,9 @@ Returns the broadcasts of a source "result": [ { "tx_index": 24, - "tx_hash": "fcb99bd61b01001625b5da7399a58185e531b89b943db6228ea61f320ccbff83", + "tx_hash": "d475cdd8333c73e7ebd7853362cf9bde121f98dfe82e97084a96358adaacfa28", "block_index": 137, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -5240,7 +5253,7 @@ Returns the broadcasts of a source "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727952231, + "block_time": 1727956114, "fee_fraction_int_normalized": "0.00000000" } ], @@ -5254,7 +5267,7 @@ Returns the broadcasts of a source Returns the burns of an address + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + cursor (str, optional) - The last index of the burns to return + Default: `None` + limit: `5` (int, optional) - The maximum number of burns to return @@ -5273,14 +5286,14 @@ Returns the burns of an address "result": [ { "tx_index": 0, - "tx_hash": "5f4670cbf308536bb477b069bc806952ba9c014394f77131d6257df37ec70c0f", + "tx_hash": "99d22abe5f9a564069c6085ee246b893b7bfe3a7ecf3bbc61ae30e21e83ba913", "block_index": 112, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "burned": 50000000, "earned": 74999998167, "status": "valid", "confirmed": true, - "block_time": 1727952125, + "block_time": 1727956009, "burned_normalized": "0.50000000", "earned_normalized": "749.99998000" } @@ -5295,7 +5308,7 @@ Returns the burns of an address Returns the sends, include Enhanced and MPMA sends, of an address + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5314,10 +5327,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address "result": [ { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "quantity": 10, "status": "valid", @@ -5325,7 +5338,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "divisible": true, "asset_longname": null, @@ -5338,10 +5351,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5349,11 +5362,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5362,10 +5375,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5373,11 +5386,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5386,10 +5399,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 39, - "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", + "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", "block_index": 152, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5397,11 +5410,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952303, + "block_time": 1727956187, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5410,10 +5423,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 36, - "tx_hash": "b3027c7c7aaae5ad71c080461cfe1b0fa8e227f719ae6135b367013f15f7c409", + "tx_hash": "3fc9bdda6e48d54fc83a1db8cfe5953ba8aabe52dac82a8023055049942b3f0d", "block_index": 149, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "53a8afe61aa1e87367df0a1f11ee34019cc90c093c37d885f34ee6dab5e22f93:1", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "e812a1bf9cd965c52a29463d64b03f2394c85d8182f114f24254c38592577ef6:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5421,11 +5434,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952291, + "block_time": 1727956175, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5443,7 +5456,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address Returns the receives of an address + Parameters - + address: `bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f` (str, required) - The address to return + + address: `bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r` (str, required) - The address to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5462,10 +5475,10 @@ Returns the receives of an address "result": [ { "tx_index": 38, - "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", + "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", "block_index": 151, - "source": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb:0", - "destination": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", + "source": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af:0", + "destination": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -5473,11 +5486,11 @@ Returns the receives of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952300, + "block_time": 1727956183, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5495,7 +5508,7 @@ Returns the receives of an address Returns the sends, include Enhanced and MPMA sends, of an address and asset + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + asset: `MYASSETA` (str, required) - The asset to return + cursor (str, optional) - The last index of the sends to return + Default: `None` @@ -5515,10 +5528,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "result": [ { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5526,11 +5539,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5539,10 +5552,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5550,11 +5563,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5563,10 +5576,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 39, - "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", + "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", "block_index": 152, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5574,11 +5587,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952303, + "block_time": 1727956187, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5587,10 +5600,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 36, - "tx_hash": "b3027c7c7aaae5ad71c080461cfe1b0fa8e227f719ae6135b367013f15f7c409", + "tx_hash": "3fc9bdda6e48d54fc83a1db8cfe5953ba8aabe52dac82a8023055049942b3f0d", "block_index": 149, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "53a8afe61aa1e87367df0a1f11ee34019cc90c093c37d885f34ee6dab5e22f93:1", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "e812a1bf9cd965c52a29463d64b03f2394c85d8182f114f24254c38592577ef6:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5598,11 +5611,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952291, + "block_time": 1727956175, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5620,7 +5633,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset Returns the receives of an address and asset + Parameters - + address: `bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f` (str, required) - The address to return + + address: `bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r` (str, required) - The address to return + asset: `MYASSETA` (str, required) - The asset to return + cursor (str, optional) - The last index of the sends to return + Default: `None` @@ -5640,10 +5653,10 @@ Returns the receives of an address and asset "result": [ { "tx_index": 38, - "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", + "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", "block_index": 151, - "source": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb:0", - "destination": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", + "source": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af:0", + "destination": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -5651,11 +5664,11 @@ Returns the receives of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952300, + "block_time": 1727956183, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5673,7 +5686,7 @@ Returns the receives of an address and asset Returns the dispensers of an address + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + status (enum[str], optional) - The status of the dispensers to return + Default: `all` + Members @@ -5702,9 +5715,9 @@ Returns the dispensers of an address "result": [ { "tx_index": 26, - "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5713,7 +5726,7 @@ Returns the dispensers of an address "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5723,7 +5736,7 @@ Returns the dispensers of an address "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -5748,7 +5761,7 @@ Returns the dispensers of an address Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -5761,9 +5774,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5772,7 +5785,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5782,7 +5795,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -5804,7 +5817,7 @@ Returns the dispenser of an address and an asset Returns the dispenses of a source + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -5824,19 +5837,19 @@ Returns the dispenses of a source { "tx_index": 28, "dispense_index": 0, - "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", + "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5844,7 +5857,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5859,7 +5872,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -5873,19 +5886,19 @@ Returns the dispenses of a source { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", "block_index": 140, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5893,7 +5906,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5908,7 +5921,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952243, + "block_time": 1727956126, "asset_info": { "divisible": true, "asset_longname": null, @@ -5930,7 +5943,7 @@ Returns the dispenses of a source Returns the dispenses of a destination + Parameters - + address: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address to return + + address: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -5950,19 +5963,19 @@ Returns the dispenses of a destination { "tx_index": 28, "dispense_index": 0, - "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", + "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5970,7 +5983,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5985,7 +5998,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -5999,19 +6012,19 @@ Returns the dispenses of a destination { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", "block_index": 140, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6019,7 +6032,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6034,7 +6047,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952243, + "block_time": 1727956126, "asset_info": { "divisible": true, "asset_longname": null, @@ -6056,7 +6069,7 @@ Returns the dispenses of a destination Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` @@ -6077,19 +6090,19 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", + "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6097,7 +6110,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6112,7 +6125,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -6126,19 +6139,19 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", "block_index": 140, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6146,7 +6159,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6161,7 +6174,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952243, + "block_time": 1727956126, "asset_info": { "divisible": true, "asset_longname": null, @@ -6183,7 +6196,7 @@ Returns the dispenses of an address and an asset Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address to return + + address: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` @@ -6204,19 +6217,19 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", + "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6224,7 +6237,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6239,7 +6252,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -6253,19 +6266,19 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", "block_index": 140, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6273,7 +6286,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6288,7 +6301,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952243, + "block_time": 1727956126, "asset_info": { "divisible": true, "asset_longname": null, @@ -6310,7 +6323,7 @@ Returns the dispenses of an address and an asset Returns the sweeps of an address + Parameters - + address: `bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg` (str, required) - The address to return + + address: `bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj` (str, required) - The address to return + cursor (str, optional) - The last index of the sweeps to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sweeps to return @@ -6329,16 +6342,16 @@ Returns the sweeps of an address "result": [ { "tx_index": 59, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727952466, + "block_time": 1727956361, "fee_paid_normalized": "0.00600000" } ], @@ -6352,7 +6365,7 @@ Returns the sweeps of an address Returns the issuances of an address + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + cursor (str, optional) - The last index of the issuances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of issuances to return @@ -6371,14 +6384,14 @@ Returns the issuances of an address "result": [ { "tx_index": 47, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -6393,20 +6406,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952338, + "block_time": 1727956221, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "6461a1b76eee5bbddfd186c8e6450f1d1df4c601673cde986fd6637b02a8071c", + "tx_hash": "fbd3d802cdb8e69956e859f903a86599a0d829214e43c873ff6af0559b209ee0", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -6421,20 +6434,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727952334, + "block_time": 1727956217, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "633305e6d717641b952a37d18855d1af8996736d2f588226468350baf2e31901", + "tx_hash": "ec3fb52343e36c3dfb7bd1964eeb7e11d8cdfc5de575f9ddd113c6299cf67184", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -6449,20 +6462,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952329, + "block_time": 1727956213, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "efa7b986d68127c6d9e57793e0f6fa7966dde6360759bb829ab08c74edfdba94", + "tx_hash": "b3044c04583b0eb94ca9966a718d3d7c0a5bfe40d25f52ca4db56209a7e0f48d", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -6477,20 +6490,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952325, + "block_time": 1727956208, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 35, - "tx_hash": "6cac3c190770747b2152a1e5b1e063fab6a84fbb3f73ba74ce13849eab5ce90e", + "tx_hash": "710cebfc1086b99d7649895d880dd88adad081d2add626e1290fc70bfe8762bf", "msg_index": 0, "block_index": 148, "asset": "MYASSETA", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -6505,7 +6518,7 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952277, + "block_time": 1727956170, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -6520,7 +6533,7 @@ Returns the issuances of an address Returns the valid assets issued or owned by an address + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The issuer or owner to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The issuer or owner to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -6543,8 +6556,8 @@ Returns the valid assets issued or owned by an address "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 10000000000, @@ -6552,16 +6565,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727952325, - "last_issuance_block_time": 1727952334, + "first_issuance_block_time": 1727956208, + "last_issuance_block_time": 1727956217, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 100000000000, @@ -6569,16 +6582,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727952277, - "last_issuance_block_time": 1727952277, + "first_issuance_block_time": 1727956170, + "last_issuance_block_time": 1727956170, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 40, @@ -6586,16 +6599,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727952222, - "last_issuance_block_time": 1727952227, + "first_issuance_block_time": 1727956106, + "last_issuance_block_time": 1727956110, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 19, @@ -6603,16 +6616,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727952205, - "last_issuance_block_time": 1727952218, + "first_issuance_block_time": 1727956089, + "last_issuance_block_time": 1727956102, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 0, @@ -6620,8 +6633,8 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727952184, - "last_issuance_block_time": 1727952201, + "first_issuance_block_time": 1727956068, + "last_issuance_block_time": 1727956085, "supply_normalized": "0.00000000" } ], @@ -6635,7 +6648,7 @@ Returns the valid assets issued or owned by an address Returns the valid assets issued by an address + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The issuer to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The issuer to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -6658,8 +6671,8 @@ Returns the valid assets issued by an address "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 10000000000, @@ -6667,16 +6680,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727952325, - "last_issuance_block_time": 1727952334, + "first_issuance_block_time": 1727956208, + "last_issuance_block_time": 1727956217, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 100000000000, @@ -6684,16 +6697,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727952277, - "last_issuance_block_time": 1727952277, + "first_issuance_block_time": 1727956170, + "last_issuance_block_time": 1727956170, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 40, @@ -6701,16 +6714,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727952222, - "last_issuance_block_time": 1727952227, + "first_issuance_block_time": 1727956106, + "last_issuance_block_time": 1727956110, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 19, @@ -6718,16 +6731,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727952205, - "last_issuance_block_time": 1727952218, + "first_issuance_block_time": 1727956089, + "last_issuance_block_time": 1727956102, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 0, @@ -6735,8 +6748,8 @@ Returns the valid assets issued by an address "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727952184, - "last_issuance_block_time": 1727952201, + "first_issuance_block_time": 1727956068, + "last_issuance_block_time": 1727956085, "supply_normalized": "0.00000000" } ], @@ -6750,7 +6763,7 @@ Returns the valid assets issued by an address Returns the valid assets owned by an address + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The owner to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The owner to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -6773,8 +6786,8 @@ Returns the valid assets owned by an address "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 10000000000, @@ -6782,16 +6795,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727952325, - "last_issuance_block_time": 1727952334, + "first_issuance_block_time": 1727956208, + "last_issuance_block_time": 1727956217, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 100000000000, @@ -6799,16 +6812,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727952277, - "last_issuance_block_time": 1727952277, + "first_issuance_block_time": 1727956170, + "last_issuance_block_time": 1727956170, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 40, @@ -6816,16 +6829,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727952222, - "last_issuance_block_time": 1727952227, + "first_issuance_block_time": 1727956106, + "last_issuance_block_time": 1727956110, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 19, @@ -6833,16 +6846,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727952205, - "last_issuance_block_time": 1727952218, + "first_issuance_block_time": 1727956089, + "last_issuance_block_time": 1727956102, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 0, @@ -6850,8 +6863,8 @@ Returns the valid assets owned by an address "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727952184, - "last_issuance_block_time": 1727952201, + "first_issuance_block_time": 1727956068, + "last_issuance_block_time": 1727956085, "supply_normalized": "0.00000000" } ], @@ -6865,7 +6878,7 @@ Returns the valid assets owned by an address Returns the transactions of an address + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + cursor: `61` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return @@ -6884,17 +6897,17 @@ Returns the transactions of an address "result": [ { "tx_index": 58, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", - "block_time": 1727952462, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", + "block_time": 1727956356, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641:1", + "utxos_info": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -6930,23 +6943,23 @@ Returns the transactions of an address }, { "tx_index": 57, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", - "block_time": 1727952458, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", + "block_time": 1727956352, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "4632df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "data": "4650338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "supported": true, - "utxos_info": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81:1", + "utxos_info": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "status": "valid" } }, @@ -6954,17 +6967,17 @@ Returns the transactions of an address }, { "tx_index": 56, - "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "block_index": 190, - "block_hash": "0ec9b245688d4a6f280a512e32c7d5a0e8138919fbe8c3987639d0e942dbc073", - "block_time": 1727952453, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "19dba54004278233d0ce69f8d1ac523dec7a824faa2b4eb1c3d87b3a2ecfd584", + "block_time": 1727956348, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3:1", + "utxos_info": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -7000,17 +7013,17 @@ Returns the transactions of an address }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "block_hash": "7e558da2526abb801b412564588e3d6570b147eb6856b1b544402f2085fa0653", - "block_time": 1727952449, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "04c0799009ca0ce3e5c9c037d99beb42c57a5b13158c954ee4046d07cf5a2184", + "block_time": 1727956344, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0300038056d67e625d5810110ee4de5266b7a705ce45221b80b13b11ce61b62505cddc67a765222f31985f23fb80dbad4af8d82322d6953da8b5e20efdf0e0ceae6a400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380acf32b548d1903f15d71030be6d535c9472b7f2d8029a1eedce8aca0b5cafd3881230500eed9eac2ba80ea3b09500947beee433af91a90aa2b8d83951bb2400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2:0", + "utxos_info": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -7018,14 +7031,14 @@ Returns the transactions of an address "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -7033,7 +7046,7 @@ Returns the transactions of an address }, { "asset": "XCP", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -7052,17 +7065,17 @@ Returns the transactions of an address }, { "tx_index": 50, - "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", "block_index": 184, - "block_hash": "2e2090f604a9d72505dd171e57050642747cc21c624cf230d6c897016724588c", - "block_time": 1727952418, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "5972823d2f2d34447f16aec2d567831c5f4e2ce1e9ad62d83ca678d90d2f6c5b", + "block_time": 1727956312, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000027100000000000000000000000000000271000150000000000000000", "supported": true, - "utxos_info": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea:1", + "utxos_info": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -7107,7 +7120,7 @@ Returns the transactions of an address Returns the dividends distributed by an address + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + cursor (str, optional) - The last index of the assets to return + Default: `None` + limit: `5` (int, optional) - The maximum number of assets to return @@ -7126,20 +7139,20 @@ Returns the dividends distributed by an address "result": [ { "tx_index": 41, - "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "block_index": 154, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727952312, + "block_time": 1727956195, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -7164,7 +7177,7 @@ Returns the dividends distributed by an address Returns the orders of an address + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + status (enum[str], optional) - The status of the orders to return + Default: `all` + Members @@ -7193,9 +7206,9 @@ Returns the orders of an address "result": [ { "tx_index": 48, - "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", "block_index": 183, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7210,7 +7223,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727952354, + "block_time": 1727956247, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7236,9 +7249,9 @@ Returns the orders of an address }, { "tx_index": 50, - "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", "block_index": 187, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -7253,7 +7266,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727952440, + "block_time": 1727956335, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7279,9 +7292,9 @@ Returns the orders of an address }, { "tx_index": 56, - "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "block_index": 191, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7296,7 +7309,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727952458, + "block_time": 1727956352, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7322,9 +7335,9 @@ Returns the orders of an address }, { "tx_index": 58, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7339,7 +7352,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727952462, + "block_time": 1727956356, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7374,7 +7387,7 @@ Returns the orders of an address Returns the fairminter by its source + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The source of the fairminter to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The source of the fairminter to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -7392,10 +7405,10 @@ Returns the fairminter by its source { "result": [ { - "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", + "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", "tx_index": 22, "block_index": 135, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -7420,13 +7433,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952222 + "block_time": 1727956106 }, { - "tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", + "tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", "tx_index": 18, "block_index": 131, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -7451,13 +7464,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952205 + "block_time": 1727956089 }, { - "tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13", + "tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d", "tx_index": 14, "block_index": 130, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -7482,13 +7495,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952201 + "block_time": 1727956085 }, { - "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "tx_index": 10, "block_index": 125, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -7513,7 +7526,7 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952180 + "block_time": 1727956063 } ], "next_cursor": null, @@ -7526,7 +7539,7 @@ Returns the fairminter by its source Returns the mints by address + Parameters - + address: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address of the mints to return + + address: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address of the mints to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -7544,127 +7557,127 @@ Returns the mints by address { "result": [ { - "tx_hash": "b7e33d40c2046880bdbba5a478374a043decbeed1018eca558e8e0649ad80f65", + "tx_hash": "55bd7dbe5db21d4bd450254f0f97c643ae896d2fcdda3cf3ed5d7b8870c0f784", "tx_index": 23, "block_index": 136, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952227, + "block_time": 1727956110, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, { - "tx_hash": "b7389b57c74d1da384b9561fdbd05df79b504fb419628f03fc72fa2a976baea3", + "tx_hash": "f37a2803f461dd2b785d5edf8a58ef42aab4f7ba5e3e58d4f3655f71a5e66ff6", "tx_index": 21, "block_index": 134, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952218, + "block_time": 1727956102, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, { - "tx_hash": "320ddc2d7c99182ef00ab54283fadbdbbaaae22f22fa20b6b3eeaf107540f8b6", + "tx_hash": "5a5edbda4c1eb490bc2bc9e7cb15b2e598259111854f92a5b13a0eaafcca37ae", "tx_index": 20, "block_index": 133, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952214, + "block_time": 1727956097, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, { - "tx_hash": "bc880ed3d3874ecaf7440fbb603b808690fc6326423a6dd3ad5712aaabe53c33", + "tx_hash": "f7db13bcddf265fdb204a28f2218b01976cec9567d09d9da3e3735e7bf2a9eb6", "tx_index": 19, "block_index": 132, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952210, + "block_time": 1727956093, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, { - "tx_hash": "74880e92f52328e5f0a51aefa77c8272de357633427d312ed9158634157fc872", + "tx_hash": "1be3b39cb5b7221a37e0faf3d12440dc7b92f889ac692bd21e3b0378f864f7c4", "tx_index": 15, "block_index": 127, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952188, + "block_time": 1727956072, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, { - "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", + "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", "tx_index": 11, "block_index": 123, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952171, + "block_time": 1727956055, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } @@ -7680,7 +7693,7 @@ Returns the mints by address Returns the mints by address and asset + Parameters - + address: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address of the mints to return + + address: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address of the mints to return + asset: `FAIRMINTA` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -7699,22 +7712,22 @@ Returns the mints by address and asset { "result": [ { - "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", + "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", "tx_index": 11, "block_index": 123, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952171, + "block_time": 1727956055, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } @@ -7753,8 +7766,8 @@ By default the default value of the `encoding` parameter detailed above is `auto Composes a transaction to issue a bet against a feed. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will make the bet - + feed_address: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address that hosts the feed to be bet on + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will make the bet + + feed_address: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address that hosts the feed to be bet on + bet_type: `2` (int, required) - Bet 0 for Bullish CFD (deprecated), 1 for Bearish CFD (deprecated), 2 for Equal, 3 for NotEqual + deadline: `3000000000` (int, required) - The time at which the bet should be decided/settled, in Unix time (seconds since epoch) + wager_quantity: `1000` (int, required) - The quantities of XCP to wager (in satoshis, hence integer) @@ -7822,7 +7835,7 @@ Composes a transaction to issue a bet against a feed. Composes a transaction to broadcast textual and numerical information to the network. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + timestamp: `4003903985` (int, required) - The timestamp of the broadcast, in Unix time + value: `100` (float, required) - Numerical value of the broadcast + fee_fraction: `0.05` (float, required) - How much of every bet on this feed should go to its operator; a fraction of 1, (i.e. 0.05 is five percent) @@ -7878,7 +7891,7 @@ Composes a transaction to broadcast textual and numerical information to the net { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -7890,12 +7903,17 @@ Composes a transaction to broadcast textual and numerical information to the net "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "020000000001010f56ff441b923bca475685c950d6c0e06f1f70fbcedf2291a5c2e54126f562200000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff0200000000000000002b6a297fd68abbe4915c4dd77757b43f1115f2d7f84c5946878cc64ed7b506b112d4d8319e226667cd7c34379bba052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "020000000001016a3b6e69c68738d43fd0f4b433953c3faebeb539ca85cdd42b9af070e18e82e0000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff0200000000000000002b6a29ceb7b3dd37579d93358ddc4a89f6c3dc9f21298bb6e9d9fa41fc8ffe77e2d2fffcd44a0846d278afe19bba052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "broadcast", + "message_type_id": 30, "message_data": { - "error": "Unknown message type" + "timestamp": 4003903985, + "value": 100.0, + "fee_fraction_int": 5000000, + "text": "\"Hello, world!\"", + "status": "valid", + "fee_fraction_int_normalized": "0.05000000" } } } @@ -7907,8 +7925,8 @@ Composes a transaction to broadcast textual and numerical information to the net Composes a transaction to pay for a BTC order match. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be sending the payment - + order_match_id: `55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114` (str, required) - The ID of the order match to pay for + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be sending the payment + + order_match_id: `9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7` (str, required) - The ID of the order match to pay for + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -7960,21 +7978,24 @@ Composes a transaction to pay for a BTC order match. { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114" + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7" }, "name": "btcpay", - "data": "434e5452505254590b55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "data": "434e5452505254590b9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af463f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "btc_in": 5000000000, "btc_out": 3000, "btc_change": 4999978951, "btc_fee": 18049, - "rawtransaction": "02000000000101721f18217cc7f60637a8c7885d29e92b71b0c3ab26a2da8d3bda53458ff99b500000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff03b80b00000000000016001455f989c648f702be57f9c409fd3a78cb54ac9b3300000000000000004b6a49a820288b01fca84251d635f3006a63ca1b5a189dbf0f8830089d6c96d0d85741b479e987cec5fd121a6dc01f4a831f82fd5c77828f6d60d1cd28db3eacac6910dc3ce3a1800d1c9358c79f052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "02000000000101a32fbed76f0d6becb258c29b6c8947a284391ec2a28b1ff91cb13bc604dac1f6000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff03b80b0000000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be900000000000000004b6a4905e658edb9714855d8913e4a32b9c21417b02fdbdb2aa82288420df1e9371c469b8b9aad74b769150a49b319c2921144ea123d9601175e8edd8f43400b981cdb94c708d654c3def6fac79f052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "btcpay", + "message_type_id": 11, "message_data": { - "error": "Unknown message type" + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "status": "valid" } } } @@ -7986,7 +8007,7 @@ Composes a transaction to pay for a BTC order match. Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, possible between blocks 278310 and 283810; on testnet it is still available). + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address with the BTC to burn + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address with the BTC to burn + quantity: `1000` (int, required) - The quantities of BTC to burn (in satoshis, hence integer) (1 BTC maximum burn per address) + overburn (bool, optional) - Whether to allow the burn to exceed 1 BTC for the address + Default: `False` @@ -8041,7 +8062,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "quantity": 1000, "overburn": false }, @@ -8051,7 +8072,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss "btc_out": 1000, "btc_change": 4999985815, "btc_fee": 13185, - "rawtransaction": "02000000000101fef4d84ea8ee48974d4d3681484eca796892de2dffe1778545e0fb47c3b7731f0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000" + "rawtransaction": "0200000000010171ad7b5c5da0887f61e1ec0d15dc8db7fcddca73719690931bf7892f281a939c000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000" } } ``` @@ -8061,8 +8082,8 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss Composes a transaction to cancel an open order or bet. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that placed the order/bet to be cancelled - + offer_hash: `b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641` (str, required) - The hash of the order/bet to be cancelled + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that placed the order/bet to be cancelled + + offer_hash: `70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0` (str, required) - The hash of the order/bet to be cancelled + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -8114,21 +8135,22 @@ Composes a transaction to cancel an open order or bet. { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "offer_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641" + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "offer_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0" }, "name": "cancel", - "data": "434e54525052545946b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "data": "434e5452505254594670c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "02000000000101c0126ca0b14e8b91dfa74d61431c6149dc6cc2d82c5f2805f18e2d70f7cc24670000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff0200000000000000002b6a29813b9ad09480250d8a20537b9967b786495ac242ef61930af5ed59798e935d2a71ee88b4eb5302e7d59bba052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "0200000000010180387d20d6b3a87d4e2615a17c83f6d7d9545b2b1f9d74e1c933490d8f140a59000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff0200000000000000002b6a2902753d7bd454e5a69a3635155f6422fc6a0283b04f56ce1013c99e590b1cd8ea75da447c35e0eb1e1c9bba052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "cancel", + "message_type_id": 70, "message_data": { - "error": "Unknown message type" + "offer_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "status": "valid" } } } @@ -8140,7 +8162,7 @@ Composes a transaction to cancel an open order or bet. Composes a transaction to destroy a quantity of an asset. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be sending the asset to be destroyed + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be sending the asset to be destroyed + asset: `XCP` (str, required) - The asset to be destroyed + quantity: `1000` (int, required) - The quantity of the asset to be destroyed (in satoshis, hence integer) + tag: `"bugs!"` (str, required) - A tag for the destruction @@ -8195,7 +8217,7 @@ Composes a transaction to destroy a quantity of an asset. { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -8214,12 +8236,15 @@ Composes a transaction to destroy a quantity of an asset. "btc_out": 0, "btc_change": 4999986346, "btc_fee": 13654, - "rawtransaction": "02000000000101766a372d261df49e49183fef1b5d12d2d128042bf8abe776a0858bdeaa3f172d0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000226a202403010adcbaf8ddcf6a6104ee9d81196a4822d67dd73d2829800b5c039b8093aabc052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "020000000001014610666221a61bddff2e599d0ea42427b416a9ce41fc5bf075da2a672636606d000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000226a203d4e5f76b617296fa6a2cc43a3c63bfdaa523782459b8f19b1064b7061180617aabc052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "destroy", + "message_type_id": 110, "message_data": { - "error": "Unknown message type" + "asset": "XCP", + "quantity": 1000, + "tag": "22627567732122", + "quantity_normalized": "0.00001000" } } } @@ -8231,7 +8256,7 @@ Composes a transaction to destroy a quantity of an asset. Composes a transaction to opens or closes a dispenser for a given asset at a given rate of main chain asset (BTC). Escrowed quantity on open must be equal or greater than give_quantity. It is suggested that you escrow multiples of give_quantity to ease dispenser operation. + Parameters - + address: `bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + + address: `bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + asset: `XCP` (str, required) - The asset or subasset to dispense + give_quantity: `1000` (int, required) - The quantity of the asset to dispense (in satoshis, hence integer) + escrow_quantity: `1000` (int, required) - The quantity of the asset to reserve for this dispenser (in satoshis, hence integer) @@ -8292,7 +8317,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv { "result": { "params": { - "source": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", + "source": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -8316,12 +8341,21 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv "btc_out": 0, "btc_change": 4949955760, "btc_fee": 14240, - "rawtransaction": "02000000000101a582c54180800c4d1a19d3f4ee52c907c1a3c172721197f64458662af057bc210200000016001458e682cfd339f8d4ea01aefa5d947a388fd7f98cffffffff0200000000000000002c6a2a92238105639411b79235de1c8115b78f39503bb6a4126c518c542d484a90bc7923208bf21f0ec3de4498b0540a270100000016001458e682cfd339f8d4ea01aefa5d947a388fd7f98c02000000000000", + "rawtransaction": "0200000000010190dd13f3e47df8243ff37610e80f88f63b00878440626e3842a5ffbb1f66cd0c0200000016001444ca5f7c3740525d05fc001f922b649473f81acbffffffff0200000000000000002c6a2a9f5f65a2b45081c4c1814c233454b0418c18973b61b3a2b1094ed73eb24a0225d68e0f4f9eb8b34bd386b0540a270100000016001444ca5f7c3740525d05fc001f922b649473f81acb02000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "dispenser", + "message_type_id": 12, "message_data": { - "error": "Unknown message type" + "asset": "XCP", + "give_quantity": 1000, + "escrow_quantity": 1000, + "mainchainrate": 100, + "dispenser_status": 0, + "action_address": null, + "oracle_address": null, + "status": "valid", + "give_quantity_normalized": "0.00001000", + "escrow_quantity_normalized": "0.00001000" } } } @@ -8333,7 +8367,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv Composes a transaction to issue a dividend to holders of a given asset. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + quantity_per_unit: `1` (int, required) - The amount of dividend_asset rewarded (in satoshis, hence integer) + asset: `FAIRMINTA` (str, required) - The asset or subasset that the dividends are being rewarded on + dividend_asset: `XCP` (str, required) - The asset or subasset that the dividends are paid in @@ -8388,14 +8422,14 @@ Composes a transaction to issue a dividend to holders of a given asset. { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "quantity_per_unit": 1, "asset": "FAIRMINTA", "dividend_asset": "XCP", "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -8414,12 +8448,16 @@ Composes a transaction to issue a dividend to holders of a given asset. "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "02000000000101b2a5a537abacbb4c86095fb5508c06bc8a044a8f3790da7eba85851ea1e4c65f0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000236a21730c9ed54543e6dad7246ee5c4c1ccce73a78d30e6cb80e646d6d653c3603cb8376fbc052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "0200000000010146e84c08341f323c558825031d331fe1c4c57cc9b7f5362292eb64219a2e3a1d000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000236a211075acbd62c2e2fbe1ab10c54d17590878354c5874e3e292edae998e771e5dd3356fbc052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "dividend", + "message_type_id": 50, "message_data": { - "error": "Unknown message type" + "asset": "FAIRMINTA", + "quantity_per_unit": 1, + "dividend_asset": "XCP", + "status": "valid", + "quantity_per_unit_normalized": "0.00000001" } } } @@ -8431,10 +8469,10 @@ Composes a transaction to issue a dividend to holders of a given asset. Composes a transaction to Issue a new asset, issue more of an existing asset, lock an asset, reset existing supply, or transfer the ownership of an asset. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be issuing or transfering the asset + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be issuing or transfering the asset + asset: `XCPTEST` (str, required) - The assets to issue or transfer. This can also be a subasset longname for new subasset issuances + quantity: `1000` (int, required) - The quantity of the asset to issue (set to 0 if transferring an asset) (in satoshis, hence integer) - + transfer_destination: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, optional) - The address to receive the asset + + transfer_destination: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, optional) - The address to receive the asset + Default: `None` + divisible (bool, optional) - Whether this asset is divisible or not (if a transfer, this value must match the value specified when the asset was originally issued) + Default: `True` @@ -8495,10 +8533,10 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "transfer_destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "lock": false, "reset": false, @@ -8511,12 +8549,24 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo "btc_out": 546, "btc_change": 4999983749, "btc_fee": 15705, - "rawtransaction": "02000000000101462cee84fb878d592b3c7aded4c481b75e8ce76989dad0f3cc42779fa5fc827c0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff03220200000000000016001455f989c648f702be57f9c409fd3a78cb54ac9b330000000000000000236a21292bfe1f7e3fa184dbeab0b22b43eef3b4707013590c1c6ad4bdedbe9dd6ae4cf485b2052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "02000000000101a87a933a00473476f5efeca7a10771da3066e54e2312ae61ceb4375c3badd1ad000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff0322020000000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be90000000000000000236a2135f5c807b49ffd7bfa159ef2cb762ac71e3599c628e00e215d9d6bb6869d95674585b2052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "issuance", + "message_type_id": 22, "message_data": { - "error": "Unknown message type" + "asset_id": 7136017375, + "asset": "XCPTEST", + "subasset_longname": null, + "quantity": 1000, + "divisible": true, + "lock": false, + "reset": false, + "callable": false, + "call_date": 0, + "call_price": 0.0, + "description": "", + "status": "valid", + "quantity_normalized": "0.00001000" } } } @@ -8528,9 +8578,9 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo Composes a transaction to send multiple payments to multiple addresses. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + assets: `XCP,MYASSETA` (str, required) - comma-separated list of assets to send - + destinations: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw,bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - comma-separated list of addresses to send to + + destinations: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3,bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - comma-separated list of addresses to send to + quantities: `1,2` (str, required) - comma-separated list of quantities to send (in satoshis, hence integer) + memo: `"Hello, world!"` (str, optional) - The Memo associated with this transaction + Default: `None` @@ -8587,16 +8637,16 @@ Composes a transaction to send multiple payments to multiple addresses. { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", 1 ], [ "MYASSETA", - "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", 2 ] ], @@ -8604,18 +8654,31 @@ Composes a transaction to send multiple payments to multiple addresses. "memo_is_hex": false }, "name": "mpma", - "data": "434e5452505254590300028055f989c648f702be57f9c409fd3a78cb54ac9b338056d67e625d5810110ee4de5266b7a705ce45221b8f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", + "data": "434e545250525459030002807cb1b0af8dbcdc6731df1f2cc4986147659e3be980acf32b548d1903f15d71030be6d535c9472b7f2d8f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", "btc_in": 20000000000, "btc_out": 2000, "btc_change": 19999945492, "btc_fee": 52508, - "rawtransaction": "020000000001048b9db71a3239bdc7f8b3a32645efd49cae87668f0cad1c5ecc9859b35b7765460000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33fffffffff992995808665ec78e9123af9ca39fdc8c18ae67e4e418dc7dc1318521139c880000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffffc913cf00c4bad5756644c1ff2187f69b8f822137d79f3e920894614e5d0df25f0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff8f80222adf2188ace18b48d9620e12f6c62a0351eb70c7e1baf9490e024504a20000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff03e80300000000000069512103b6f74370a89ffc0792aa847e9c1576f41b618fa6d1effd0e67ddf49e7e2bacef21023acd5e5159af2232435a860f552357b8e76e25d6aa2fa5d84d0376e63a233af22102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aee80300000000000069512103b9f74370a89ffc079289f3136e2ceb5cffa978a463ad9f41d900cee6b57f001f2103a1fe96078fd1406f1b4a9f01b1fd05de50c92218ef0dbe576f4b138a564c16a52102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53ae14f316a80400000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000002000002000002000000000000", + "rawtransaction": "02000000000104726689b10efbc2de39810b12cd2265ab01fec873801dc5de24e5067cbd2b880a000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff733780e4526969fe83782e04f3f3226caea98b836a52cdfb680c7ce60cb71551000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff1b1ebfc0945de7d7b5f7e78db8dba2883267439237322c7a4cff1c1ca760b2ab000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9fffffffff4e8add6b3755d2eb0651d5495952fd1df5e81c30a127d362575986dd64c2d9c000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff03e803000000000000695121026364c89934e4552d2cf350d732c02dd55a70a6cb6a69adfbcf0da8e7f8f76a9e21037334fbd067847589cda9f8c904e2c169646310eb6e8a0c160993fe368105270021026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aee803000000000000695121026c64c89934e4552d2cd027bac0d0f844d77d1a17014de96f54e93086bf92f463210248dd337c94af2104d4aa019475e1ca8fb156dbac45f521992bdb9b5aed6a0b8c21026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53ae14f316a8040000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000002000002000002000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, - "message_data": { - "error": "Unknown message type" - } + "message_type": "mpma_send", + "message_type_id": 3, + "message_data": [ + { + "asset": "MYASSETA", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "quantity": 2, + "memo": "\"Hello, world!\"", + "memo_is_hex": false + }, + { + "asset": "XCP", + "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "quantity": 1, + "memo": "\"Hello, world!\"", + "memo_is_hex": false + } + ] } } } @@ -8626,7 +8689,7 @@ Composes a transaction to send multiple payments to multiple addresses. Composes a transaction to place an order on the distributed exchange. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + give_asset: `XCP` (str, required) - The asset that will be given in the trade + give_quantity: `1000` (int, required) - The quantity of the asset that will be given (in satoshis, hence integer) + get_asset: `FAIRMINTA` (str, required) - The asset that will be received in the trade @@ -8684,7 +8747,7 @@ Composes a transaction to place an order on the distributed exchange. { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "FAIRMINTA", @@ -8701,7 +8764,7 @@ Composes a transaction to place an order on the distributed exchange. "get_asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -8715,12 +8778,21 @@ Composes a transaction to place an order on the distributed exchange. "btc_out": 0, "btc_change": 4999985233, "btc_fee": 14767, - "rawtransaction": "02000000000101968f1820c2dff56dda323d8971a28b6f8d8bb1a0ef4b7aa2fef42b0c05290a000000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000356a333c297e5dd7506526db522e208f7fba3701890ff6d7aff910ad98f2a82fce13d9cfa588434f480d8cb36b7d32043954578de9af51b8052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "020000000001015e501ba39e027c35ed269d7bfc7630d7e93a02ab2b5e71b7953d3c39c014b768000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000356a3336b393776620c4d57b073d9df2c11186892e22661deab0e33757da29eb43f8ba9262d37e97e0c4291ef41784f57adb0c81b0a151b8052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "order", + "message_type_id": 10, "message_data": { - "error": "Unknown message type" + "give_asset": "XCP", + "give_quantity": 1000, + "get_asset": "FAIRMINTA", + "get_quantity": 1000, + "expiration": 100, + "fee_required": 100, + "status": "open", + "give_quantity_normalized": "0.00001000", + "get_quantity_normalized": "0.00001000", + "fee_required_normalized": "0.00000100" } } } @@ -8732,8 +8804,8 @@ Composes a transaction to place an order on the distributed exchange. Composes a transaction to send a quantity of an asset to another address. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) - + destination: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address that will be receiving the asset + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + destination: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address that will be receiving the asset + asset: `XCP` (str, required) - The asset or subasset to send + quantity: `1000` (int, required) - The quantity of the asset to send (in satoshis, hence integer) + memo (str, optional) - The Memo associated with this transaction @@ -8793,8 +8865,8 @@ Composes a transaction to send a quantity of an asset to another address. { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "quantity": 1000, "memo": null, @@ -8810,17 +8882,21 @@ Composes a transaction to send a quantity of an asset to another address. "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e88056d67e625d5810110ee4de5266b7a705ce45221b", + "data": "434e54525052545902000000000000000100000000000003e880acf32b548d1903f15d71030be6d535c9472b7f2d", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985526, "btc_fee": 14474, - "rawtransaction": "0200000000010162efd3a1c793df4e9ec27fae80335741b60e211588f64956403923e76ab7e0d10000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000306a2ecdb60311ba5db08c87eaef4f556df14d7cc2482c986e69e178532ae904544840a5e59ba729a19b7b22f748f71b6676b9052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "020000000001014b7e0e1b3331e16778404d430bf59423fa0c9098820fea43b51a9371b2f97a14000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000306a2eee126fbfab99dd3607ac02b0fafae99fafa496f405b989ab550bb29898e40efa121842808b42e40683ed08156c1e76b9052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "enhanced_send", + "message_type_id": 2, "message_data": { - "error": "Unknown message type" + "asset": "XCP", + "quantity": 1000, + "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "memo": null, + "quantity_normalized": "0.00001000" } } } @@ -8832,8 +8908,8 @@ Composes a transaction to send a quantity of an asset to another address. Composes a transaction to Sends all assets and/or transfer ownerships to a destination address. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be sending - + destination: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address to receive the assets and/or ownerships + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be sending + + destination: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address to receive the assets and/or ownerships + flags: `7` (int, required) - An OR mask of flags indicating how the sweep should be processed. Possible flags are: - FLAG_BALANCES: (integer) 1, specifies that all balances should be transferred. - FLAG_OWNERSHIP: (integer) 2, specifies that all ownerships should be transferred. - FLAG_BINARY_MEMO: (integer) 4, specifies that the memo is in binary/hex form. + memo: `FFFF` (str, required) - The Memo associated with this transaction in hex format + encoding (str, optional) - The encoding method to use @@ -8887,23 +8963,25 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "flags": 7, "memo": "FFFF" }, "name": "sweep", - "data": "434e545250525459048056d67e625d5810110ee4de5266b7a705ce45221b07ffff", + "data": "434e5452505254590480acf32b548d1903f15d71030be6d535c9472b7f2d07ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "02000000000101812bc63ddf143f58b3c68b5ed4aa356c1f98d421a5163bd3fa0c662267d1edf50000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000236a2174aa101501e5b587bdc92dd6dc6ee0be0deed36e394dbab7af488e79a6565bbed96fbc052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "02000000000101d5ecd57140e53085048a7df369dfff60e2e0cb1f0d5b699672c02def396076ef000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000236a21164179ef8187b5056f8cb2f0c100cf7ae7ede160ab049660d120e0f65a65bb5a546fbc052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "sweep", + "message_type_id": 4, "message_data": { - "error": "Unknown message type" + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "flags": 7, + "memo": "ffff" } } } @@ -8915,8 +8993,8 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti Composes a transaction to send BTC to a dispenser. + Parameters - + address: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address that will be sending (must have the necessary quantity of BTC) - + dispenser: `bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l` (str, required) - The dispenser that will be receiving the asset + + address: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address that will be sending (must have the necessary quantity of BTC) + + dispenser: `bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy` (str, required) - The dispenser that will be receiving the asset + quantity: `1000` (int, required) - The quantity of BTC to send (in satoshis, hence integer) + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -8969,8 +9047,8 @@ Composes a transaction to send BTC to a dispenser. { "result": { "params": { - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "quantity": 1000 }, "name": "dispense", @@ -8979,12 +9057,12 @@ Composes a transaction to send BTC to a dispenser. "btc_out": 1000, "btc_change": 4949852643, "btc_fee": 14357, - "rawtransaction": "02000000000101e358147bc43bf60f45d6180599cae0c9e015cbec2b41fd849c24c2d318b704ed0200000016001456d67e625d5810110ee4de5266b7a705ce45221bffffffff03e803000000000000160014dbad4af8d82322d6953da8b5e20efdf0e0ceae6a00000000000000000c6a0a8e2bde8935ce444bc326e3c108270100000016001456d67e625d5810110ee4de5266b7a705ce45221b02000000000000", + "rawtransaction": "02000000000101c25acc3b65d634a8eec74ffac7e46e9ad818c4d3b92ff741ea463c10ce2179c802000000160014acf32b548d1903f15d71030be6d535c9472b7f2dffffffff03e803000000000000160014ea3b09500947beee433af91a90aa2b8d83951bb200000000000000000c6a0aa89bf6704283c6b4b060e3c1082701000000160014acf32b548d1903f15d71030be6d535c9472b7f2d02000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "dispense", + "message_type_id": 13, "message_data": { - "error": "Unknown message type" + "data": "00" } } } @@ -8996,7 +9074,7 @@ Composes a transaction to send BTC to a dispenser. Composes a transaction to issue a new asset using the FairMinter protocol. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be issuing the asset + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be issuing the asset + asset: `MYASSET` (str, required) - The asset to issue + asset_parent (str, optional) - The parent asset of the asset to issue + Default: `` @@ -9081,7 +9159,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -9106,13 +9184,29 @@ Composes a transaction to issue a new asset using the FairMinter protocol. "btc_out": 0, "btc_change": 4999985467, "btc_fee": 14533, - "rawtransaction": "02000000000101ca39812eeb0830c42b60ac69d46cc30bd4f7a7c5a2b3fb4e17a8c36b842fdff80000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000316a2f5e2eaf37e97755588103505082c40ef8a0b36c7c71e1fc9163a49bd67d5a0138550985b56f87e0b3f5326123da2efb3bb9052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "0200000000010193039023ff98e2286a0dbabb0dbb04e82ea1ed79c525091f0e3b97233f857fc2000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000316a2f1ac8161a4010cdbaf75f42e14d146eb653dc46c3ec83f0d5bbb0a413f66f891481c2f0703d5d9a20951fb8ed7976283bb9052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, - "message_data": { - "error": "Unknown message type" - } + "message_type": "fairminter", + "message_type_id": 90, + "message_data": [ + "MYASSET", + "", + 10, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + "0.00000000", + false, + false, + false, + true, + "" + ] } } } @@ -9123,7 +9217,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. Composes a transaction to mint a quantity of an asset using the FairMinter protocol. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address that will be minting the asset + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be minting the asset + asset: `FAIRMINTC` (str, required) - The asset to mint + quantity: `1` (int, optional) - The quantity of the asset to mint (in satoshis, hence integer) + Default: `0` @@ -9178,13 +9272,13 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTC", "quantity": 1, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -9196,13 +9290,14 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto "btc_out": 0, "btc_change": 4999987049, "btc_fee": 12951, - "rawtransaction": "0200000000010117bff9f8320c1e82917dffb1f190a1b8d9678ae89c29d3d1d8101bdc4d96871a0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000166a14982946b6d2e60ece314230cde15bff295a17eba869bf052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "020000000001013e47aafec43f8a121f30bd43ac76258b27042ecacb83bad10e6b200a16923bcd000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000166a145187ccd19bacf39c1ba0d96ce46b97d4b307141e69bf052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, - "message_data": { - "error": "Unknown message type" - } + "message_type": "fairmint", + "message_type_id": 91, + "message_data": [ + "FAIRMINTC", + 1 + ] } } } @@ -9213,10 +9308,10 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto Composes a transaction to attach assets from an address to UTXO. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address from which the assets are attached + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address from which the assets are attached + asset: `XCP` (str, required) - The asset or subasset to attach + quantity: `1000` (int, required) - The quantity of the asset to attach (in satoshis, hence integer) - + destination: `6d01a3c45e54317a10a77e33429b7ffb498ca3b2be2420d09ed66272daa7ce40:0` (str, optional) - The utxo to attach the assets to + + destination: `68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409:0` (str, optional) - The utxo to attach the assets to + Default: `None` + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -9269,8 +9364,8 @@ Composes a transaction to attach assets from an address to UTXO. { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "6d01a3c45e54317a10a77e33429b7ffb498ca3b2be2420d09ed66272daa7ce40:0", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409:0", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -9283,15 +9378,15 @@ Composes a transaction to attach assets from an address to UTXO. "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964626372743171326875636e336a673775707475346c656373796c36776e63656432326578656e6432396c7a777c366430316133633435653534333137613130613737653333343239623766666234393863613362326265323432306430396564363632373264616137636534303a307c5843507c31303030", + "data": "434e54525052545964626372743171306a636d70747564686e77787776776c72756b766678727067616a6575776c667177343375337c363865613631343639616336333865356666336663626137316233623636653039303237663035366361353230363037326364383132323365346261623430393a307c5843507c31303030", "btc_in": 30000000000, "btc_out": 3000, "btc_change": 29999918531, "btc_fee": 78469, - "rawtransaction": "020000000001064e218127ea412c6a0ef6da20a696b0a5fa5e9d42af726fcacd81ef6a566e772d0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff69d2f10357cc73f75ba6bef381cbb1adc7d7e5f4b9d42a7bfbf4c944dc871e2d0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff7d76eaf7e353b6bf90d6b521db9d3857b37ea032cfdd9866ebc8c81911a6ce4e0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff3f0670ed9b20cdd3637060aeae7611ad33ae153d7bd3ab5ea231fc9bb28585660000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffffd2c315a4696b097c417b0744be9d4682aa8160a43f1b1a19b0ab74f76592dc840000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff1b677206c48e8f3c636ce0cfcb18362b249e4f38c9d61c5b4812ece10d4234660000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff04e80300000000000069512103afe4f846db539ec74e56ebb3e5db34b1fbad3544d15db66468dd5cdaee80ba4021025893de76c3154472afa6928e2a6e164a57b296d302d8a084b51652c623f181f12102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aee80300000000000069512102afe4f846db539ec74e06bcb5a29b36f1fea47117de59eb666c9b189ca2d6e15121025b96cf3b961b507dffa1c4de7d395a1d09b294d30bc6e1ceb145509323a3d5fe2102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aee8030000000000006951210385e4f846db539ec74e51ece4a79535bc9186105b8e5eec335fa82cae9bb4d6ef21033df0ad0faf23331cccc3f6bc180b6e2f39d6a4ea6ea2d7f8837262f742c2e2d72102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aec36d22fc0600000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000002000002000002000002000002000000000000", + "rawtransaction": "020000000001069361a42e8540efc177719d4333bb8ccaab2ef4a046cb3250cdd60907c047b565000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff59081310b05f94751ad2f255f122fb86a466ab3b92beb382eb1b34d983b4a597000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff82ef967311724f7f9a12535763c1ceba9edd555739cecf318edd4314fc428d2d000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff37eab21bda8dfed35ff13e854135138135547dfc736897e099bef8bee3f66b94000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff351f43636ee1ae6d91b6beddf67673a1551b225afd14471519a4ffff3b87fd46000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffffe4fc28160c92cff7f8fba849105f68bf7cf3c387293a0bb9e9ded99e3f0b962e000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff04e80300000000000069512103db4b039c618149835729215457829fe935ec2226a3481e659c5fe0104eb5f822210375dd6de74e3003b22e9e275a7791e604760c8b031c350323a30e7da32790ceb721026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aee80300000000000069512103db4b039c61814983577b7a5646c09da060b3272de05a08639506a60a0aa1b90d21022fca28b508644ca66ecc705373d1a358264dcb054c24086ea7042ba725c39bb621026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aee80300000000000069512103f14b039c61814983572f77071ccc9ee45dc51137e20c5b31f431976839c38f65210219af188c38567bc05ef9463012e49168107dfc372f40305f953618c211a1fa7721026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aec36d22fc060000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000002000002000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", - "message_type_id": 67, + "message_type_id": 100, "message_data": { "error": "Unknown message type" } @@ -9305,8 +9400,8 @@ Composes a transaction to attach assets from an address to UTXO. Composes a transaction to detach assets from UTXO to an address. + Parameters - + utxo: `faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0` (str, required) - The utxo from which the assets are detached - + destination: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to detach the assets to + + utxo: `7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0` (str, required) - The utxo from which the assets are detached + + destination: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to detach the assets to + asset: `XCP` (str, required) - The asset or subasset to detach + quantity: `1000` (int, required) - The quantity of the asset to detach (in satoshis, hence integer) + encoding (str, optional) - The encoding method to use @@ -9360,8 +9455,8 @@ Composes a transaction to detach assets from UTXO to an address. { "result": { "params": { - "source": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -9374,15 +9469,15 @@ Composes a transaction to detach assets from UTXO to an address. "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964666166346632346264396638653931396361643666313334376265363463616364626138383631313833346263303633623833366331366333356662663861393a307c626372743171326875636e336a673775707475346c656373796c36776e63656432326578656e6432396c7a777c5843507c31303030", + "data": "434e54525052545964376333653864643632633538303063643666343164316562656232643830313731353336366366383366353539366461663736383363346466366264323438613a307c626372743171306a636d70747564686e77787776776c72756b766678727067616a6575776c667177343375337c5843507c31303030", "btc_in": 4950080000, "btc_out": 3000, "btc_change": 4950030353, "btc_fee": 46647, - "rawtransaction": "0200000000010341900de2e34a591946d791ddc21b4d2f829e295208d91b4115616a669e9879d8010000001600145bcc8878cad331f92040ab1aa86a6a1b0e220443ffffffffa582c54180800c4d1a19d3f4ee52c907c1a3c172721197f64458662af057bc21000000001600145bcc8878cad331f92040ab1aa86a6a1b0e220443ffffffffc4583d349901007bbadfc4c272d4bea4885a8df636760ae5c746b81171b93d06010000001600145bcc8878cad331f92040ab1aa86a6a1b0e220443ffffffff04e803000000000000695121024fab0008636b57080d27093d5bf12400f0782808bd5f6a1dcbf7f1bba5edb97d2103710fe639ef95f33c6b8a25c29124d32c352f7389b9b2f12e6af485fda7e8ba582103d349ddaa99bc1be5b00de31e9f79f25e1c749ec3e4f90fa86d1079d752ede19753aee803000000000000695121024fab0008636b57080d205e6a5ef67754a67c7450e25d3f5898ade0aef0aaed7921032849b160be9aa23f7d9b32d3c7298e7770672e87fde8f0283ef084fae7bee28f2103d349ddaa99bc1be5b00de31e9f79f25e1c749ec3e4f90fa86d1079d752ede19753aee8030000000000006951210265ab0008636b57080d275d6551bf354e9c591c4dea573f14face92dac1dbdf662102403cd20e8df0c50808eb46a6f345eb14031e42b18a86934d5ac2b69f9fdb8c802103d349ddaa99bc1be5b00de31e9f79f25e1c749ec3e4f90fa86d1079d752ede19753ae11780b27010000001600145bcc8878cad331f92040ab1aa86a6a1b0e22044302000002000002000000000000", + "rawtransaction": "0200000000010309d1fbde5fe43ddd3edf5953dae0934bb93fd67173c0c34b130a97188c194e83010000001600144dbad23f47531daf37d441cbd99a86a5cfb7251fffffffff90dd13f3e47df8243ff37610e80f88f63b00878440626e3842a5ffbb1f66cd0c000000001600144dbad23f47531daf37d441cbd99a86a5cfb7251fffffffff8fd0d68c5f49c93b32582c26d3487d728350694ecef4a68b74cfa37bb75b091e010000001600144dbad23f47531daf37d441cbd99a86a5cfb7251fffffffff04e80300000000000069512102913c75e2976323d42c3c9af153f066b39ffe6f4b9d1ef8f3aaf033157729415621034a0dd6cade0c47c2546c42ae2c20b00d8e5cfef8fc2fd2af8838b82653c5ba9b21020c8db0c9c8e5ced33f617ca909abb0b9e1bb26909e9b0571ff1d83c3fb111bfa53aee80300000000000069512103913c75e2976323d42c6bcea604f368b59ffa6910c91cf8bfabf77707726915972102110bd9dfc84b47920a2a0de86f64ea499851b0ade26897f1df36bc35139fe48221020c8db0c9c8e5ced33f617ca909abb0b9e1bb26909e9b0571ff1d83c3fb111bfa53aee80300000000000069512103bb3c75e2976323d42c29daa653e06daba38b0d549916f8f3c9940573431825c721037b68b4afbc3e23fa645d759f1913863bed3ac6cb9a1ae796be5cd94064f382c121020c8db0c9c8e5ced33f617ca909abb0b9e1bb26909e9b0571ff1d83c3fb111bfa53ae11780b27010000001600144dbad23f47531daf37d441cbd99a86a5cfb7251f02000002000002000000000000", "unpacked_data": { "message_type": "unknown", - "message_type_id": 67, + "message_type_id": 100, "message_data": { "error": "Unknown message type" } @@ -9434,8 +9529,8 @@ Returns the valid assets "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 10000000000, @@ -9443,16 +9538,16 @@ Returns the valid assets "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727952325, - "last_issuance_block_time": 1727952334, + "first_issuance_block_time": 1727956208, + "last_issuance_block_time": 1727956217, "supply_normalized": "100.00000000" }, { "asset": "MYASSETB", "asset_id": "103804245871", "asset_longname": null, - "issuer": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "owner": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "issuer": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "owner": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "divisible": true, "locked": false, "supply": 100000000000, @@ -9460,16 +9555,16 @@ Returns the valid assets "first_issuance_block_index": 156, "last_issuance_block_index": 156, "confirmed": true, - "first_issuance_block_time": 1727952321, - "last_issuance_block_time": 1727952321, + "first_issuance_block_time": 1727956204, + "last_issuance_block_time": 1727956204, "supply_normalized": "1000.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 100000000000, @@ -9477,16 +9572,16 @@ Returns the valid assets "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727952277, - "last_issuance_block_time": 1727952277, + "first_issuance_block_time": 1727956170, + "last_issuance_block_time": 1727956170, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 40, @@ -9494,16 +9589,16 @@ Returns the valid assets "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727952222, - "last_issuance_block_time": 1727952227, + "first_issuance_block_time": 1727956106, + "last_issuance_block_time": 1727956110, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 19, @@ -9511,8 +9606,8 @@ Returns the valid assets "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727952205, - "last_issuance_block_time": 1727952218, + "first_issuance_block_time": 1727956089, + "last_issuance_block_time": 1727956102, "supply_normalized": "0.00000019" } ], @@ -9540,8 +9635,8 @@ Returns an asset by its name "asset": "FAIRMINTA", "asset_id": "1046814266082", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 10000000000, @@ -9549,8 +9644,8 @@ Returns an asset by its name "first_issuance_block_index": 122, "last_issuance_block_index": 125, "confirmed": true, - "first_issuance_block_time": 1727952167, - "last_issuance_block_time": 1727952180, + "first_issuance_block_time": 1727956050, + "last_issuance_block_time": 1727956063, "supply_normalized": "100.00000000" } } @@ -9581,7 +9676,7 @@ Returns the asset balances { "result": [ { - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -9589,14 +9684,14 @@ Returns the asset balances "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "95.00000000" }, { - "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -9604,7 +9699,7 @@ Returns the asset balances "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -9622,7 +9717,7 @@ Returns the balance of an address and asset + Parameters + asset: `XCP` (str, required) - The asset to return - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -9633,7 +9728,7 @@ Returns the balance of an address and asset ``` { "result": { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -9684,9 +9779,9 @@ Returns the orders of an asset "result": [ { "tx_index": 48, - "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", "block_index": 183, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9701,7 +9796,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727952354, + "block_time": 1727956247, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9727,9 +9822,9 @@ Returns the orders of an asset }, { "tx_index": 50, - "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", "block_index": 187, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -9744,7 +9839,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727952440, + "block_time": 1727956335, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9770,9 +9865,9 @@ Returns the orders of an asset }, { "tx_index": 56, - "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "block_index": 191, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9787,7 +9882,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727952458, + "block_time": 1727956352, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9813,9 +9908,9 @@ Returns the orders of an asset }, { "tx_index": 58, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9830,7 +9925,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727952462, + "block_time": 1727956356, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9856,9 +9951,9 @@ Returns the orders of an asset }, { "tx_index": 51, - "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "block_index": 186, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -9873,7 +9968,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727952436, + "block_time": 1727956331, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9935,13 +10030,13 @@ Returns the orders of an asset { "result": [ { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 53, - "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", - "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -9955,7 +10050,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727952440, + "block_time": 1727956335, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9975,13 +10070,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 51, - "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -9995,7 +10090,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727952436, + "block_time": 1727956331, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -10015,13 +10110,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", "tx0_index": 48, - "tx0_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 49, - "tx1_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "tx1_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -10035,7 +10130,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727952354, + "block_time": 1727956247, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -10115,20 +10210,20 @@ Returns the credits of an asset "result": [ { "block_index": 193, - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "sweep", - "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952466, + "block_time": 1727956361, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -10136,20 +10231,20 @@ Returns the credits of an asset }, { "block_index": 125, - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "FAIRMINTA", "quantity": 9000000000, "calling_function": "fairmint", - "event": "47fff214e036bd484e1614af1f7557a471ad68fc4e28987cc9b5b813780d19a6", + "event": "e377afe82a85f48d869621a0f71ad183880412855bb0094c4e5f9e7741868049", "tx_index": 13, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952180, + "block_time": 1727956063, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -10157,20 +10252,20 @@ Returns the credits of an asset }, { "block_index": 124, - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", + "event": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952176, + "block_time": 1727956059, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -10178,20 +10273,20 @@ Returns the credits of an asset }, { "block_index": 124, - "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", + "event": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", "tx_index": 11, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952176, + "block_time": 1727956059, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -10203,16 +10298,16 @@ Returns the credits of an asset "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "escrowed fairmint", - "event": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", + "event": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952176, + "block_time": 1727956059, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -10272,12 +10367,12 @@ Returns the debits of an asset "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -10289,16 +10384,16 @@ Returns the debits of an asset }, { "block_index": 194, - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "quantity": 1, "action": "destroy", - "event": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", + "event": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", "tx_index": 60, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952470, + "block_time": 1727956365, "asset_info": { "divisible": true, "asset_longname": null, @@ -10310,16 +10405,16 @@ Returns the debits of an asset }, { "block_index": 193, - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "XCP", "quantity": 74499387833, "action": "sweep", - "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952466, + "block_time": 1727956361, "asset_info": { "divisible": true, "asset_longname": null, @@ -10331,16 +10426,16 @@ Returns the debits of an asset }, { "block_index": 193, - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "XCP", "quantity": 600000, "action": "sweep fee", - "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952466, + "block_time": 1727956361, "asset_info": { "divisible": true, "asset_longname": null, @@ -10352,16 +10447,16 @@ Returns the debits of an asset }, { "block_index": 192, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "event": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952462, + "block_time": 1727956356, "asset_info": { "divisible": true, "asset_longname": null, @@ -10401,20 +10496,20 @@ Returns the dividends of an asset "result": [ { "tx_index": 41, - "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "block_index": 154, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727952312, + "block_time": 1727956195, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -10458,14 +10553,14 @@ Returns the issuances of an asset "result": [ { "tx_index": 13, - "tx_hash": "47fff214e036bd484e1614af1f7557a471ad68fc4e28987cc9b5b813780d19a6", + "tx_hash": "e377afe82a85f48d869621a0f71ad183880412855bb0094c4e5f9e7741868049", "msg_index": 0, "block_index": 125, "asset": "FAIRMINTA", "quantity": 9000000000, "divisible": true, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -10480,20 +10575,20 @@ Returns the issuances of an asset "fair_minting": false, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727952180, + "block_time": 1727956063, "quantity_normalized": "90.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 12, - "tx_hash": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", + "tx_hash": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", "msg_index": 0, "block_index": 124, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -10508,20 +10603,20 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727952176, + "block_time": 1727956059, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 11, - "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", + "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", "msg_index": 0, "block_index": 123, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -10536,20 +10631,20 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727952171, + "block_time": 1727956055, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 10, - "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "msg_index": 0, "block_index": 122, "asset": "FAIRMINTA", "quantity": 0, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -10564,7 +10659,7 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "open_fairminter", "confirmed": true, - "block_time": 1727952167, + "block_time": 1727956050, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -10598,10 +10693,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "result": [ { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10609,7 +10704,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -10622,10 +10717,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "quantity": 10, "status": "valid", @@ -10633,7 +10728,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "divisible": true, "asset_longname": null, @@ -10646,10 +10741,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 54, - "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed", + "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c", "block_index": 188, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "quantity": 10000, "status": "valid", @@ -10657,7 +10752,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952445, + "block_time": 1727956339, "asset_info": { "divisible": true, "asset_longname": null, @@ -10670,10 +10765,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 43, - "tx_hash": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253", + "tx_hash": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f", "block_index": 156, - "source": "063db97111b846c7e50a7636f68d5a88a4bed472c2c4dfba7b000199343d58c4:0", - "destination": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "source": "1e095bb77ba3cf748ba6f4ce4e695083727d48d3262c58323bc9495f8cd6d08f:0", + "destination": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10681,7 +10776,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952321, + "block_time": 1727956204, "asset_info": { "divisible": true, "asset_longname": null, @@ -10694,10 +10789,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 42, - "tx_hash": "063db97111b846c7e50a7636f68d5a88a4bed472c2c4dfba7b000199343d58c4", + "tx_hash": "1e095bb77ba3cf748ba6f4ce4e695083727d48d3262c58323bc9495f8cd6d08f", "block_index": 155, - "source": "97fda462653822d444adafee5b5f3c214fa9b16cf802e73d71fa9b1c0f2af9fe:0", - "destination": "063db97111b846c7e50a7636f68d5a88a4bed472c2c4dfba7b000199343d58c4:0", + "source": "19fccbc2ef30f1ff85bfe88efbbe3a972c27636326d43d9ed83a96a95bf9436a:0", + "destination": "1e095bb77ba3cf748ba6f4ce4e695083727d48d3262c58323bc9495f8cd6d08f:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10705,7 +10800,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952316, + "block_time": 1727956200, "asset_info": { "divisible": true, "asset_longname": null, @@ -10756,9 +10851,9 @@ Returns the dispensers of an asset "result": [ { "tx_index": 26, - "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10767,7 +10862,7 @@ Returns the dispensers of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10777,7 +10872,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -10793,9 +10888,9 @@ Returns the dispensers of an asset }, { "tx_index": 29, - "tx_hash": "10007a5d3e53804b691733b1a8851859d7618ff26ccb466f44ae63f6f25cb53f", + "tx_hash": "546a4f87092b07e0d11a5802b9acee1176f1c45bcc7b6d14b7edaaf6b53d7c4d", "block_index": 142, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10804,7 +10899,7 @@ Returns the dispensers of an asset "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "origin": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -10814,7 +10909,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952251, + "block_time": 1727956145, "asset_info": { "divisible": true, "asset_longname": null, @@ -10830,9 +10925,9 @@ Returns the dispensers of an asset }, { "tx_index": 30, - "tx_hash": "c5630aefbda40ca7a9b8aaddff7bcc5ef364e346761dc60bfd7e81960b3d4f0b", + "tx_hash": "6364c76b3165808d4f9ef5e17405666e1744395605921a4b68a067a6e83b5369", "block_index": 150, - "source": "mqFzPk2DrBKEFQr8z8cRiz5bewXEPC7V8Q", + "source": "mxLiD5ZrjNcBWy92B6coJHsbhp8asgskNZ", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -10840,10 +10935,10 @@ Returns the dispensers of an asset "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "d83c43bf5cabb75c4e694355a92befec446c0efe45e964cff8e2ec4374051cd3", - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "last_status_tx_hash": "8ad06903dd2cca29b4816107f540832d9a94302c10ff326b8711b93b219963c6", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 0, - "last_status_tx_source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "last_status_tx_source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -10851,7 +10946,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952296, + "block_time": 1727956179, "asset_info": { "divisible": true, "asset_longname": null, @@ -10867,18 +10962,18 @@ Returns the dispensers of an asset }, { "tx_index": 33, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10888,7 +10983,7 @@ Returns the dispensers of an asset "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -10913,7 +11008,7 @@ Returns the dispensers of an asset Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - The address to return + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -10926,9 +11021,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10937,7 +11032,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10947,7 +11042,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -10997,7 +11092,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -11005,7 +11100,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "quantity": 500000000, "escrow": null, "cursor_id": "balances_13", @@ -11014,7 +11109,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -11022,7 +11117,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "quantity": 0, "escrow": null, "cursor_id": "balances_14", @@ -11031,7 +11126,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -11039,7 +11134,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "quantity": 9500000000, "escrow": null, "cursor_id": "balances_15", @@ -11048,7 +11143,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -11085,27 +11180,27 @@ Returns the dispenses of an asset { "tx_index": 61, "dispense_index": 0, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11120,7 +11215,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -11134,27 +11229,27 @@ Returns the dispenses of an asset { "tx_index": 34, "dispense_index": 0, - "tx_hash": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5", + "tx_hash": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90", "block_index": 147, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "destination": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11169,7 +11264,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727952273, + "block_time": 1727956166, "asset_info": { "divisible": true, "asset_longname": null, @@ -11183,19 +11278,19 @@ Returns the dispenses of an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", + "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -11203,7 +11298,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11218,7 +11313,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -11232,19 +11327,19 @@ Returns the dispenses of an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", "block_index": 140, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -11252,7 +11347,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11267,7 +11362,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952243, + "block_time": 1727956126, "asset_info": { "divisible": true, "asset_longname": null, @@ -11310,8 +11405,8 @@ Returns asset subassets "asset": "A95428959745315388", "asset_id": "95428959745315388", "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 0, @@ -11319,8 +11414,8 @@ Returns asset subassets "first_issuance_block_index": 158, "last_issuance_block_index": 158, "confirmed": true, - "first_issuance_block_time": 1727952329, - "last_issuance_block_time": 1727952329, + "first_issuance_block_time": 1727956213, + "last_issuance_block_time": 1727956213, "supply_normalized": "0.00000000" } ], @@ -11352,10 +11447,10 @@ Returns the fairminter by its asset { "result": [ { - "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "tx_index": 10, "block_index": 125, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -11380,7 +11475,7 @@ Returns the fairminter by its asset "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952180 + "block_time": 1727956063 } ], "next_cursor": null, @@ -11411,64 +11506,64 @@ Returns the mints by asset { "result": [ { - "tx_hash": "47fff214e036bd484e1614af1f7557a471ad68fc4e28987cc9b5b813780d19a6", + "tx_hash": "e377afe82a85f48d869621a0f71ad183880412855bb0094c4e5f9e7741868049", "tx_index": 13, "block_index": 125, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", - "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "asset": "FAIRMINTA", "earn_quantity": 9000000000, "paid_quantity": 9000000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952180, + "block_time": 1727956063, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, { - "tx_hash": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", + "tx_hash": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", "tx_index": 12, "block_index": 124, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", - "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952176, + "block_time": 1727956059, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, { - "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", + "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", "tx_index": 11, "block_index": 123, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952171, + "block_time": 1727956055, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } @@ -11484,7 +11579,7 @@ Returns the mints by asset Returns the mints by address and asset + Parameters - + address: `bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj` (str, required) - The address of the mints to return + + address: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address of the mints to return + asset: `FAIRMINTA` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -11503,22 +11598,22 @@ Returns the mints by address and asset { "result": [ { - "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", + "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", "tx_index": 11, "block_index": 123, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952171, + "block_time": 1727956055, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } @@ -11564,9 +11659,9 @@ Returns all the orders "result": [ { "tx_index": 48, - "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", "block_index": 183, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11581,7 +11676,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727952354, + "block_time": 1727956247, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11607,9 +11702,9 @@ Returns all the orders }, { "tx_index": 51, - "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "block_index": 186, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -11624,7 +11719,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727952436, + "block_time": 1727956331, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11650,9 +11745,9 @@ Returns all the orders }, { "tx_index": 50, - "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", "block_index": 187, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -11667,7 +11762,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727952440, + "block_time": 1727956335, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11693,9 +11788,9 @@ Returns all the orders }, { "tx_index": 53, - "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "block_index": 187, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -11710,7 +11805,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727952440, + "block_time": 1727956335, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11736,9 +11831,9 @@ Returns all the orders }, { "tx_index": 56, - "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "block_index": 191, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11753,7 +11848,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727952458, + "block_time": 1727956352, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11788,7 +11883,7 @@ Returns all the orders Returns the information of an order + Parameters - + order_hash: `b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641` (str, required) - The hash of the transaction that created the order + + order_hash: `70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0` (str, required) - The hash of the transaction that created the order + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -11800,9 +11895,9 @@ Returns the information of an order { "result": { "tx_index": 58, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11817,7 +11912,7 @@ Returns the information of an order "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727952462, + "block_time": 1727956356, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11849,7 +11944,7 @@ Returns the information of an order Returns the order matches of an order + Parameters - + order_hash: `55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea` (str, required) - The hash of the transaction that created the order + + order_hash: `9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4` (str, required) - The hash of the transaction that created the order + status (enum[str], optional) - The status of the order matches to return + Default: `all` + Members @@ -11876,13 +11971,13 @@ Returns the order matches of an order { "result": [ { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 53, - "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", - "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -11896,7 +11991,7 @@ Returns the order matches of an order "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727952440, + "block_time": 1727956335, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -11916,13 +12011,13 @@ Returns the order matches of an order "fee_paid_normalized": "0.00000000" }, { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 51, - "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -11936,7 +12031,7 @@ Returns the order matches of an order "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727952436, + "block_time": 1727956331, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -11966,7 +12061,7 @@ Returns the order matches of an order Returns the BTC pays of an order + Parameters - + order_hash: `55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea` (str, required) - The hash of the transaction that created the order + + order_hash: `9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4` (str, required) - The hash of the transaction that created the order + cursor (str, optional) - The last index of the resolutions to return + Default: `None` + limit: `5` (int, optional) - The maximum number of resolutions to return @@ -11985,15 +12080,15 @@ Returns the BTC pays of an order "result": [ { "tx_index": 52, - "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", + "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", "block_index": 186, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "btc_amount": 2000, - "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "status": "valid", "confirmed": true, - "block_time": 1727952436, + "block_time": 1727956331, "btc_amount_normalized": "0.00002000" } ], @@ -12037,9 +12132,9 @@ Returns the orders to exchange two assets "result": [ { "tx_index": 51, - "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "block_index": 186, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -12057,7 +12152,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727952436, + "block_time": 1727956331, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12083,9 +12178,9 @@ Returns the orders to exchange two assets }, { "tx_index": 53, - "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "block_index": 187, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -12103,7 +12198,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727952440, + "block_time": 1727956335, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12129,9 +12224,9 @@ Returns the orders to exchange two assets }, { "tx_index": 48, - "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", "block_index": 183, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12149,7 +12244,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727952354, + "block_time": 1727956247, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12175,9 +12270,9 @@ Returns the orders to exchange two assets }, { "tx_index": 50, - "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", "block_index": 187, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -12195,7 +12290,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727952440, + "block_time": 1727956335, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12221,9 +12316,9 @@ Returns the orders to exchange two assets }, { "tx_index": 56, - "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "block_index": 191, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12241,7 +12336,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727952458, + "block_time": 1727956352, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12304,13 +12399,13 @@ Returns the orders to exchange two assets { "result": [ { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 53, - "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", - "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12327,7 +12422,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727952440, + "block_time": 1727956335, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12347,13 +12442,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 51, - "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12370,7 +12465,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727952436, + "block_time": 1727956331, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12390,13 +12485,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", "tx0_index": 48, - "tx0_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 49, - "tx1_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "tx1_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12413,7 +12508,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727952354, + "block_time": 1727956247, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12471,13 +12566,13 @@ Returns all the order matches { "result": [ { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 53, - "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", - "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12491,7 +12586,7 @@ Returns all the order matches "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727952440, + "block_time": 1727956335, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12511,13 +12606,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 51, - "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12531,7 +12626,7 @@ Returns all the order matches "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727952436, + "block_time": 1727956331, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12551,13 +12646,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", "tx0_index": 48, - "tx0_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 49, - "tx1_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "tx1_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12571,7 +12666,7 @@ Returns all the order matches "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727952354, + "block_time": 1727956247, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12739,66 +12834,66 @@ Returns the burns "result": [ { "tx_index": 9, - "tx_hash": "cdbdc3f63118b57f0446e955011c6c692b7dc2354bd3ae5d829fabfa2a1e4b75", + "tx_hash": "5d84ddc320cb2eafee0774b2523b713b035a0aefe95ab1b243729b20bbec6db7", "block_index": 121, - "source": "bcrt1qyte2wn824cnff7txlcs7uwhjn6rypsv46razgl", + "source": "bcrt1qvy7df9mk46kg5f4j9ze3gq6uqadfc0mykxrtt2", "burned": 50000000, "earned": 74999996667, "status": "valid", "confirmed": true, - "block_time": 1727952163, + "block_time": 1727956046, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 8, - "tx_hash": "c25bee984c3678ee48a5a7a447f7b2182e1ba2d17eb147fc109effad00dd63e2", + "tx_hash": "d5b2a6622f525b6b9925fb0939baa41c53356dba5f6e79270c15e47a0e5e083b", "block_index": 120, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "burned": 50000000, "earned": 74999996833, "status": "valid", "confirmed": true, - "block_time": 1727952158, + "block_time": 1727956042, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 7, - "tx_hash": "a99f2397b126987139d96eed78e54fdaa2633497b9589e419719a223c311ec99", + "tx_hash": "98c1a7bee48c23c01f0c40b7342ed686cc90072df4dd21ba4a9d3efd2f347f32", "block_index": 119, - "source": "bcrt1qtv7euexhcme3uy6wk8sk976vssane2k6qs4qsy", + "source": "bcrt1qqewsfu2jpdewtl9s4ztzdrrpxvskf4fauratev", "burned": 50000000, "earned": 74999997000, "status": "valid", "confirmed": true, - "block_time": 1727952154, + "block_time": 1727956038, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 6, - "tx_hash": "e3437898051548b2066dcc4055dd1771247971599e660a481ac03fb461dd6340", + "tx_hash": "a1715fa51f706af779ceb9859c5d1bb79121b793ca01846ed3836c7b7145a49b", "block_index": 118, - "source": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", + "source": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", "burned": 50000000, "earned": 74999997167, "status": "valid", "confirmed": true, - "block_time": 1727952150, + "block_time": 1727956034, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 5, - "tx_hash": "2b6dfb38f6a10eff4de7b2de79706be98d7e4cfbbd6bacad9f2db573e7493066", + "tx_hash": "eaf1bd1bca1d86a3c184ffee2e10eef65fe4ae7aced4e3363388ee8507fafb6a", "block_index": 117, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "burned": 50000000, "earned": 74999997333, "status": "valid", "confirmed": true, - "block_time": 1727952146, + "block_time": 1727956029, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" } @@ -12843,9 +12938,9 @@ Returns all dispensers "result": [ { "tx_index": 26, - "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12854,7 +12949,7 @@ Returns all dispensers "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12864,7 +12959,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -12880,9 +12975,9 @@ Returns all dispensers }, { "tx_index": 29, - "tx_hash": "10007a5d3e53804b691733b1a8851859d7618ff26ccb466f44ae63f6f25cb53f", + "tx_hash": "546a4f87092b07e0d11a5802b9acee1176f1c45bcc7b6d14b7edaaf6b53d7c4d", "block_index": 142, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12891,7 +12986,7 @@ Returns all dispensers "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "origin": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -12901,7 +12996,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952251, + "block_time": 1727956145, "asset_info": { "divisible": true, "asset_longname": null, @@ -12917,9 +13012,9 @@ Returns all dispensers }, { "tx_index": 30, - "tx_hash": "c5630aefbda40ca7a9b8aaddff7bcc5ef364e346761dc60bfd7e81960b3d4f0b", + "tx_hash": "6364c76b3165808d4f9ef5e17405666e1744395605921a4b68a067a6e83b5369", "block_index": 150, - "source": "mqFzPk2DrBKEFQr8z8cRiz5bewXEPC7V8Q", + "source": "mxLiD5ZrjNcBWy92B6coJHsbhp8asgskNZ", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -12927,10 +13022,10 @@ Returns all dispensers "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "d83c43bf5cabb75c4e694355a92befec446c0efe45e964cff8e2ec4374051cd3", - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "last_status_tx_hash": "8ad06903dd2cca29b4816107f540832d9a94302c10ff326b8711b93b219963c6", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 0, - "last_status_tx_source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "last_status_tx_source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -12938,7 +13033,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952296, + "block_time": 1727956179, "asset_info": { "divisible": true, "asset_longname": null, @@ -12954,18 +13049,18 @@ Returns all dispensers }, { "tx_index": 33, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12975,7 +13070,7 @@ Returns all dispensers "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -13000,7 +13095,7 @@ Returns all dispensers Returns the dispenser information by tx_hash + Parameters - + dispenser_hash: `1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a` (str, required) - The hash of the dispenser to return + + dispenser_hash: `88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45` (str, required) - The hash of the dispenser to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -13012,9 +13107,9 @@ Returns the dispenser information by tx_hash { "result": { "tx_index": 26, - "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -13023,7 +13118,7 @@ Returns the dispenser information by tx_hash "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13033,7 +13128,7 @@ Returns the dispenser information by tx_hash "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -13055,7 +13150,7 @@ Returns the dispenser information by tx_hash Returns the dispenses of a dispenser + Parameters - + dispenser_hash: `1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a` (str, required) - The hash of the dispenser to return + + dispenser_hash: `88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45` (str, required) - The hash of the dispenser to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -13075,19 +13170,19 @@ Returns the dispenses of a dispenser { "tx_index": 28, "dispense_index": 0, - "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", + "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13095,7 +13190,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13110,7 +13205,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -13124,19 +13219,19 @@ Returns the dispenses of a dispenser { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", "block_index": 140, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13144,7 +13239,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13159,7 +13254,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952243, + "block_time": 1727956126, "asset_info": { "divisible": true, "asset_longname": null, @@ -13201,20 +13296,20 @@ Returns all the dividends "result": [ { "tx_index": 41, - "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "block_index": 154, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727952312, + "block_time": 1727956195, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -13239,7 +13334,7 @@ Returns all the dividends Returns a dividend by its hash + Parameters - + dividend_hash: `4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444` (str, required) - The hash of the dividend to return + + dividend_hash: `1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3` (str, required) - The hash of the dividend to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -13251,20 +13346,20 @@ Returns a dividend by its hash { "result": { "tx_index": 41, - "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "block_index": 154, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727952312, + "block_time": 1727956195, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -13286,7 +13381,7 @@ Returns a dividend by its hash Returns a dividend distribution by its hash + Parameters - + dividend_hash: `4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444` (str, required) - The hash of the dividend distribution to return + + dividend_hash: `1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3` (str, required) - The hash of the dividend distribution to return + cursor (str, optional) - The last index of the credit to return + Default: `None` + limit: `5` (int, optional) - The maximum number of credit to return @@ -13309,12 +13404,12 @@ Returns a dividend distribution by its hash "asset": "XCP", "quantity": 1500000000, "calling_function": "dividend", - "event": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "event": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "tx_index": 41, - "utxo": "97fda462653822d444adafee5b5f3c214fa9b16cf802e73d71fa9b1c0f2af9fe:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "utxo": "19fccbc2ef30f1ff85bfe88efbbe3a972c27636326d43d9ed83a96a95bf9436a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "confirmed": true, - "block_time": 1727952312, + "block_time": 1727956195, "asset_info": { "divisible": true, "asset_longname": null, @@ -13326,16 +13421,16 @@ Returns a dividend distribution by its hash }, { "block_index": 154, - "address": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", + "address": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", "asset": "XCP", "quantity": 500000000, "calling_function": "dividend", - "event": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "event": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "tx_index": 41, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952312, + "block_time": 1727956195, "asset_info": { "divisible": true, "asset_longname": null, @@ -13381,27 +13476,27 @@ Returns all events "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", - "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", + "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", + "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", "transaction_count": 1, - "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", - "block_time": 1727952480 + "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", + "block_time": 1727956374 }, "tx_hash": null, "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61 }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 554, @@ -13410,14 +13505,14 @@ Returns all events "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -13428,9 +13523,9 @@ Returns all events "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 553, @@ -13439,9 +13534,9 @@ Returns all events "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": 0, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "asset_info": { "divisible": true, "asset_longname": null, @@ -13451,24 +13546,24 @@ Returns all events }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -13478,9 +13573,9 @@ Returns all events }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 551, @@ -13508,15 +13603,15 @@ Returns the event of an index "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", - "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", + "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", + "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", "transaction_count": 1, - "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", - "block_time": 1727952480 + "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", + "block_time": 1727956374 }, "tx_hash": null, "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } } ``` @@ -13594,16 +13689,16 @@ Returns the events filtered by event name "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -13613,9 +13708,9 @@ Returns the events filtered by event name }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 550, @@ -13625,12 +13720,12 @@ Returns the events filtered by event name "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -13640,9 +13735,9 @@ Returns the events filtered by event name }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 547, @@ -13652,39 +13747,39 @@ Returns the events filtered by event name "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 533, "event": "CREDIT", "params": { - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "block_index": 193, "calling_function": "sweep", - "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "quantity": 74499387833, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727952466, + "block_time": 1727956361, "asset_info": { "divisible": true, "asset_longname": null, @@ -13694,36 +13789,36 @@ Returns the events filtered by event name }, "quantity_normalized": "744.99388000" }, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "block_time": 1727952466 + "block_time": 1727956361 }, { "event_index": 531, "event": "CREDIT", "params": { - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "MYASSETA", "block_index": 193, "calling_function": "sweep", - "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "quantity": 10, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727952466, + "block_time": 1727956361, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "block_time": 1727952466 + "block_time": 1727956361 } ], "next_cursor": 529, @@ -13779,27 +13874,27 @@ Returns all the dispenses { "tx_index": 61, "dispense_index": 0, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13814,7 +13909,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -13828,27 +13923,27 @@ Returns all the dispenses { "tx_index": 34, "dispense_index": 0, - "tx_hash": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5", + "tx_hash": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90", "block_index": 147, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "destination": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13863,7 +13958,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727952273, + "block_time": 1727956166, "asset_info": { "divisible": true, "asset_longname": null, @@ -13877,19 +13972,19 @@ Returns all the dispenses { "tx_index": 28, "dispense_index": 0, - "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", + "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13897,7 +13992,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13912,7 +14007,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -13926,19 +14021,19 @@ Returns all the dispenses { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", "block_index": 140, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13946,7 +14041,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13961,7 +14056,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952243, + "block_time": 1727956126, "asset_info": { "divisible": true, "asset_longname": null, @@ -14003,10 +14098,10 @@ Returns all the sends include Enhanced and MPMA sends "result": [ { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -14014,7 +14109,7 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -14027,10 +14122,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -14038,11 +14133,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -14051,10 +14146,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "quantity": 10, "status": "valid", @@ -14062,7 +14157,7 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "divisible": true, "asset_longname": null, @@ -14075,10 +14170,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -14086,11 +14181,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -14099,10 +14194,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -14110,11 +14205,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -14152,14 +14247,14 @@ Returns all the issuances "result": [ { "tx_index": 47, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -14174,20 +14269,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952338, + "block_time": 1727956221, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "6461a1b76eee5bbddfd186c8e6450f1d1df4c601673cde986fd6637b02a8071c", + "tx_hash": "fbd3d802cdb8e69956e859f903a86599a0d829214e43c873ff6af0559b209ee0", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -14202,20 +14297,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727952334, + "block_time": 1727956217, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "633305e6d717641b952a37d18855d1af8996736d2f588226468350baf2e31901", + "tx_hash": "ec3fb52343e36c3dfb7bd1964eeb7e11d8cdfc5de575f9ddd113c6299cf67184", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -14230,20 +14325,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952329, + "block_time": 1727956213, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "efa7b986d68127c6d9e57793e0f6fa7966dde6360759bb829ab08c74edfdba94", + "tx_hash": "b3044c04583b0eb94ca9966a718d3d7c0a5bfe40d25f52ca4db56209a7e0f48d", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -14258,20 +14353,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952325, + "block_time": 1727956208, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 43, - "tx_hash": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253", + "tx_hash": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f", "msg_index": 0, "block_index": 156, "asset": "MYASSETB", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "issuer": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "issuer": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "transfer": false, "callable": false, "call_date": 0, @@ -14286,7 +14381,7 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952321, + "block_time": 1727956204, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -14301,7 +14396,7 @@ Returns all the issuances Returns the issuances of a block + Parameters - + tx_hash: `9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c` (str, required) - The hash of the transaction to return + + tx_hash: `83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14313,14 +14408,14 @@ Returns the issuances of a block { "result": { "tx_index": 47, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -14335,7 +14430,7 @@ Returns the issuances of a block "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952338, + "block_time": 1727956221, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -14367,16 +14462,16 @@ Returns all sweeps "result": [ { "tx_index": 59, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727952466, + "block_time": 1727956361, "fee_paid_normalized": "0.00600000" } ], @@ -14390,7 +14485,7 @@ Returns all sweeps Returns the sweeps of a transaction + Parameters - + tx_hash: `4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c` (str, required) - The hash of the transaction to return + + tx_hash: `7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14403,16 +14498,16 @@ Returns the sweeps of a transaction "result": [ { "tx_index": 59, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727952466, + "block_time": 1727956361, "fee_paid_normalized": "0.00600000" } ], @@ -14446,9 +14541,9 @@ Returns all valid broadcasts "result": [ { "tx_index": 25, - "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", + "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", "block_index": 138, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -14456,14 +14551,14 @@ Returns all valid broadcasts "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727952235, + "block_time": 1727956119, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "fcb99bd61b01001625b5da7399a58185e531b89b943db6228ea61f320ccbff83", + "tx_hash": "d475cdd8333c73e7ebd7853362cf9bde121f98dfe82e97084a96358adaacfa28", "block_index": 137, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -14471,7 +14566,7 @@ Returns all valid broadcasts "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727952231, + "block_time": 1727956114, "fee_fraction_int_normalized": "0.00000000" } ], @@ -14485,7 +14580,7 @@ Returns all valid broadcasts Returns the broadcast of a transaction + Parameters - + tx_hash: `281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f` (str, required) - The hash of the transaction to return + + tx_hash: `99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14497,9 +14592,9 @@ Returns the broadcast of a transaction { "result": { "tx_index": 25, - "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", + "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", "block_index": 138, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -14507,7 +14602,7 @@ Returns the broadcast of a transaction "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727952235, + "block_time": 1727956119, "fee_fraction_int_normalized": "0.00000000" } } @@ -14537,10 +14632,10 @@ Returns all fairminters { "result": [ { - "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", + "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", "tx_index": 22, "block_index": 135, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -14565,13 +14660,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952222 + "block_time": 1727956106 }, { - "tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", + "tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", "tx_index": 18, "block_index": 131, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -14596,13 +14691,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952205 + "block_time": 1727956089 }, { - "tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13", + "tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d", "tx_index": 14, "block_index": 130, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -14627,13 +14722,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952201 + "block_time": 1727956085 }, { - "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "tx_index": 10, "block_index": 125, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -14658,7 +14753,7 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952180 + "block_time": 1727956063 } ], "next_cursor": null, @@ -14701,7 +14796,7 @@ Returns the mints by fairminter Returns a list of unspent outputs for a list of addresses + Parameters - + addresses: `bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e,bcrt1qtv7euexhcme3uy6wk8sk976vssane2k6qs4qsy` (str, required) - The addresses to search for + + addresses: `bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l,bcrt1qqewsfu2jpdewtl9s4ztzdrrpxvskf4fauratev` (str, required) - The addresses to search for + unconfirmed (bool, optional) - Include unconfirmed transactions + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14720,8 +14815,8 @@ Returns a list of unspent outputs for a list of addresses "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5", - "address": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e" + "txid": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90", + "address": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l" }, { "vout": 2, @@ -14729,8 +14824,8 @@ Returns a list of unspent outputs for a list of addresses "value": 100000, "confirmations": 40, "amount": 0.001, - "txid": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253", - "address": "bcrt1qtv7euexhcme3uy6wk8sk976vssane2k6qs4qsy" + "txid": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f", + "address": "bcrt1qqewsfu2jpdewtl9s4ztzdrrpxvskf4fauratev" } ], "next_cursor": null, @@ -14743,7 +14838,7 @@ Returns a list of unspent outputs for a list of addresses Returns all transactions involving a given address + Parameters - + address: `bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg` (str, required) - The address to search for + + address: `bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj` (str, required) - The address to search for + unconfirmed: `True` (bool, optional) - Include unconfirmed transactions + Default: `True` + only_tx_hashes: `True` (bool, optional) - Return only the tx hashes @@ -14759,28 +14854,28 @@ Returns all transactions involving a given address { "result": [ { - "tx_hash": "ee88037d9eade70262c07c01d2c14c66e0d753913f29a5f2a2ca6718b035aa07" + "tx_hash": "6b62375f44dda382bd2c1b33a2e419e08d72eb18da2ea6e5e4f29c9eb167e24e" }, { - "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114" + "tx_hash": "979c127a61d3a50650f5fed92563d3ef4efebac3022c9b4227929a81217e0e6d" }, { - "tx_hash": "89356e40c37c29abe59f129f1fb24143207da52b2231fe85ec5f8e2157204046" + "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c" }, { - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c" + "tx_hash": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af" }, { - "tx_hash": "53a8afe61aa1e87367df0a1f11ee34019cc90c093c37d885f34ee6dab5e22f93" + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1" }, { - "tx_hash": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb" + "tx_hash": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed" }, { - "tx_hash": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da" + "tx_hash": "e812a1bf9cd965c52a29463d64b03f2394c85d8182f114f24254c38592577ef6" }, { - "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed" + "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7" } ], "next_cursor": null, @@ -14793,7 +14888,7 @@ Returns all transactions involving a given address Get the oldest transaction for an address. + Parameters - + address: `bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7` (str, required) - The address to search for. + + address: `bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks` (str, required) - The address to search for. + block_index (int, optional) - The block index to search from. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14807,7 +14902,7 @@ Get the oldest transaction for an address. { "result": { "block_index": 1, - "tx_hash": "cd71ea57bea1082f38d2aa84405b04ed05d3bae2b0441e7e9b2c20931f034805" + "tx_hash": "8502870597f918463163a8d19049c3e9f6e3af425acba94efd672ac381f83885" } } ``` @@ -14817,7 +14912,7 @@ Get the oldest transaction for an address. Returns a list of unspent outputs for a specific address + Parameters - + address: `bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e` (str, required) - The address to search for + + address: `bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l` (str, required) - The address to search for + unconfirmed (bool, optional) - Include unconfirmed transactions + Default: `False` + unspent_tx_hash (str, optional) - Filter by unspent_tx_hash @@ -14838,7 +14933,7 @@ Returns a list of unspent outputs for a specific address "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5" + "txid": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90" } ], "next_cursor": null, @@ -14851,7 +14946,7 @@ Returns a list of unspent outputs for a specific address Get pubkey for an address. + Parameters - + address: `bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw` (str, required) - Address to get pubkey for. + + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - Address to get pubkey for. + provided_pubkeys (str, optional) - Comma separated list of provided pubkeys. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14863,7 +14958,7 @@ Get pubkey for an address. ``` { - "result": "02aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd" + "result": "026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f" } ``` @@ -14872,7 +14967,7 @@ Get pubkey for an address. Get a transaction from the blockchain + Parameters - + tx_hash: `faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9` (str, required) - The transaction hash + + tx_hash: `7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a` (str, required) - The transaction hash + format: `hex` (str, optional) - Whether to return JSON output or raw hex + Default: `json` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14884,7 +14979,7 @@ Get a transaction from the blockchain ``` { - "result": "0200000000010153b2bce75d8be294cf5b9e6f94442e19801be1a5548363df1758cdc0ebd3e16f0100000000ffffffff03e8030000000000001600145bcc8878cad331f92040ab1aa86a6a1b0e22044300000000000000000c6a0a54e0e81a082e3d85fe89dced08270100000016001472abef751e23b3ff85485813e5e853ab7c8268b50247304402205ed1386767ffa9c00d84aea30d33a5bc2ee07b72ee892591ccb6838830c549c702201b38ce33fd16d26fd79de533f95d90932f7676f5a2dbb29b60f21b81d4fd369c012102e91d858bd217f949ba95253d609e910ab0c0442c4a9f1c980e37bf16f910544a00000000" + "result": "020000000001012f47713db1801ea559606f1124873759a7225d6498eeedff75088c62e2f91bb90100000000ffffffff03e8030000000000001600144dbad23f47531daf37d441cbd99a86a5cfb7251f00000000000000000c6a0a3be374079a0fb95bf138dced082701000000160014649df9344ebfe6815a1b4a03d6cc03745ac2f0bb02473044022061eaa062c6bd3cd945c5365272617f6f3bd2fb3fc2bc52618104d9299249f14f02205b318b2e913d4ddf2edc6f799d957e5ab60f7e49933f8e58302dc26484aa32b00121032c40c37a8296cdf0c61d796b1ac672b3059a74bb0882f0323869d4c26110f72500000000" } ``` @@ -14979,27 +15074,27 @@ Returns all mempool events { "result": [ { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62 }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "memo": null, "quantity": 10000, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "status": "valid", - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62, "asset_info": { "divisible": true, @@ -15010,22 +15105,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "CREDIT", "params": { - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -15035,22 +15130,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "block_index": 195, - "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -15060,30 +15155,30 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727952484.47581, + "block_time": 1727956378.8632336, "btc_amount": 0, - "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", + "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", "destination": "", "fee": 10000, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62, - "utxos_info": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731:1", + "utxos_info": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "memo": null, "asset_info": { "divisible": true, @@ -15097,7 +15192,7 @@ Returns all mempool events }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 } ], "next_cursor": null, @@ -15128,19 +15223,19 @@ Returns the mempool events filtered by event name { "result": [ { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "CREDIT", "params": { - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -15150,7 +15245,7 @@ Returns the mempool events filtered by event name }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 } ], "next_cursor": null, @@ -15163,7 +15258,7 @@ Returns the mempool events filtered by event name Returns the mempool events filtered by transaction hash + Parameters - + tx_hash: `22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731` (str, required) - The hash of the transaction to return + + tx_hash: `a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor (str, optional) - The last event index to return @@ -15183,27 +15278,27 @@ Returns the mempool events filtered by transaction hash { "result": [ { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62 }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "memo": null, "quantity": 10000, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "status": "valid", - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62, "asset_info": { "divisible": true, @@ -15214,22 +15309,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "CREDIT", "params": { - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -15239,22 +15334,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "block_index": 195, - "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -15264,30 +15359,30 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727952484.47581, + "block_time": 1727956378.8632336, "btc_amount": 0, - "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", + "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", "destination": "", "fee": 10000, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62, - "utxos_info": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731:1", + "utxos_info": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "memo": null, "asset_info": { "divisible": true, @@ -15301,7 +15396,7 @@ Returns the mempool events filtered by transaction hash }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 } ], "next_cursor": null, diff --git a/counterparty-core/counterpartycore/lib/api/compose.py b/counterparty-core/counterpartycore/lib/api/compose.py index 902583bee5..a2b63b48ad 100644 --- a/counterparty-core/counterpartycore/lib/api/compose.py +++ b/counterparty-core/counterpartycore/lib/api/compose.py @@ -781,6 +781,8 @@ def unpack(db, datahex: str, block_index: int = None): :param block_index: Block index of the transaction containing this data """ data = binascii.unhexlify(datahex) + if data[: len(config.PREFIX)] == config.PREFIX: + data = data[len(config.PREFIX) :] message_type_id, message = message_type.unpack(data) block_index = block_index or util.CURRENT_BLOCK_INDEX diff --git a/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json b/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json index c1cd58599f..46df85ad72 100644 --- a/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json +++ b/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json @@ -3,61 +3,61 @@ "result": [ { "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", "difficulty": 545259519, - "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", - "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", - "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", + "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", + "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", + "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", "transaction_count": 1, "confirmed": true }, { "block_index": 194, - "block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", - "block_time": 1727952470, - "previous_block_hash": "1741784d8e08e0f9e157409fee75df6df89ebbde1cb3558678d456c03e2c9bc4", + "block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", + "block_time": 1727956365, + "previous_block_hash": "42dde604af6b81eec91dd236a3fdc5214984885c2f88c4fb76feb32186c724b3", "difficulty": 545259519, - "ledger_hash": "6b32c30d1930b07cef875716c18b6f097b89ad780dad0bfcd012d162d3dfd70f", - "txlist_hash": "45bb8fb7f8af513b7690e24fbb234b7722dcdd58d03c2d85155492344803c1d4", - "messages_hash": "f429db3399e04cafbc04f3a6dbcd9a501391bb0358a2a70825cd3047c6e49eea", + "ledger_hash": "5ce77a6a226965b776b05e8b963a910dd5928ab2883f815502efb7d71cbecf14", + "txlist_hash": "18b581f2804c86c95a71c4788f584e5710032e34dd1b28e8e0ebaac97c37119e", + "messages_hash": "53accd5daf6873e7744f6ab545c1d610565bff0961b61b755a160acee5d7252b", "transaction_count": 1, "confirmed": true }, { "block_index": 193, - "block_hash": "1741784d8e08e0f9e157409fee75df6df89ebbde1cb3558678d456c03e2c9bc4", - "block_time": 1727952466, - "previous_block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", + "block_hash": "42dde604af6b81eec91dd236a3fdc5214984885c2f88c4fb76feb32186c724b3", + "block_time": 1727956361, + "previous_block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", "difficulty": 545259519, - "ledger_hash": "f0ba2b052c325aa048394f44090a55ccf4a1c81e538fe724e854488952eee420", - "txlist_hash": "6d5f495d4f94c9eb4fc2af778250fce8e629fb468e9e02a746459801d9fa9ec7", - "messages_hash": "3a46f8011b5b31bae4bd037a8b878b05e134811cdcb87226d13168e097b128c6", + "ledger_hash": "fa89e1426fbd6d03390a7f85e04da0c8101e812f3a7ea22cd093154b8ea6cb05", + "txlist_hash": "ffa627cc2aa019b9de9192ebbf587d15aa14ff6bb7b2b56f6ce8acbe67ce6d47", + "messages_hash": "f765180cacae4971bf0f3bfffe63df3104ecb34e783241abf836631229dbf522", "transaction_count": 1, "confirmed": true }, { "block_index": 192, - "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", - "block_time": 1727952462, - "previous_block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", + "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", + "block_time": 1727956356, + "previous_block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", "difficulty": 545259519, - "ledger_hash": "ccbc3fe62eb8434da13e4fa0ee38011ee71b13fe4fcde848102a981f2d768e81", - "txlist_hash": "118d22338295fd5c9eecc5d47065f917b8e9764869a800025f04706cd4931383", - "messages_hash": "d1ce82c0dbb49b7621cbe7e048e29c9e74e80f4e5fe4a5fb8885fb5211665f5f", + "ledger_hash": "0dad75417237726f47a30d601b23ecaeb72140a0e16e2b4622188fde8f1792b2", + "txlist_hash": "e429c8fc3dad0aded7d35ac8690a8d2b39a0c716a733764debef3a9a632aae9c", + "messages_hash": "75af49f32908c3ff32fc12cb0b625402940acaf0edf212f3dc199a25bb5416e9", "transaction_count": 1, "confirmed": true }, { "block_index": 191, - "block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", - "block_time": 1727952458, - "previous_block_hash": "0ec9b245688d4a6f280a512e32c7d5a0e8138919fbe8c3987639d0e942dbc073", + "block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", + "block_time": 1727956352, + "previous_block_hash": "19dba54004278233d0ce69f8d1ac523dec7a824faa2b4eb1c3d87b3a2ecfd584", "difficulty": 545259519, - "ledger_hash": "af1e6b4ec965089d42c404bb14306440a2fa557ddff6f8ca8c5261b31e245923", - "txlist_hash": "1048b809aa6ffbe9f13c348b724db0e0f463fe689f2c365414503268ca135ce2", - "messages_hash": "a231dd74634a751f824a1d07090258467f1dd88baa7e154f98b6c209fc3177a0", + "ledger_hash": "fc2374117083286161b104afbf0d037e073731d3114b960c90a40692879e77ab", + "txlist_hash": "33dd945ba00ad5269f72002b573fc69e8d952de00783a0637b096f63cab7795a", + "messages_hash": "ab017d6c798858d33cc3cd5db10f0d3d43c22781199c9423d70475010560aaf2", "transaction_count": 1, "confirmed": true } @@ -68,13 +68,13 @@ "/v2/blocks/": { "result": { "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", "difficulty": 545259519, - "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", - "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", - "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", + "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", + "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", + "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", "transaction_count": 1, "confirmed": true } @@ -82,13 +82,13 @@ "/v2/blocks/": { "result": { "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", "difficulty": 545259519, - "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", - "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", - "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", + "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", + "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", + "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", "transaction_count": 1, "confirmed": true } @@ -97,17 +97,17 @@ "result": [ { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -129,11 +129,11 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", - "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", + "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", + "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", "transaction_count": 1, - "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", - "block_time": 1727952480 + "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", + "block_time": 1727956374 }, "tx_hash": null }, @@ -142,10 +142,10 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61 }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" }, { "event_index": 554, @@ -154,14 +154,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -172,7 +172,7 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" }, { "event_index": 553, @@ -181,9 +181,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": 0, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "asset_info": { "divisible": true, "asset_longname": null, @@ -193,22 +193,22 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -218,7 +218,7 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" } ], "next_cursor": 551, @@ -256,16 +256,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -275,7 +275,7 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" }, { "event_index": 550, @@ -285,12 +285,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -300,7 +300,7 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" }, { "event_index": 547, @@ -310,22 +310,22 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9" + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" } ], "next_cursor": null, @@ -335,16 +335,16 @@ "result": [ { "block_index": 195, - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -360,12 +360,12 @@ "asset": "XCP", "quantity": 1500000000, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -381,16 +381,16 @@ "asset": "MYASSETA", "quantity": 1500000000, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -408,12 +408,12 @@ "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -429,16 +429,16 @@ "asset": "MYASSETA", "quantity": 1500000000, "action": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -452,24 +452,24 @@ "result": [ { "type": "order", - "object_id": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "object_id": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", "block_index": 183, "confirmed": true, - "block_time": 1727952354 + "block_time": 1727956247 }, { "type": "order", - "object_id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "object_id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", "block_index": 183, "confirmed": true, - "block_time": 1727952354 + "block_time": 1727956247 }, { "type": "order_match", - "object_id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "object_id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", "block_index": 183, "confirmed": true, - "block_time": 1727952354 + "block_time": 1727956247 } ], "next_cursor": null, @@ -479,13 +479,13 @@ "result": [ { "tx_index": 57, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "status": "valid", "confirmed": true, - "block_time": 1727952458 + "block_time": 1727956352 } ], "next_cursor": null, @@ -495,15 +495,15 @@ "result": [ { "tx_index": 60, - "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", + "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", "block_index": 194, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "quantity": 1, "tag": "64657374726f79", "status": "valid", "confirmed": true, - "block_time": 1727952470, + "block_time": 1727956365, "asset_info": { "divisible": true, "asset_longname": null, @@ -521,14 +521,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -543,7 +543,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952338, + "block_time": 1727956221, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -555,10 +555,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -566,7 +566,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -579,10 +579,10 @@ }, { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -590,11 +590,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -610,27 +610,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -645,7 +645,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -664,16 +664,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727952466, + "block_time": 1727956361, "fee_paid_normalized": "0.00600000" } ], @@ -684,17 +684,17 @@ "result": [ { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -707,17 +707,17 @@ }, { "tx_index": 60, - "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", + "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", "block_index": 194, - "block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877", - "block_time": 1727952470, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", + "block_time": 1727956365, + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9:1", + "utxos_info": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -744,57 +744,70 @@ }, "/v2/transactions/info": { "result": { - "source": "", - "destination": null, - "btc_amount": null, - "fee": null, - "data": "", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "btc_amount": 6000, + "fee": 0, + "data": "0d00", "decoded_tx": { "version": 2, "segwit": true, - "coinbase": true, + "coinbase": false, "vin": [ { - "hash": "0000000000000000000000000000000000000000000000000000000000000000", - "n": 4294967295, - "script_sig": "014600", + "hash": "84f7c070887b5dedf33cdacd2f6d89ae43c6970f4f2550d44b1db25dbe7dbd55", + "n": 1, + "script_sig": "", "sequence": 4294967295, - "coinbase": true + "coinbase": false } ], "vout": [ { - "value": 5000000000, - "script_pub_key": "001455f989c648f702be57f9c409fd3a78cb54ac9b33" + "value": 6000, + "script_pub_key": "00147cb1b0af8dbcdc6731df1f2cc4986147659e3be9" }, { "value": 0, - "script_pub_key": "6a24aa21a9ede2f61c3f71d1defd3fa999dfa36953755c690689799962b48bebd836974e8cf9" + "script_pub_key": "6a0af9faa8743d8a159cf59a" + }, + { + "value": 4949914000, + "script_pub_key": "0014acf32b548d1903f15d71030be6d535c9472b7f2d" } ], "vtxinwit": [ - "0000000000000000000000000000000000000000000000000000000000000000" + "30440220413dd22c1bb31c1268e0527f4ec3c4e2b90876f0b8692f57927af3afb418191a022051232af91f8266e9a06901c820c2baf49b959dde3d1adf3de0bdb7c33431895d01", + "03768d3ae8053dd165afa018981a52cf632a08e1c48037d6095aed5bdadf74acbb" ], "lock_time": 0, - "tx_hash": "6d01a3c45e54317a10a77e33429b7ffb498ca3b2be2420d09ed66272daa7ce40", - "tx_id": "6d01a3c45e54317a10a77e33429b7ffb498ca3b2be2420d09ed66272daa7ce40" - } + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_id": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409" + }, + "unpacked_data": { + "message_type": "dispense", + "message_type_id": 13, + "message_data": { + "data": "00" + } + }, + "btc_amount_normalized": "0.00006000" } }, "/v2/transactions//info": { "result": { - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", + "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "fef92a0f1c9bfa713de702f86cb1a94f213c5f5beeafad44d422386562a4fd97", + "hash": "6a43f95ba9963ad89e3dd4266363272c973abefb8ee8bf85fff130efc2cbfc19", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -804,20 +817,20 @@ "vout": [ { "value": 0, - "script_pub_key": "6a2e2f1d9987abaa074e39b7d6b2a4956c532b8c8cc43e1a09774fa2dc9df7a3af7baf4b30b34b7d7bf316f27ca57f97" + "script_pub_key": "6a2e6b4e7fc15a2b4231e7351c76a8c738f2de12d58a0b1470f881927e49cfd83ff9daed2dc9de0fd6bca7a0cb09afac" }, { "value": 4999955000, - "script_pub_key": "0014dbad4af8d82322d6953da8b5e20efdf0e0ceae6a" + "script_pub_key": "0014ea3b09500947beee433af91a90aa2b8d83951bb2" } ], "vtxinwit": [ - "3044022046ecaae92c59879f233590e1b5b5eb2e3cbf9e40f91450102ddfde60fecb9304022019431cfbf8f26af04dadb66b0fe844b8cc6c555de10f5ed592b7afd947395c7601", - "0397550a13117933bb9adb6ca0f90e13afe6453368b553c403ca4f0b18fbe30756" + "30440220446c1f68c5690fe04cd457c81304157b08bec7f7beade5388fd3189bb9f7c2a102207ad480909a4810b4785abc7ccab3a232e46fe3c2e8ac47ad2a2d40aab86f2a1c01", + "03b2c287a3c1d11339c4b33313060df67521737dfc0b64e1b3f731e1ea0be98701" ], "lock_time": 0, - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", - "tx_id": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731" + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_id": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e" }, "unpacked_data": { "message_type": "enhanced_send", @@ -825,7 +838,7 @@ "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "memo": null, "asset_info": { "divisible": true, @@ -852,17 +865,17 @@ "/v2/transactions/": { "result": { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -877,17 +890,17 @@ "/v2/transactions/": { "result": { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", - "block_time": 1727952480, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_time": 1727956374, + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -906,12 +919,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61 }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 554, @@ -920,14 +933,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -938,9 +951,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 553, @@ -949,9 +962,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": 0, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "asset_info": { "divisible": true, "asset_longname": null, @@ -961,24 +974,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -988,9 +1001,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 551, @@ -998,14 +1011,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "msg_index": 1, "quantity": 1500000000, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", "status": "valid", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1015,9 +1028,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 550, @@ -1030,12 +1043,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61 }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 554, @@ -1044,14 +1057,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1062,9 +1075,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 553, @@ -1073,9 +1086,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": 0, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "asset_info": { "divisible": true, "asset_longname": null, @@ -1085,24 +1098,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1112,9 +1125,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 551, @@ -1122,14 +1135,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "msg_index": 1, "quantity": 1500000000, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", "status": "valid", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1139,9 +1152,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 550, @@ -1151,10 +1164,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -1162,7 +1175,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1175,10 +1188,10 @@ }, { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -1186,11 +1199,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -1206,27 +1219,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -1241,7 +1254,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1262,16 +1275,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1281,9 +1294,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 550, @@ -1293,12 +1306,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1308,9 +1321,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 547, @@ -1320,24 +1333,24 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": null, @@ -1349,16 +1362,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1368,9 +1381,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 550, @@ -1380,12 +1393,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1395,9 +1408,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 547, @@ -1407,24 +1420,24 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": null, @@ -1437,7 +1450,7 @@ "total": 100000000000, "addresses": [ { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -1447,7 +1460,7 @@ "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -1458,7 +1471,7 @@ "total": 97999999980, "addresses": [ { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "utxo": null, "utxo_address": null, "quantity": 97999999980, @@ -1468,7 +1481,7 @@ "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -1479,7 +1492,7 @@ "total": 500000000, "addresses": [ { - "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -1489,7 +1502,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -1500,7 +1513,7 @@ "total": 40, "addresses": [ { - "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "utxo": null, "utxo_address": null, "quantity": 40, @@ -1510,7 +1523,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -1521,7 +1534,7 @@ "total": 19, "addresses": [ { - "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "utxo": null, "utxo_address": null, "quantity": 19, @@ -1531,7 +1544,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -1545,17 +1558,17 @@ "result": [ { "tx_index": 58, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", - "block_time": 1727952462, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", + "block_time": 1727956356, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641:1", + "utxos_info": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -1591,23 +1604,23 @@ }, { "tx_index": 57, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", - "block_time": 1727952458, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", + "block_time": 1727956352, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "4632df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "data": "4650338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "supported": true, - "utxos_info": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81:1", + "utxos_info": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "status": "valid" } }, @@ -1615,17 +1628,17 @@ }, { "tx_index": 56, - "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "block_index": 190, - "block_hash": "0ec9b245688d4a6f280a512e32c7d5a0e8138919fbe8c3987639d0e942dbc073", - "block_time": 1727952453, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "19dba54004278233d0ce69f8d1ac523dec7a824faa2b4eb1c3d87b3a2ecfd584", + "block_time": 1727956348, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3:1", + "utxos_info": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -1661,17 +1674,17 @@ }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "block_hash": "7e558da2526abb801b412564588e3d6570b147eb6856b1b544402f2085fa0653", - "block_time": 1727952449, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "04c0799009ca0ce3e5c9c037d99beb42c57a5b13158c954ee4046d07cf5a2184", + "block_time": 1727956344, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0300038056d67e625d5810110ee4de5266b7a705ce45221b80b13b11ce61b62505cddc67a765222f31985f23fb80dbad4af8d82322d6953da8b5e20efdf0e0ceae6a400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380acf32b548d1903f15d71030be6d535c9472b7f2d8029a1eedce8aca0b5cafd3881230500eed9eac2ba80ea3b09500947beee433af91a90aa2b8d83951bb2400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2:0", + "utxos_info": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -1679,14 +1692,14 @@ "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -1694,7 +1707,7 @@ }, { "asset": "XCP", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -1713,25 +1726,25 @@ }, { "tx_index": 52, - "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", + "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", "block_index": 186, - "block_hash": "3aaa775e1d5403a9a6f274b84f3459e9a3bc910a1e7c0cc422fc7f209e9ef562", - "block_time": 1727952436, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "5bf0eebaa65d91385c5766b1d4888d375287a19ad870885d4908bd056c2626f5", + "block_time": 1727956331, + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "btc_amount": 2000, "fee": 10000, - "data": "0b55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "data": "0b9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "supported": true, - "utxos_info": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3:0", + "utxos_info": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "status": "valid" } }, @@ -1760,11 +1773,11 @@ "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "open", - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "tx_index": 58, - "block_time": 1727952462, + "block_time": 1727956356, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -1788,24 +1801,24 @@ "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "block_time": 1727952462 + "block_time": 1727956356 }, { "event_index": 521, "event": "DEBIT", "params": { "action": "open order", - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "block_index": 192, - "event": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "event": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "quantity": 1000, "tx_index": 58, "utxo": null, "utxo_address": null, - "block_time": 1727952462, + "block_time": 1727956356, "asset_info": { "divisible": true, "asset_longname": null, @@ -1815,25 +1828,25 @@ }, "quantity_normalized": "0.00001000" }, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "block_time": 1727952462 + "block_time": 1727956356 }, { "event_index": 520, "event": "NEW_TRANSACTION", "params": { - "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", + "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", "block_index": 192, - "block_time": 1727952462, + "block_time": 1727956356, "btc_amount": 0, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "destination": "", "fee": 10000, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "tx_index": 58, - "utxos_info": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641:1", + "utxos_info": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0:1", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -1865,40 +1878,40 @@ }, "btc_amount_normalized": "0.00000000" }, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "block_time": 1727952462 + "block_time": 1727956356 }, { "event_index": 516, "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "valid", - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "tx_index": 57, - "block_time": 1727952458 + "block_time": 1727956352 }, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "block_time": 1727952458 + "block_time": 1727956352 }, { "event_index": 515, "event": "CREDIT", "params": { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "block_index": 191, "calling_function": "cancel order", - "event": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "event": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "quantity": 1000, "tx_index": 57, "utxo": null, "utxo_address": null, - "block_time": 1727952458, + "block_time": 1727956352, "asset_info": { "divisible": true, "asset_longname": null, @@ -1908,9 +1921,9 @@ }, "quantity_normalized": "0.00001000" }, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "block_time": 1727952458 + "block_time": 1727956352 } ], "next_cursor": 513, @@ -1919,17 +1932,17 @@ "/v2/addresses/mempool": { "result": [ { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "memo": null, "quantity": 10000, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "status": "valid", - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62, "asset_info": { "divisible": true, @@ -1940,22 +1953,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "CREDIT", "params": { - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1965,22 +1978,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "block_index": 195, - "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -1990,30 +2003,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727952484.47581, + "block_time": 1727956378.8632336, "btc_amount": 0, - "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", + "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", "destination": "", "fee": 10000, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62, - "utxos_info": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731:1", + "utxos_info": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "memo": null, "asset_info": { "divisible": true, @@ -2027,7 +2040,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 } ], "next_cursor": null, @@ -2036,7 +2049,7 @@ "/v2/addresses/
/balances": { "result": [ { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "A95428956980101314", "quantity": 100000000000, "utxo": null, @@ -2044,14 +2057,14 @@ "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "MYASSETA", "quantity": 97999999980, "utxo": null, @@ -2059,14 +2072,14 @@ "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "980.00000000" }, { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -2081,7 +2094,7 @@ "quantity_normalized": "826.99937000" }, { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "TESTLOCKDESC", "quantity": 10000000000, "utxo": null, @@ -2089,7 +2102,7 @@ "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2101,7 +2114,7 @@ }, "/v2/addresses/
/balances/": { "result": { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -2120,16 +2133,16 @@ "result": [ { "block_index": 191, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "event": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "tx_index": 57, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952458, + "block_time": 1727956352, "asset_info": { "divisible": true, "asset_longname": null, @@ -2141,16 +2154,16 @@ }, { "block_index": 183, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "event": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", "tx_index": 0, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952354, + "block_time": 1727956247, "asset_info": { "divisible": true, "asset_longname": null, @@ -2162,20 +2175,20 @@ }, { "block_index": 160, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "A95428956980101314", "quantity": 100000000000, "calling_function": "issuance", - "event": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "event": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "tx_index": 47, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952338, + "block_time": 1727956221, "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2183,20 +2196,20 @@ }, { "block_index": 157, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "TESTLOCKDESC", "quantity": 10000000000, "calling_function": "issuance", - "event": "efa7b986d68127c6d9e57793e0f6fa7966dde6360759bb829ab08c74edfdba94", + "event": "b3044c04583b0eb94ca9966a718d3d7c0a5bfe40d25f52ca4db56209a7e0f48d", "tx_index": 44, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952325, + "block_time": 1727956208, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2208,16 +2221,16 @@ "asset": "MYASSETA", "quantity": 1000000000, "calling_function": "attach to utxo", - "event": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", + "event": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", "tx_index": 39, - "utxo": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", - "utxo_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "utxo": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", + "utxo_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "confirmed": true, - "block_time": 1727952303, + "block_time": 1727956187, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2231,16 +2244,16 @@ "result": [ { "block_index": 192, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "event": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952462, + "block_time": 1727956356, "asset_info": { "divisible": true, "asset_longname": null, @@ -2252,16 +2265,16 @@ }, { "block_index": 190, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "event": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "tx_index": 56, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952453, + "block_time": 1727956348, "asset_info": { "divisible": true, "asset_longname": null, @@ -2273,16 +2286,16 @@ }, { "block_index": 189, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "event": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "divisible": true, "asset_longname": null, @@ -2294,20 +2307,20 @@ }, { "block_index": 189, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "MYASSETA", "quantity": 20, "action": "mpma send", - "event": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "event": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2315,16 +2328,16 @@ }, { "block_index": 184, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 10000, "action": "open order", - "event": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "event": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", "tx_index": 50, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952418, + "block_time": 1727956312, "asset_info": { "divisible": true, "asset_longname": null, @@ -2347,9 +2360,9 @@ "result": [ { "tx_index": 24, - "tx_hash": "fcb99bd61b01001625b5da7399a58185e531b89b943db6228ea61f320ccbff83", + "tx_hash": "d475cdd8333c73e7ebd7853362cf9bde121f98dfe82e97084a96358adaacfa28", "block_index": 137, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -2357,7 +2370,7 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727952231, + "block_time": 1727956114, "fee_fraction_int_normalized": "0.00000000" } ], @@ -2368,14 +2381,14 @@ "result": [ { "tx_index": 0, - "tx_hash": "5f4670cbf308536bb477b069bc806952ba9c014394f77131d6257df37ec70c0f", + "tx_hash": "99d22abe5f9a564069c6085ee246b893b7bfe3a7ecf3bbc61ae30e21e83ba913", "block_index": 112, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "burned": 50000000, "earned": 74999998167, "status": "valid", "confirmed": true, - "block_time": 1727952125, + "block_time": 1727956009, "burned_normalized": "0.50000000", "earned_normalized": "749.99998000" } @@ -2387,10 +2400,10 @@ "result": [ { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "quantity": 10, "status": "valid", @@ -2398,7 +2411,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "divisible": true, "asset_longname": null, @@ -2411,10 +2424,10 @@ }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2422,11 +2435,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2435,10 +2448,10 @@ }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2446,11 +2459,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2459,10 +2472,10 @@ }, { "tx_index": 39, - "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", + "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", "block_index": 152, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2470,11 +2483,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952303, + "block_time": 1727956187, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2483,10 +2496,10 @@ }, { "tx_index": 36, - "tx_hash": "b3027c7c7aaae5ad71c080461cfe1b0fa8e227f719ae6135b367013f15f7c409", + "tx_hash": "3fc9bdda6e48d54fc83a1db8cfe5953ba8aabe52dac82a8023055049942b3f0d", "block_index": 149, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "53a8afe61aa1e87367df0a1f11ee34019cc90c093c37d885f34ee6dab5e22f93:1", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "e812a1bf9cd965c52a29463d64b03f2394c85d8182f114f24254c38592577ef6:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2494,11 +2507,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952291, + "block_time": 1727956175, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2513,10 +2526,10 @@ "result": [ { "tx_index": 38, - "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", + "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", "block_index": 151, - "source": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb:0", - "destination": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", + "source": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af:0", + "destination": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -2524,11 +2537,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952300, + "block_time": 1727956183, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2543,10 +2556,10 @@ "result": [ { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2554,11 +2567,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2567,10 +2580,10 @@ }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2578,11 +2591,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2591,10 +2604,10 @@ }, { "tx_index": 39, - "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", + "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", "block_index": 152, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2602,11 +2615,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952303, + "block_time": 1727956187, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2615,10 +2628,10 @@ }, { "tx_index": 36, - "tx_hash": "b3027c7c7aaae5ad71c080461cfe1b0fa8e227f719ae6135b367013f15f7c409", + "tx_hash": "3fc9bdda6e48d54fc83a1db8cfe5953ba8aabe52dac82a8023055049942b3f0d", "block_index": 149, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "53a8afe61aa1e87367df0a1f11ee34019cc90c093c37d885f34ee6dab5e22f93:1", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "e812a1bf9cd965c52a29463d64b03f2394c85d8182f114f24254c38592577ef6:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2626,11 +2639,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952291, + "block_time": 1727956175, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2645,10 +2658,10 @@ "result": [ { "tx_index": 38, - "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", + "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", "block_index": 151, - "source": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb:0", - "destination": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", + "source": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af:0", + "destination": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -2656,11 +2669,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952300, + "block_time": 1727956183, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -2675,9 +2688,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -2686,7 +2699,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2696,7 +2709,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -2717,9 +2730,9 @@ "/v2/addresses/
/dispensers/": { "result": { "tx_index": 26, - "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -2728,7 +2741,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2738,7 +2751,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -2758,19 +2771,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", + "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2778,7 +2791,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2793,7 +2806,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -2807,19 +2820,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", "block_index": 140, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2827,7 +2840,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2842,7 +2855,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952243, + "block_time": 1727956126, "asset_info": { "divisible": true, "asset_longname": null, @@ -2862,19 +2875,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", + "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2882,7 +2895,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2897,7 +2910,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -2911,19 +2924,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", "block_index": 140, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2931,7 +2944,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2946,7 +2959,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952243, + "block_time": 1727956126, "asset_info": { "divisible": true, "asset_longname": null, @@ -2966,19 +2979,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", + "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2986,7 +2999,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3001,7 +3014,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -3015,19 +3028,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", "block_index": 140, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3035,7 +3048,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3050,7 +3063,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952243, + "block_time": 1727956126, "asset_info": { "divisible": true, "asset_longname": null, @@ -3070,19 +3083,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", + "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3090,7 +3103,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3105,7 +3118,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -3119,19 +3132,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", "block_index": 140, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3139,7 +3152,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3154,7 +3167,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952243, + "block_time": 1727956126, "asset_info": { "divisible": true, "asset_longname": null, @@ -3173,16 +3186,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727952466, + "block_time": 1727956361, "fee_paid_normalized": "0.00600000" } ], @@ -3193,14 +3206,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -3215,20 +3228,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952338, + "block_time": 1727956221, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "6461a1b76eee5bbddfd186c8e6450f1d1df4c601673cde986fd6637b02a8071c", + "tx_hash": "fbd3d802cdb8e69956e859f903a86599a0d829214e43c873ff6af0559b209ee0", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -3243,20 +3256,20 @@ "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727952334, + "block_time": 1727956217, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "633305e6d717641b952a37d18855d1af8996736d2f588226468350baf2e31901", + "tx_hash": "ec3fb52343e36c3dfb7bd1964eeb7e11d8cdfc5de575f9ddd113c6299cf67184", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -3271,20 +3284,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952329, + "block_time": 1727956213, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "efa7b986d68127c6d9e57793e0f6fa7966dde6360759bb829ab08c74edfdba94", + "tx_hash": "b3044c04583b0eb94ca9966a718d3d7c0a5bfe40d25f52ca4db56209a7e0f48d", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -3299,20 +3312,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952325, + "block_time": 1727956208, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 35, - "tx_hash": "6cac3c190770747b2152a1e5b1e063fab6a84fbb3f73ba74ce13849eab5ce90e", + "tx_hash": "710cebfc1086b99d7649895d880dd88adad081d2add626e1290fc70bfe8762bf", "msg_index": 0, "block_index": 148, "asset": "MYASSETA", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -3327,7 +3340,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952277, + "block_time": 1727956170, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -3341,8 +3354,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 10000000000, @@ -3350,16 +3363,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727952325, - "last_issuance_block_time": 1727952334, + "first_issuance_block_time": 1727956208, + "last_issuance_block_time": 1727956217, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 100000000000, @@ -3367,16 +3380,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727952277, - "last_issuance_block_time": 1727952277, + "first_issuance_block_time": 1727956170, + "last_issuance_block_time": 1727956170, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 40, @@ -3384,16 +3397,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727952222, - "last_issuance_block_time": 1727952227, + "first_issuance_block_time": 1727956106, + "last_issuance_block_time": 1727956110, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 19, @@ -3401,16 +3414,16 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727952205, - "last_issuance_block_time": 1727952218, + "first_issuance_block_time": 1727956089, + "last_issuance_block_time": 1727956102, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 0, @@ -3418,8 +3431,8 @@ "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727952184, - "last_issuance_block_time": 1727952201, + "first_issuance_block_time": 1727956068, + "last_issuance_block_time": 1727956085, "supply_normalized": "0.00000000" } ], @@ -3432,8 +3445,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 10000000000, @@ -3441,16 +3454,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727952325, - "last_issuance_block_time": 1727952334, + "first_issuance_block_time": 1727956208, + "last_issuance_block_time": 1727956217, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 100000000000, @@ -3458,16 +3471,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727952277, - "last_issuance_block_time": 1727952277, + "first_issuance_block_time": 1727956170, + "last_issuance_block_time": 1727956170, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 40, @@ -3475,16 +3488,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727952222, - "last_issuance_block_time": 1727952227, + "first_issuance_block_time": 1727956106, + "last_issuance_block_time": 1727956110, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 19, @@ -3492,16 +3505,16 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727952205, - "last_issuance_block_time": 1727952218, + "first_issuance_block_time": 1727956089, + "last_issuance_block_time": 1727956102, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 0, @@ -3509,8 +3522,8 @@ "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727952184, - "last_issuance_block_time": 1727952201, + "first_issuance_block_time": 1727956068, + "last_issuance_block_time": 1727956085, "supply_normalized": "0.00000000" } ], @@ -3523,8 +3536,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 10000000000, @@ -3532,16 +3545,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727952325, - "last_issuance_block_time": 1727952334, + "first_issuance_block_time": 1727956208, + "last_issuance_block_time": 1727956217, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 100000000000, @@ -3549,16 +3562,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727952277, - "last_issuance_block_time": 1727952277, + "first_issuance_block_time": 1727956170, + "last_issuance_block_time": 1727956170, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 40, @@ -3566,16 +3579,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727952222, - "last_issuance_block_time": 1727952227, + "first_issuance_block_time": 1727956106, + "last_issuance_block_time": 1727956110, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 19, @@ -3583,16 +3596,16 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727952205, - "last_issuance_block_time": 1727952218, + "first_issuance_block_time": 1727956089, + "last_issuance_block_time": 1727956102, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 0, @@ -3600,8 +3613,8 @@ "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727952184, - "last_issuance_block_time": 1727952201, + "first_issuance_block_time": 1727956068, + "last_issuance_block_time": 1727956085, "supply_normalized": "0.00000000" } ], @@ -3612,17 +3625,17 @@ "result": [ { "tx_index": 58, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "block_hash": "78bc27a952f2017b3447d6d3aa5e433bba9d2ef849be877cc73c73685d14ec47", - "block_time": 1727952462, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", + "block_time": 1727956356, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641:1", + "utxos_info": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3658,23 +3671,23 @@ }, { "tx_index": 57, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "block_hash": "7e3135cce93ee81591043ce8a43dee82b5f6d4e04a74fc1accbc82a7a479d2c0", - "block_time": 1727952458, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", + "block_time": 1727956352, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "4632df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "data": "4650338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "supported": true, - "utxos_info": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81:1", + "utxos_info": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "status": "valid" } }, @@ -3682,17 +3695,17 @@ }, { "tx_index": 56, - "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "block_index": 190, - "block_hash": "0ec9b245688d4a6f280a512e32c7d5a0e8138919fbe8c3987639d0e942dbc073", - "block_time": 1727952453, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "19dba54004278233d0ce69f8d1ac523dec7a824faa2b4eb1c3d87b3a2ecfd584", + "block_time": 1727956348, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3:1", + "utxos_info": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3728,17 +3741,17 @@ }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "block_hash": "7e558da2526abb801b412564588e3d6570b147eb6856b1b544402f2085fa0653", - "block_time": 1727952449, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "04c0799009ca0ce3e5c9c037d99beb42c57a5b13158c954ee4046d07cf5a2184", + "block_time": 1727956344, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0300038056d67e625d5810110ee4de5266b7a705ce45221b80b13b11ce61b62505cddc67a765222f31985f23fb80dbad4af8d82322d6953da8b5e20efdf0e0ceae6a400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380acf32b548d1903f15d71030be6d535c9472b7f2d8029a1eedce8aca0b5cafd3881230500eed9eac2ba80ea3b09500947beee433af91a90aa2b8d83951bb2400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2:0", + "utxos_info": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -3746,14 +3759,14 @@ "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -3761,7 +3774,7 @@ }, { "asset": "XCP", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -3780,17 +3793,17 @@ }, { "tx_index": 50, - "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", "block_index": 184, - "block_hash": "2e2090f604a9d72505dd171e57050642747cc21c624cf230d6c897016724588c", - "block_time": 1727952418, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "block_hash": "5972823d2f2d34447f16aec2d567831c5f4e2ce1e9ad62d83ca678d90d2f6c5b", + "block_time": 1727956312, + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000027100000000000000000000000000000271000150000000000000000", "supported": true, - "utxos_info": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea:1", + "utxos_info": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3832,20 +3845,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "block_index": 154, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727952312, + "block_time": 1727956195, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -3867,9 +3880,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", "block_index": 183, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3884,7 +3897,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727952354, + "block_time": 1727956247, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3910,9 +3923,9 @@ }, { "tx_index": 50, - "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", "block_index": 187, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -3927,7 +3940,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727952440, + "block_time": 1727956335, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3953,9 +3966,9 @@ }, { "tx_index": 56, - "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "block_index": 191, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3970,7 +3983,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727952458, + "block_time": 1727956352, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3996,9 +4009,9 @@ }, { "tx_index": 58, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -4013,7 +4026,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727952462, + "block_time": 1727956356, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4044,10 +4057,10 @@ "/v2/addresses/
/fairminters": { "result": [ { - "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", + "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", "tx_index": 22, "block_index": 135, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -4072,13 +4085,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952222 + "block_time": 1727956106 }, { - "tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", + "tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", "tx_index": 18, "block_index": 131, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -4103,13 +4116,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952205 + "block_time": 1727956089 }, { - "tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13", + "tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d", "tx_index": 14, "block_index": 130, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -4134,13 +4147,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952201 + "block_time": 1727956085 }, { - "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "tx_index": 10, "block_index": 125, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -4165,7 +4178,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952180 + "block_time": 1727956063 } ], "next_cursor": null, @@ -4174,127 +4187,127 @@ "/v2/addresses/
/fairmints": { "result": [ { - "tx_hash": "b7e33d40c2046880bdbba5a478374a043decbeed1018eca558e8e0649ad80f65", + "tx_hash": "55bd7dbe5db21d4bd450254f0f97c643ae896d2fcdda3cf3ed5d7b8870c0f784", "tx_index": 23, "block_index": 136, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952227, + "block_time": 1727956110, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, { - "tx_hash": "b7389b57c74d1da384b9561fdbd05df79b504fb419628f03fc72fa2a976baea3", + "tx_hash": "f37a2803f461dd2b785d5edf8a58ef42aab4f7ba5e3e58d4f3655f71a5e66ff6", "tx_index": 21, "block_index": 134, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952218, + "block_time": 1727956102, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, { - "tx_hash": "320ddc2d7c99182ef00ab54283fadbdbbaaae22f22fa20b6b3eeaf107540f8b6", + "tx_hash": "5a5edbda4c1eb490bc2bc9e7cb15b2e598259111854f92a5b13a0eaafcca37ae", "tx_index": 20, "block_index": 133, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952214, + "block_time": 1727956097, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, { - "tx_hash": "bc880ed3d3874ecaf7440fbb603b808690fc6326423a6dd3ad5712aaabe53c33", + "tx_hash": "f7db13bcddf265fdb204a28f2218b01976cec9567d09d9da3e3735e7bf2a9eb6", "tx_index": 19, "block_index": 132, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952210, + "block_time": 1727956093, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, { - "tx_hash": "74880e92f52328e5f0a51aefa77c8272de357633427d312ed9158634157fc872", + "tx_hash": "1be3b39cb5b7221a37e0faf3d12440dc7b92f889ac692bd21e3b0378f864f7c4", "tx_index": 15, "block_index": 127, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952188, + "block_time": 1727956072, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, { - "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", + "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", "tx_index": 11, "block_index": 123, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952171, + "block_time": 1727956055, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } @@ -4306,22 +4319,22 @@ "/v2/addresses/
/fairmints/": { "result": [ { - "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", + "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", "tx_index": 11, "block_index": 123, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952171, + "block_time": 1727956055, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } @@ -4336,7 +4349,7 @@ "/v2/addresses/
/compose/broadcast": { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -4348,12 +4361,17 @@ "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "020000000001010f56ff441b923bca475685c950d6c0e06f1f70fbcedf2291a5c2e54126f562200000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff0200000000000000002b6a297fd68abbe4915c4dd77757b43f1115f2d7f84c5946878cc64ed7b506b112d4d8319e226667cd7c34379bba052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "020000000001016a3b6e69c68738d43fd0f4b433953c3faebeb539ca85cdd42b9af070e18e82e0000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff0200000000000000002b6a29ceb7b3dd37579d93358ddc4a89f6c3dc9f21298bb6e9d9fa41fc8ffe77e2d2fffcd44a0846d278afe19bba052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "broadcast", + "message_type_id": 30, "message_data": { - "error": "Unknown message type" + "timestamp": 4003903985, + "value": 100.0, + "fee_fraction_int": 5000000, + "text": "\"Hello, world!\"", + "status": "valid", + "fee_fraction_int_normalized": "0.05000000" } } } @@ -4361,21 +4379,24 @@ "/v2/addresses/
/compose/btcpay": { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114" + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7" }, "name": "btcpay", - "data": "434e5452505254590b55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "data": "434e5452505254590b9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af463f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "btc_in": 5000000000, "btc_out": 3000, "btc_change": 4999978951, "btc_fee": 18049, - "rawtransaction": "02000000000101721f18217cc7f60637a8c7885d29e92b71b0c3ab26a2da8d3bda53458ff99b500000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff03b80b00000000000016001455f989c648f702be57f9c409fd3a78cb54ac9b3300000000000000004b6a49a820288b01fca84251d635f3006a63ca1b5a189dbf0f8830089d6c96d0d85741b479e987cec5fd121a6dc01f4a831f82fd5c77828f6d60d1cd28db3eacac6910dc3ce3a1800d1c9358c79f052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "02000000000101a32fbed76f0d6becb258c29b6c8947a284391ec2a28b1ff91cb13bc604dac1f6000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff03b80b0000000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be900000000000000004b6a4905e658edb9714855d8913e4a32b9c21417b02fdbdb2aa82288420df1e9371c469b8b9aad74b769150a49b319c2921144ea123d9601175e8edd8f43400b981cdb94c708d654c3def6fac79f052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "btcpay", + "message_type_id": 11, "message_data": { - "error": "Unknown message type" + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "status": "valid" } } } @@ -4383,7 +4404,7 @@ "/v2/addresses/
/compose/burn": { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "quantity": 1000, "overburn": false }, @@ -4393,27 +4414,28 @@ "btc_out": 1000, "btc_change": 4999985815, "btc_fee": 13185, - "rawtransaction": "02000000000101fef4d84ea8ee48974d4d3681484eca796892de2dffe1778545e0fb47c3b7731f0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000" + "rawtransaction": "0200000000010171ad7b5c5da0887f61e1ec0d15dc8db7fcddca73719690931bf7892f281a939c000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000" } }, "/v2/addresses/
/compose/cancel": { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "offer_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641" + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "offer_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0" }, "name": "cancel", - "data": "434e54525052545946b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "data": "434e5452505254594670c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "02000000000101c0126ca0b14e8b91dfa74d61431c6149dc6cc2d82c5f2805f18e2d70f7cc24670000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff0200000000000000002b6a29813b9ad09480250d8a20537b9967b786495ac242ef61930af5ed59798e935d2a71ee88b4eb5302e7d59bba052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "0200000000010180387d20d6b3a87d4e2615a17c83f6d7d9545b2b1f9d74e1c933490d8f140a59000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff0200000000000000002b6a2902753d7bd454e5a69a3635155f6422fc6a0283b04f56ce1013c99e590b1cd8ea75da447c35e0eb1e1c9bba052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "cancel", + "message_type_id": 70, "message_data": { - "error": "Unknown message type" + "offer_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "status": "valid" } } } @@ -4421,7 +4443,7 @@ "/v2/addresses/
/compose/destroy": { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -4440,12 +4462,15 @@ "btc_out": 0, "btc_change": 4999986346, "btc_fee": 13654, - "rawtransaction": "02000000000101766a372d261df49e49183fef1b5d12d2d128042bf8abe776a0858bdeaa3f172d0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000226a202403010adcbaf8ddcf6a6104ee9d81196a4822d67dd73d2829800b5c039b8093aabc052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "020000000001014610666221a61bddff2e599d0ea42427b416a9ce41fc5bf075da2a672636606d000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000226a203d4e5f76b617296fa6a2cc43a3c63bfdaa523782459b8f19b1064b7061180617aabc052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "destroy", + "message_type_id": 110, "message_data": { - "error": "Unknown message type" + "asset": "XCP", + "quantity": 1000, + "tag": "22627567732122", + "quantity_normalized": "0.00001000" } } } @@ -4453,7 +4478,7 @@ "/v2/addresses/
/compose/dispenser": { "result": { "params": { - "source": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", + "source": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -4477,12 +4502,21 @@ "btc_out": 0, "btc_change": 4949955760, "btc_fee": 14240, - "rawtransaction": "02000000000101a582c54180800c4d1a19d3f4ee52c907c1a3c172721197f64458662af057bc210200000016001458e682cfd339f8d4ea01aefa5d947a388fd7f98cffffffff0200000000000000002c6a2a92238105639411b79235de1c8115b78f39503bb6a4126c518c542d484a90bc7923208bf21f0ec3de4498b0540a270100000016001458e682cfd339f8d4ea01aefa5d947a388fd7f98c02000000000000", + "rawtransaction": "0200000000010190dd13f3e47df8243ff37610e80f88f63b00878440626e3842a5ffbb1f66cd0c0200000016001444ca5f7c3740525d05fc001f922b649473f81acbffffffff0200000000000000002c6a2a9f5f65a2b45081c4c1814c233454b0418c18973b61b3a2b1094ed73eb24a0225d68e0f4f9eb8b34bd386b0540a270100000016001444ca5f7c3740525d05fc001f922b649473f81acb02000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "dispenser", + "message_type_id": 12, "message_data": { - "error": "Unknown message type" + "asset": "XCP", + "give_quantity": 1000, + "escrow_quantity": 1000, + "mainchainrate": 100, + "dispenser_status": 0, + "action_address": null, + "oracle_address": null, + "status": "valid", + "give_quantity_normalized": "0.00001000", + "escrow_quantity_normalized": "0.00001000" } } } @@ -4490,14 +4524,14 @@ "/v2/addresses/
/compose/dividend": { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "quantity_per_unit": 1, "asset": "FAIRMINTA", "dividend_asset": "XCP", "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -4516,12 +4550,16 @@ "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "02000000000101b2a5a537abacbb4c86095fb5508c06bc8a044a8f3790da7eba85851ea1e4c65f0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000236a21730c9ed54543e6dad7246ee5c4c1ccce73a78d30e6cb80e646d6d653c3603cb8376fbc052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "0200000000010146e84c08341f323c558825031d331fe1c4c57cc9b7f5362292eb64219a2e3a1d000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000236a211075acbd62c2e2fbe1ab10c54d17590878354c5874e3e292edae998e771e5dd3356fbc052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "dividend", + "message_type_id": 50, "message_data": { - "error": "Unknown message type" + "asset": "FAIRMINTA", + "quantity_per_unit": 1, + "dividend_asset": "XCP", + "status": "valid", + "quantity_per_unit_normalized": "0.00000001" } } } @@ -4529,10 +4567,10 @@ "/v2/addresses/
/compose/issuance": { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "transfer_destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "lock": false, "reset": false, @@ -4545,12 +4583,24 @@ "btc_out": 546, "btc_change": 4999983749, "btc_fee": 15705, - "rawtransaction": "02000000000101462cee84fb878d592b3c7aded4c481b75e8ce76989dad0f3cc42779fa5fc827c0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff03220200000000000016001455f989c648f702be57f9c409fd3a78cb54ac9b330000000000000000236a21292bfe1f7e3fa184dbeab0b22b43eef3b4707013590c1c6ad4bdedbe9dd6ae4cf485b2052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "02000000000101a87a933a00473476f5efeca7a10771da3066e54e2312ae61ceb4375c3badd1ad000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff0322020000000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be90000000000000000236a2135f5c807b49ffd7bfa159ef2cb762ac71e3599c628e00e215d9d6bb6869d95674585b2052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "issuance", + "message_type_id": 22, "message_data": { - "error": "Unknown message type" + "asset_id": 7136017375, + "asset": "XCPTEST", + "subasset_longname": null, + "quantity": 1000, + "divisible": true, + "lock": false, + "reset": false, + "callable": false, + "call_date": 0, + "call_price": 0.0, + "description": "", + "status": "valid", + "quantity_normalized": "0.00001000" } } } @@ -4558,16 +4608,16 @@ "/v2/addresses/
/compose/mpma": { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", 1 ], [ "MYASSETA", - "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", 2 ] ], @@ -4575,25 +4625,38 @@ "memo_is_hex": false }, "name": "mpma", - "data": "434e5452505254590300028055f989c648f702be57f9c409fd3a78cb54ac9b338056d67e625d5810110ee4de5266b7a705ce45221b8f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", + "data": "434e545250525459030002807cb1b0af8dbcdc6731df1f2cc4986147659e3be980acf32b548d1903f15d71030be6d535c9472b7f2d8f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", "btc_in": 20000000000, "btc_out": 2000, "btc_change": 19999945492, "btc_fee": 52508, - "rawtransaction": "020000000001048b9db71a3239bdc7f8b3a32645efd49cae87668f0cad1c5ecc9859b35b7765460000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33fffffffff992995808665ec78e9123af9ca39fdc8c18ae67e4e418dc7dc1318521139c880000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffffc913cf00c4bad5756644c1ff2187f69b8f822137d79f3e920894614e5d0df25f0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff8f80222adf2188ace18b48d9620e12f6c62a0351eb70c7e1baf9490e024504a20000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff03e80300000000000069512103b6f74370a89ffc0792aa847e9c1576f41b618fa6d1effd0e67ddf49e7e2bacef21023acd5e5159af2232435a860f552357b8e76e25d6aa2fa5d84d0376e63a233af22102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aee80300000000000069512103b9f74370a89ffc079289f3136e2ceb5cffa978a463ad9f41d900cee6b57f001f2103a1fe96078fd1406f1b4a9f01b1fd05de50c92218ef0dbe576f4b138a564c16a52102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53ae14f316a80400000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000002000002000002000000000000", + "rawtransaction": "02000000000104726689b10efbc2de39810b12cd2265ab01fec873801dc5de24e5067cbd2b880a000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff733780e4526969fe83782e04f3f3226caea98b836a52cdfb680c7ce60cb71551000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff1b1ebfc0945de7d7b5f7e78db8dba2883267439237322c7a4cff1c1ca760b2ab000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9fffffffff4e8add6b3755d2eb0651d5495952fd1df5e81c30a127d362575986dd64c2d9c000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff03e803000000000000695121026364c89934e4552d2cf350d732c02dd55a70a6cb6a69adfbcf0da8e7f8f76a9e21037334fbd067847589cda9f8c904e2c169646310eb6e8a0c160993fe368105270021026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aee803000000000000695121026c64c89934e4552d2cd027bac0d0f844d77d1a17014de96f54e93086bf92f463210248dd337c94af2104d4aa019475e1ca8fb156dbac45f521992bdb9b5aed6a0b8c21026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53ae14f316a8040000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000002000002000002000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, - "message_data": { - "error": "Unknown message type" - } + "message_type": "mpma_send", + "message_type_id": 3, + "message_data": [ + { + "asset": "MYASSETA", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "quantity": 2, + "memo": "\"Hello, world!\"", + "memo_is_hex": false + }, + { + "asset": "XCP", + "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "quantity": 1, + "memo": "\"Hello, world!\"", + "memo_is_hex": false + } + ] } } }, "/v2/addresses/
/compose/order": { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "FAIRMINTA", @@ -4610,7 +4673,7 @@ "get_asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -4624,12 +4687,21 @@ "btc_out": 0, "btc_change": 4999985233, "btc_fee": 14767, - "rawtransaction": "02000000000101968f1820c2dff56dda323d8971a28b6f8d8bb1a0ef4b7aa2fef42b0c05290a000000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000356a333c297e5dd7506526db522e208f7fba3701890ff6d7aff910ad98f2a82fce13d9cfa588434f480d8cb36b7d32043954578de9af51b8052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "020000000001015e501ba39e027c35ed269d7bfc7630d7e93a02ab2b5e71b7953d3c39c014b768000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000356a3336b393776620c4d57b073d9df2c11186892e22661deab0e33757da29eb43f8ba9262d37e97e0c4291ef41784f57adb0c81b0a151b8052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "order", + "message_type_id": 10, "message_data": { - "error": "Unknown message type" + "give_asset": "XCP", + "give_quantity": 1000, + "get_asset": "FAIRMINTA", + "get_quantity": 1000, + "expiration": 100, + "fee_required": 100, + "status": "open", + "give_quantity_normalized": "0.00001000", + "get_quantity_normalized": "0.00001000", + "fee_required_normalized": "0.00000100" } } } @@ -4637,8 +4709,8 @@ "/v2/addresses/
/compose/send": { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "quantity": 1000, "memo": null, @@ -4654,17 +4726,21 @@ "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e88056d67e625d5810110ee4de5266b7a705ce45221b", + "data": "434e54525052545902000000000000000100000000000003e880acf32b548d1903f15d71030be6d535c9472b7f2d", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985526, "btc_fee": 14474, - "rawtransaction": "0200000000010162efd3a1c793df4e9ec27fae80335741b60e211588f64956403923e76ab7e0d10000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000306a2ecdb60311ba5db08c87eaef4f556df14d7cc2482c986e69e178532ae904544840a5e59ba729a19b7b22f748f71b6676b9052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "020000000001014b7e0e1b3331e16778404d430bf59423fa0c9098820fea43b51a9371b2f97a14000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000306a2eee126fbfab99dd3607ac02b0fafae99fafa496f405b989ab550bb29898e40efa121842808b42e40683ed08156c1e76b9052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "enhanced_send", + "message_type_id": 2, "message_data": { - "error": "Unknown message type" + "asset": "XCP", + "quantity": 1000, + "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "memo": null, + "quantity_normalized": "0.00001000" } } } @@ -4672,23 +4748,25 @@ "/v2/addresses/
/compose/sweep": { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "flags": 7, "memo": "FFFF" }, "name": "sweep", - "data": "434e545250525459048056d67e625d5810110ee4de5266b7a705ce45221b07ffff", + "data": "434e5452505254590480acf32b548d1903f15d71030be6d535c9472b7f2d07ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "02000000000101812bc63ddf143f58b3c68b5ed4aa356c1f98d421a5163bd3fa0c662267d1edf50000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000236a2174aa101501e5b587bdc92dd6dc6ee0be0deed36e394dbab7af488e79a6565bbed96fbc052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "02000000000101d5ecd57140e53085048a7df369dfff60e2e0cb1f0d5b699672c02def396076ef000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000236a21164179ef8187b5056f8cb2f0c100cf7ae7ede160ab049660d120e0f65a65bb5a546fbc052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "sweep", + "message_type_id": 4, "message_data": { - "error": "Unknown message type" + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "flags": 7, + "memo": "ffff" } } } @@ -4696,8 +4774,8 @@ "/v2/addresses/
/compose/dispense": { "result": { "params": { - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "quantity": 1000 }, "name": "dispense", @@ -4706,12 +4784,12 @@ "btc_out": 1000, "btc_change": 4949852643, "btc_fee": 14357, - "rawtransaction": "02000000000101e358147bc43bf60f45d6180599cae0c9e015cbec2b41fd849c24c2d318b704ed0200000016001456d67e625d5810110ee4de5266b7a705ce45221bffffffff03e803000000000000160014dbad4af8d82322d6953da8b5e20efdf0e0ceae6a00000000000000000c6a0a8e2bde8935ce444bc326e3c108270100000016001456d67e625d5810110ee4de5266b7a705ce45221b02000000000000", + "rawtransaction": "02000000000101c25acc3b65d634a8eec74ffac7e46e9ad818c4d3b92ff741ea463c10ce2179c802000000160014acf32b548d1903f15d71030be6d535c9472b7f2dffffffff03e803000000000000160014ea3b09500947beee433af91a90aa2b8d83951bb200000000000000000c6a0aa89bf6704283c6b4b060e3c1082701000000160014acf32b548d1903f15d71030be6d535c9472b7f2d02000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, + "message_type": "dispense", + "message_type_id": 13, "message_data": { - "error": "Unknown message type" + "data": "00" } } } @@ -4719,7 +4797,7 @@ "/v2/addresses/
/compose/fairminter": { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -4744,26 +4822,42 @@ "btc_out": 0, "btc_change": 4999985467, "btc_fee": 14533, - "rawtransaction": "02000000000101ca39812eeb0830c42b60ac69d46cc30bd4f7a7c5a2b3fb4e17a8c36b842fdff80000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000316a2f5e2eaf37e97755588103505082c40ef8a0b36c7c71e1fc9163a49bd67d5a0138550985b56f87e0b3f5326123da2efb3bb9052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "0200000000010193039023ff98e2286a0dbabb0dbb04e82ea1ed79c525091f0e3b97233f857fc2000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000316a2f1ac8161a4010cdbaf75f42e14d146eb653dc46c3ec83f0d5bbb0a413f66f891481c2f0703d5d9a20951fb8ed7976283bb9052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, - "message_data": { - "error": "Unknown message type" - } + "message_type": "fairminter", + "message_type_id": 90, + "message_data": [ + "MYASSET", + "", + 10, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + "0.00000000", + false, + false, + false, + true, + "" + ] } } }, "/v2/addresses/
/compose/fairmint": { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTC", "quantity": 1, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -4775,21 +4869,22 @@ "btc_out": 0, "btc_change": 4999987049, "btc_fee": 12951, - "rawtransaction": "0200000000010117bff9f8320c1e82917dffb1f190a1b8d9678ae89c29d3d1d8101bdc4d96871a0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff020000000000000000166a14982946b6d2e60ece314230cde15bff295a17eba869bf052a0100000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000000000000", + "rawtransaction": "020000000001013e47aafec43f8a121f30bd43ac76258b27042ecacb83bad10e6b200a16923bcd000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000166a145187ccd19bacf39c1ba0d96ce46b97d4b307141e69bf052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", "unpacked_data": { - "message_type": "unknown", - "message_type_id": 67, - "message_data": { - "error": "Unknown message type" - } + "message_type": "fairmint", + "message_type_id": 91, + "message_data": [ + "FAIRMINTC", + 1 + ] } } }, "/v2/addresses/
/compose/attach": { "result": { "params": { - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "6d01a3c45e54317a10a77e33429b7ffb498ca3b2be2420d09ed66272daa7ce40:0", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409:0", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -4802,15 +4897,15 @@ "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964626372743171326875636e336a673775707475346c656373796c36776e63656432326578656e6432396c7a777c366430316133633435653534333137613130613737653333343239623766666234393863613362326265323432306430396564363632373264616137636534303a307c5843507c31303030", + "data": "434e54525052545964626372743171306a636d70747564686e77787776776c72756b766678727067616a6575776c667177343375337c363865613631343639616336333865356666336663626137316233623636653039303237663035366361353230363037326364383132323365346261623430393a307c5843507c31303030", "btc_in": 30000000000, "btc_out": 3000, "btc_change": 29999918531, "btc_fee": 78469, - "rawtransaction": "020000000001064e218127ea412c6a0ef6da20a696b0a5fa5e9d42af726fcacd81ef6a566e772d0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff69d2f10357cc73f75ba6bef381cbb1adc7d7e5f4b9d42a7bfbf4c944dc871e2d0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff7d76eaf7e353b6bf90d6b521db9d3857b37ea032cfdd9866ebc8c81911a6ce4e0000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff3f0670ed9b20cdd3637060aeae7611ad33ae153d7bd3ab5ea231fc9bb28585660000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffffd2c315a4696b097c417b0744be9d4682aa8160a43f1b1a19b0ab74f76592dc840000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff1b677206c48e8f3c636ce0cfcb18362b249e4f38c9d61c5b4812ece10d4234660000000016001455f989c648f702be57f9c409fd3a78cb54ac9b33ffffffff04e80300000000000069512103afe4f846db539ec74e56ebb3e5db34b1fbad3544d15db66468dd5cdaee80ba4021025893de76c3154472afa6928e2a6e164a57b296d302d8a084b51652c623f181f12102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aee80300000000000069512102afe4f846db539ec74e06bcb5a29b36f1fea47117de59eb666c9b189ca2d6e15121025b96cf3b961b507dffa1c4de7d395a1d09b294d30bc6e1ceb145509323a3d5fe2102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aee8030000000000006951210385e4f846db539ec74e51ece4a79535bc9186105b8e5eec335fa82cae9bb4d6ef21033df0ad0faf23331cccc3f6bc180b6e2f39d6a4ea6ea2d7f8837262f742c2e2d72102aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd53aec36d22fc0600000016001455f989c648f702be57f9c409fd3a78cb54ac9b3302000002000002000002000002000002000000000000", + "rawtransaction": "020000000001069361a42e8540efc177719d4333bb8ccaab2ef4a046cb3250cdd60907c047b565000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff59081310b05f94751ad2f255f122fb86a466ab3b92beb382eb1b34d983b4a597000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff82ef967311724f7f9a12535763c1ceba9edd555739cecf318edd4314fc428d2d000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff37eab21bda8dfed35ff13e854135138135547dfc736897e099bef8bee3f66b94000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff351f43636ee1ae6d91b6beddf67673a1551b225afd14471519a4ffff3b87fd46000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffffe4fc28160c92cff7f8fba849105f68bf7cf3c387293a0bb9e9ded99e3f0b962e000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff04e80300000000000069512103db4b039c618149835729215457829fe935ec2226a3481e659c5fe0104eb5f822210375dd6de74e3003b22e9e275a7791e604760c8b031c350323a30e7da32790ceb721026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aee80300000000000069512103db4b039c61814983577b7a5646c09da060b3272de05a08639506a60a0aa1b90d21022fca28b508644ca66ecc705373d1a358264dcb054c24086ea7042ba725c39bb621026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aee80300000000000069512103f14b039c61814983572f77071ccc9ee45dc51137e20c5b31f431976839c38f65210219af188c38567bc05ef9463012e49168107dfc372f40305f953618c211a1fa7721026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aec36d22fc060000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000002000002000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", - "message_type_id": 67, + "message_type_id": 100, "message_data": { "error": "Unknown message type" } @@ -4820,8 +4915,8 @@ "/v2/utxos//compose/detach": { "result": { "params": { - "source": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -4834,15 +4929,15 @@ "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964666166346632346264396638653931396361643666313334376265363463616364626138383631313833346263303633623833366331366333356662663861393a307c626372743171326875636e336a673775707475346c656373796c36776e63656432326578656e6432396c7a777c5843507c31303030", + "data": "434e54525052545964376333653864643632633538303063643666343164316562656232643830313731353336366366383366353539366461663736383363346466366264323438613a307c626372743171306a636d70747564686e77787776776c72756b766678727067616a6575776c667177343375337c5843507c31303030", "btc_in": 4950080000, "btc_out": 3000, "btc_change": 4950030353, "btc_fee": 46647, - "rawtransaction": "0200000000010341900de2e34a591946d791ddc21b4d2f829e295208d91b4115616a669e9879d8010000001600145bcc8878cad331f92040ab1aa86a6a1b0e220443ffffffffa582c54180800c4d1a19d3f4ee52c907c1a3c172721197f64458662af057bc21000000001600145bcc8878cad331f92040ab1aa86a6a1b0e220443ffffffffc4583d349901007bbadfc4c272d4bea4885a8df636760ae5c746b81171b93d06010000001600145bcc8878cad331f92040ab1aa86a6a1b0e220443ffffffff04e803000000000000695121024fab0008636b57080d27093d5bf12400f0782808bd5f6a1dcbf7f1bba5edb97d2103710fe639ef95f33c6b8a25c29124d32c352f7389b9b2f12e6af485fda7e8ba582103d349ddaa99bc1be5b00de31e9f79f25e1c749ec3e4f90fa86d1079d752ede19753aee803000000000000695121024fab0008636b57080d205e6a5ef67754a67c7450e25d3f5898ade0aef0aaed7921032849b160be9aa23f7d9b32d3c7298e7770672e87fde8f0283ef084fae7bee28f2103d349ddaa99bc1be5b00de31e9f79f25e1c749ec3e4f90fa86d1079d752ede19753aee8030000000000006951210265ab0008636b57080d275d6551bf354e9c591c4dea573f14face92dac1dbdf662102403cd20e8df0c50808eb46a6f345eb14031e42b18a86934d5ac2b69f9fdb8c802103d349ddaa99bc1be5b00de31e9f79f25e1c749ec3e4f90fa86d1079d752ede19753ae11780b27010000001600145bcc8878cad331f92040ab1aa86a6a1b0e22044302000002000002000000000000", + "rawtransaction": "0200000000010309d1fbde5fe43ddd3edf5953dae0934bb93fd67173c0c34b130a97188c194e83010000001600144dbad23f47531daf37d441cbd99a86a5cfb7251fffffffff90dd13f3e47df8243ff37610e80f88f63b00878440626e3842a5ffbb1f66cd0c000000001600144dbad23f47531daf37d441cbd99a86a5cfb7251fffffffff8fd0d68c5f49c93b32582c26d3487d728350694ecef4a68b74cfa37bb75b091e010000001600144dbad23f47531daf37d441cbd99a86a5cfb7251fffffffff04e80300000000000069512102913c75e2976323d42c3c9af153f066b39ffe6f4b9d1ef8f3aaf033157729415621034a0dd6cade0c47c2546c42ae2c20b00d8e5cfef8fc2fd2af8838b82653c5ba9b21020c8db0c9c8e5ced33f617ca909abb0b9e1bb26909e9b0571ff1d83c3fb111bfa53aee80300000000000069512103913c75e2976323d42c6bcea604f368b59ffa6910c91cf8bfabf77707726915972102110bd9dfc84b47920a2a0de86f64ea499851b0ade26897f1df36bc35139fe48221020c8db0c9c8e5ced33f617ca909abb0b9e1bb26909e9b0571ff1d83c3fb111bfa53aee80300000000000069512103bb3c75e2976323d42c29daa653e06daba38b0d549916f8f3c9940573431825c721037b68b4afbc3e23fa645d759f1913863bed3ac6cb9a1ae796be5cd94064f382c121020c8db0c9c8e5ced33f617ca909abb0b9e1bb26909e9b0571ff1d83c3fb111bfa53ae11780b27010000001600144dbad23f47531daf37d441cbd99a86a5cfb7251f02000002000002000000000000", "unpacked_data": { "message_type": "unknown", - "message_type_id": 67, + "message_type_id": 100, "message_data": { "error": "Unknown message type" } @@ -4855,8 +4950,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 10000000000, @@ -4864,16 +4959,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727952325, - "last_issuance_block_time": 1727952334, + "first_issuance_block_time": 1727956208, + "last_issuance_block_time": 1727956217, "supply_normalized": "100.00000000" }, { "asset": "MYASSETB", "asset_id": "103804245871", "asset_longname": null, - "issuer": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "owner": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "issuer": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "owner": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "divisible": true, "locked": false, "supply": 100000000000, @@ -4881,16 +4976,16 @@ "first_issuance_block_index": 156, "last_issuance_block_index": 156, "confirmed": true, - "first_issuance_block_time": 1727952321, - "last_issuance_block_time": 1727952321, + "first_issuance_block_time": 1727956204, + "last_issuance_block_time": 1727956204, "supply_normalized": "1000.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 100000000000, @@ -4898,16 +4993,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727952277, - "last_issuance_block_time": 1727952277, + "first_issuance_block_time": 1727956170, + "last_issuance_block_time": 1727956170, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 40, @@ -4915,16 +5010,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727952222, - "last_issuance_block_time": 1727952227, + "first_issuance_block_time": 1727956106, + "last_issuance_block_time": 1727956110, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 19, @@ -4932,8 +5027,8 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727952205, - "last_issuance_block_time": 1727952218, + "first_issuance_block_time": 1727956089, + "last_issuance_block_time": 1727956102, "supply_normalized": "0.00000019" } ], @@ -4945,8 +5040,8 @@ "asset": "FAIRMINTA", "asset_id": "1046814266082", "asset_longname": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 10000000000, @@ -4954,15 +5049,15 @@ "first_issuance_block_index": 122, "last_issuance_block_index": 125, "confirmed": true, - "first_issuance_block_time": 1727952167, - "last_issuance_block_time": 1727952180, + "first_issuance_block_time": 1727956050, + "last_issuance_block_time": 1727956063, "supply_normalized": "100.00000000" } }, "/v2/assets//balances": { "result": [ { - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -4970,14 +5065,14 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "95.00000000" }, { - "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -4985,7 +5080,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -4997,7 +5092,7 @@ }, "/v2/assets//balances/
": { "result": { - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -5016,9 +5111,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", "block_index": 183, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -5033,7 +5128,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727952354, + "block_time": 1727956247, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5059,9 +5154,9 @@ }, { "tx_index": 50, - "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", "block_index": 187, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -5076,7 +5171,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727952440, + "block_time": 1727956335, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5102,9 +5197,9 @@ }, { "tx_index": 56, - "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "block_index": 191, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -5119,7 +5214,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727952458, + "block_time": 1727956352, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5145,9 +5240,9 @@ }, { "tx_index": 58, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -5162,7 +5257,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727952462, + "block_time": 1727956356, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5188,9 +5283,9 @@ }, { "tx_index": 51, - "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "block_index": 186, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -5205,7 +5300,7 @@ "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727952436, + "block_time": 1727956331, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5236,13 +5331,13 @@ "/v2/assets//matches": { "result": [ { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 53, - "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", - "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -5256,7 +5351,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727952440, + "block_time": 1727956335, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5276,13 +5371,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 51, - "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -5296,7 +5391,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727952436, + "block_time": 1727956331, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5316,13 +5411,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", "tx0_index": 48, - "tx0_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 49, - "tx1_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "tx1_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -5336,7 +5431,7 @@ "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727952354, + "block_time": 1727956247, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5363,20 +5458,20 @@ "result": [ { "block_index": 193, - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "sweep", - "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952466, + "block_time": 1727956361, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5384,20 +5479,20 @@ }, { "block_index": 125, - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "FAIRMINTA", "quantity": 9000000000, "calling_function": "fairmint", - "event": "47fff214e036bd484e1614af1f7557a471ad68fc4e28987cc9b5b813780d19a6", + "event": "e377afe82a85f48d869621a0f71ad183880412855bb0094c4e5f9e7741868049", "tx_index": 13, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952180, + "block_time": 1727956063, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5405,20 +5500,20 @@ }, { "block_index": 124, - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", + "event": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952176, + "block_time": 1727956059, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5426,20 +5521,20 @@ }, { "block_index": 124, - "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", + "event": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", "tx_index": 11, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952176, + "block_time": 1727956059, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5451,16 +5546,16 @@ "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "escrowed fairmint", - "event": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", + "event": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952176, + "block_time": 1727956059, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5478,12 +5573,12 @@ "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -5495,16 +5590,16 @@ }, { "block_index": 194, - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "quantity": 1, "action": "destroy", - "event": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", + "event": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", "tx_index": 60, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952470, + "block_time": 1727956365, "asset_info": { "divisible": true, "asset_longname": null, @@ -5516,16 +5611,16 @@ }, { "block_index": 193, - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "XCP", "quantity": 74499387833, "action": "sweep", - "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952466, + "block_time": 1727956361, "asset_info": { "divisible": true, "asset_longname": null, @@ -5537,16 +5632,16 @@ }, { "block_index": 193, - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "XCP", "quantity": 600000, "action": "sweep fee", - "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952466, + "block_time": 1727956361, "asset_info": { "divisible": true, "asset_longname": null, @@ -5558,16 +5653,16 @@ }, { "block_index": 192, - "address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "event": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952462, + "block_time": 1727956356, "asset_info": { "divisible": true, "asset_longname": null, @@ -5585,20 +5680,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "block_index": 154, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727952312, + "block_time": 1727956195, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -5620,14 +5715,14 @@ "result": [ { "tx_index": 13, - "tx_hash": "47fff214e036bd484e1614af1f7557a471ad68fc4e28987cc9b5b813780d19a6", + "tx_hash": "e377afe82a85f48d869621a0f71ad183880412855bb0094c4e5f9e7741868049", "msg_index": 0, "block_index": 125, "asset": "FAIRMINTA", "quantity": 9000000000, "divisible": true, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -5642,20 +5737,20 @@ "fair_minting": false, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727952180, + "block_time": 1727956063, "quantity_normalized": "90.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 12, - "tx_hash": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", + "tx_hash": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", "msg_index": 0, "block_index": 124, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -5670,20 +5765,20 @@ "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727952176, + "block_time": 1727956059, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 11, - "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", + "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", "msg_index": 0, "block_index": 123, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -5698,20 +5793,20 @@ "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727952171, + "block_time": 1727956055, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 10, - "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "msg_index": 0, "block_index": 122, "asset": "FAIRMINTA", "quantity": 0, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -5726,7 +5821,7 @@ "fair_minting": true, "asset_events": "open_fairminter", "confirmed": true, - "block_time": 1727952167, + "block_time": 1727956050, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -5738,10 +5833,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5749,7 +5844,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -5762,10 +5857,10 @@ }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "quantity": 10, "status": "valid", @@ -5773,7 +5868,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "divisible": true, "asset_longname": null, @@ -5786,10 +5881,10 @@ }, { "tx_index": 54, - "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed", + "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c", "block_index": 188, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "quantity": 10000, "status": "valid", @@ -5797,7 +5892,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952445, + "block_time": 1727956339, "asset_info": { "divisible": true, "asset_longname": null, @@ -5810,10 +5905,10 @@ }, { "tx_index": 43, - "tx_hash": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253", + "tx_hash": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f", "block_index": 156, - "source": "063db97111b846c7e50a7636f68d5a88a4bed472c2c4dfba7b000199343d58c4:0", - "destination": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "source": "1e095bb77ba3cf748ba6f4ce4e695083727d48d3262c58323bc9495f8cd6d08f:0", + "destination": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5821,7 +5916,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952321, + "block_time": 1727956204, "asset_info": { "divisible": true, "asset_longname": null, @@ -5834,10 +5929,10 @@ }, { "tx_index": 42, - "tx_hash": "063db97111b846c7e50a7636f68d5a88a4bed472c2c4dfba7b000199343d58c4", + "tx_hash": "1e095bb77ba3cf748ba6f4ce4e695083727d48d3262c58323bc9495f8cd6d08f", "block_index": 155, - "source": "97fda462653822d444adafee5b5f3c214fa9b16cf802e73d71fa9b1c0f2af9fe:0", - "destination": "063db97111b846c7e50a7636f68d5a88a4bed472c2c4dfba7b000199343d58c4:0", + "source": "19fccbc2ef30f1ff85bfe88efbbe3a972c27636326d43d9ed83a96a95bf9436a:0", + "destination": "1e095bb77ba3cf748ba6f4ce4e695083727d48d3262c58323bc9495f8cd6d08f:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5845,7 +5940,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952316, + "block_time": 1727956200, "asset_info": { "divisible": true, "asset_longname": null, @@ -5864,9 +5959,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5875,7 +5970,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5885,7 +5980,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -5901,9 +5996,9 @@ }, { "tx_index": 29, - "tx_hash": "10007a5d3e53804b691733b1a8851859d7618ff26ccb466f44ae63f6f25cb53f", + "tx_hash": "546a4f87092b07e0d11a5802b9acee1176f1c45bcc7b6d14b7edaaf6b53d7c4d", "block_index": 142, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5912,7 +6007,7 @@ "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "origin": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -5922,7 +6017,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952251, + "block_time": 1727956145, "asset_info": { "divisible": true, "asset_longname": null, @@ -5938,9 +6033,9 @@ }, { "tx_index": 30, - "tx_hash": "c5630aefbda40ca7a9b8aaddff7bcc5ef364e346761dc60bfd7e81960b3d4f0b", + "tx_hash": "6364c76b3165808d4f9ef5e17405666e1744395605921a4b68a067a6e83b5369", "block_index": 150, - "source": "mqFzPk2DrBKEFQr8z8cRiz5bewXEPC7V8Q", + "source": "mxLiD5ZrjNcBWy92B6coJHsbhp8asgskNZ", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -5948,10 +6043,10 @@ "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "d83c43bf5cabb75c4e694355a92befec446c0efe45e964cff8e2ec4374051cd3", - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "last_status_tx_hash": "8ad06903dd2cca29b4816107f540832d9a94302c10ff326b8711b93b219963c6", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 0, - "last_status_tx_source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "last_status_tx_source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -5959,7 +6054,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952296, + "block_time": 1727956179, "asset_info": { "divisible": true, "asset_longname": null, @@ -5975,18 +6070,18 @@ }, { "tx_index": 33, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5996,7 +6091,7 @@ "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -6017,9 +6112,9 @@ "/v2/assets//dispensers/
": { "result": { "tx_index": 26, - "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -6028,7 +6123,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6038,7 +6133,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -6066,7 +6161,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -6074,7 +6169,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "quantity": 500000000, "escrow": null, "cursor_id": "balances_13", @@ -6083,7 +6178,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -6091,7 +6186,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "quantity": 0, "escrow": null, "cursor_id": "balances_14", @@ -6100,7 +6195,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -6108,7 +6203,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "quantity": 9500000000, "escrow": null, "cursor_id": "balances_15", @@ -6117,7 +6212,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -6132,27 +6227,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6167,7 +6262,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -6181,27 +6276,27 @@ { "tx_index": 34, "dispense_index": 0, - "tx_hash": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5", + "tx_hash": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90", "block_index": 147, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "destination": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6216,7 +6311,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727952273, + "block_time": 1727956166, "asset_info": { "divisible": true, "asset_longname": null, @@ -6230,19 +6325,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", + "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6250,7 +6345,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6265,7 +6360,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -6279,19 +6374,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", "block_index": 140, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6299,7 +6394,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6314,7 +6409,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952243, + "block_time": 1727956126, "asset_info": { "divisible": true, "asset_longname": null, @@ -6335,8 +6430,8 @@ "asset": "A95428959745315388", "asset_id": "95428959745315388", "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "owner": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false, "supply": 0, @@ -6344,8 +6439,8 @@ "first_issuance_block_index": 158, "last_issuance_block_index": 158, "confirmed": true, - "first_issuance_block_time": 1727952329, - "last_issuance_block_time": 1727952329, + "first_issuance_block_time": 1727956213, + "last_issuance_block_time": 1727956213, "supply_normalized": "0.00000000" } ], @@ -6355,10 +6450,10 @@ "/v2/assets//fairminters": { "result": [ { - "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "tx_index": 10, "block_index": 125, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -6383,7 +6478,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952180 + "block_time": 1727956063 } ], "next_cursor": null, @@ -6392,64 +6487,64 @@ "/v2/assets//fairmints": { "result": [ { - "tx_hash": "47fff214e036bd484e1614af1f7557a471ad68fc4e28987cc9b5b813780d19a6", + "tx_hash": "e377afe82a85f48d869621a0f71ad183880412855bb0094c4e5f9e7741868049", "tx_index": 13, "block_index": 125, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", - "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "asset": "FAIRMINTA", "earn_quantity": 9000000000, "paid_quantity": 9000000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952180, + "block_time": 1727956063, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, { - "tx_hash": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da", + "tx_hash": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", "tx_index": 12, "block_index": 124, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", - "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952176, + "block_time": 1727956059, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, { - "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", + "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", "tx_index": 11, "block_index": 123, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952171, + "block_time": 1727956055, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } @@ -6461,22 +6556,22 @@ "/v2/assets//fairmints/
": { "result": [ { - "tx_hash": "b0c5a4d1b374e1e57e2ef1f032c3f16e4f49754fd11c19e7666094cd66698053", + "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", "tx_index": 11, "block_index": 123, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "fairminter_tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727952171, + "block_time": 1727956055, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } @@ -6489,9 +6584,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", "block_index": 183, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6506,7 +6601,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727952354, + "block_time": 1727956247, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6532,9 +6627,9 @@ }, { "tx_index": 51, - "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "block_index": 186, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -6549,7 +6644,7 @@ "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727952436, + "block_time": 1727956331, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6575,9 +6670,9 @@ }, { "tx_index": 50, - "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", "block_index": 187, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -6592,7 +6687,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727952440, + "block_time": 1727956335, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6618,9 +6713,9 @@ }, { "tx_index": 53, - "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "block_index": 187, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -6635,7 +6730,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727952440, + "block_time": 1727956335, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6661,9 +6756,9 @@ }, { "tx_index": 56, - "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "block_index": 191, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6678,7 +6773,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727952458, + "block_time": 1727956352, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6709,9 +6804,9 @@ "/v2/orders/": { "result": { "tx_index": 58, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6726,7 +6821,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727952462, + "block_time": 1727956356, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6754,13 +6849,13 @@ "/v2/orders//matches": { "result": [ { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 53, - "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", - "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -6774,7 +6869,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727952440, + "block_time": 1727956335, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6794,13 +6889,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 51, - "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -6814,7 +6909,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727952436, + "block_time": 1727956331, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6841,15 +6936,15 @@ "result": [ { "tx_index": 52, - "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", + "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", "block_index": 186, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "btc_amount": 2000, - "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "status": "valid", "confirmed": true, - "block_time": 1727952436, + "block_time": 1727956331, "btc_amount_normalized": "0.00002000" } ], @@ -6860,9 +6955,9 @@ "result": [ { "tx_index": 51, - "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "block_index": 186, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -6880,7 +6975,7 @@ "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727952436, + "block_time": 1727956331, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6906,9 +7001,9 @@ }, { "tx_index": 53, - "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "block_index": 187, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -6926,7 +7021,7 @@ "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727952440, + "block_time": 1727956335, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6952,9 +7047,9 @@ }, { "tx_index": 48, - "tx_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", + "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", "block_index": 183, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6972,7 +7067,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727952354, + "block_time": 1727956247, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6998,9 +7093,9 @@ }, { "tx_index": 50, - "tx_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", "block_index": 187, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -7018,7 +7113,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727952440, + "block_time": 1727956335, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7044,9 +7139,9 @@ }, { "tx_index": 56, - "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", + "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", "block_index": 191, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7064,7 +7159,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727952458, + "block_time": 1727956352, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7095,13 +7190,13 @@ "/v2/orders///matches": { "result": [ { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 53, - "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", - "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -7118,7 +7213,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727952440, + "block_time": 1727956335, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7138,13 +7233,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 51, - "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -7161,7 +7256,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727952436, + "block_time": 1727956331, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7181,13 +7276,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", "tx0_index": 48, - "tx0_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 49, - "tx1_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "tx1_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7204,7 +7299,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727952354, + "block_time": 1727956247, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7230,13 +7325,13 @@ "/v2/order_matches": { "result": [ { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 53, - "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", - "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -7250,7 +7345,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727952440, + "block_time": 1727956335, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7270,13 +7365,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "tx0_index": 50, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 51, - "tx1_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -7290,7 +7385,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727952436, + "block_time": 1727956331, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7310,13 +7405,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", + "id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", "tx0_index": 48, - "tx0_hash": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx1_index": 49, - "tx1_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "tx1_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7330,7 +7425,7 @@ "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727952354, + "block_time": 1727956247, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7375,66 +7470,66 @@ "result": [ { "tx_index": 9, - "tx_hash": "cdbdc3f63118b57f0446e955011c6c692b7dc2354bd3ae5d829fabfa2a1e4b75", + "tx_hash": "5d84ddc320cb2eafee0774b2523b713b035a0aefe95ab1b243729b20bbec6db7", "block_index": 121, - "source": "bcrt1qyte2wn824cnff7txlcs7uwhjn6rypsv46razgl", + "source": "bcrt1qvy7df9mk46kg5f4j9ze3gq6uqadfc0mykxrtt2", "burned": 50000000, "earned": 74999996667, "status": "valid", "confirmed": true, - "block_time": 1727952163, + "block_time": 1727956046, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 8, - "tx_hash": "c25bee984c3678ee48a5a7a447f7b2182e1ba2d17eb147fc109effad00dd63e2", + "tx_hash": "d5b2a6622f525b6b9925fb0939baa41c53356dba5f6e79270c15e47a0e5e083b", "block_index": 120, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "burned": 50000000, "earned": 74999996833, "status": "valid", "confirmed": true, - "block_time": 1727952158, + "block_time": 1727956042, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 7, - "tx_hash": "a99f2397b126987139d96eed78e54fdaa2633497b9589e419719a223c311ec99", + "tx_hash": "98c1a7bee48c23c01f0c40b7342ed686cc90072df4dd21ba4a9d3efd2f347f32", "block_index": 119, - "source": "bcrt1qtv7euexhcme3uy6wk8sk976vssane2k6qs4qsy", + "source": "bcrt1qqewsfu2jpdewtl9s4ztzdrrpxvskf4fauratev", "burned": 50000000, "earned": 74999997000, "status": "valid", "confirmed": true, - "block_time": 1727952154, + "block_time": 1727956038, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 6, - "tx_hash": "e3437898051548b2066dcc4055dd1771247971599e660a481ac03fb461dd6340", + "tx_hash": "a1715fa51f706af779ceb9859c5d1bb79121b793ca01846ed3836c7b7145a49b", "block_index": 118, - "source": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", + "source": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", "burned": 50000000, "earned": 74999997167, "status": "valid", "confirmed": true, - "block_time": 1727952150, + "block_time": 1727956034, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 5, - "tx_hash": "2b6dfb38f6a10eff4de7b2de79706be98d7e4cfbbd6bacad9f2db573e7493066", + "tx_hash": "eaf1bd1bca1d86a3c184ffee2e10eef65fe4ae7aced4e3363388ee8507fafb6a", "block_index": 117, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "burned": 50000000, "earned": 74999997333, "status": "valid", "confirmed": true, - "block_time": 1727952146, + "block_time": 1727956029, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" } @@ -7446,9 +7541,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7457,7 +7552,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7467,7 +7562,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -7483,9 +7578,9 @@ }, { "tx_index": 29, - "tx_hash": "10007a5d3e53804b691733b1a8851859d7618ff26ccb466f44ae63f6f25cb53f", + "tx_hash": "546a4f87092b07e0d11a5802b9acee1176f1c45bcc7b6d14b7edaaf6b53d7c4d", "block_index": 142, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7494,7 +7589,7 @@ "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "origin": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -7504,7 +7599,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952251, + "block_time": 1727956145, "asset_info": { "divisible": true, "asset_longname": null, @@ -7520,9 +7615,9 @@ }, { "tx_index": 30, - "tx_hash": "c5630aefbda40ca7a9b8aaddff7bcc5ef364e346761dc60bfd7e81960b3d4f0b", + "tx_hash": "6364c76b3165808d4f9ef5e17405666e1744395605921a4b68a067a6e83b5369", "block_index": 150, - "source": "mqFzPk2DrBKEFQr8z8cRiz5bewXEPC7V8Q", + "source": "mxLiD5ZrjNcBWy92B6coJHsbhp8asgskNZ", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -7530,10 +7625,10 @@ "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "d83c43bf5cabb75c4e694355a92befec446c0efe45e964cff8e2ec4374051cd3", - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "last_status_tx_hash": "8ad06903dd2cca29b4816107f540832d9a94302c10ff326b8711b93b219963c6", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 0, - "last_status_tx_source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "last_status_tx_source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -7541,7 +7636,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952296, + "block_time": 1727956179, "asset_info": { "divisible": true, "asset_longname": null, @@ -7557,18 +7652,18 @@ }, { "tx_index": 33, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7578,7 +7673,7 @@ "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -7599,9 +7694,9 @@ "/v2/dispensers/": { "result": { "tx_index": 26, - "tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7610,7 +7705,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7620,7 +7715,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -7640,19 +7735,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", + "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7660,7 +7755,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7675,7 +7770,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -7689,19 +7784,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", "block_index": 140, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7709,7 +7804,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7724,7 +7819,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952243, + "block_time": 1727956126, "asset_info": { "divisible": true, "asset_longname": null, @@ -7743,20 +7838,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "block_index": 154, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727952312, + "block_time": 1727956195, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -7777,20 +7872,20 @@ "/v2/dividends/": { "result": { "tx_index": 41, - "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "block_index": 154, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727952312, + "block_time": 1727956195, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -7813,12 +7908,12 @@ "asset": "XCP", "quantity": 1500000000, "calling_function": "dividend", - "event": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "event": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "tx_index": 41, - "utxo": "97fda462653822d444adafee5b5f3c214fa9b16cf802e73d71fa9b1c0f2af9fe:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "utxo": "19fccbc2ef30f1ff85bfe88efbbe3a972c27636326d43d9ed83a96a95bf9436a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "confirmed": true, - "block_time": 1727952312, + "block_time": 1727956195, "asset_info": { "divisible": true, "asset_longname": null, @@ -7830,16 +7925,16 @@ }, { "block_index": 154, - "address": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", + "address": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", "asset": "XCP", "quantity": 500000000, "calling_function": "dividend", - "event": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "event": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "tx_index": 41, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727952312, + "block_time": 1727956195, "asset_info": { "divisible": true, "asset_longname": null, @@ -7860,27 +7955,27 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", - "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", + "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", + "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", "transaction_count": 1, - "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", - "block_time": 1727952480 + "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", + "block_time": 1727956374 }, "tx_hash": null, "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61 }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 554, @@ -7889,14 +7984,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -7907,9 +8002,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 553, @@ -7918,9 +8013,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": 0, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "asset_info": { "divisible": true, "asset_longname": null, @@ -7930,24 +8025,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -7957,9 +8052,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 551, @@ -7971,15 +8066,15 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", - "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", + "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", + "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", "transaction_count": 1, - "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", - "block_time": 1727952480 + "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", + "block_time": 1727956374 }, "tx_hash": null, "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } }, "/v2/events/counts": { @@ -8014,16 +8109,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -8033,9 +8128,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 550, @@ -8045,12 +8140,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -8060,9 +8155,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 547, @@ -8072,39 +8167,39 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", - "utxo_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "block_time": 1727952480, + "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 }, { "event_index": 533, "event": "CREDIT", "params": { - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "block_index": 193, "calling_function": "sweep", - "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "quantity": 74499387833, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727952466, + "block_time": 1727956361, "asset_info": { "divisible": true, "asset_longname": null, @@ -8114,36 +8209,36 @@ }, "quantity_normalized": "744.99388000" }, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "block_time": 1727952466 + "block_time": 1727956361 }, { "event_index": 531, "event": "CREDIT", "params": { - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "MYASSETA", "block_index": 193, "calling_function": "sweep", - "event": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "quantity": 10, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727952466, + "block_time": 1727956361, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "block_time": 1727952466 + "block_time": 1727956361 } ], "next_cursor": 529, @@ -8160,27 +8255,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8195,7 +8290,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -8209,27 +8304,27 @@ { "tx_index": 34, "dispense_index": 0, - "tx_hash": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5", + "tx_hash": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90", "block_index": 147, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "destination": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "last_status_tx_hash": null, - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8244,7 +8339,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727952273, + "block_time": 1727956166, "asset_info": { "divisible": true, "asset_longname": null, @@ -8258,19 +8353,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "f20f3e7ea09ff45cb879229fba67fe5f6adfe4c72ea37beb527bc6ae4436e06b", + "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8278,7 +8373,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8293,7 +8388,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952247, + "block_time": 1727956141, "asset_info": { "divisible": true, "asset_longname": null, @@ -8307,19 +8402,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "b924ea027ab4d8e75389bf276456e9675a326a8683789f42e1735026861bdea8", + "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", "block_index": 140, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "1ce2503df3cf0be500ca0d80de5221a9076971815800697357c539ef8a9bc33a", + "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8327,7 +8422,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8342,7 +8437,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727952243, + "block_time": 1727956126, "asset_info": { "divisible": true, "asset_longname": null, @@ -8361,10 +8456,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -8372,7 +8467,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -8385,10 +8480,10 @@ }, { "tx_index": 61, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -8396,11 +8491,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -8409,10 +8504,10 @@ }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "asset": "XCP", "quantity": 10, "status": "valid", @@ -8420,7 +8515,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "divisible": true, "asset_longname": null, @@ -8433,10 +8528,10 @@ }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -8444,11 +8539,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -8457,10 +8552,10 @@ }, { "tx_index": 55, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -8468,11 +8563,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -8487,14 +8582,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -8509,20 +8604,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952338, + "block_time": 1727956221, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "6461a1b76eee5bbddfd186c8e6450f1d1df4c601673cde986fd6637b02a8071c", + "tx_hash": "fbd3d802cdb8e69956e859f903a86599a0d829214e43c873ff6af0559b209ee0", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -8537,20 +8632,20 @@ "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727952334, + "block_time": 1727956217, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "633305e6d717641b952a37d18855d1af8996736d2f588226468350baf2e31901", + "tx_hash": "ec3fb52343e36c3dfb7bd1964eeb7e11d8cdfc5de575f9ddd113c6299cf67184", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -8565,20 +8660,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952329, + "block_time": 1727956213, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "efa7b986d68127c6d9e57793e0f6fa7966dde6360759bb829ab08c74edfdba94", + "tx_hash": "b3044c04583b0eb94ca9966a718d3d7c0a5bfe40d25f52ca4db56209a7e0f48d", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -8593,20 +8688,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952325, + "block_time": 1727956208, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 43, - "tx_hash": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253", + "tx_hash": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f", "msg_index": 0, "block_index": 156, "asset": "MYASSETB", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "issuer": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "issuer": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "transfer": false, "callable": false, "call_date": 0, @@ -8621,7 +8716,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952321, + "block_time": 1727956204, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -8632,14 +8727,14 @@ "/v2/issuances/": { "result": { "tx_index": 47, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "transfer": false, "callable": false, "call_date": 0, @@ -8654,7 +8749,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727952338, + "block_time": 1727956221, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -8663,16 +8758,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727952466, + "block_time": 1727956361, "fee_paid_normalized": "0.00600000" } ], @@ -8683,16 +8778,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727952466, + "block_time": 1727956361, "fee_paid_normalized": "0.00600000" } ], @@ -8703,9 +8798,9 @@ "result": [ { "tx_index": 25, - "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", + "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", "block_index": 138, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -8713,14 +8808,14 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727952235, + "block_time": 1727956119, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "fcb99bd61b01001625b5da7399a58185e531b89b943db6228ea61f320ccbff83", + "tx_hash": "d475cdd8333c73e7ebd7853362cf9bde121f98dfe82e97084a96358adaacfa28", "block_index": 137, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -8728,7 +8823,7 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727952231, + "block_time": 1727956114, "fee_fraction_int_normalized": "0.00000000" } ], @@ -8738,9 +8833,9 @@ "/v2/broadcasts/": { "result": { "tx_index": 25, - "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", + "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", "block_index": 138, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -8748,17 +8843,17 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727952235, + "block_time": 1727956119, "fee_fraction_int_normalized": "0.00000000" } }, "/v2/fairminters": { "result": [ { - "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", + "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", "tx_index": 22, "block_index": 135, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -8783,13 +8878,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952222 + "block_time": 1727956106 }, { - "tx_hash": "3c08e7918f9aeabc72d4ec88181e5a93641a2f7b4b34e2c638a37c3b9611e67d", + "tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", "tx_index": 18, "block_index": 131, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -8814,13 +8909,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952205 + "block_time": 1727956089 }, { - "tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13", + "tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d", "tx_index": 14, "block_index": 130, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -8845,13 +8940,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952201 + "block_time": 1727956085 }, { - "tx_hash": "f09c7b4eec72b44aa42fb53428574c115702190f462a5e8f19b98f38caa19dba", + "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", "tx_index": 10, "block_index": 125, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -8876,7 +8971,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727952180 + "block_time": 1727956063 } ], "next_cursor": null, @@ -8890,8 +8985,8 @@ "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5", - "address": "bcrt1qtrng9n7n88udf6sp4ma9m9r68z8a07vvg9de4e" + "txid": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90", + "address": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l" }, { "vout": 2, @@ -8899,8 +8994,8 @@ "value": 100000, "confirmations": 40, "amount": 0.001, - "txid": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253", - "address": "bcrt1qtv7euexhcme3uy6wk8sk976vssane2k6qs4qsy" + "txid": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f", + "address": "bcrt1qqewsfu2jpdewtl9s4ztzdrrpxvskf4fauratev" } ], "next_cursor": null, @@ -8909,28 +9004,28 @@ "/v2/bitcoin/addresses/
/transactions": { "result": [ { - "tx_hash": "ee88037d9eade70262c07c01d2c14c66e0d753913f29a5f2a2ca6718b035aa07" + "tx_hash": "6b62375f44dda382bd2c1b33a2e419e08d72eb18da2ea6e5e4f29c9eb167e24e" }, { - "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114" + "tx_hash": "979c127a61d3a50650f5fed92563d3ef4efebac3022c9b4227929a81217e0e6d" }, { - "tx_hash": "89356e40c37c29abe59f129f1fb24143207da52b2231fe85ec5f8e2157204046" + "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c" }, { - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c" + "tx_hash": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af" }, { - "tx_hash": "53a8afe61aa1e87367df0a1f11ee34019cc90c093c37d885f34ee6dab5e22f93" + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1" }, { - "tx_hash": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb" + "tx_hash": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed" }, { - "tx_hash": "83214848debd7997d53aa3d144b079f3c69b2a50f6fcf8346b89d1a9c1b3e2da" + "tx_hash": "e812a1bf9cd965c52a29463d64b03f2394c85d8182f114f24254c38592577ef6" }, { - "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed" + "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7" } ], "next_cursor": null, @@ -8939,7 +9034,7 @@ "/v2/bitcoin/addresses/
/transactions/oldest": { "result": { "block_index": 1, - "tx_hash": "cd71ea57bea1082f38d2aa84405b04ed05d3bae2b0441e7e9b2c20931f034805" + "tx_hash": "8502870597f918463163a8d19049c3e9f6e3af425acba94efd672ac381f83885" } }, "/v2/bitcoin/addresses/
/utxos": { @@ -8950,17 +9045,17 @@ "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "21bc57f02a665844f697117272c1a3c107c952eef4d3191a4d0c808041c582a5" + "txid": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90" } ], "next_cursor": null, "result_count": null }, "/v2/bitcoin/addresses/
/pubkey": { - "result": "02aaa57983bd14ec0ce13039484902c6a8508f6a5ead533e3cb1574d8a181a53bd" + "result": "026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f" }, "/v2/bitcoin/transactions/": { - "result": "0200000000010153b2bce75d8be294cf5b9e6f94442e19801be1a5548363df1758cdc0ebd3e16f0100000000ffffffff03e8030000000000001600145bcc8878cad331f92040ab1aa86a6a1b0e22044300000000000000000c6a0a54e0e81a082e3d85fe89dced08270100000016001472abef751e23b3ff85485813e5e853ab7c8268b50247304402205ed1386767ffa9c00d84aea30d33a5bc2ee07b72ee892591ccb6838830c549c702201b38ce33fd16d26fd79de533f95d90932f7676f5a2dbb29b60f21b81d4fd369c012102e91d858bd217f949ba95253d609e910ab0c0442c4a9f1c980e37bf16f910544a00000000" + "result": "020000000001012f47713db1801ea559606f1124873759a7225d6498eeedff75088c62e2f91bb90100000000ffffffff03e8030000000000001600144dbad23f47531daf37d441cbd99a86a5cfb7251f00000000000000000c6a0a3be374079a0fb95bf138dced082701000000160014649df9344ebfe6815a1b4a03d6cc03745ac2f0bb02473044022061eaa062c6bd3cd945c5365272617f6f3bd2fb3fc2bc52618104d9299249f14f02205b318b2e913d4ddf2edc6f799d957e5ab60f7e49933f8e58302dc26484aa32b00121032c40c37a8296cdf0c61d796b1ac672b3059a74bb0882f0323869d4c26110f72500000000" }, "/v2/bitcoin/estimatesmartfee": { "result": 58603 @@ -8983,27 +9078,27 @@ "/v2/mempool/events": { "result": [ { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62 }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "memo": null, "quantity": 10000, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "status": "valid", - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62, "asset_info": { "divisible": true, @@ -9014,22 +9109,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "CREDIT", "params": { - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -9039,22 +9134,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "block_index": 195, - "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -9064,30 +9159,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727952484.47581, + "block_time": 1727956378.8632336, "btc_amount": 0, - "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", + "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", "destination": "", "fee": 10000, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62, - "utxos_info": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731:1", + "utxos_info": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "memo": null, "asset_info": { "divisible": true, @@ -9101,7 +9196,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 } ], "next_cursor": null, @@ -9110,19 +9205,19 @@ "/v2/mempool/events/": { "result": [ { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "CREDIT", "params": { - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -9132,7 +9227,7 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 } ], "next_cursor": null, @@ -9141,27 +9236,27 @@ "/v2/mempool/transactions//events": { "result": [ { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62 }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "memo": null, "quantity": 10000, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "status": "valid", - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62, "asset_info": { "divisible": true, @@ -9172,22 +9267,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "CREDIT", "params": { - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -9197,22 +9292,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "asset": "XCP", "block_index": 195, - "event": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -9222,30 +9317,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 }, { - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727952484.47581, + "block_time": 1727956378.8632336, "btc_amount": 0, - "data": "020000000000000001000000000000271080b13b11ce61b62505cddc67a765222f31985f23fb", + "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", "destination": "", "fee": 10000, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", - "tx_hash": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", "tx_index": 62, - "utxos_info": "22f3c95bc56a62bbec93b0572239c62d15237f1603266e247821652f134b1731:1", + "utxos_info": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "memo": null, "asset_info": { "divisible": true, @@ -9259,7 +9354,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727952484.47581 + "timestamp": 1727956378.8632336 } ], "next_cursor": null, @@ -9281,15 +9376,15 @@ "event_index": 543, "event": "NEW_BLOCK", "params": { - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", "block_index": 195, - "block_time": 1727952480, + "block_time": 1727956374, "difficulty": 545259519, - "previous_block_hash": "1152eaca25eeeed85e877ecbdc53d7e390ae24ff03dd4758ff385ef328d94877" + "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4" }, "tx_hash": null, "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 537, @@ -9301,17 +9396,17 @@ "event_index": 544, "event": "NEW_TRANSACTION", "params": { - "block_hash": "027601728c03a6a454d928fda79e8f05e10b2f0c2fc7063ef3ce5f75829bdf1a", + "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", "block_index": 195, - "block_time": 1727952480, + "block_time": 1727956374, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "fee": 0, - "source": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "utxos_info": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1 faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -9321,9 +9416,9 @@ }, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 538, @@ -9337,16 +9432,16 @@ "params": { "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "out_index": 0, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 277, @@ -9359,15 +9454,15 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "12cd35cc39203ff0fb562c1a517f89577e510984e5c0d5b4e18446960d8eba79", - "messages_hash": "e3b66c30ee15e7933a8f0520c1eb2890280cc52eff122217f0881ed3d9df2f09", + "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", + "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", "transaction_count": 1, - "txlist_hash": "b66cfcd17564ba505705c37856f6b8a8f219d30602bc9713d0eba9806e21c3a0", - "block_time": 1727952480 + "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", + "block_time": 1727956374 }, "tx_hash": null, "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 542, @@ -9380,12 +9475,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61 }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 541, @@ -9401,12 +9496,12 @@ "address": null, "asset": "XCP", "block_index": 195, - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 1500000000, "tx_index": 61, - "utxo": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", - "utxo_address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", - "block_time": 1727952480, + "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -9416,9 +9511,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 546, @@ -9430,16 +9525,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -9449,9 +9544,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 550, @@ -9465,14 +9560,14 @@ "params": { "asset": "XCP", "block_index": 188, - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "memo": null, "quantity": 10000, - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "status": "valid", - "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed", + "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c", "tx_index": 54, - "block_time": 1727952445, + "block_time": 1727956339, "asset_info": { "divisible": true, "asset_longname": null, @@ -9482,9 +9577,9 @@ }, "quantity_normalized": "0.00010000" }, - "tx_hash": "766bb23dc542a3470a47cc3ab6f95c0f61e4a7300513734f5c54ffb8b39518ed", + "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c", "block_index": 188, - "block_time": 1727952445 + "block_time": 1727956339 } ], "next_cursor": null, @@ -9498,15 +9593,15 @@ "params": { "asset": "XCP", "block_index": 189, - "destination": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "memo": null, "msg_index": 2, "quantity": 10, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "valid", - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "tx_index": 55, - "block_time": 1727952449, + "block_time": 1727956344, "asset_info": { "divisible": true, "asset_longname": null, @@ -9516,9 +9611,9 @@ }, "quantity_normalized": "0.00000010" }, - "tx_hash": "6e821e70612a4a69cdb5704ddc395bbde7d073f6c58529a540f3d670307f70b2", + "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", "block_index": 189, - "block_time": 1727952449 + "block_time": 1727956344 } ], "next_cursor": 502, @@ -9541,20 +9636,20 @@ "event": "SWEEP", "params": { "block_index": 193, - "destination": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "status": "valid", - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "tx_index": 59, - "block_time": 1727952466, + "block_time": 1727956361, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "4992058199c4100deb148dbf6c8c9d877f812793324c198c0d2e6cc5d6f8198c", + "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", "block_index": 193, - "block_time": 1727952466 + "block_time": 1727956361 } ], "next_cursor": null, @@ -9571,15 +9666,15 @@ "dividend_asset": "XCP", "fee_paid": 40000, "quantity_per_unit": 100000000, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "valid", - "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "tx_index": 41, - "block_time": 1727952312, + "block_time": 1727956195, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, @@ -9593,9 +9688,9 @@ "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00040000" }, - "tx_hash": "4b012a771f204a4516c9385fed3b9af2e0399a67b7f72ea26249c90b02f4b444", + "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", "block_index": 154, - "block_time": 1727952312 + "block_time": 1727956195 } ], "next_cursor": null, @@ -9616,11 +9711,11 @@ "asset_longname": "A95428959745315388.SUBNUMERIC", "asset_name": "A95428956980101314", "block_index": 160, - "block_time": 1727952338 + "block_time": 1727956221 }, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "block_index": 160, - "block_time": 1727952338 + "block_time": 1727956221 } ], "next_cursor": 374, @@ -9643,22 +9738,22 @@ "description_locked": false, "divisible": true, "fee_paid": 0, - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "valid", "transfer": false, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "tx_index": 47, - "block_time": 1727952338, + "block_time": 1727956221, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "9cf2c24eaff87c9c9f4b97a07aa0ab121d202a3dd5c8fc2b4a38591496de4d0c", + "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", "block_index": 160, - "block_time": 1727952338 + "block_time": 1727956221 } ], "next_cursor": 381, @@ -9673,12 +9768,12 @@ "asset": "XCP", "block_index": 194, "quantity": 1, - "source": "bcrt1qmwk547xcyv3dd9fa4z67yrha7rsvatn2rjgf7l", + "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", "status": "valid", "tag": "64657374726f79", - "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", + "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", "tx_index": 60, - "block_time": 1727952470, + "block_time": 1727956365, "asset_info": { "divisible": true, "asset_longname": null, @@ -9688,9 +9783,9 @@ }, "quantity_normalized": "0.00000001" }, - "tx_hash": "8efdab3267e6de1bbc07d47909f265046058f2c7dc6147ad1eff074813f1dea9", + "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", "block_index": 194, - "block_time": 1727952470 + "block_time": 1727956365 } ], "next_cursor": 157, @@ -9715,11 +9810,11 @@ "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "open", - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "tx_index": 58, - "block_time": 1727952462, + "block_time": 1727956356, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9743,9 +9838,9 @@ "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "b88dcba0cfb9c3de7ebd20c4dc3b3287612b46f73bf3f048e5d14f21e042d641", + "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", "block_index": 192, - "block_time": 1727952462 + "block_time": 1727956356 } ], "next_cursor": 509, @@ -9763,20 +9858,20 @@ "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 3000, - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "match_expire_index": 207, "status": "pending", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "tx0_block_index": 185, "tx0_expiration": 21, - "tx0_hash": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea", + "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", "tx0_index": 50, - "tx1_address": "bcrt1qkya3rnnpkcjstnwuv7nk2g30xxv97glm6g2mjg", + "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", "tx1_block_index": 187, "tx1_expiration": 21, - "tx1_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "tx1_index": 53, - "block_time": 1727952440, + "block_time": 1727956335, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9795,9 +9890,9 @@ "backward_quantity_normalized": "0.00003000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "4cf723897f3dcf528628e8d533aa2a3df17e014b46920acdc63b904d140c4114", + "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", "block_index": 187, - "block_time": 1727952440 + "block_time": 1727956335 } ], "next_cursor": 468, @@ -9810,11 +9905,11 @@ "event": "ORDER_UPDATE", "params": { "status": "cancelled", - "tx_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3" + "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9" }, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "block_time": 1727952458 + "block_time": 1727956352 } ], "next_cursor": 483, @@ -9827,11 +9922,11 @@ "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a" + "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a" }, - "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", + "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", "block_index": 186, - "block_time": 1727952436 + "block_time": 1727956331 } ], "next_cursor": null, @@ -9843,13 +9938,13 @@ "event_index": 474, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", + "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", "status": "completed" }, - "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", + "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", "block_index": 186, - "block_time": 1727952436 + "block_time": 1727956331 } ], "next_cursor": 447, @@ -9863,18 +9958,18 @@ "params": { "block_index": 186, "btc_amount": 2000, - "destination": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "order_match_id": "55f2452302e1993ea4ea7338972577eda40d742afa7f83f7e91e5d288f5dbfea_574d41133814c6a711728e072a739cea59c5d749c5314a5dd56546be5f2b789a", - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "status": "valid", - "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", + "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", "tx_index": 52, - "block_time": 1727952436, + "block_time": 1727956331, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "ed04b718d3c2249c84fd412beccb15e0c9e0ca990518d6450ff63bc47b1458e3", + "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", "block_index": 186, - "block_time": 1727952436 + "block_time": 1727956331 } ], "next_cursor": null, @@ -9887,16 +9982,16 @@ "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "32df903b8acb03ae9291dca629d4e8a046c452b4a1f60208606d27c363ebe7a3", - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "valid", - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "tx_index": 57, - "block_time": 1727952458 + "block_time": 1727956352 }, - "tx_hash": "230a862cb3d60519c1ffd54c40c41fddcb78df34b3083763c73dc30b3be4ae81", + "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", "block_index": 191, - "block_time": 1727952458 + "block_time": 1727956352 } ], "next_cursor": null, @@ -9909,13 +10004,13 @@ "event": "ORDER_EXPIRATION", "params": { "block_index": 183, - "order_hash": "d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "block_time": 1727952354 + "order_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "block_time": 1727956247 }, "tx_hash": null, "block_index": 183, - "block_time": 1727952354 + "block_time": 1727956247 } ], "next_cursor": 453, @@ -9928,14 +10023,14 @@ "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 183, - "order_match_id": "141abd7673ec02844391e4f3ba0049518384bd15a94884fefd2ea92bda8a1a0b_d8900b67e2712ba93a59c4d9a3c960eb68725f69e2f91c3a06aa1dec9b99240d", - "tx0_address": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "tx1_address": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", - "block_time": 1727952354 + "order_match_id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "block_time": 1727956247 }, "tx_hash": null, "block_index": 183, - "block_time": 1727952354 + "block_time": 1727956247 } ], "next_cursor": null, @@ -9953,14 +10048,14 @@ "escrow_quantity": 10000, "give_quantity": 1, "give_remaining": 10000, - "oracle_address": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "origin": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "satoshirate": 1, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": 0, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "tx_index": 33, - "block_time": 1727952268, + "block_time": 1727956162, "asset_info": { "divisible": true, "asset_longname": null, @@ -9973,9 +10068,9 @@ "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "block_index": 146, - "block_time": 1727952268 + "block_time": 1727956162 } ], "next_cursor": 254, @@ -9990,9 +10085,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": 0, - "tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", + "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", "asset_info": { "divisible": true, "asset_longname": null, @@ -10002,9 +10097,9 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 302, @@ -10018,13 +10113,13 @@ "params": { "asset": "XCP", "block_index": 144, - "destination": "mqFzPk2DrBKEFQr8z8cRiz5bewXEPC7V8Q", + "destination": "mxLiD5ZrjNcBWy92B6coJHsbhp8asgskNZ", "dispense_quantity": 10, - "dispenser_tx_hash": "c5630aefbda40ca7a9b8aaddff7bcc5ef364e346761dc60bfd7e81960b3d4f0b", - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", - "tx_hash": "c9acdff55b84d8fe4a67ca2d63008f270c9b1463930163bfb7b58a4fcb8d4726", + "dispenser_tx_hash": "6364c76b3165808d4f9ef5e17405666e1744395605921a4b68a067a6e83b5369", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx_hash": "37ad27a5e19664ff6317fbff6b065b342e50efbf771249f14fe2ffce6b8469b6", "tx_index": 31, - "block_time": 1727952260, + "block_time": 1727956153, "asset_info": { "divisible": true, "asset_longname": null, @@ -10034,9 +10129,9 @@ }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "c9acdff55b84d8fe4a67ca2d63008f270c9b1463930163bfb7b58a4fcb8d4726", + "tx_hash": "37ad27a5e19664ff6317fbff6b065b342e50efbf771249f14fe2ffce6b8469b6", "block_index": 144, - "block_time": 1727952260 + "block_time": 1727956153 } ], "next_cursor": null, @@ -10051,14 +10146,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qw2477ag7ywellp2gtqf7t6zn4d7gy694m4qzn7", + "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "d879989e666a6115411bd90852299e822f4d1bc2dd91d74619594ae3e20d9041", - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -10069,9 +10164,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 280, @@ -10086,19 +10181,19 @@ "block_index": 138, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qt0xgs7x26vcljgzq4vd2s6n2rv8zypzrrh3hlq", + "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", + "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", "tx_index": 25, "value": 66600.0, - "block_time": 1727952235, + "block_time": 1727956119, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "281857225edd7e5f4bf0d28e92d49585e713a389ac1cd328f27c17f1b9d7588f", + "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", "block_index": 138, - "block_time": 1727952235 + "block_time": 1727956119 } ], "next_cursor": 213, @@ -10129,16 +10224,16 @@ "quantity_by_price": 60, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "start_block": 0, "status": "open", - "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", + "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", "tx_index": 22, - "block_time": 1727952222 + "block_time": 1727956106 }, - "tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", + "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", "block_index": 135, - "block_time": 1727952222 + "block_time": 1727956106 } ], "next_cursor": 161, @@ -10151,11 +10246,11 @@ "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "9bdae02d3417b6f388d32787914dfbcb232aef8b51715aed9873263dcb857d13" + "tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d" }, "tx_hash": null, "block_index": 130, - "block_time": 1727952201 + "block_time": 1727956085 } ], "next_cursor": 110, @@ -10171,24 +10266,24 @@ "block_index": 136, "commission": 0, "earn_quantity": 40, - "fairminter_tx_hash": "b025680c15a93c4be42ac7ec9976fb5191015cee03816890c2b5d67ef623e808", + "fairminter_tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", "paid_quantity": 34, - "source": "bcrt1q2mt8ucjatqgpzrhymefxdda8qh8y2gsm07xddj", + "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", "status": "valid", - "tx_hash": "b7e33d40c2046880bdbba5a478374a043decbeed1018eca558e8e0649ad80f65", + "tx_hash": "55bd7dbe5db21d4bd450254f0f97c643ae896d2fcdda3cf3ed5d7b8870c0f784", "tx_index": 23, - "block_time": 1727952227, + "block_time": 1727956110, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false } }, - "tx_hash": "b7e33d40c2046880bdbba5a478374a043decbeed1018eca558e8e0649ad80f65", + "tx_hash": "55bd7dbe5db21d4bd450254f0f97c643ae896d2fcdda3cf3ed5d7b8870c0f784", "block_index": 136, - "block_time": 1727952227 + "block_time": 1727956110 } ], "next_cursor": 190, @@ -10202,28 +10297,28 @@ "params": { "asset": "MYASSETA", "block_index": 152, - "destination": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b:1", + "destination": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", "fee_paid": 0, "msg_index": 0, "quantity": 1000000000, - "source": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "status": "valid", - "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", + "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", "tx_index": 39, - "block_time": 1727952303, + "block_time": 1727956187, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "10.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "0144ceba69ad0e131d92ca5f0d5cece170d5ce926db15728139def0aed41fc3b", + "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", "block_index": 152, - "block_time": 1727952303 + "block_time": 1727956187 } ], "next_cursor": 296, @@ -10237,28 +10332,28 @@ "params": { "asset": "MYASSETA", "block_index": 151, - "destination": "bcrt1qmy5ezs3x50aru2p7cs57stexjk2mec8phpgt8f", + "destination": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", "fee_paid": 0, "msg_index": 0, "quantity": 500000000, - "source": "ceb7b9024cc1e93bb5f37af76fcd676f90f6312e36be7995f67022c3fa948bbb:0", + "source": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af:0", "status": "valid", - "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", + "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", "tx_index": 38, - "block_time": 1727952300, + "block_time": 1727956183, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q2hucn3jg7uptu4lecsyl6wnced22exend29lzw", + "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", "divisible": true, "locked": false }, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "b9e301fc39c88151e8b4c27d92288d31be9bebcab5374b8a42585282402436f0", + "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", "block_index": 151, - "block_time": 1727952300 + "block_time": 1727956183 } ], "next_cursor": null, @@ -10272,14 +10367,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9:0", + "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", "msg_index": 1, "quantity": 1500000000, - "source": "6fe1d3ebc0cd5817df638354a5e11b80192e44946f9e5bcf94e28b5de7bcb253:1", + "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", "status": "valid", - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "tx_index": 61, - "block_time": 1727952480, + "block_time": 1727956374, "asset_info": { "divisible": true, "asset_longname": null, @@ -10289,9 +10384,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "faf4f24bd9f8e919cad6f1347be64cacdba88611834bc063b836c16c35fbf8a9", + "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", "block_index": 195, - "block_time": 1727952480 + "block_time": 1727956374 } ], "next_cursor": 548, @@ -10306,17 +10401,17 @@ "block_index": 121, "burned": 50000000, "earned": 74999996667, - "source": "bcrt1qyte2wn824cnff7txlcs7uwhjn6rypsv46razgl", + "source": "bcrt1qvy7df9mk46kg5f4j9ze3gq6uqadfc0mykxrtt2", "status": "valid", - "tx_hash": "cdbdc3f63118b57f0446e955011c6c692b7dc2354bd3ae5d829fabfa2a1e4b75", + "tx_hash": "5d84ddc320cb2eafee0774b2523b713b035a0aefe95ab1b243729b20bbec6db7", "tx_index": 9, - "block_time": 1727952163, + "block_time": 1727956046, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, - "tx_hash": "cdbdc3f63118b57f0446e955011c6c692b7dc2354bd3ae5d829fabfa2a1e4b75", + "tx_hash": "5d84ddc320cb2eafee0774b2523b713b035a0aefe95ab1b243729b20bbec6db7", "block_index": 121, - "block_time": 1727952163 + "block_time": 1727956046 } ], "next_cursor": 65, From 067f325f7cc51dfdd8b3ce625e049040b677a286 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Thu, 3 Oct 2024 12:41:03 +0000 Subject: [PATCH 07/23] Add release notes for v10.4.3 --- release-notes/release-notes-v10.4.3.md | 39 ++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 release-notes/release-notes-v10.4.3.md diff --git a/release-notes/release-notes-v10.4.3.md b/release-notes/release-notes-v10.4.3.md new file mode 100644 index 0000000000..79de471369 --- /dev/null +++ b/release-notes/release-notes-v10.4.3.md @@ -0,0 +1,39 @@ +# Release Notes - Counterparty Core v10.4.3 (2024-??-??) + + +# Upgrading + + +# ChangeLog + +## Protocol Changes + + +## Bugfixes + +- Fix `asset_events` during an asset ownership transfer + +## Codebase + + +## API + +## API + +- Use of the Github repository for the Blueprint URL +- Addition of the `/v2/routes` route in the `/v2/` result +- Addition of the `addresses` argument for the `/v2/mempool/events` route +- `/v2/transactions/unpack` now supports prefixed data +- `/v2/addresses/
/assets` now returns assets issued and owned by `
` +- Addition of the following routes: + - `/v2/addresses/
/assets/issued` + - `/v2/addresses/
/assets/owned` + +## CLI + + +# Credits + +* Ouziel Slama +* Warren Puffett +* Adam Krellenstein From fb1a0d3782bb1134945931885ffeb5bddf0749c8 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Fri, 4 Oct 2024 08:34:33 +0000 Subject: [PATCH 08/23] Refresh XCP supply on startup --- counterparty-core/counterpartycore/lib/api/api_watcher.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/counterparty-core/counterpartycore/lib/api/api_watcher.py b/counterparty-core/counterpartycore/lib/api/api_watcher.py index 276cf38504..f6dbe7e55d 100644 --- a/counterparty-core/counterpartycore/lib/api/api_watcher.py +++ b/counterparty-core/counterpartycore/lib/api/api_watcher.py @@ -842,6 +842,12 @@ def synchronize_mempool(api_db, ledger_db): pass +def refresh_xcp_supply(ledger_db, api_db): + xcp_supply = ledger.xcp_supply(ledger_db) + cursor = api_db.cursor() + cursor.execute("UPDATE assets_info SET supply = ? WHERE asset = 'XCP'", (xcp_supply,)) + + class APIWatcher(Thread): def __init__(self): Thread.__init__(self) @@ -895,6 +901,7 @@ def __init__(self): self.last_mempool_sync = 0 def follow(self): + refresh_xcp_supply(self.ledger_db, self.api_db) while not self.stopping and not self.stopped: try: parse_next_event(self.api_db, self.ledger_db) From 79864bb15add56cd95685a605ab75d3acfc0c6a1 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Fri, 4 Oct 2024 08:41:20 +0000 Subject: [PATCH 09/23] Node Version in API Response Headers --- counterparty-core/counterpartycore/lib/api/api_server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/counterparty-core/counterpartycore/lib/api/api_server.py b/counterparty-core/counterpartycore/lib/api/api_server.py index b44a6196ce..994c57c205 100644 --- a/counterparty-core/counterpartycore/lib/api/api_server.py +++ b/counterparty-core/counterpartycore/lib/api/api_server.py @@ -156,6 +156,7 @@ def return_result( response = flask.make_response(to_json(api_result), http_code) response.headers["X-COUNTERPARTY-HEIGHT"] = util.CURRENT_BLOCK_INDEX response.headers["X-COUNTERPARTY-READY"] = is_server_ready() + response.headers["X-COUNTERPARTY-VERSION"] = config.VERSION_STRING response.headers["X-BITCOIN-HEIGHT"] = BACKEND_HEIGHT response.headers["Content-Type"] = "application/json" if not config.API_NO_ALLOW_CORS: From fb31d1b70f0c6916adc8ce2e4d523e277c620dbb Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Fri, 4 Oct 2024 09:59:45 +0000 Subject: [PATCH 10/23] Add regtest and mainnet test for healthz endpoint --- .github/workflows/test_compose.yml | 2 +- apiary.apib | 3560 +++++++++-------- .../counterpartycore/test/conftest.py | 2 + .../counterpartycore/test/mainnet_test.py | 17 +- .../test/regtest/apidoc/apicache.json | 3224 +++++++-------- .../scenarios/scenario_last_mempool.py | 4 + 6 files changed, 3425 insertions(+), 3384 deletions(-) diff --git a/.github/workflows/test_compose.yml b/.github/workflows/test_compose.yml index 13e8f2fa3b..0db477631e 100644 --- a/.github/workflows/test_compose.yml +++ b/.github/workflows/test_compose.yml @@ -2,7 +2,7 @@ name: Docker Compose on: push: - branches: ['develop', 'master'] + branches: ['develop', 'master', 'fixes'] jobs: build: diff --git a/apiary.apib b/apiary.apib index 1a4fc3b4fd..6d1e45f6af 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1,4 +1,4 @@ -[//]: # (Generated by genapidoc.py on 2024-10-03 11:53:10.489592. Do not edit manually.) +[//]: # (Generated by genapidoc.py on 2024-10-04 09:50:06.687114. Do not edit manually.) FORMAT: 1A HOST: https://api.counterparty.io:4000 @@ -179,15 +179,15 @@ Here is a list of events classified by theme and for each an example response: "event_index": 543, "event": "NEW_BLOCK", "params": { - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", "block_index": 195, - "block_time": 1727956374, + "block_time": 1728035390, "difficulty": 545259519, - "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4" + "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29" }, "tx_hash": null, "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 537, @@ -204,17 +204,17 @@ Here is a list of events classified by theme and for each an example response: "event_index": 544, "event": "NEW_TRANSACTION", "params": { - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", "block_index": 195, - "block_time": 1727956374, + "block_time": 1728035390, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "fee": 0, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -224,9 +224,9 @@ Here is a list of events classified by theme and for each an example response: }, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 538, @@ -245,16 +245,16 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "out_index": 0, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 277, @@ -272,15 +272,15 @@ Here is a list of events classified by theme and for each an example response: "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", - "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", + "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", + "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", "transaction_count": 1, - "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", - "block_time": 1727956374 + "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", + "block_time": 1728035390 }, "tx_hash": null, "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 542, @@ -298,12 +298,12 @@ Here is a list of events classified by theme and for each an example response: "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61 }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 541, @@ -326,12 +326,12 @@ Here is a list of events classified by theme and for each an example response: "address": null, "asset": "XCP", "block_index": 195, - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "block_time": 1727956374, + "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -341,9 +341,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 546, @@ -360,16 +360,16 @@ Here is a list of events classified by theme and for each an example response: "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -379,9 +379,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 550, @@ -400,14 +400,14 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 188, - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "memo": null, "quantity": 10000, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "status": "valid", - "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c", + "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653", "tx_index": 54, - "block_time": 1727956339, + "block_time": 1728035356, "asset_info": { "divisible": true, "asset_longname": null, @@ -417,9 +417,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00010000" }, - "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c", + "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653", "block_index": 188, - "block_time": 1727956339 + "block_time": 1728035356 } ], "next_cursor": null, @@ -438,15 +438,15 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 189, - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "memo": null, "msg_index": 2, "quantity": 10, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "valid", - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "tx_index": 55, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "divisible": true, "asset_longname": null, @@ -456,9 +456,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000010" }, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "block_time": 1727956344 + "block_time": 1728035360 } ], "next_cursor": 502, @@ -496,20 +496,20 @@ Here is a list of events classified by theme and for each an example response: "event": "SWEEP", "params": { "block_index": 193, - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "status": "valid", - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "tx_index": 59, - "block_time": 1727956361, + "block_time": 1728035376, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "block_time": 1727956361 + "block_time": 1728035376 } ], "next_cursor": null, @@ -531,15 +531,15 @@ Here is a list of events classified by theme and for each an example response: "dividend_asset": "XCP", "fee_paid": 40000, "quantity_per_unit": 100000000, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "valid", - "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "tx_index": 41, - "block_time": 1727956195, + "block_time": 1728035218, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -553,9 +553,9 @@ Here is a list of events classified by theme and for each an example response: "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00040000" }, - "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "block_index": 154, - "block_time": 1727956195 + "block_time": 1728035218 } ], "next_cursor": null, @@ -588,11 +588,11 @@ Here is a list of events classified by theme and for each an example response: "asset_longname": "A95428959745315388.SUBNUMERIC", "asset_name": "A95428956980101314", "block_index": 160, - "block_time": 1727956221 + "block_time": 1728035254 }, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "block_index": 160, - "block_time": 1727956221 + "block_time": 1728035254 } ], "next_cursor": 374, @@ -620,22 +620,22 @@ Here is a list of events classified by theme and for each an example response: "description_locked": false, "divisible": true, "fee_paid": 0, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "valid", "transfer": false, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "tx_index": 47, - "block_time": 1727956221, + "block_time": 1728035254, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "block_index": 160, - "block_time": 1727956221 + "block_time": 1728035254 } ], "next_cursor": 381, @@ -655,12 +655,12 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "block_index": 194, "quantity": 1, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "status": "valid", "tag": "64657374726f79", - "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", + "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", "tx_index": 60, - "block_time": 1727956365, + "block_time": 1728035380, "asset_info": { "divisible": true, "asset_longname": null, @@ -670,9 +670,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000001" }, - "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", + "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", "block_index": 194, - "block_time": 1727956365 + "block_time": 1728035380 } ], "next_cursor": 157, @@ -704,11 +704,11 @@ Here is a list of events classified by theme and for each an example response: "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "open", - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "tx_index": 58, - "block_time": 1727956356, + "block_time": 1728035372, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -732,9 +732,9 @@ Here is a list of events classified by theme and for each an example response: "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "block_time": 1727956356 + "block_time": 1728035372 } ], "next_cursor": 509, @@ -757,20 +757,20 @@ Here is a list of events classified by theme and for each an example response: "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 3000, - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "match_expire_index": 207, "status": "pending", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx0_block_index": 185, "tx0_expiration": 21, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", "tx0_index": 50, - "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "tx1_block_index": 187, "tx1_expiration": 21, - "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "tx1_index": 53, - "block_time": 1727956335, + "block_time": 1728035351, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -789,9 +789,9 @@ Here is a list of events classified by theme and for each an example response: "backward_quantity_normalized": "0.00003000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "block_index": 187, - "block_time": 1727956335 + "block_time": 1728035351 } ], "next_cursor": 468, @@ -809,11 +809,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_UPDATE", "params": { "status": "cancelled", - "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9" + "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b" }, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "block_time": 1727956352 + "block_time": 1728035367 } ], "next_cursor": 483, @@ -831,11 +831,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a" + "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727" }, - "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", + "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", "block_index": 186, - "block_time": 1727956331 + "block_time": 1728035347 } ], "next_cursor": null, @@ -852,13 +852,13 @@ Here is a list of events classified by theme and for each an example response: "event_index": 474, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "status": "completed" }, - "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", + "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", "block_index": 186, - "block_time": 1727956331 + "block_time": 1728035347 } ], "next_cursor": 447, @@ -877,18 +877,18 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 186, "btc_amount": 2000, - "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "status": "valid", - "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", + "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", "tx_index": 52, - "block_time": 1727956331, + "block_time": 1728035347, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", + "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", "block_index": 186, - "block_time": 1727956331 + "block_time": 1728035347 } ], "next_cursor": null, @@ -906,16 +906,16 @@ Here is a list of events classified by theme and for each an example response: "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "valid", - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "tx_index": 57, - "block_time": 1727956352 + "block_time": 1728035367 }, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "block_time": 1727956352 + "block_time": 1728035367 } ], "next_cursor": null, @@ -933,13 +933,13 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_EXPIRATION", "params": { "block_index": 183, - "order_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "block_time": 1727956247 + "order_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "block_time": 1728035270 }, "tx_hash": null, "block_index": 183, - "block_time": 1727956247 + "block_time": 1728035270 } ], "next_cursor": 453, @@ -957,14 +957,14 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 183, - "order_match_id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "block_time": 1727956247 + "order_match_id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "block_time": 1728035270 }, "tx_hash": null, "block_index": 183, - "block_time": 1727956247 + "block_time": 1728035270 } ], "next_cursor": null, @@ -989,14 +989,14 @@ Here is a list of events classified by theme and for each an example response: "escrow_quantity": 10000, "give_quantity": 1, "give_remaining": 10000, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "satoshirate": 1, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": 0, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "tx_index": 33, - "block_time": 1727956162, + "block_time": 1728035184, "asset_info": { "divisible": true, "asset_longname": null, @@ -1009,9 +1009,9 @@ Here is a list of events classified by theme and for each an example response: "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "block_index": 146, - "block_time": 1727956162 + "block_time": 1728035184 } ], "next_cursor": 254, @@ -1031,9 +1031,9 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": 0, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "asset_info": { "divisible": true, "asset_longname": null, @@ -1043,9 +1043,9 @@ Here is a list of events classified by theme and for each an example response: }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 302, @@ -1064,13 +1064,13 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 144, - "destination": "mxLiD5ZrjNcBWy92B6coJHsbhp8asgskNZ", + "destination": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", "dispense_quantity": 10, - "dispenser_tx_hash": "6364c76b3165808d4f9ef5e17405666e1744395605921a4b68a067a6e83b5369", - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "tx_hash": "37ad27a5e19664ff6317fbff6b065b342e50efbf771249f14fe2ffce6b8469b6", + "dispenser_tx_hash": "350f2ee2a418aa9a7804fef45ba786f51194c1882e5ed31a9bdbcd0db5cd9e26", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx_hash": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a", "tx_index": 31, - "block_time": 1727956153, + "block_time": 1728035166, "asset_info": { "divisible": true, "asset_longname": null, @@ -1080,9 +1080,9 @@ Here is a list of events classified by theme and for each an example response: }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "37ad27a5e19664ff6317fbff6b065b342e50efbf771249f14fe2ffce6b8469b6", + "tx_hash": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a", "block_index": 144, - "block_time": 1727956153 + "block_time": 1728035166 } ], "next_cursor": null, @@ -1102,14 +1102,14 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1120,9 +1120,9 @@ Here is a list of events classified by theme and for each an example response: "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 280, @@ -1144,19 +1144,19 @@ Here is a list of events classified by theme and for each an example response: "block_index": 138, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", + "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", "tx_index": 25, "value": 66600.0, - "block_time": 1727956119, + "block_time": 1728035140, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", + "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", "block_index": 138, - "block_time": 1727956119 + "block_time": 1728035140 } ], "next_cursor": 213, @@ -1194,16 +1194,16 @@ Here is a list of events classified by theme and for each an example response: "quantity_by_price": 60, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "start_block": 0, "status": "open", - "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", + "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", "tx_index": 22, - "block_time": 1727956106 + "block_time": 1728035127 }, - "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", + "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", "block_index": 135, - "block_time": 1727956106 + "block_time": 1728035127 } ], "next_cursor": 161, @@ -1221,11 +1221,11 @@ Here is a list of events classified by theme and for each an example response: "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d" + "tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1" }, "tx_hash": null, "block_index": 130, - "block_time": 1727956085 + "block_time": 1728035097 } ], "next_cursor": 110, @@ -1246,24 +1246,24 @@ Here is a list of events classified by theme and for each an example response: "block_index": 136, "commission": 0, "earn_quantity": 40, - "fairminter_tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", + "fairminter_tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", "paid_quantity": 34, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "status": "valid", - "tx_hash": "55bd7dbe5db21d4bd450254f0f97c643ae896d2fcdda3cf3ed5d7b8870c0f784", + "tx_hash": "694357c4ceab6ddda8a4bedda060896587aed91c40b2569fc67d8f6ee0e8ea1e", "tx_index": 23, - "block_time": 1727956110, + "block_time": 1728035132, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, - "tx_hash": "55bd7dbe5db21d4bd450254f0f97c643ae896d2fcdda3cf3ed5d7b8870c0f784", + "tx_hash": "694357c4ceab6ddda8a4bedda060896587aed91c40b2569fc67d8f6ee0e8ea1e", "block_index": 136, - "block_time": 1727956110 + "block_time": 1728035132 } ], "next_cursor": 190, @@ -1284,28 +1284,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MYASSETA", "block_index": 152, - "destination": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", + "destination": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", "fee_paid": 0, "msg_index": 0, "quantity": 1000000000, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "valid", - "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", + "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", "tx_index": 39, - "block_time": 1727956187, + "block_time": 1728035209, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "10.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", + "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", "block_index": 152, - "block_time": 1727956187 + "block_time": 1728035209 } ], "next_cursor": 296, @@ -1324,28 +1324,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MYASSETA", "block_index": 151, - "destination": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", + "destination": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", "fee_paid": 0, "msg_index": 0, "quantity": 500000000, - "source": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af:0", + "source": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1:0", "status": "valid", - "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", + "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", "tx_index": 38, - "block_time": 1727956183, + "block_time": 1728035205, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", + "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", "block_index": 151, - "block_time": 1727956183 + "block_time": 1728035205 } ], "next_cursor": null, @@ -1364,14 +1364,14 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 195, - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "msg_index": 1, "quantity": 1500000000, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", "status": "valid", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1381,9 +1381,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 548, @@ -1405,17 +1405,17 @@ Here is a list of events classified by theme and for each an example response: "block_index": 121, "burned": 50000000, "earned": 74999996667, - "source": "bcrt1qvy7df9mk46kg5f4j9ze3gq6uqadfc0mykxrtt2", + "source": "bcrt1qjyy0eryelnk2mewnkg0uw8kp594qvd356tp6f2", "status": "valid", - "tx_hash": "5d84ddc320cb2eafee0774b2523b713b035a0aefe95ab1b243729b20bbec6db7", + "tx_hash": "c7b48a062f3601432e47e73a3941a9afaeaf0b4800ca5169808b5b13768456da", "tx_index": 9, - "block_time": 1727956046, + "block_time": 1728035058, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, - "tx_hash": "5d84ddc320cb2eafee0774b2523b713b035a0aefe95ab1b243729b20bbec6db7", + "tx_hash": "c7b48a062f3601432e47e73a3941a9afaeaf0b4800ca5169808b5b13768456da", "block_index": 121, - "block_time": 1727956046 + "block_time": 1728035058 } ], "next_cursor": 65, @@ -1472,61 +1472,61 @@ Returns the list of the last ten blocks "result": [ { "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", "difficulty": 545259519, - "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", - "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", - "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", + "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", + "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", + "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", "transaction_count": 1, "confirmed": true }, { "block_index": 194, - "block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", - "block_time": 1727956365, - "previous_block_hash": "42dde604af6b81eec91dd236a3fdc5214984885c2f88c4fb76feb32186c724b3", + "block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", + "block_time": 1728035380, + "previous_block_hash": "3ee0185a7cd05c6134ccca46cbe12625ca1b0ce300945b35a51f61f165cd9667", "difficulty": 545259519, - "ledger_hash": "5ce77a6a226965b776b05e8b963a910dd5928ab2883f815502efb7d71cbecf14", - "txlist_hash": "18b581f2804c86c95a71c4788f584e5710032e34dd1b28e8e0ebaac97c37119e", - "messages_hash": "53accd5daf6873e7744f6ab545c1d610565bff0961b61b755a160acee5d7252b", + "ledger_hash": "41eb98498e274421dd5a4e5a7abae5705314a3f9f4985c82527ccd1d8917e032", + "txlist_hash": "2b1d8b5a943c753c859919e19e6e36eac48f9aa961ea010542d9218df8e6513f", + "messages_hash": "9d2dda10d68368140db5dadcc08eebf4a35fae6e945d24b3c36b93eb49494e9b", "transaction_count": 1, "confirmed": true }, { "block_index": 193, - "block_hash": "42dde604af6b81eec91dd236a3fdc5214984885c2f88c4fb76feb32186c724b3", - "block_time": 1727956361, - "previous_block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", + "block_hash": "3ee0185a7cd05c6134ccca46cbe12625ca1b0ce300945b35a51f61f165cd9667", + "block_time": 1728035376, + "previous_block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", "difficulty": 545259519, - "ledger_hash": "fa89e1426fbd6d03390a7f85e04da0c8101e812f3a7ea22cd093154b8ea6cb05", - "txlist_hash": "ffa627cc2aa019b9de9192ebbf587d15aa14ff6bb7b2b56f6ce8acbe67ce6d47", - "messages_hash": "f765180cacae4971bf0f3bfffe63df3104ecb34e783241abf836631229dbf522", + "ledger_hash": "3d5d672c7a7ef3be44e86e5816a3101c2edfc3fbe9cf153a709ad0f99c1d2f46", + "txlist_hash": "619567cb2f0a5a117cd3e10082b1f4344aa39e5296595b029dc48138c14a1d10", + "messages_hash": "b7be933e9a0d3053db2a21ee529fcd563d11c75503ab10af4d41043f7d1b3956", "transaction_count": 1, "confirmed": true }, { "block_index": 192, - "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", - "block_time": 1727956356, - "previous_block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", + "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", + "block_time": 1728035372, + "previous_block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", "difficulty": 545259519, - "ledger_hash": "0dad75417237726f47a30d601b23ecaeb72140a0e16e2b4622188fde8f1792b2", - "txlist_hash": "e429c8fc3dad0aded7d35ac8690a8d2b39a0c716a733764debef3a9a632aae9c", - "messages_hash": "75af49f32908c3ff32fc12cb0b625402940acaf0edf212f3dc199a25bb5416e9", + "ledger_hash": "518302d23616c8eeccdb824aa9d393ad06bd9a77e87cc8324a186c672bd44de3", + "txlist_hash": "d6d72db22a7a4f862ef4a1017f6a56136837cd4a013a1dcfdf895913ec270e16", + "messages_hash": "0bf7174d310516d80aa30f4102b8d79de6ea6f497ff13fa547e18719f737d0b7", "transaction_count": 1, "confirmed": true }, { "block_index": 191, - "block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", - "block_time": 1727956352, - "previous_block_hash": "19dba54004278233d0ce69f8d1ac523dec7a824faa2b4eb1c3d87b3a2ecfd584", + "block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", + "block_time": 1728035367, + "previous_block_hash": "03bf5438dfd4d19f3f1604e79196e24f2a835e771c69ed47d4e6d4e2e65f27bd", "difficulty": 545259519, - "ledger_hash": "fc2374117083286161b104afbf0d037e073731d3114b960c90a40692879e77ab", - "txlist_hash": "33dd945ba00ad5269f72002b573fc69e8d952de00783a0637b096f63cab7795a", - "messages_hash": "ab017d6c798858d33cc3cd5db10f0d3d43c22781199c9423d70475010560aaf2", + "ledger_hash": "a89a133473b6a6cdb6ee89025a4aabf6e1e9eac2f52837337f64c64b00cfc1c5", + "txlist_hash": "20f048c99c56e58460691084a52a4d84242077250e65a29bd14f11e0bc9e7ab0", + "messages_hash": "c63c7ebe227f0ec7226f7d91ddd1fa1c09f92e314143458f0e1a27abc058fc0b", "transaction_count": 1, "confirmed": true } @@ -1563,13 +1563,13 @@ Return the information of a block { "result": { "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", "difficulty": 545259519, - "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", - "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", - "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", + "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", + "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", + "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", "transaction_count": 1, "confirmed": true } @@ -1581,7 +1581,7 @@ Return the information of a block Return the information of a block + Parameters - + block_hash: `53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d` (str, required) - The index of the block to return + + block_hash: `51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557` (str, required) - The index of the block to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -1593,13 +1593,13 @@ Return the information of a block { "result": { "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", "difficulty": 545259519, - "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", - "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", - "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", + "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", + "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", + "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", "transaction_count": 1, "confirmed": true } @@ -1630,17 +1630,17 @@ Returns the transactions of a block "result": [ { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -1686,11 +1686,11 @@ Returns the events of a block "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", - "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", + "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", + "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", "transaction_count": 1, - "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", - "block_time": 1727956374 + "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", + "block_time": 1728035390 }, "tx_hash": null }, @@ -1699,10 +1699,10 @@ Returns the events of a block "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61 }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" }, { "event_index": 554, @@ -1711,14 +1711,14 @@ Returns the events of a block "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1729,7 +1729,7 @@ Returns the events of a block "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" }, { "event_index": 553, @@ -1738,9 +1738,9 @@ Returns the events of a block "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": 0, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "asset_info": { "divisible": true, "asset_longname": null, @@ -1750,22 +1750,22 @@ Returns the events of a block }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1775,7 +1775,7 @@ Returns the events of a block }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" } ], "next_cursor": 551, @@ -1858,16 +1858,16 @@ Returns the events of a block filtered by event "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1877,7 +1877,7 @@ Returns the events of a block filtered by event }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" }, { "event_index": 550, @@ -1887,12 +1887,12 @@ Returns the events of a block filtered by event "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1902,7 +1902,7 @@ Returns the events of a block filtered by event }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" }, { "event_index": 547, @@ -1912,22 +1912,22 @@ Returns the events of a block filtered by event "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" } ], "next_cursor": null, @@ -1990,16 +1990,16 @@ Returns the credits of a block "result": [ { "block_index": 195, - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -2015,12 +2015,12 @@ Returns the credits of a block "asset": "XCP", "quantity": 1500000000, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -2036,16 +2036,16 @@ Returns the credits of a block "asset": "MYASSETA", "quantity": 1500000000, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2105,12 +2105,12 @@ Returns the debits of a block "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -2126,16 +2126,16 @@ Returns the debits of a block "asset": "MYASSETA", "quantity": 1500000000, "action": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2171,24 +2171,24 @@ Returns the expirations of a block "result": [ { "type": "order", - "object_id": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "object_id": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", "block_index": 183, "confirmed": true, - "block_time": 1727956247 + "block_time": 1728035270 }, { "type": "order", - "object_id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "object_id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", "block_index": 183, "confirmed": true, - "block_time": 1727956247 + "block_time": 1728035270 }, { "type": "order_match", - "object_id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "object_id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", "block_index": 183, "confirmed": true, - "block_time": 1727956247 + "block_time": 1728035270 } ], "next_cursor": null, @@ -2220,13 +2220,13 @@ Returns the cancels of a block "result": [ { "tx_index": 57, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "status": "valid", "confirmed": true, - "block_time": 1727956352 + "block_time": 1728035367 } ], "next_cursor": null, @@ -2258,15 +2258,15 @@ Returns the destructions of a block "result": [ { "tx_index": 60, - "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", + "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", "block_index": 194, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "quantity": 1, "tag": "64657374726f79", "status": "valid", "confirmed": true, - "block_time": 1727956365, + "block_time": 1728035380, "asset_info": { "divisible": true, "asset_longname": null, @@ -2306,14 +2306,14 @@ Returns the issuances of a block "result": [ { "tx_index": 47, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -2328,7 +2328,7 @@ Returns the issuances of a block "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956221, + "block_time": 1728035254, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -2362,10 +2362,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block "result": [ { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -2373,7 +2373,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -2386,10 +2386,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block }, { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -2397,11 +2397,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2439,27 +2439,27 @@ Returns the dispenses of a block { "tx_index": 61, "dispense_index": 0, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2474,7 +2474,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -2515,16 +2515,16 @@ Returns the sweeps of a block "result": [ { "tx_index": 59, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727956361, + "block_time": 1728035376, "fee_paid_normalized": "0.00600000" } ], @@ -2558,17 +2558,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 25, - "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", + "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", "block_index": 138, - "block_hash": "0760245684e40412d5aeccda311d3d5fc8260259419960f5e4d6a6b36ed82d34", - "block_time": 1727956119, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_hash": "2f05e59e3f0b025e4b76a7cb93ff90613ea14c1d028e10d319c513a20041e3e1", + "block_time": 1728035140, + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "destination": null, "btc_amount": 0, "fee": 10000, "data": "1eeea6b9ef40f0428000000000000000000970726963652d555344", "supported": true, - "utxos_info": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7:1", + "utxos_info": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590:1", "confirmed": true, "unpacked_data": { "message_type": "broadcast", @@ -2593,25 +2593,25 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 52, - "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", + "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", "block_index": 186, - "block_hash": "5bf0eebaa65d91385c5766b1d4888d375287a19ad870885d4908bd056c2626f5", - "block_time": 1727956331, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "7618d51b83c4d1a1899a929f64670caba78d99c25b467b70f054eb9740dddedf", + "block_time": 1728035347, + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "btc_amount": 2000, "fee": 10000, - "data": "0b9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "data": "0b3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a197a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "supported": true, - "utxos_info": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2:0", + "utxos_info": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "status": "valid" } }, @@ -2626,23 +2626,23 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 57, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", - "block_time": 1727956352, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", + "block_time": 1728035367, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "4650338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "data": "468c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "supported": true, - "utxos_info": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6:1", + "utxos_info": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "status": "valid" } }, @@ -2657,17 +2657,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 60, - "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", + "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", "block_index": 194, - "block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", - "block_time": 1727956365, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", + "block_time": 1728035380, + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9:1", + "utxos_info": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -2697,17 +2697,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 33, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "block_index": 146, - "block_hash": "2d0ebf0dea4c53848801038c823ea2c2922a6910a788f4c492c5333c50422d83", - "block_time": 1727956162, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_hash": "5b06312f6bcc1ac1faf6b2f7f6cf2a186ac1cfd252b7e5a27aab3ca1a57834f7", + "block_time": 1728035184, + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0c000000000000000100000000000000010000000000002710000000000000000100804dbad23f47531daf37d441cbd99a86a5cfb7251f", + "data": "0c000000000000000100000000000000010000000000002710000000000000000100804b42a601c37aaf127c02d6b7b6d91b42084f64d2", "supported": true, - "utxos_info": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109:1", + "utxos_info": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755:1", "confirmed": true, "unpacked_data": { "message_type": "dispenser", @@ -2719,7 +2719,7 @@ Here is sample API output for each of these transactions: "mainchainrate": 1, "dispenser_status": 0, "action_address": null, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": "valid", "asset_info": { "divisible": true, @@ -2743,17 +2743,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -2773,17 +2773,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 41, - "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "block_index": 154, - "block_hash": "02a77b995ac8fd2d05c61cc78081a0f245e91f3d9d55d9996f0dacdd3f9ab526", - "block_time": 1727956195, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "60bf49efc67e99045b4b1bd2ed6bd186a99b97907499805648cb5cf2ee84f4eb", + "block_time": 1728035218, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, "data": "320000000005f5e100000000182b37176e0000000000000001", "supported": true, - "utxos_info": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3:1", + "utxos_info": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf:1", "confirmed": true, "unpacked_data": { "message_type": "dividend", @@ -2796,7 +2796,7 @@ Here is sample API output for each of these transactions: "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2821,17 +2821,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 47, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "block_index": 160, - "block_hash": "0ee295e7681e1d05b097c97ba9d167f4577b5b8da510425e61ed10d41ddfbf46", - "block_time": 1727956221, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "270bdd4b20b10f9761e7b730c51b38df199ec24ad063ea0b6986cf179857787e", + "block_time": 1728035254, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, "data": "17015308217a15c0c2000000174876e80001000016987952c23e7c7c94dd9fd148af3f5276f9092bbbc2e941207375626e756d65726963206173736574", "supported": true, - "utxos_info": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc:1", + "utxos_info": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697:1", "confirmed": true, "unpacked_data": { "message_type": "issuance", @@ -2863,17 +2863,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 58, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", - "block_time": 1727956356, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", + "block_time": 1728035372, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0:1", + "utxos_info": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -2916,17 +2916,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 54, - "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c", + "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653", "block_index": 188, - "block_hash": "7b73665d40fd228d7d7ffdce275550f72169c632088a2c99e9cb461cc72144e3", - "block_time": 1727956339, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "block_hash": "7270ac835efc4afef28905cae95abeb5f509d2690f05f9643a54912944037a96", + "block_time": 1728035356, + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "020000000000000001000000000000271080ea3b09500947beee433af91a90aa2b8d83951bb2", + "data": "020000000000000001000000000000271080eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e", "supported": true, - "utxos_info": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c:1", + "utxos_info": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653:1", "confirmed": true, "unpacked_data": { "message_type": "enhanced_send", @@ -2934,7 +2934,7 @@ Here is sample API output for each of these transactions: "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "memo": null, "asset_info": { "divisible": true, @@ -2957,17 +2957,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "block_hash": "04c0799009ca0ce3e5c9c037d99beb42c57a5b13158c954ee4046d07cf5a2184", - "block_time": 1727956344, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "2ec2529ac1494af0502892fc2321df47076f70aae7b149c121271d3af7b9c051", + "block_time": 1728035360, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380acf32b548d1903f15d71030be6d535c9472b7f2d8029a1eedce8aca0b5cafd3881230500eed9eac2ba80ea3b09500947beee433af91a90aa2b8d83951bb2400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380a4d887fcef036e2e0308187f08318cc744a2be2580d347561e18a598c568ad2d3a7ad11cd98209d7d580eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183:0", + "utxos_info": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -2975,14 +2975,14 @@ Here is sample API output for each of these transactions: "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2990,7 +2990,7 @@ Here is sample API output for each of these transactions: }, { "asset": "XCP", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -3016,23 +3016,23 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 59, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "block_hash": "42dde604af6b81eec91dd236a3fdc5214984885c2f88c4fb76feb32186c724b3", - "block_time": 1727956361, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "block_hash": "3ee0185a7cd05c6134ccca46cbe12625ca1b0ce300945b35a51f61f165cd9667", + "block_time": 1728035376, + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0480ea3b09500947beee433af91a90aa2b8d83951bb2017377656570206d7920617373657473", + "data": "0480eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e017377656570206d7920617373657473", "supported": true, - "utxos_info": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1:1", + "utxos_info": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7:1", "confirmed": true, "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "flags": 1, "memo": "sweep my assets" } @@ -3065,17 +3065,17 @@ Returns the list of the last ten transactions "result": [ { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3088,17 +3088,17 @@ Returns the list of the last ten transactions }, { "tx_index": 60, - "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", + "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", "block_index": 194, - "block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", - "block_time": 1727956365, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", + "block_time": 1728035380, + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9:1", + "utxos_info": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -3130,7 +3130,7 @@ Returns the list of the last ten transactions Returns Counterparty information from a raw transaction in hex format. + Parameters - + rawtransaction: `0200000000010184f7c070887b5dedf33cdacd2f6d89ae43c6970f4f2550d44b1db25dbe7dbd550100000000ffffffff0370170000000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be900000000000000000c6a0af9faa8743d8a159cf59a90b1092701000000160014acf32b548d1903f15d71030be6d535c9472b7f2d024730440220413dd22c1bb31c1268e0527f4ec3c4e2b90876f0b8692f57927af3afb418191a022051232af91f8266e9a06901c820c2baf49b959dde3d1adf3de0bdb7c33431895d012103768d3ae8053dd165afa018981a52cf632a08e1c48037d6095aed5bdadf74acbb00000000` (str, required) - Raw transaction in hex format + + rawtransaction: `02000000000101f4aabfead29748b83a688434f0ed84f85e3fe10e875a8ee923e1ff5c12769e8a0000000000ffffffff020000000000000000416a3fde69be1ef3c2f48215ca81e151b7725ee63a99c7521de0ffbb2ca055799376b9c15086965a82cf514e4e58e317fec00d614d57be1a3af9d7521287deb8b694f0ca052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f730247304402203b801b05cadfacc573bb17ea85606fd79bb476f38f6a6ebf8b941038c981be84022015e1bd81da9af10a419e1eb5bf83e532db60748d1b5f8da6513e5a70c03d09d60121039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c00000000` (str, required) - Raw transaction in hex format + block_index (int, optional) - Block index mandatory for transactions before block 335000 + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -3143,54 +3143,66 @@ Returns Counterparty information from a raw transaction in hex format. ``` { "result": { - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "btc_amount": 6000, - "fee": 0, - "data": "0d00", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": null, + "btc_amount": 0, + "fee": 10000, + "data": "0c00000000000000010000000000000001000000000000000a0000000000000001016fcb0da5923a84f0ae233db92b385bca88b017cbbb", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "84f7c070887b5dedf33cdacd2f6d89ae43c6970f4f2550d44b1db25dbe7dbd55", - "n": 1, + "hash": "f4aabfead29748b83a688434f0ed84f85e3fe10e875a8ee923e1ff5c12769e8a", + "n": 0, "script_sig": "", "sequence": 4294967295, "coinbase": false } ], "vout": [ - { - "value": 6000, - "script_pub_key": "00147cb1b0af8dbcdc6731df1f2cc4986147659e3be9" - }, { "value": 0, - "script_pub_key": "6a0af9faa8743d8a159cf59a" + "script_pub_key": "6a3fde69be1ef3c2f48215ca81e151b7725ee63a99c7521de0ffbb2ca055799376b9c15086965a82cf514e4e58e317fec00d614d57be1a3af9d7521287deb8b694" }, { - "value": 4949914000, - "script_pub_key": "0014acf32b548d1903f15d71030be6d535c9472b7f2d" + "value": 4999990000, + "script_pub_key": "0014881780df3ee0da41c30dd71f7298f2ba23f10f73" } ], "vtxinwit": [ - "30440220413dd22c1bb31c1268e0527f4ec3c4e2b90876f0b8692f57927af3afb418191a022051232af91f8266e9a06901c820c2baf49b959dde3d1adf3de0bdb7c33431895d01", - "03768d3ae8053dd165afa018981a52cf632a08e1c48037d6095aed5bdadf74acbb" + "304402203b801b05cadfacc573bb17ea85606fd79bb476f38f6a6ebf8b941038c981be84022015e1bd81da9af10a419e1eb5bf83e532db60748d1b5f8da6513e5a70c03d09d601", + "039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c" ], "lock_time": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", - "tx_id": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409" + "tx_hash": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a", + "tx_id": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a" }, "unpacked_data": { - "message_type": "dispense", - "message_type_id": 13, + "message_type": "dispenser", + "message_type_id": 12, "message_data": { - "data": "00" + "asset": "XCP", + "give_quantity": 1, + "escrow_quantity": 10, + "mainchainrate": 1, + "dispenser_status": 1, + "action_address": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", + "oracle_address": null, + "status": "valid", + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "give_quantity_normalized": "0.00000001", + "escrow_quantity_normalized": "0.00000010" } }, - "btc_amount_normalized": "0.00006000" + "btc_amount_normalized": "0.00000000" } } ``` @@ -3200,7 +3212,7 @@ Returns Counterparty information from a raw transaction in hex format. Returns Counterparty information from a transaction hash. + Parameters - + tx_hash: `a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e` (str, required) - Transaction hash + + tx_hash: `d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c` (str, required) - Transaction hash + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3211,18 +3223,18 @@ Returns Counterparty information from a transaction hash. ``` { "result": { - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", + "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "6a43f95ba9963ad89e3dd4266363272c973abefb8ee8bf85fff130efc2cbfc19", + "hash": "512b3dc6f38750343e4ca8b65128d5851b285615f99acc458ba6087c73933c7b", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -3232,20 +3244,20 @@ Returns Counterparty information from a transaction hash. "vout": [ { "value": 0, - "script_pub_key": "6a2e6b4e7fc15a2b4231e7351c76a8c738f2de12d58a0b1470f881927e49cfd83ff9daed2dc9de0fd6bca7a0cb09afac" + "script_pub_key": "6a2e363ca523c94bd16a81a33d2fc79bb77194c567e9631855ecc1ed25237200714c8d0a71594afb86200694dcd0023e" }, { "value": 4999955000, - "script_pub_key": "0014ea3b09500947beee433af91a90aa2b8d83951bb2" + "script_pub_key": "0014eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e" } ], "vtxinwit": [ - "30440220446c1f68c5690fe04cd457c81304157b08bec7f7beade5388fd3189bb9f7c2a102207ad480909a4810b4785abc7ccab3a232e46fe3c2e8ac47ad2a2d40aab86f2a1c01", - "03b2c287a3c1d11339c4b33313060df67521737dfc0b64e1b3f731e1ea0be98701" + "304402201c7a2eb978c402917ead37d6ae6bf3a9cf83dc80e54e83657d532a91e7e78f5a02202c30ae895cfe7f7109628babff09a936217bf71462ad1d18448abcb55372980301", + "03b584adba79e779948e9dba58f0fe2d63f2e1988c075067628ebb3fac5c377ef1" ], "lock_time": 0, - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", - "tx_id": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e" + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_id": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c" }, "unpacked_data": { "message_type": "enhanced_send", @@ -3253,7 +3265,7 @@ Returns Counterparty information from a transaction hash. "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "memo": null, "asset_info": { "divisible": true, @@ -3314,17 +3326,17 @@ Returns a transaction by its index. { "result": { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3343,7 +3355,7 @@ Returns a transaction by its index. Returns a transaction by its hash. + Parameters - + tx_hash: `7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a` (str, required) - The hash of the transaction + + tx_hash: `6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34` (str, required) - The hash of the transaction + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3355,17 +3367,17 @@ Returns a transaction by its hash. { "result": { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3408,12 +3420,12 @@ Returns the events of a transaction "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61 }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 554, @@ -3422,14 +3434,14 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -3440,9 +3452,9 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 553, @@ -3451,9 +3463,9 @@ Returns the events of a transaction "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": 0, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "asset_info": { "divisible": true, "asset_longname": null, @@ -3463,24 +3475,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -3490,9 +3502,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 551, @@ -3500,14 +3512,14 @@ Returns the events of a transaction "params": { "asset": "XCP", "block_index": 195, - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "msg_index": 1, "quantity": 1500000000, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", "status": "valid", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -3517,9 +3529,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 550, @@ -3532,7 +3544,7 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a` (str, required) - The hash of the transaction to return + + tx_hash: `6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor: `556` (str, optional) - The last event index to return @@ -3556,12 +3568,12 @@ Returns the events of a transaction "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61 }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 554, @@ -3570,14 +3582,14 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -3588,9 +3600,9 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 553, @@ -3599,9 +3611,9 @@ Returns the events of a transaction "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": 0, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "asset_info": { "divisible": true, "asset_longname": null, @@ -3611,24 +3623,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -3638,9 +3650,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 551, @@ -3648,14 +3660,14 @@ Returns the events of a transaction "params": { "asset": "XCP", "block_index": 195, - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "msg_index": 1, "quantity": 1500000000, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", "status": "valid", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -3665,9 +3677,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 550, @@ -3680,7 +3692,7 @@ Returns the events of a transaction Returns the sends, include Enhanced and MPMA sends, of a block + Parameters - + tx_hash: `7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a` (str, required) - The hash of the transaction to return + + tx_hash: `6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34` (str, required) - The hash of the transaction to return + cursor (str, optional) - The last index of the debits to return + Default: `None` + limit: `5` (int, optional) - The maximum number of debits to return @@ -3699,10 +3711,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block "result": [ { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -3710,7 +3722,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -3723,10 +3735,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block }, { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -3734,11 +3746,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -3756,7 +3768,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block Returns the dispenses of a block + Parameters - + tx_hash: `7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a` (str, required) - The hash of the transaction to return + + tx_hash: `6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34` (str, required) - The hash of the transaction to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -3776,27 +3788,27 @@ Returns the dispenses of a block { "tx_index": 61, "dispense_index": 0, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3811,7 +3823,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -3855,16 +3867,16 @@ Returns the events of a transaction "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -3874,9 +3886,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 550, @@ -3886,12 +3898,12 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -3901,9 +3913,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 547, @@ -3913,24 +3925,24 @@ Returns the events of a transaction "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": null, @@ -3943,7 +3955,7 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a` (str, required) - The hash of the transaction to return + + tx_hash: `6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34` (str, required) - The hash of the transaction to return + event: `CREDIT` (str, required) - The event to filter by + cursor: `556` (str, optional) - The last event index to return + Default: `None` @@ -3965,16 +3977,16 @@ Returns the events of a transaction "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -3984,9 +3996,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 550, @@ -3996,12 +4008,12 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -4011,9 +4023,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 547, @@ -4023,24 +4035,24 @@ Returns the events of a transaction "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": null, @@ -4055,7 +4067,7 @@ Returns the events of a transaction Returns the balances of several addresses + Parameters - + addresses: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3,bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - Comma separated list of addresses + + addresses: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca,bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - Comma separated list of addresses + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -4079,7 +4091,7 @@ Returns the balances of several addresses "total": 100000000000, "addresses": [ { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -4089,7 +4101,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -4100,7 +4112,7 @@ Returns the balances of several addresses "total": 97999999980, "addresses": [ { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "utxo": null, "utxo_address": null, "quantity": 97999999980, @@ -4110,7 +4122,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -4121,7 +4133,7 @@ Returns the balances of several addresses "total": 500000000, "addresses": [ { - "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -4131,7 +4143,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -4142,7 +4154,7 @@ Returns the balances of several addresses "total": 40, "addresses": [ { - "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "utxo": null, "utxo_address": null, "quantity": 40, @@ -4152,7 +4164,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -4163,7 +4175,7 @@ Returns the balances of several addresses "total": 19, "addresses": [ { - "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "utxo": null, "utxo_address": null, "quantity": 19, @@ -4173,7 +4185,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -4190,7 +4202,7 @@ Returns the balances of several addresses Returns the transactions of a list of addresses + Parameters - + addresses: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3,bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca,bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - Comma separated list of addresses to return + cursor: `61` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return @@ -4209,17 +4221,17 @@ Returns the transactions of a list of addresses "result": [ { "tx_index": 58, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", - "block_time": 1727956356, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", + "block_time": 1728035372, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0:1", + "utxos_info": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -4255,23 +4267,23 @@ Returns the transactions of a list of addresses }, { "tx_index": 57, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", - "block_time": 1727956352, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", + "block_time": 1728035367, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "4650338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "data": "468c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "supported": true, - "utxos_info": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6:1", + "utxos_info": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "status": "valid" } }, @@ -4279,17 +4291,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 56, - "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "block_index": 190, - "block_hash": "19dba54004278233d0ce69f8d1ac523dec7a824faa2b4eb1c3d87b3a2ecfd584", - "block_time": 1727956348, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "03bf5438dfd4d19f3f1604e79196e24f2a835e771c69ed47d4e6d4e2e65f27bd", + "block_time": 1728035364, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9:1", + "utxos_info": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -4325,17 +4337,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "block_hash": "04c0799009ca0ce3e5c9c037d99beb42c57a5b13158c954ee4046d07cf5a2184", - "block_time": 1727956344, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "2ec2529ac1494af0502892fc2321df47076f70aae7b149c121271d3af7b9c051", + "block_time": 1728035360, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380acf32b548d1903f15d71030be6d535c9472b7f2d8029a1eedce8aca0b5cafd3881230500eed9eac2ba80ea3b09500947beee433af91a90aa2b8d83951bb2400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380a4d887fcef036e2e0308187f08318cc744a2be2580d347561e18a598c568ad2d3a7ad11cd98209d7d580eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183:0", + "utxos_info": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -4343,14 +4355,14 @@ Returns the transactions of a list of addresses "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -4358,7 +4370,7 @@ Returns the transactions of a list of addresses }, { "asset": "XCP", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -4377,25 +4389,25 @@ Returns the transactions of a list of addresses }, { "tx_index": 52, - "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", + "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", "block_index": 186, - "block_hash": "5bf0eebaa65d91385c5766b1d4888d375287a19ad870885d4908bd056c2626f5", - "block_time": 1727956331, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "7618d51b83c4d1a1899a929f64670caba78d99c25b467b70f054eb9740dddedf", + "block_time": 1728035347, + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "btc_amount": 2000, "fee": 10000, - "data": "0b9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "data": "0b3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a197a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "supported": true, - "utxos_info": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2:0", + "utxos_info": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "status": "valid" } }, @@ -4412,7 +4424,7 @@ Returns the transactions of a list of addresses Returns the events of a list of addresses + Parameters - + addresses: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3,bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca,bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - Comma separated list of addresses to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor: `556` (str, optional) - The last event index to return @@ -4448,11 +4460,11 @@ Returns the events of a list of addresses "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "open", - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "tx_index": 58, - "block_time": 1727956356, + "block_time": 1728035372, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4476,24 +4488,24 @@ Returns the events of a list of addresses "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "block_time": 1727956356 + "block_time": 1728035372 }, { "event_index": 521, "event": "DEBIT", "params": { "action": "open order", - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "block_index": 192, - "event": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "event": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "quantity": 1000, "tx_index": 58, "utxo": null, "utxo_address": null, - "block_time": 1727956356, + "block_time": 1728035372, "asset_info": { "divisible": true, "asset_longname": null, @@ -4503,25 +4515,25 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "block_time": 1727956356 + "block_time": 1728035372 }, { "event_index": 520, "event": "NEW_TRANSACTION", "params": { - "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", + "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", "block_index": 192, - "block_time": 1727956356, + "block_time": 1728035372, "btc_amount": 0, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "destination": "", "fee": 10000, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "tx_index": 58, - "utxos_info": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0:1", + "utxos_info": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1:1", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -4553,40 +4565,40 @@ Returns the events of a list of addresses }, "btc_amount_normalized": "0.00000000" }, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "block_time": 1727956356 + "block_time": 1728035372 }, { "event_index": 516, "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "valid", - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "tx_index": 57, - "block_time": 1727956352 + "block_time": 1728035367 }, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "block_time": 1727956352 + "block_time": 1728035367 }, { "event_index": 515, "event": "CREDIT", "params": { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "block_index": 191, "calling_function": "cancel order", - "event": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "event": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "quantity": 1000, "tx_index": 57, "utxo": null, "utxo_address": null, - "block_time": 1727956352, + "block_time": 1728035367, "asset_info": { "divisible": true, "asset_longname": null, @@ -4596,9 +4608,9 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "block_time": 1727956352 + "block_time": 1728035367 } ], "next_cursor": 513, @@ -4611,7 +4623,7 @@ Returns the events of a list of addresses Returns the mempool events of a list of addresses + Parameters - + addresses: `bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj,bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t,bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j` (str, required) - Comma separated list of addresses to return + cursor (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return @@ -4627,17 +4639,17 @@ Returns the mempool events of a list of addresses { "result": [ { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "memo": null, "quantity": 10000, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "status": "valid", - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62, "asset_info": { "divisible": true, @@ -4648,22 +4660,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "CREDIT", "params": { - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -4673,22 +4685,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "block_index": 195, - "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -4698,30 +4710,30 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727956378.8632336, + "block_time": 1728035394.2916615, "btc_amount": 0, - "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", + "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", "destination": "", "fee": 10000, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62, - "utxos_info": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e:1", + "utxos_info": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "memo": null, "asset_info": { "divisible": true, @@ -4735,7 +4747,7 @@ Returns the mempool events of a list of addresses }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 } ], "next_cursor": null, @@ -4748,7 +4760,7 @@ Returns the mempool events of a list of addresses Returns the balances of an address + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -4768,7 +4780,7 @@ Returns the balances of an address { "result": [ { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "A95428956980101314", "quantity": 100000000000, "utxo": null, @@ -4776,14 +4788,14 @@ Returns the balances of an address "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "MYASSETA", "quantity": 97999999980, "utxo": null, @@ -4791,14 +4803,14 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "980.00000000" }, { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4813,7 +4825,7 @@ Returns the balances of an address "quantity_normalized": "826.99937000" }, { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "TESTLOCKDESC", "quantity": 10000000000, "utxo": null, @@ -4821,7 +4833,7 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -4838,7 +4850,7 @@ Returns the balances of an address Returns the balance of an address and asset + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -4850,7 +4862,7 @@ Returns the balance of an address and asset ``` { "result": { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4872,7 +4884,7 @@ Returns the balance of an address and asset Returns the credits of an address + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -4922,16 +4934,16 @@ Returns the credits of an address "result": [ { "block_index": 191, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "event": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "tx_index": 57, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956352, + "block_time": 1728035367, "asset_info": { "divisible": true, "asset_longname": null, @@ -4943,16 +4955,16 @@ Returns the credits of an address }, { "block_index": 183, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "event": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", "tx_index": 0, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956247, + "block_time": 1728035270, "asset_info": { "divisible": true, "asset_longname": null, @@ -4964,20 +4976,20 @@ Returns the credits of an address }, { "block_index": 160, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "A95428956980101314", "quantity": 100000000000, "calling_function": "issuance", - "event": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "event": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "tx_index": 47, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956221, + "block_time": 1728035254, "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -4985,20 +4997,20 @@ Returns the credits of an address }, { "block_index": 157, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "TESTLOCKDESC", "quantity": 10000000000, "calling_function": "issuance", - "event": "b3044c04583b0eb94ca9966a718d3d7c0a5bfe40d25f52ca4db56209a7e0f48d", + "event": "25e1fc17a0f4d328bf59dc0e2a912a1d8d235a16599a1d7ea05c778722716d91", "tx_index": 44, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956208, + "block_time": 1728035231, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5010,16 +5022,16 @@ Returns the credits of an address "asset": "MYASSETA", "quantity": 1000000000, "calling_function": "attach to utxo", - "event": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", + "event": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", "tx_index": 39, - "utxo": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", - "utxo_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "utxo": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", + "utxo_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "confirmed": true, - "block_time": 1727956187, + "block_time": 1728035209, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5036,7 +5048,7 @@ Returns the credits of an address Returns the debits of an address + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -5075,16 +5087,16 @@ Returns the debits of an address "result": [ { "block_index": 192, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "event": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956356, + "block_time": 1728035372, "asset_info": { "divisible": true, "asset_longname": null, @@ -5096,16 +5108,16 @@ Returns the debits of an address }, { "block_index": 190, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "event": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "tx_index": 56, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956348, + "block_time": 1728035364, "asset_info": { "divisible": true, "asset_longname": null, @@ -5117,16 +5129,16 @@ Returns the debits of an address }, { "block_index": 189, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "event": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "divisible": true, "asset_longname": null, @@ -5138,20 +5150,20 @@ Returns the debits of an address }, { "block_index": 189, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "MYASSETA", "quantity": 20, "action": "mpma send", - "event": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "event": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5159,16 +5171,16 @@ Returns the debits of an address }, { "block_index": 184, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 10000, "action": "open order", - "event": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "event": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", "tx_index": 50, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956312, + "block_time": 1728035339, "asset_info": { "divisible": true, "asset_longname": null, @@ -5189,7 +5201,7 @@ Returns the debits of an address Returns the bets of a feed + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address of the feed + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address of the feed + status: `filled` (enum[str], optional) - The status of the bet + Default: `open` + Members @@ -5224,7 +5236,7 @@ Returns the bets of a feed Returns the broadcasts of a source + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + cursor (str, optional) - The last index of the broadcasts to return + Default: `None` + limit: `5` (int, optional) - The maximum number of broadcasts to return @@ -5243,9 +5255,9 @@ Returns the broadcasts of a source "result": [ { "tx_index": 24, - "tx_hash": "d475cdd8333c73e7ebd7853362cf9bde121f98dfe82e97084a96358adaacfa28", + "tx_hash": "f41f652d2d2c80753bdffc256a40eaf76bd3475df008f9b60ab528e923d3e86f", "block_index": 137, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -5253,7 +5265,7 @@ Returns the broadcasts of a source "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727956114, + "block_time": 1728035136, "fee_fraction_int_normalized": "0.00000000" } ], @@ -5267,7 +5279,7 @@ Returns the broadcasts of a source Returns the burns of an address + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + cursor (str, optional) - The last index of the burns to return + Default: `None` + limit: `5` (int, optional) - The maximum number of burns to return @@ -5286,14 +5298,14 @@ Returns the burns of an address "result": [ { "tx_index": 0, - "tx_hash": "99d22abe5f9a564069c6085ee246b893b7bfe3a7ecf3bbc61ae30e21e83ba913", + "tx_hash": "d68a8e716f18eb29ecc830a2526c11eb823056accc5a37be837d26b638d398fc", "block_index": 112, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "burned": 50000000, "earned": 74999998167, "status": "valid", "confirmed": true, - "block_time": 1727956009, + "block_time": 1728035024, "burned_normalized": "0.50000000", "earned_normalized": "749.99998000" } @@ -5308,7 +5320,7 @@ Returns the burns of an address Returns the sends, include Enhanced and MPMA sends, of an address + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5327,10 +5339,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address "result": [ { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "quantity": 10, "status": "valid", @@ -5338,7 +5350,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "divisible": true, "asset_longname": null, @@ -5351,10 +5363,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5362,11 +5374,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5375,10 +5387,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5386,11 +5398,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5399,10 +5411,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 39, - "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", + "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", "block_index": 152, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5410,11 +5422,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956187, + "block_time": 1728035209, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5423,10 +5435,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 36, - "tx_hash": "3fc9bdda6e48d54fc83a1db8cfe5953ba8aabe52dac82a8023055049942b3f0d", + "tx_hash": "1f72336ff4ba657e4b6b138859b6a99ea9dfbacd39340e3fc23fd77b5e684062", "block_index": 149, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "e812a1bf9cd965c52a29463d64b03f2394c85d8182f114f24254c38592577ef6:1", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "5c6270168a921c770fc53c95ea630631fde943e84f32d6e1aec7973d7733be87:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5434,11 +5446,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956175, + "block_time": 1728035196, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5456,7 +5468,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address Returns the receives of an address + Parameters - + address: `bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r` (str, required) - The address to return + + address: `bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags` (str, required) - The address to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5475,10 +5487,10 @@ Returns the receives of an address "result": [ { "tx_index": 38, - "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", + "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", "block_index": 151, - "source": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af:0", - "destination": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", + "source": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1:0", + "destination": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -5486,11 +5498,11 @@ Returns the receives of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956183, + "block_time": 1728035205, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5508,7 +5520,7 @@ Returns the receives of an address Returns the sends, include Enhanced and MPMA sends, of an address and asset + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + asset: `MYASSETA` (str, required) - The asset to return + cursor (str, optional) - The last index of the sends to return + Default: `None` @@ -5528,10 +5540,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "result": [ { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5539,11 +5551,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5552,10 +5564,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5563,11 +5575,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5576,10 +5588,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 39, - "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", + "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", "block_index": 152, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5587,11 +5599,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956187, + "block_time": 1728035209, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5600,10 +5612,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 36, - "tx_hash": "3fc9bdda6e48d54fc83a1db8cfe5953ba8aabe52dac82a8023055049942b3f0d", + "tx_hash": "1f72336ff4ba657e4b6b138859b6a99ea9dfbacd39340e3fc23fd77b5e684062", "block_index": 149, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "e812a1bf9cd965c52a29463d64b03f2394c85d8182f114f24254c38592577ef6:1", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "5c6270168a921c770fc53c95ea630631fde943e84f32d6e1aec7973d7733be87:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5611,11 +5623,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956175, + "block_time": 1728035196, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5633,7 +5645,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset Returns the receives of an address and asset + Parameters - + address: `bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r` (str, required) - The address to return + + address: `bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags` (str, required) - The address to return + asset: `MYASSETA` (str, required) - The asset to return + cursor (str, optional) - The last index of the sends to return + Default: `None` @@ -5653,10 +5665,10 @@ Returns the receives of an address and asset "result": [ { "tx_index": 38, - "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", + "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", "block_index": 151, - "source": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af:0", - "destination": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", + "source": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1:0", + "destination": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -5664,11 +5676,11 @@ Returns the receives of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956183, + "block_time": 1728035205, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5686,7 +5698,7 @@ Returns the receives of an address and asset Returns the dispensers of an address + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + status (enum[str], optional) - The status of the dispensers to return + Default: `all` + Members @@ -5715,9 +5727,9 @@ Returns the dispensers of an address "result": [ { "tx_index": 26, - "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5726,7 +5738,7 @@ Returns the dispensers of an address "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5736,7 +5748,7 @@ Returns the dispensers of an address "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -5761,7 +5773,7 @@ Returns the dispensers of an address Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -5774,9 +5786,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5785,7 +5797,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5795,7 +5807,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -5817,7 +5829,7 @@ Returns the dispenser of an address and an asset Returns the dispenses of a source + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -5837,19 +5849,19 @@ Returns the dispenses of a source { "tx_index": 28, "dispense_index": 0, - "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", + "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5857,7 +5869,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5872,7 +5884,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -5886,19 +5898,19 @@ Returns the dispenses of a source { "tx_index": 27, "dispense_index": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", "block_index": 140, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5906,7 +5918,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5921,7 +5933,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956126, + "block_time": 1728035149, "asset_info": { "divisible": true, "asset_longname": null, @@ -5943,7 +5955,7 @@ Returns the dispenses of a source Returns the dispenses of a destination + Parameters - + address: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address to return + + address: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -5963,19 +5975,19 @@ Returns the dispenses of a destination { "tx_index": 28, "dispense_index": 0, - "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", + "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5983,7 +5995,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5998,7 +6010,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -6012,19 +6024,19 @@ Returns the dispenses of a destination { "tx_index": 27, "dispense_index": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", "block_index": 140, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6032,7 +6044,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6047,7 +6059,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956126, + "block_time": 1728035149, "asset_info": { "divisible": true, "asset_longname": null, @@ -6069,7 +6081,7 @@ Returns the dispenses of a destination Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` @@ -6090,19 +6102,19 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", + "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6110,7 +6122,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6125,7 +6137,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -6139,19 +6151,19 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", "block_index": 140, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6159,7 +6171,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6174,7 +6186,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956126, + "block_time": 1728035149, "asset_info": { "divisible": true, "asset_longname": null, @@ -6196,7 +6208,7 @@ Returns the dispenses of an address and an asset Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address to return + + address: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` @@ -6217,19 +6229,19 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", + "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6237,7 +6249,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6252,7 +6264,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -6266,19 +6278,19 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", "block_index": 140, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6286,7 +6298,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6301,7 +6313,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956126, + "block_time": 1728035149, "asset_info": { "divisible": true, "asset_longname": null, @@ -6323,7 +6335,7 @@ Returns the dispenses of an address and an asset Returns the sweeps of an address + Parameters - + address: `bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj` (str, required) - The address to return + + address: `bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t` (str, required) - The address to return + cursor (str, optional) - The last index of the sweeps to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sweeps to return @@ -6342,16 +6354,16 @@ Returns the sweeps of an address "result": [ { "tx_index": 59, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727956361, + "block_time": 1728035376, "fee_paid_normalized": "0.00600000" } ], @@ -6365,7 +6377,7 @@ Returns the sweeps of an address Returns the issuances of an address + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + cursor (str, optional) - The last index of the issuances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of issuances to return @@ -6384,14 +6396,14 @@ Returns the issuances of an address "result": [ { "tx_index": 47, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -6406,20 +6418,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956221, + "block_time": 1728035254, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "fbd3d802cdb8e69956e859f903a86599a0d829214e43c873ff6af0559b209ee0", + "tx_hash": "289069ac10783fd0cbd1f0bfbb879313bb0f9cf2838de4991ed424a5505d8560", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -6434,20 +6446,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727956217, + "block_time": 1728035250, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "ec3fb52343e36c3dfb7bd1964eeb7e11d8cdfc5de575f9ddd113c6299cf67184", + "tx_hash": "384f20bde353e69fbdd357f921d6cef8b1e174f1f69fc90444aef02cc626f2f1", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -6462,20 +6474,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956213, + "block_time": 1728035245, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "b3044c04583b0eb94ca9966a718d3d7c0a5bfe40d25f52ca4db56209a7e0f48d", + "tx_hash": "25e1fc17a0f4d328bf59dc0e2a912a1d8d235a16599a1d7ea05c778722716d91", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -6490,20 +6502,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956208, + "block_time": 1728035231, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 35, - "tx_hash": "710cebfc1086b99d7649895d880dd88adad081d2add626e1290fc70bfe8762bf", + "tx_hash": "1ff0cbe350e0ccae328cc4f811bff90931c321d8a839acf45a585b3c88af3f94", "msg_index": 0, "block_index": 148, "asset": "MYASSETA", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -6518,7 +6530,7 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956170, + "block_time": 1728035192, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -6533,7 +6545,7 @@ Returns the issuances of an address Returns the valid assets issued or owned by an address + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The issuer or owner to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The issuer or owner to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -6556,8 +6568,8 @@ Returns the valid assets issued or owned by an address "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 10000000000, @@ -6565,16 +6577,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727956208, - "last_issuance_block_time": 1727956217, + "first_issuance_block_time": 1728035231, + "last_issuance_block_time": 1728035250, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 100000000000, @@ -6582,16 +6594,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727956170, - "last_issuance_block_time": 1727956170, + "first_issuance_block_time": 1728035192, + "last_issuance_block_time": 1728035192, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 40, @@ -6599,16 +6611,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727956106, - "last_issuance_block_time": 1727956110, + "first_issuance_block_time": 1728035127, + "last_issuance_block_time": 1728035132, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 19, @@ -6616,16 +6628,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727956089, - "last_issuance_block_time": 1727956102, + "first_issuance_block_time": 1728035101, + "last_issuance_block_time": 1728035123, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 0, @@ -6633,8 +6645,8 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727956068, - "last_issuance_block_time": 1727956085, + "first_issuance_block_time": 1728035080, + "last_issuance_block_time": 1728035097, "supply_normalized": "0.00000000" } ], @@ -6648,7 +6660,7 @@ Returns the valid assets issued or owned by an address Returns the valid assets issued by an address + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The issuer to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The issuer to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -6671,8 +6683,8 @@ Returns the valid assets issued by an address "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 10000000000, @@ -6680,16 +6692,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727956208, - "last_issuance_block_time": 1727956217, + "first_issuance_block_time": 1728035231, + "last_issuance_block_time": 1728035250, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 100000000000, @@ -6697,16 +6709,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727956170, - "last_issuance_block_time": 1727956170, + "first_issuance_block_time": 1728035192, + "last_issuance_block_time": 1728035192, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 40, @@ -6714,16 +6726,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727956106, - "last_issuance_block_time": 1727956110, + "first_issuance_block_time": 1728035127, + "last_issuance_block_time": 1728035132, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 19, @@ -6731,16 +6743,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727956089, - "last_issuance_block_time": 1727956102, + "first_issuance_block_time": 1728035101, + "last_issuance_block_time": 1728035123, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 0, @@ -6748,8 +6760,8 @@ Returns the valid assets issued by an address "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727956068, - "last_issuance_block_time": 1727956085, + "first_issuance_block_time": 1728035080, + "last_issuance_block_time": 1728035097, "supply_normalized": "0.00000000" } ], @@ -6763,7 +6775,7 @@ Returns the valid assets issued by an address Returns the valid assets owned by an address + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The owner to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The owner to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -6786,8 +6798,8 @@ Returns the valid assets owned by an address "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 10000000000, @@ -6795,16 +6807,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727956208, - "last_issuance_block_time": 1727956217, + "first_issuance_block_time": 1728035231, + "last_issuance_block_time": 1728035250, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 100000000000, @@ -6812,16 +6824,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727956170, - "last_issuance_block_time": 1727956170, + "first_issuance_block_time": 1728035192, + "last_issuance_block_time": 1728035192, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 40, @@ -6829,16 +6841,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727956106, - "last_issuance_block_time": 1727956110, + "first_issuance_block_time": 1728035127, + "last_issuance_block_time": 1728035132, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 19, @@ -6846,16 +6858,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727956089, - "last_issuance_block_time": 1727956102, + "first_issuance_block_time": 1728035101, + "last_issuance_block_time": 1728035123, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 0, @@ -6863,8 +6875,8 @@ Returns the valid assets owned by an address "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727956068, - "last_issuance_block_time": 1727956085, + "first_issuance_block_time": 1728035080, + "last_issuance_block_time": 1728035097, "supply_normalized": "0.00000000" } ], @@ -6878,7 +6890,7 @@ Returns the valid assets owned by an address Returns the transactions of an address + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + cursor: `61` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return @@ -6897,17 +6909,17 @@ Returns the transactions of an address "result": [ { "tx_index": 58, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", - "block_time": 1727956356, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", + "block_time": 1728035372, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0:1", + "utxos_info": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -6943,23 +6955,23 @@ Returns the transactions of an address }, { "tx_index": 57, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", - "block_time": 1727956352, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", + "block_time": 1728035367, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "4650338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "data": "468c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "supported": true, - "utxos_info": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6:1", + "utxos_info": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "status": "valid" } }, @@ -6967,17 +6979,17 @@ Returns the transactions of an address }, { "tx_index": 56, - "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "block_index": 190, - "block_hash": "19dba54004278233d0ce69f8d1ac523dec7a824faa2b4eb1c3d87b3a2ecfd584", - "block_time": 1727956348, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "03bf5438dfd4d19f3f1604e79196e24f2a835e771c69ed47d4e6d4e2e65f27bd", + "block_time": 1728035364, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9:1", + "utxos_info": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -7013,17 +7025,17 @@ Returns the transactions of an address }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "block_hash": "04c0799009ca0ce3e5c9c037d99beb42c57a5b13158c954ee4046d07cf5a2184", - "block_time": 1727956344, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "2ec2529ac1494af0502892fc2321df47076f70aae7b149c121271d3af7b9c051", + "block_time": 1728035360, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380acf32b548d1903f15d71030be6d535c9472b7f2d8029a1eedce8aca0b5cafd3881230500eed9eac2ba80ea3b09500947beee433af91a90aa2b8d83951bb2400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380a4d887fcef036e2e0308187f08318cc744a2be2580d347561e18a598c568ad2d3a7ad11cd98209d7d580eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183:0", + "utxos_info": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -7031,14 +7043,14 @@ Returns the transactions of an address "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -7046,7 +7058,7 @@ Returns the transactions of an address }, { "asset": "XCP", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -7065,17 +7077,17 @@ Returns the transactions of an address }, { "tx_index": 50, - "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", "block_index": 184, - "block_hash": "5972823d2f2d34447f16aec2d567831c5f4e2ce1e9ad62d83ca678d90d2f6c5b", - "block_time": 1727956312, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "311c7f7d76e3d8e5aa6bc40558c71774a35d3d396d8c3616f7c4aad8d6d653fc", + "block_time": 1728035339, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000027100000000000000000000000000000271000150000000000000000", "supported": true, - "utxos_info": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4:1", + "utxos_info": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -7120,7 +7132,7 @@ Returns the transactions of an address Returns the dividends distributed by an address + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + cursor (str, optional) - The last index of the assets to return + Default: `None` + limit: `5` (int, optional) - The maximum number of assets to return @@ -7139,20 +7151,20 @@ Returns the dividends distributed by an address "result": [ { "tx_index": 41, - "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "block_index": 154, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727956195, + "block_time": 1728035218, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -7177,7 +7189,7 @@ Returns the dividends distributed by an address Returns the orders of an address + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + status (enum[str], optional) - The status of the orders to return + Default: `all` + Members @@ -7206,9 +7218,9 @@ Returns the orders of an address "result": [ { "tx_index": 48, - "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", "block_index": 183, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7223,7 +7235,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727956247, + "block_time": 1728035270, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7249,9 +7261,9 @@ Returns the orders of an address }, { "tx_index": 50, - "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", "block_index": 187, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -7266,7 +7278,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727956335, + "block_time": 1728035351, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7292,9 +7304,9 @@ Returns the orders of an address }, { "tx_index": 56, - "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "block_index": 191, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7309,7 +7321,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727956352, + "block_time": 1728035367, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7335,9 +7347,9 @@ Returns the orders of an address }, { "tx_index": 58, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7352,7 +7364,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727956356, + "block_time": 1728035372, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7387,7 +7399,7 @@ Returns the orders of an address Returns the fairminter by its source + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The source of the fairminter to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The source of the fairminter to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -7405,10 +7417,10 @@ Returns the fairminter by its source { "result": [ { - "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", + "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", "tx_index": 22, "block_index": 135, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -7433,13 +7445,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956106 + "block_time": 1728035127 }, { - "tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", + "tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", "tx_index": 18, "block_index": 131, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -7464,13 +7476,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956089 + "block_time": 1728035101 }, { - "tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d", + "tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1", "tx_index": 14, "block_index": 130, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -7495,13 +7507,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956085 + "block_time": 1728035097 }, { - "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "tx_index": 10, "block_index": 125, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -7526,7 +7538,7 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956063 + "block_time": 1728035076 } ], "next_cursor": null, @@ -7539,7 +7551,7 @@ Returns the fairminter by its source Returns the mints by address + Parameters - + address: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address of the mints to return + + address: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address of the mints to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -7557,127 +7569,127 @@ Returns the mints by address { "result": [ { - "tx_hash": "55bd7dbe5db21d4bd450254f0f97c643ae896d2fcdda3cf3ed5d7b8870c0f784", + "tx_hash": "694357c4ceab6ddda8a4bedda060896587aed91c40b2569fc67d8f6ee0e8ea1e", "tx_index": 23, "block_index": 136, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956110, + "block_time": 1728035132, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, { - "tx_hash": "f37a2803f461dd2b785d5edf8a58ef42aab4f7ba5e3e58d4f3655f71a5e66ff6", + "tx_hash": "9f30caac43f286a00ab027a2cb0bffd01baa443d79d312e41eca8245b8f67307", "tx_index": 21, "block_index": 134, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956102, + "block_time": 1728035123, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, { - "tx_hash": "5a5edbda4c1eb490bc2bc9e7cb15b2e598259111854f92a5b13a0eaafcca37ae", + "tx_hash": "f9afe5398a98009a36af2d436009b23b96b4f47c41e34154f2a5a2c903a9a5a3", "tx_index": 20, "block_index": 133, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956097, + "block_time": 1728035120, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, { - "tx_hash": "f7db13bcddf265fdb204a28f2218b01976cec9567d09d9da3e3735e7bf2a9eb6", + "tx_hash": "a07ab1a0d8d953cfae7cf6cb005805562e1f3afaaf4b964911fff649c5f28a35", "tx_index": 19, "block_index": 132, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956093, + "block_time": 1728035106, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, { - "tx_hash": "1be3b39cb5b7221a37e0faf3d12440dc7b92f889ac692bd21e3b0378f864f7c4", + "tx_hash": "ffda0cbf5b3659e9d04bd611acd608748d5fffe26c268cebd236b0907d134299", "tx_index": 15, "block_index": 127, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956072, + "block_time": 1728035084, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, { - "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", + "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", "tx_index": 11, "block_index": 123, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956055, + "block_time": 1728035067, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } @@ -7693,7 +7705,7 @@ Returns the mints by address Returns the mints by address and asset + Parameters - + address: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address of the mints to return + + address: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address of the mints to return + asset: `FAIRMINTA` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -7712,22 +7724,22 @@ Returns the mints by address and asset { "result": [ { - "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", + "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", "tx_index": 11, "block_index": 123, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956055, + "block_time": 1728035067, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } @@ -7766,8 +7778,8 @@ By default the default value of the `encoding` parameter detailed above is `auto Composes a transaction to issue a bet against a feed. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will make the bet - + feed_address: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address that hosts the feed to be bet on + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will make the bet + + feed_address: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address that hosts the feed to be bet on + bet_type: `2` (int, required) - Bet 0 for Bullish CFD (deprecated), 1 for Bearish CFD (deprecated), 2 for Equal, 3 for NotEqual + deadline: `3000000000` (int, required) - The time at which the bet should be decided/settled, in Unix time (seconds since epoch) + wager_quantity: `1000` (int, required) - The quantities of XCP to wager (in satoshis, hence integer) @@ -7835,7 +7847,7 @@ Composes a transaction to issue a bet against a feed. Composes a transaction to broadcast textual and numerical information to the network. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + timestamp: `4003903985` (int, required) - The timestamp of the broadcast, in Unix time + value: `100` (float, required) - Numerical value of the broadcast + fee_fraction: `0.05` (float, required) - How much of every bet on this feed should go to its operator; a fraction of 1, (i.e. 0.05 is five percent) @@ -7891,7 +7903,7 @@ Composes a transaction to broadcast textual and numerical information to the net { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -7903,7 +7915,7 @@ Composes a transaction to broadcast textual and numerical information to the net "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "020000000001016a3b6e69c68738d43fd0f4b433953c3faebeb539ca85cdd42b9af070e18e82e0000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff0200000000000000002b6a29ceb7b3dd37579d93358ddc4a89f6c3dc9f21298bb6e9d9fa41fc8ffe77e2d2fffcd44a0846d278afe19bba052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "02000000000101c97626c1d3a9598282d448fff613fa07f19c1b8cbba3a7afae88b21152d8222b00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff0200000000000000002b6a29fc42506ac65c3e365aea56fa81bc274d66413c39c73f269c2991cdb27fce6e2a890da6d68409e1d7699bba052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "broadcast", "message_type_id": 30, @@ -7925,8 +7937,8 @@ Composes a transaction to broadcast textual and numerical information to the net Composes a transaction to pay for a BTC order match. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be sending the payment - + order_match_id: `9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7` (str, required) - The ID of the order match to pay for + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be sending the payment + + order_match_id: `3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f` (str, required) - The ID of the order match to pay for + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -7978,23 +7990,23 @@ Composes a transaction to pay for a BTC order match. { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7" + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f" }, "name": "btcpay", - "data": "434e5452505254590b9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af463f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "data": "434e5452505254590b3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a16c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "btc_in": 5000000000, "btc_out": 3000, "btc_change": 4999978951, "btc_fee": 18049, - "rawtransaction": "02000000000101a32fbed76f0d6becb258c29b6c8947a284391ec2a28b1ff91cb13bc604dac1f6000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff03b80b0000000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be900000000000000004b6a4905e658edb9714855d8913e4a32b9c21417b02fdbdb2aa82288420df1e9371c469b8b9aad74b769150a49b319c2921144ea123d9601175e8edd8f43400b981cdb94c708d654c3def6fac79f052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "02000000000101d4065f31af2ea76f24b4cd9c8ded29feef58ebd6a55246c4537329b48ee26b5d00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff03b80b000000000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7300000000000000004b6a49b56488ac19089effaf10391ad43069c819795bd1fce0a0eeef5f32f53570854874db1e14e580590a37345caa319ba89ca41f9c5f93426cfba92abcf830f3570b89c738eab65f74c972c79f052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", - "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "status": "valid" } } @@ -8007,7 +8019,7 @@ Composes a transaction to pay for a BTC order match. Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, possible between blocks 278310 and 283810; on testnet it is still available). + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address with the BTC to burn + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address with the BTC to burn + quantity: `1000` (int, required) - The quantities of BTC to burn (in satoshis, hence integer) (1 BTC maximum burn per address) + overburn (bool, optional) - Whether to allow the burn to exceed 1 BTC for the address + Default: `False` @@ -8062,7 +8074,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "quantity": 1000, "overburn": false }, @@ -8072,7 +8084,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss "btc_out": 1000, "btc_change": 4999985815, "btc_fee": 13185, - "rawtransaction": "0200000000010171ad7b5c5da0887f61e1ec0d15dc8db7fcddca73719690931bf7892f281a939c000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000" + "rawtransaction": "0200000000010122c84e4a4b8d8ad665872f3213150754b535dc561b4478a8b85264f53bbe597600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000" } } ``` @@ -8082,8 +8094,8 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss Composes a transaction to cancel an open order or bet. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that placed the order/bet to be cancelled - + offer_hash: `70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0` (str, required) - The hash of the order/bet to be cancelled + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that placed the order/bet to be cancelled + + offer_hash: `96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1` (str, required) - The hash of the order/bet to be cancelled + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -8135,21 +8147,21 @@ Composes a transaction to cancel an open order or bet. { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "offer_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0" + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "offer_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1" }, "name": "cancel", - "data": "434e5452505254594670c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "data": "434e5452505254594696576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "0200000000010180387d20d6b3a87d4e2615a17c83f6d7d9545b2b1f9d74e1c933490d8f140a59000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff0200000000000000002b6a2902753d7bd454e5a69a3635155f6422fc6a0283b04f56ce1013c99e590b1cd8ea75da447c35e0eb1e1c9bba052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "02000000000101a58c56bb84670e7ab2048ef9592034e8642ab25c2c4c4094556dee537a37d52b00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff0200000000000000002b6a299379388c16277eab2bc2dc32578339adcdd20f5294ab59642cf6eeb1e4ae076d8a142f279f308356e79bba052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "offer_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "status": "valid" } } @@ -8162,7 +8174,7 @@ Composes a transaction to cancel an open order or bet. Composes a transaction to destroy a quantity of an asset. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be sending the asset to be destroyed + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be sending the asset to be destroyed + asset: `XCP` (str, required) - The asset to be destroyed + quantity: `1000` (int, required) - The quantity of the asset to be destroyed (in satoshis, hence integer) + tag: `"bugs!"` (str, required) - A tag for the destruction @@ -8217,7 +8229,7 @@ Composes a transaction to destroy a quantity of an asset. { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -8236,7 +8248,7 @@ Composes a transaction to destroy a quantity of an asset. "btc_out": 0, "btc_change": 4999986346, "btc_fee": 13654, - "rawtransaction": "020000000001014610666221a61bddff2e599d0ea42427b416a9ce41fc5bf075da2a672636606d000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000226a203d4e5f76b617296fa6a2cc43a3c63bfdaa523782459b8f19b1064b7061180617aabc052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "020000000001018654abf3c7b90a232ab2bd239ffacbf3a3adb09ff7651932c9cedd5e2f4c42a600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000226a20d13d9e37924c37c648dfef04602ebecec1b526bc648ad4b3579faadb32c07736aabc052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "destroy", "message_type_id": 110, @@ -8256,7 +8268,7 @@ Composes a transaction to destroy a quantity of an asset. Composes a transaction to opens or closes a dispenser for a given asset at a given rate of main chain asset (BTC). Escrowed quantity on open must be equal or greater than give_quantity. It is suggested that you escrow multiples of give_quantity to ease dispenser operation. + Parameters - + address: `bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + + address: `bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + asset: `XCP` (str, required) - The asset or subasset to dispense + give_quantity: `1000` (int, required) - The quantity of the asset to dispense (in satoshis, hence integer) + escrow_quantity: `1000` (int, required) - The quantity of the asset to reserve for this dispenser (in satoshis, hence integer) @@ -8317,7 +8329,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv { "result": { "params": { - "source": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", + "source": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -8341,7 +8353,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv "btc_out": 0, "btc_change": 4949955760, "btc_fee": 14240, - "rawtransaction": "0200000000010190dd13f3e47df8243ff37610e80f88f63b00878440626e3842a5ffbb1f66cd0c0200000016001444ca5f7c3740525d05fc001f922b649473f81acbffffffff0200000000000000002c6a2a9f5f65a2b45081c4c1814c233454b0418c18973b61b3a2b1094ed73eb24a0225d68e0f4f9eb8b34bd386b0540a270100000016001444ca5f7c3740525d05fc001f922b649473f81acb02000000000000", + "rawtransaction": "02000000000101167a45245a58c0d870fecda462cb9a3ddb40d6a934d6458e09e8635d6f2c4d2c02000000160014427d4398481b70f9c355aaa6b586849106ee68a7ffffffff0200000000000000002c6a2a3fe238a074c79c98cc1e094d2c6a3ced49e24d01d43c7562758ea3698081d14343f54ba68edb463e9611b0540a2701000000160014427d4398481b70f9c355aaa6b586849106ee68a702000000000000", "unpacked_data": { "message_type": "dispenser", "message_type_id": 12, @@ -8367,7 +8379,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv Composes a transaction to issue a dividend to holders of a given asset. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + quantity_per_unit: `1` (int, required) - The amount of dividend_asset rewarded (in satoshis, hence integer) + asset: `FAIRMINTA` (str, required) - The asset or subasset that the dividends are being rewarded on + dividend_asset: `XCP` (str, required) - The asset or subasset that the dividends are paid in @@ -8422,14 +8434,14 @@ Composes a transaction to issue a dividend to holders of a given asset. { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "quantity_per_unit": 1, "asset": "FAIRMINTA", "dividend_asset": "XCP", "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -8448,7 +8460,7 @@ Composes a transaction to issue a dividend to holders of a given asset. "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "0200000000010146e84c08341f323c558825031d331fe1c4c57cc9b7f5362292eb64219a2e3a1d000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000236a211075acbd62c2e2fbe1ab10c54d17590878354c5874e3e292edae998e771e5dd3356fbc052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "020000000001014ecb775b555949c5e8adaaae40007cdc1339c56dbd0a12b66dd53836df1ca03600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000236a211fab2afd4db973bc3b31fdbd87083e1934ee66916904eca71c29383e7874c747c26fbc052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "dividend", "message_type_id": 50, @@ -8469,10 +8481,10 @@ Composes a transaction to issue a dividend to holders of a given asset. Composes a transaction to Issue a new asset, issue more of an existing asset, lock an asset, reset existing supply, or transfer the ownership of an asset. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be issuing or transfering the asset + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be issuing or transfering the asset + asset: `XCPTEST` (str, required) - The assets to issue or transfer. This can also be a subasset longname for new subasset issuances + quantity: `1000` (int, required) - The quantity of the asset to issue (set to 0 if transferring an asset) (in satoshis, hence integer) - + transfer_destination: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, optional) - The address to receive the asset + + transfer_destination: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, optional) - The address to receive the asset + Default: `None` + divisible (bool, optional) - Whether this asset is divisible or not (if a transfer, this value must match the value specified when the asset was originally issued) + Default: `True` @@ -8533,10 +8545,10 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "transfer_destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "lock": false, "reset": false, @@ -8549,7 +8561,7 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo "btc_out": 546, "btc_change": 4999983749, "btc_fee": 15705, - "rawtransaction": "02000000000101a87a933a00473476f5efeca7a10771da3066e54e2312ae61ceb4375c3badd1ad000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff0322020000000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be90000000000000000236a2135f5c807b49ffd7bfa159ef2cb762ac71e3599c628e00e215d9d6bb6869d95674585b2052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "020000000001017eed75ce29ec84afbae593195d5300b281d1a2a83e3e908f83f48db3f910fa5600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff032202000000000000160014881780df3ee0da41c30dd71f7298f2ba23f10f730000000000000000236a21b26ee28d6008831970e2b69581ee429ab22217492b22c304da74ad47feaba96ff685b2052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "issuance", "message_type_id": 22, @@ -8578,9 +8590,9 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo Composes a transaction to send multiple payments to multiple addresses. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + assets: `XCP,MYASSETA` (str, required) - comma-separated list of assets to send - + destinations: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3,bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - comma-separated list of addresses to send to + + destinations: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca,bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - comma-separated list of addresses to send to + quantities: `1,2` (str, required) - comma-separated list of quantities to send (in satoshis, hence integer) + memo: `"Hello, world!"` (str, optional) - The Memo associated with this transaction + Default: `None` @@ -8637,16 +8649,16 @@ Composes a transaction to send multiple payments to multiple addresses. { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", 1 ], [ "MYASSETA", - "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", 2 ] ], @@ -8654,26 +8666,26 @@ Composes a transaction to send multiple payments to multiple addresses. "memo_is_hex": false }, "name": "mpma", - "data": "434e545250525459030002807cb1b0af8dbcdc6731df1f2cc4986147659e3be980acf32b548d1903f15d71030be6d535c9472b7f2d8f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", + "data": "434e54525052545903000280881780df3ee0da41c30dd71f7298f2ba23f10f7380a4d887fcef036e2e0308187f08318cc744a2be258f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", "btc_in": 20000000000, "btc_out": 2000, "btc_change": 19999945492, "btc_fee": 52508, - "rawtransaction": "02000000000104726689b10efbc2de39810b12cd2265ab01fec873801dc5de24e5067cbd2b880a000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff733780e4526969fe83782e04f3f3226caea98b836a52cdfb680c7ce60cb71551000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff1b1ebfc0945de7d7b5f7e78db8dba2883267439237322c7a4cff1c1ca760b2ab000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9fffffffff4e8add6b3755d2eb0651d5495952fd1df5e81c30a127d362575986dd64c2d9c000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff03e803000000000000695121026364c89934e4552d2cf350d732c02dd55a70a6cb6a69adfbcf0da8e7f8f76a9e21037334fbd067847589cda9f8c904e2c169646310eb6e8a0c160993fe368105270021026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aee803000000000000695121026c64c89934e4552d2cd027bac0d0f844d77d1a17014de96f54e93086bf92f463210248dd337c94af2104d4aa019475e1ca8fb156dbac45f521992bdb9b5aed6a0b8c21026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53ae14f316a8040000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000002000002000002000000000000", + "rawtransaction": "0200000000010480abb5605584502c596b75a9a219def9bab0a694cc8475afc1aa29f3f08a8a6900000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff520353fdfbff15bc5a9d0fffab7542e0a908430510b3a126a81418db3cd2cb3800000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffffd8c4d610a0b47da9ea84ba463165d4721cfc87519692fbdc323c951bdfc2d99a00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffffacd3ca0d797b824f08dcb0aa3856184e308618278eb9ae293406a82311049ac500000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff03e8030000000000006951210238cf5be961208410e5215ecdb744316cb99bcfc39f5ba137cecca4d3ed01375b21027c07f8cd41d9006ebb49b973659732148a8f1f2f0b49bfee73f685cab0ebfc3c21039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aee8030000000000006951210337cf5be961208410e50229a045a042cd44252f19d28d376b669e3c215722c6de210373743069995efc81b8279f706d8f4d1cbb03da6ba9f79a6151bee0a6dc84d0f321039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53ae14f316a804000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000002000002000002000000000000", "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "quantity": 2, "memo": "\"Hello, world!\"", "memo_is_hex": false }, { "asset": "XCP", - "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "quantity": 1, "memo": "\"Hello, world!\"", "memo_is_hex": false @@ -8689,7 +8701,7 @@ Composes a transaction to send multiple payments to multiple addresses. Composes a transaction to place an order on the distributed exchange. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + give_asset: `XCP` (str, required) - The asset that will be given in the trade + give_quantity: `1000` (int, required) - The quantity of the asset that will be given (in satoshis, hence integer) + get_asset: `FAIRMINTA` (str, required) - The asset that will be received in the trade @@ -8747,7 +8759,7 @@ Composes a transaction to place an order on the distributed exchange. { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "FAIRMINTA", @@ -8764,7 +8776,7 @@ Composes a transaction to place an order on the distributed exchange. "get_asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -8778,7 +8790,7 @@ Composes a transaction to place an order on the distributed exchange. "btc_out": 0, "btc_change": 4999985233, "btc_fee": 14767, - "rawtransaction": "020000000001015e501ba39e027c35ed269d7bfc7630d7e93a02ab2b5e71b7953d3c39c014b768000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000356a3336b393776620c4d57b073d9df2c11186892e22661deab0e33757da29eb43f8ba9262d37e97e0c4291ef41784f57adb0c81b0a151b8052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "02000000000101067dbb937fb95f56733c593416a35b86c4f248f0ba4454ea6e55ba8664e05d1c00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000356a333cb3c9527e95b47b4cc787bf0f43a4dd6576a098c581036ba53d964f2dcbdf5cda646f90b5a4e22d9726a3e32b794fd349293c51b8052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -8804,8 +8816,8 @@ Composes a transaction to place an order on the distributed exchange. Composes a transaction to send a quantity of an asset to another address. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) - + destination: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address that will be receiving the asset + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + destination: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address that will be receiving the asset + asset: `XCP` (str, required) - The asset or subasset to send + quantity: `1000` (int, required) - The quantity of the asset to send (in satoshis, hence integer) + memo (str, optional) - The Memo associated with this transaction @@ -8865,8 +8877,8 @@ Composes a transaction to send a quantity of an asset to another address. { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "quantity": 1000, "memo": null, @@ -8882,19 +8894,19 @@ Composes a transaction to send a quantity of an asset to another address. "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e880acf32b548d1903f15d71030be6d535c9472b7f2d", + "data": "434e54525052545902000000000000000100000000000003e880a4d887fcef036e2e0308187f08318cc744a2be25", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985526, "btc_fee": 14474, - "rawtransaction": "020000000001014b7e0e1b3331e16778404d430bf59423fa0c9098820fea43b51a9371b2f97a14000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000306a2eee126fbfab99dd3607ac02b0fafae99fafa496f405b989ab550bb29898e40efa121842808b42e40683ed08156c1e76b9052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "020000000001014311da56f023b4efd10d488f007eb5279a9bed2f1078b384488c941d7804148000000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000306a2e4591f9006710e0cd5a492e23d68fa77c4d8725e36eaec47de0671e3ae8d84696432f80393162aa08fcefd026cab276b9052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 1000, - "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "memo": null, "quantity_normalized": "0.00001000" } @@ -8908,8 +8920,8 @@ Composes a transaction to send a quantity of an asset to another address. Composes a transaction to Sends all assets and/or transfer ownerships to a destination address. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be sending - + destination: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address to receive the assets and/or ownerships + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be sending + + destination: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address to receive the assets and/or ownerships + flags: `7` (int, required) - An OR mask of flags indicating how the sweep should be processed. Possible flags are: - FLAG_BALANCES: (integer) 1, specifies that all balances should be transferred. - FLAG_OWNERSHIP: (integer) 2, specifies that all ownerships should be transferred. - FLAG_BINARY_MEMO: (integer) 4, specifies that the memo is in binary/hex form. + memo: `FFFF` (str, required) - The Memo associated with this transaction in hex format + encoding (str, optional) - The encoding method to use @@ -8963,23 +8975,23 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "flags": 7, "memo": "FFFF" }, "name": "sweep", - "data": "434e5452505254590480acf32b548d1903f15d71030be6d535c9472b7f2d07ffff", + "data": "434e5452505254590480a4d887fcef036e2e0308187f08318cc744a2be2507ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "02000000000101d5ecd57140e53085048a7df369dfff60e2e0cb1f0d5b699672c02def396076ef000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000236a21164179ef8187b5056f8cb2f0c100cf7ae7ede160ab049660d120e0f65a65bb5a546fbc052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "020000000001019f2934fbd53f96970095bf2869d8609f5d04da6df6524e5824cef03da9fb529900000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000236a21fbfc4f5282c893727702bcb5e8d884129b343ff823b9a2b5978898723ceb8d86996fbc052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "flags": 7, "memo": "ffff" } @@ -8993,8 +9005,8 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti Composes a transaction to send BTC to a dispenser. + Parameters - + address: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address that will be sending (must have the necessary quantity of BTC) - + dispenser: `bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy` (str, required) - The dispenser that will be receiving the asset + + address: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address that will be sending (must have the necessary quantity of BTC) + + dispenser: `bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j` (str, required) - The dispenser that will be receiving the asset + quantity: `1000` (int, required) - The quantity of BTC to send (in satoshis, hence integer) + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -9047,8 +9059,8 @@ Composes a transaction to send BTC to a dispenser. { "result": { "params": { - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "quantity": 1000 }, "name": "dispense", @@ -9057,7 +9069,7 @@ Composes a transaction to send BTC to a dispenser. "btc_out": 1000, "btc_change": 4949852643, "btc_fee": 14357, - "rawtransaction": "02000000000101c25acc3b65d634a8eec74ffac7e46e9ad818c4d3b92ff741ea463c10ce2179c802000000160014acf32b548d1903f15d71030be6d535c9472b7f2dffffffff03e803000000000000160014ea3b09500947beee433af91a90aa2b8d83951bb200000000000000000c6a0aa89bf6704283c6b4b060e3c1082701000000160014acf32b548d1903f15d71030be6d535c9472b7f2d02000000000000", + "rawtransaction": "020000000001016c7566ab8072e466c949d959d2fd0a968eca3097dd06e832cd88836e9ad1479002000000160014a4d887fcef036e2e0308187f08318cc744a2be25ffffffff03e803000000000000160014eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e00000000000000000c6a0afb79f8aa72af096a2762e3c1082701000000160014a4d887fcef036e2e0308187f08318cc744a2be2502000000000000", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -9074,7 +9086,7 @@ Composes a transaction to send BTC to a dispenser. Composes a transaction to issue a new asset using the FairMinter protocol. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be issuing the asset + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be issuing the asset + asset: `MYASSET` (str, required) - The asset to issue + asset_parent (str, optional) - The parent asset of the asset to issue + Default: `` @@ -9159,7 +9171,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -9184,7 +9196,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. "btc_out": 0, "btc_change": 4999985467, "btc_fee": 14533, - "rawtransaction": "0200000000010193039023ff98e2286a0dbabb0dbb04e82ea1ed79c525091f0e3b97233f857fc2000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000316a2f1ac8161a4010cdbaf75f42e14d146eb653dc46c3ec83f0d5bbb0a413f66f891481c2f0703d5d9a20951fb8ed7976283bb9052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "02000000000101f52a3cc99a15da3581d7dbcbfb27e865d802c21d5b2a5bdeecf62b0bc2373e7d00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000316a2ff54349a14294d39a87b9ca1fdc674436c422c2f6e0dd7af2cd0a06e92e850f3222302876f665a9dc5914f43b18702e3bb9052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "fairminter", "message_type_id": 90, @@ -9217,7 +9229,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. Composes a transaction to mint a quantity of an asset using the FairMinter protocol. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address that will be minting the asset + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be minting the asset + asset: `FAIRMINTC` (str, required) - The asset to mint + quantity: `1` (int, optional) - The quantity of the asset to mint (in satoshis, hence integer) + Default: `0` @@ -9272,13 +9284,13 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTC", "quantity": 1, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -9290,7 +9302,7 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto "btc_out": 0, "btc_change": 4999987049, "btc_fee": 12951, - "rawtransaction": "020000000001013e47aafec43f8a121f30bd43ac76258b27042ecacb83bad10e6b200a16923bcd000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000166a145187ccd19bacf39c1ba0d96ce46b97d4b307141e69bf052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "02000000000101b6967405b8492c0e5938c2afa74792a4af2c40f0f2e33f25d01d0060a499621f00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000166a14731c44a9f3ae9e841c171614cfaeddbbc34e57f769bf052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "fairmint", "message_type_id": 91, @@ -9308,10 +9320,10 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto Composes a transaction to attach assets from an address to UTXO. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address from which the assets are attached + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address from which the assets are attached + asset: `XCP` (str, required) - The asset or subasset to attach + quantity: `1000` (int, required) - The quantity of the asset to attach (in satoshis, hence integer) - + destination: `68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409:0` (str, optional) - The utxo to attach the assets to + + destination: `cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a:1` (str, optional) - The utxo to attach the assets to + Default: `None` + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -9364,8 +9376,8 @@ Composes a transaction to attach assets from an address to UTXO. { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409:0", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a:1", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -9378,12 +9390,12 @@ Composes a transaction to attach assets from an address to UTXO. "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964626372743171306a636d70747564686e77787776776c72756b766678727067616a6575776c667177343375337c363865613631343639616336333865356666336663626137316233623636653039303237663035366361353230363037326364383132323365346261623430393a307c5843507c31303030", + "data": "434e5452505254596462637274317133717463706865377572647972736364367530683978386a6867336c7a726d6e6d7a733863617c636631326637336233376636363361303734333133383333366364656133613966303733643764663766656566303963363666643436353065383964353531613a317c5843507c31303030", "btc_in": 30000000000, "btc_out": 3000, "btc_change": 29999918531, "btc_fee": 78469, - "rawtransaction": "020000000001069361a42e8540efc177719d4333bb8ccaab2ef4a046cb3250cdd60907c047b565000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff59081310b05f94751ad2f255f122fb86a466ab3b92beb382eb1b34d983b4a597000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff82ef967311724f7f9a12535763c1ceba9edd555739cecf318edd4314fc428d2d000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff37eab21bda8dfed35ff13e854135138135547dfc736897e099bef8bee3f66b94000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff351f43636ee1ae6d91b6beddf67673a1551b225afd14471519a4ffff3b87fd46000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffffe4fc28160c92cff7f8fba849105f68bf7cf3c387293a0bb9e9ded99e3f0b962e000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff04e80300000000000069512103db4b039c618149835729215457829fe935ec2226a3481e659c5fe0104eb5f822210375dd6de74e3003b22e9e275a7791e604760c8b031c350323a30e7da32790ceb721026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aee80300000000000069512103db4b039c61814983577b7a5646c09da060b3272de05a08639506a60a0aa1b90d21022fca28b508644ca66ecc705373d1a358264dcb054c24086ea7042ba725c39bb621026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aee80300000000000069512103f14b039c61814983572f77071ccc9ee45dc51137e20c5b31f431976839c38f65210219af188c38567bc05ef9463012e49168107dfc372f40305f953618c211a1fa7721026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aec36d22fc060000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000002000002000002000002000002000000000000", + "rawtransaction": "020000000001069efb066a707631f5f14ac0033c482783e197db0df506a0d9e519c65707749f6700000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff9ea61502153b7bcfc088dac6400e18084c8998d52a7279aa151c15daba450adb00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff640072b9f46c31efe406932610edfd66b429195ea66efbb7f45cfa18e861ee8200000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff5d5e60207693e51895a283d9a10b5b8477e51a1465ee3b830e9dc900c09f921a00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff570ec09765a67db3a6872fe3961fa63ee229a5d7e068feb3baa5ff4fa056d0a900000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73fffffffff861af8e26fe51b3f7f65c35ba8b0b64c99590af93343d7d21d6399929a8120700000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff04e803000000000000695121025798673dd6303bd95e65c8dbc3572774db4880d5a4852c370ea575569e3641f2210385b55cd5f8082253c654e1ac4f3ae8c4743c275c14a8ab9dca3e9fb5ed73e8ea21039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aee803000000000000695121025798673dd6303bd95e63998fd71520368909c382e7dc7a3848e4274c882043fd2103d2e21083a006690f9b58e0a84525ffcf2a683e191aadaed59f6d9ee2b37dbf0521039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aee803000000000000695121037d98673dd6303bd95e349f89d0192779b07aa4cae5dd79307bd7112fec4522032103e18329e590315a6bac3c869f23409aa91a515d2f2ccbcae1a958ae878b44dbf221039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aec36d22fc06000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000002000002000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 100, @@ -9400,8 +9412,8 @@ Composes a transaction to attach assets from an address to UTXO. Composes a transaction to detach assets from UTXO to an address. + Parameters - + utxo: `7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0` (str, required) - The utxo from which the assets are detached - + destination: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to detach the assets to + + utxo: `6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0` (str, required) - The utxo from which the assets are detached + + destination: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to detach the assets to + asset: `XCP` (str, required) - The asset or subasset to detach + quantity: `1000` (int, required) - The quantity of the asset to detach (in satoshis, hence integer) + encoding (str, optional) - The encoding method to use @@ -9455,8 +9467,8 @@ Composes a transaction to detach assets from UTXO to an address. { "result": { "params": { - "source": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -9469,12 +9481,12 @@ Composes a transaction to detach assets from UTXO to an address. "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964376333653864643632633538303063643666343164316562656232643830313731353336366366383366353539366461663736383363346466366264323438613a307c626372743171306a636d70747564686e77787776776c72756b766678727067616a6575776c667177343375337c5843507c31303030", + "data": "434e54525052545964366162386439653463383964353261623934666138336634393835646166386564386366353165393933613335343633373930613563666333353064366433343a307c62637274317133717463706865377572647972736364367530683978386a6867336c7a726d6e6d7a733863617c5843507c31303030", "btc_in": 4950080000, "btc_out": 3000, "btc_change": 4950030353, "btc_fee": 46647, - "rawtransaction": "0200000000010309d1fbde5fe43ddd3edf5953dae0934bb93fd67173c0c34b130a97188c194e83010000001600144dbad23f47531daf37d441cbd99a86a5cfb7251fffffffff90dd13f3e47df8243ff37610e80f88f63b00878440626e3842a5ffbb1f66cd0c000000001600144dbad23f47531daf37d441cbd99a86a5cfb7251fffffffff8fd0d68c5f49c93b32582c26d3487d728350694ecef4a68b74cfa37bb75b091e010000001600144dbad23f47531daf37d441cbd99a86a5cfb7251fffffffff04e80300000000000069512102913c75e2976323d42c3c9af153f066b39ffe6f4b9d1ef8f3aaf033157729415621034a0dd6cade0c47c2546c42ae2c20b00d8e5cfef8fc2fd2af8838b82653c5ba9b21020c8db0c9c8e5ced33f617ca909abb0b9e1bb26909e9b0571ff1d83c3fb111bfa53aee80300000000000069512103913c75e2976323d42c6bcea604f368b59ffa6910c91cf8bfabf77707726915972102110bd9dfc84b47920a2a0de86f64ea499851b0ade26897f1df36bc35139fe48221020c8db0c9c8e5ced33f617ca909abb0b9e1bb26909e9b0571ff1d83c3fb111bfa53aee80300000000000069512103bb3c75e2976323d42c29daa653e06daba38b0d549916f8f3c9940573431825c721037b68b4afbc3e23fa645d759f1913863bed3ac6cb9a1ae796be5cd94064f382c121020c8db0c9c8e5ced33f617ca909abb0b9e1bb26909e9b0571ff1d83c3fb111bfa53ae11780b27010000001600144dbad23f47531daf37d441cbd99a86a5cfb7251f02000002000002000000000000", + "rawtransaction": "0200000000010355c7b369857a663d90eea8d179016ae45108521473beca7b923b583cd9e0389f010000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d2ffffffff167a45245a58c0d870fecda462cb9a3ddb40d6a934d6458e09e8635d6f2c4d2c000000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d2ffffffffeb243408038212c81b196fba7fd2547b204039e6529dd3db6dc587aff3732032010000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d2ffffffff04e80300000000000069512103efc1d4f22bcae6a1be8f708626f0f835de2d30e7dd18dc72b250e1eec0a993382103869c566951601c81c1faefd303191f8433a0f6cacb8a84428368f0ae05bd751f210240d39f786efe7ac804df98d56c43e637244141fdad5643c15c29edcaf26ef18e53aee80300000000000069512102efc1d4f22bcae6a1bede258127fba93cdf2f37ecd046d93cb151aaae97b998d92103c48e012001304f95d5a6f3c548191d8777f5a7ca80d3dd1fd06dafe34ee07a8d210240d39f786efe7ac804df98d56c43e637244141fdad5643c15c29edcaf26ef18e53aee80300000000000069512102c5c1d4f22bcae6a1be863c947cabfd70e35a03a3d54cd970d332d8daa6c8abfd2103b5fa6250695578e0a7c28ab73b7a79b102c5cff3f8ebb777b75ec3993c8d148f210240d39f786efe7ac804df98d56c43e637244141fdad5643c15c29edcaf26ef18e53ae11780b27010000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d202000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 100, @@ -9529,8 +9541,8 @@ Returns the valid assets "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 10000000000, @@ -9538,16 +9550,16 @@ Returns the valid assets "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727956208, - "last_issuance_block_time": 1727956217, + "first_issuance_block_time": 1728035231, + "last_issuance_block_time": 1728035250, "supply_normalized": "100.00000000" }, { "asset": "MYASSETB", "asset_id": "103804245871", "asset_longname": null, - "issuer": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "owner": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "issuer": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "owner": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "divisible": true, "locked": false, "supply": 100000000000, @@ -9555,16 +9567,16 @@ Returns the valid assets "first_issuance_block_index": 156, "last_issuance_block_index": 156, "confirmed": true, - "first_issuance_block_time": 1727956204, - "last_issuance_block_time": 1727956204, + "first_issuance_block_time": 1728035227, + "last_issuance_block_time": 1728035227, "supply_normalized": "1000.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 100000000000, @@ -9572,16 +9584,16 @@ Returns the valid assets "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727956170, - "last_issuance_block_time": 1727956170, + "first_issuance_block_time": 1728035192, + "last_issuance_block_time": 1728035192, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 40, @@ -9589,16 +9601,16 @@ Returns the valid assets "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727956106, - "last_issuance_block_time": 1727956110, + "first_issuance_block_time": 1728035127, + "last_issuance_block_time": 1728035132, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 19, @@ -9606,8 +9618,8 @@ Returns the valid assets "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727956089, - "last_issuance_block_time": 1727956102, + "first_issuance_block_time": 1728035101, + "last_issuance_block_time": 1728035123, "supply_normalized": "0.00000019" } ], @@ -9635,8 +9647,8 @@ Returns an asset by its name "asset": "FAIRMINTA", "asset_id": "1046814266082", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 10000000000, @@ -9644,8 +9656,8 @@ Returns an asset by its name "first_issuance_block_index": 122, "last_issuance_block_index": 125, "confirmed": true, - "first_issuance_block_time": 1727956050, - "last_issuance_block_time": 1727956063, + "first_issuance_block_time": 1728035063, + "last_issuance_block_time": 1728035076, "supply_normalized": "100.00000000" } } @@ -9676,7 +9688,7 @@ Returns the asset balances { "result": [ { - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -9684,14 +9696,14 @@ Returns the asset balances "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "95.00000000" }, { - "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -9699,7 +9711,7 @@ Returns the asset balances "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -9717,7 +9729,7 @@ Returns the balance of an address and asset + Parameters + asset: `XCP` (str, required) - The asset to return - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -9728,7 +9740,7 @@ Returns the balance of an address and asset ``` { "result": { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -9779,9 +9791,9 @@ Returns the orders of an asset "result": [ { "tx_index": 48, - "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", "block_index": 183, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9796,7 +9808,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727956247, + "block_time": 1728035270, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9822,9 +9834,9 @@ Returns the orders of an asset }, { "tx_index": 50, - "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", "block_index": 187, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -9839,7 +9851,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727956335, + "block_time": 1728035351, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9865,9 +9877,9 @@ Returns the orders of an asset }, { "tx_index": 56, - "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "block_index": 191, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9882,7 +9894,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727956352, + "block_time": 1728035367, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9908,9 +9920,9 @@ Returns the orders of an asset }, { "tx_index": 58, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9925,7 +9937,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727956356, + "block_time": 1728035372, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9951,9 +9963,9 @@ Returns the orders of an asset }, { "tx_index": 51, - "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "block_index": 186, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -9968,7 +9980,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727956331, + "block_time": 1728035347, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -10030,13 +10042,13 @@ Returns the orders of an asset { "result": [ { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 53, - "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", - "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -10050,7 +10062,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727956335, + "block_time": 1728035351, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -10070,13 +10082,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 51, - "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -10090,7 +10102,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727956331, + "block_time": 1728035347, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -10110,13 +10122,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", "tx0_index": 48, - "tx0_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 49, - "tx1_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "tx1_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -10130,7 +10142,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727956247, + "block_time": 1728035270, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -10210,20 +10222,20 @@ Returns the credits of an asset "result": [ { "block_index": 193, - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "sweep", - "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956361, + "block_time": 1728035376, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -10231,20 +10243,20 @@ Returns the credits of an asset }, { "block_index": 125, - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "FAIRMINTA", "quantity": 9000000000, "calling_function": "fairmint", - "event": "e377afe82a85f48d869621a0f71ad183880412855bb0094c4e5f9e7741868049", + "event": "9210b4f91f305545484c9c8ca59e9127f74c44aa87b1f890315fb94f1df57259", "tx_index": 13, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956063, + "block_time": 1728035076, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -10252,20 +10264,20 @@ Returns the credits of an asset }, { "block_index": 124, - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", + "event": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956059, + "block_time": 1728035072, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -10273,20 +10285,20 @@ Returns the credits of an asset }, { "block_index": 124, - "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", + "event": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", "tx_index": 11, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956059, + "block_time": 1728035072, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -10298,16 +10310,16 @@ Returns the credits of an asset "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "escrowed fairmint", - "event": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", + "event": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956059, + "block_time": 1728035072, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -10367,12 +10379,12 @@ Returns the debits of an asset "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -10384,16 +10396,16 @@ Returns the debits of an asset }, { "block_index": 194, - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "quantity": 1, "action": "destroy", - "event": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", + "event": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", "tx_index": 60, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956365, + "block_time": 1728035380, "asset_info": { "divisible": true, "asset_longname": null, @@ -10405,16 +10417,16 @@ Returns the debits of an asset }, { "block_index": 193, - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "XCP", "quantity": 74499387833, "action": "sweep", - "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956361, + "block_time": 1728035376, "asset_info": { "divisible": true, "asset_longname": null, @@ -10426,16 +10438,16 @@ Returns the debits of an asset }, { "block_index": 193, - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "XCP", "quantity": 600000, "action": "sweep fee", - "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956361, + "block_time": 1728035376, "asset_info": { "divisible": true, "asset_longname": null, @@ -10447,16 +10459,16 @@ Returns the debits of an asset }, { "block_index": 192, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "event": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956356, + "block_time": 1728035372, "asset_info": { "divisible": true, "asset_longname": null, @@ -10496,20 +10508,20 @@ Returns the dividends of an asset "result": [ { "tx_index": 41, - "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "block_index": 154, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727956195, + "block_time": 1728035218, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -10553,14 +10565,14 @@ Returns the issuances of an asset "result": [ { "tx_index": 13, - "tx_hash": "e377afe82a85f48d869621a0f71ad183880412855bb0094c4e5f9e7741868049", + "tx_hash": "9210b4f91f305545484c9c8ca59e9127f74c44aa87b1f890315fb94f1df57259", "msg_index": 0, "block_index": 125, "asset": "FAIRMINTA", "quantity": 9000000000, "divisible": true, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -10575,20 +10587,20 @@ Returns the issuances of an asset "fair_minting": false, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727956063, + "block_time": 1728035076, "quantity_normalized": "90.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 12, - "tx_hash": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", + "tx_hash": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", "msg_index": 0, "block_index": 124, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -10603,20 +10615,20 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727956059, + "block_time": 1728035072, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 11, - "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", + "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", "msg_index": 0, "block_index": 123, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -10631,20 +10643,20 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727956055, + "block_time": 1728035067, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 10, - "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "msg_index": 0, "block_index": 122, "asset": "FAIRMINTA", "quantity": 0, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -10659,7 +10671,7 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "open_fairminter", "confirmed": true, - "block_time": 1727956050, + "block_time": 1728035063, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -10693,10 +10705,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "result": [ { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10704,7 +10716,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -10717,10 +10729,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "quantity": 10, "status": "valid", @@ -10728,7 +10740,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "divisible": true, "asset_longname": null, @@ -10741,10 +10753,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 54, - "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c", + "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653", "block_index": 188, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "quantity": 10000, "status": "valid", @@ -10752,7 +10764,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956339, + "block_time": 1728035356, "asset_info": { "divisible": true, "asset_longname": null, @@ -10765,10 +10777,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 43, - "tx_hash": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f", + "tx_hash": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497", "block_index": 156, - "source": "1e095bb77ba3cf748ba6f4ce4e695083727d48d3262c58323bc9495f8cd6d08f:0", - "destination": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "source": "322073f3af87c56ddbd39d52e63940207b54d27fba6f191bc8128203083424eb:0", + "destination": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10776,7 +10788,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956204, + "block_time": 1728035227, "asset_info": { "divisible": true, "asset_longname": null, @@ -10789,10 +10801,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 42, - "tx_hash": "1e095bb77ba3cf748ba6f4ce4e695083727d48d3262c58323bc9495f8cd6d08f", + "tx_hash": "322073f3af87c56ddbd39d52e63940207b54d27fba6f191bc8128203083424eb", "block_index": 155, - "source": "19fccbc2ef30f1ff85bfe88efbbe3a972c27636326d43d9ed83a96a95bf9436a:0", - "destination": "1e095bb77ba3cf748ba6f4ce4e695083727d48d3262c58323bc9495f8cd6d08f:0", + "source": "7b3c93737c08a68b45cc9af91556281b85d52851b6a84c3e345087f3c63d2b51:0", + "destination": "322073f3af87c56ddbd39d52e63940207b54d27fba6f191bc8128203083424eb:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10800,7 +10812,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956200, + "block_time": 1728035222, "asset_info": { "divisible": true, "asset_longname": null, @@ -10851,9 +10863,9 @@ Returns the dispensers of an asset "result": [ { "tx_index": 26, - "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10862,7 +10874,7 @@ Returns the dispensers of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10872,7 +10884,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -10888,9 +10900,9 @@ Returns the dispensers of an asset }, { "tx_index": 29, - "tx_hash": "546a4f87092b07e0d11a5802b9acee1176f1c45bcc7b6d14b7edaaf6b53d7c4d", + "tx_hash": "6a4e0c1cedffcffcc2419087aab2d67fe9653ec07ea37dc2ca3f0a86fa6c178f", "block_index": 142, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10899,7 +10911,7 @@ Returns the dispensers of an asset "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "origin": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -10909,7 +10921,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956145, + "block_time": 1728035157, "asset_info": { "divisible": true, "asset_longname": null, @@ -10925,9 +10937,9 @@ Returns the dispensers of an asset }, { "tx_index": 30, - "tx_hash": "6364c76b3165808d4f9ef5e17405666e1744395605921a4b68a067a6e83b5369", + "tx_hash": "350f2ee2a418aa9a7804fef45ba786f51194c1882e5ed31a9bdbcd0db5cd9e26", "block_index": 150, - "source": "mxLiD5ZrjNcBWy92B6coJHsbhp8asgskNZ", + "source": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -10935,10 +10947,10 @@ Returns the dispensers of an asset "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "8ad06903dd2cca29b4816107f540832d9a94302c10ff326b8711b93b219963c6", - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "last_status_tx_hash": "d9b07046ced1d385f141bc6bc36b0a3a5d458aaf2c22c75305847ee38de3299a", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 0, - "last_status_tx_source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "last_status_tx_source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -10946,7 +10958,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956179, + "block_time": 1728035201, "asset_info": { "divisible": true, "asset_longname": null, @@ -10962,18 +10974,18 @@ Returns the dispensers of an asset }, { "tx_index": 33, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10983,7 +10995,7 @@ Returns the dispensers of an asset "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -11008,7 +11020,7 @@ Returns the dispensers of an asset Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - The address to return + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -11021,9 +11033,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -11032,7 +11044,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11042,7 +11054,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -11092,7 +11104,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -11100,7 +11112,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "quantity": 500000000, "escrow": null, "cursor_id": "balances_13", @@ -11109,7 +11121,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -11117,7 +11129,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "quantity": 0, "escrow": null, "cursor_id": "balances_14", @@ -11126,7 +11138,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -11134,7 +11146,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "quantity": 9500000000, "escrow": null, "cursor_id": "balances_15", @@ -11143,7 +11155,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -11180,27 +11192,27 @@ Returns the dispenses of an asset { "tx_index": 61, "dispense_index": 0, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11215,7 +11227,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -11229,27 +11241,27 @@ Returns the dispenses of an asset { "tx_index": 34, "dispense_index": 0, - "tx_hash": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90", + "tx_hash": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16", "block_index": 147, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "destination": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11264,7 +11276,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727956166, + "block_time": 1728035188, "asset_info": { "divisible": true, "asset_longname": null, @@ -11278,19 +11290,19 @@ Returns the dispenses of an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", + "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -11298,7 +11310,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11313,7 +11325,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -11327,19 +11339,19 @@ Returns the dispenses of an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", "block_index": 140, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -11347,7 +11359,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11362,7 +11374,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956126, + "block_time": 1728035149, "asset_info": { "divisible": true, "asset_longname": null, @@ -11405,8 +11417,8 @@ Returns asset subassets "asset": "A95428959745315388", "asset_id": "95428959745315388", "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 0, @@ -11414,8 +11426,8 @@ Returns asset subassets "first_issuance_block_index": 158, "last_issuance_block_index": 158, "confirmed": true, - "first_issuance_block_time": 1727956213, - "last_issuance_block_time": 1727956213, + "first_issuance_block_time": 1728035245, + "last_issuance_block_time": 1728035245, "supply_normalized": "0.00000000" } ], @@ -11447,10 +11459,10 @@ Returns the fairminter by its asset { "result": [ { - "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "tx_index": 10, "block_index": 125, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -11475,7 +11487,7 @@ Returns the fairminter by its asset "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956063 + "block_time": 1728035076 } ], "next_cursor": null, @@ -11506,64 +11518,64 @@ Returns the mints by asset { "result": [ { - "tx_hash": "e377afe82a85f48d869621a0f71ad183880412855bb0094c4e5f9e7741868049", + "tx_hash": "9210b4f91f305545484c9c8ca59e9127f74c44aa87b1f890315fb94f1df57259", "tx_index": 13, "block_index": 125, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", - "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "asset": "FAIRMINTA", "earn_quantity": 9000000000, "paid_quantity": 9000000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956063, + "block_time": 1728035076, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, { - "tx_hash": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", + "tx_hash": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", "tx_index": 12, "block_index": 124, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", - "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956059, + "block_time": 1728035072, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, { - "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", + "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", "tx_index": 11, "block_index": 123, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956055, + "block_time": 1728035067, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } @@ -11579,7 +11591,7 @@ Returns the mints by asset Returns the mints by address and asset + Parameters - + address: `bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3` (str, required) - The address of the mints to return + + address: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address of the mints to return + asset: `FAIRMINTA` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -11598,22 +11610,22 @@ Returns the mints by address and asset { "result": [ { - "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", + "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", "tx_index": 11, "block_index": 123, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956055, + "block_time": 1728035067, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } @@ -11659,9 +11671,9 @@ Returns all the orders "result": [ { "tx_index": 48, - "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", "block_index": 183, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11676,7 +11688,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727956247, + "block_time": 1728035270, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11702,9 +11714,9 @@ Returns all the orders }, { "tx_index": 51, - "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "block_index": 186, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -11719,7 +11731,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727956331, + "block_time": 1728035347, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11745,9 +11757,9 @@ Returns all the orders }, { "tx_index": 50, - "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", "block_index": 187, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -11762,7 +11774,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727956335, + "block_time": 1728035351, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11788,9 +11800,9 @@ Returns all the orders }, { "tx_index": 53, - "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "block_index": 187, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -11805,7 +11817,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727956335, + "block_time": 1728035351, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11831,9 +11843,9 @@ Returns all the orders }, { "tx_index": 56, - "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "block_index": 191, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11848,7 +11860,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727956352, + "block_time": 1728035367, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11883,7 +11895,7 @@ Returns all the orders Returns the information of an order + Parameters - + order_hash: `70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0` (str, required) - The hash of the transaction that created the order + + order_hash: `96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1` (str, required) - The hash of the transaction that created the order + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -11895,9 +11907,9 @@ Returns the information of an order { "result": { "tx_index": 58, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11912,7 +11924,7 @@ Returns the information of an order "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727956356, + "block_time": 1728035372, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11944,7 +11956,7 @@ Returns the information of an order Returns the order matches of an order + Parameters - + order_hash: `9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4` (str, required) - The hash of the transaction that created the order + + order_hash: `3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1` (str, required) - The hash of the transaction that created the order + status (enum[str], optional) - The status of the order matches to return + Default: `all` + Members @@ -11971,13 +11983,13 @@ Returns the order matches of an order { "result": [ { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 53, - "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", - "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -11991,7 +12003,7 @@ Returns the order matches of an order "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727956335, + "block_time": 1728035351, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12011,13 +12023,13 @@ Returns the order matches of an order "fee_paid_normalized": "0.00000000" }, { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 51, - "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12031,7 +12043,7 @@ Returns the order matches of an order "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727956331, + "block_time": 1728035347, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12061,7 +12073,7 @@ Returns the order matches of an order Returns the BTC pays of an order + Parameters - + order_hash: `9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4` (str, required) - The hash of the transaction that created the order + + order_hash: `3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1` (str, required) - The hash of the transaction that created the order + cursor (str, optional) - The last index of the resolutions to return + Default: `None` + limit: `5` (int, optional) - The maximum number of resolutions to return @@ -12080,15 +12092,15 @@ Returns the BTC pays of an order "result": [ { "tx_index": 52, - "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", + "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", "block_index": 186, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "btc_amount": 2000, - "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "status": "valid", "confirmed": true, - "block_time": 1727956331, + "block_time": 1728035347, "btc_amount_normalized": "0.00002000" } ], @@ -12132,9 +12144,9 @@ Returns the orders to exchange two assets "result": [ { "tx_index": 51, - "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "block_index": 186, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -12152,7 +12164,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727956331, + "block_time": 1728035347, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12178,9 +12190,9 @@ Returns the orders to exchange two assets }, { "tx_index": 53, - "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "block_index": 187, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -12198,7 +12210,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727956335, + "block_time": 1728035351, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12224,9 +12236,9 @@ Returns the orders to exchange two assets }, { "tx_index": 48, - "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", "block_index": 183, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12244,7 +12256,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727956247, + "block_time": 1728035270, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12270,9 +12282,9 @@ Returns the orders to exchange two assets }, { "tx_index": 50, - "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", "block_index": 187, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -12290,7 +12302,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727956335, + "block_time": 1728035351, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12316,9 +12328,9 @@ Returns the orders to exchange two assets }, { "tx_index": 56, - "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "block_index": 191, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12336,7 +12348,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727956352, + "block_time": 1728035367, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12399,13 +12411,13 @@ Returns the orders to exchange two assets { "result": [ { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 53, - "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", - "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12422,7 +12434,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727956335, + "block_time": 1728035351, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12442,13 +12454,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 51, - "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12465,7 +12477,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727956331, + "block_time": 1728035347, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12485,13 +12497,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", "tx0_index": 48, - "tx0_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 49, - "tx1_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "tx1_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12508,7 +12520,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727956247, + "block_time": 1728035270, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12566,13 +12578,13 @@ Returns all the order matches { "result": [ { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 53, - "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", - "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12586,7 +12598,7 @@ Returns all the order matches "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727956335, + "block_time": 1728035351, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12606,13 +12618,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 51, - "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12626,7 +12638,7 @@ Returns all the order matches "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727956331, + "block_time": 1728035347, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12646,13 +12658,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", "tx0_index": 48, - "tx0_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 49, - "tx1_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "tx1_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12666,7 +12678,7 @@ Returns all the order matches "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727956247, + "block_time": 1728035270, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12834,66 +12846,66 @@ Returns the burns "result": [ { "tx_index": 9, - "tx_hash": "5d84ddc320cb2eafee0774b2523b713b035a0aefe95ab1b243729b20bbec6db7", + "tx_hash": "c7b48a062f3601432e47e73a3941a9afaeaf0b4800ca5169808b5b13768456da", "block_index": 121, - "source": "bcrt1qvy7df9mk46kg5f4j9ze3gq6uqadfc0mykxrtt2", + "source": "bcrt1qjyy0eryelnk2mewnkg0uw8kp594qvd356tp6f2", "burned": 50000000, "earned": 74999996667, "status": "valid", "confirmed": true, - "block_time": 1727956046, + "block_time": 1728035058, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 8, - "tx_hash": "d5b2a6622f525b6b9925fb0939baa41c53356dba5f6e79270c15e47a0e5e083b", + "tx_hash": "baf794cf6c3e7e9bbc40dfa1454b9a6e7c1a956646a1fbec0c80a370c3bc9fa2", "block_index": 120, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "burned": 50000000, "earned": 74999996833, "status": "valid", "confirmed": true, - "block_time": 1727956042, + "block_time": 1728035054, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 7, - "tx_hash": "98c1a7bee48c23c01f0c40b7342ed686cc90072df4dd21ba4a9d3efd2f347f32", + "tx_hash": "d16a231c0ffdabe0eaa8e398443275880e82e962c7be88541acae4c856f1c3c0", "block_index": 119, - "source": "bcrt1qqewsfu2jpdewtl9s4ztzdrrpxvskf4fauratev", + "source": "bcrt1qhpq0xvquagy2x3ywua7vl6fdj2q6w86ck90q8y", "burned": 50000000, "earned": 74999997000, "status": "valid", "confirmed": true, - "block_time": 1727956038, + "block_time": 1728035049, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 6, - "tx_hash": "a1715fa51f706af779ceb9859c5d1bb79121b793ca01846ed3836c7b7145a49b", + "tx_hash": "5a8c6a7c0712eea827d8cd02b7951df7b8da3982a463999971f94464e854215d", "block_index": 118, - "source": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", + "source": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", "burned": 50000000, "earned": 74999997167, "status": "valid", "confirmed": true, - "block_time": 1727956034, + "block_time": 1728035045, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 5, - "tx_hash": "eaf1bd1bca1d86a3c184ffee2e10eef65fe4ae7aced4e3363388ee8507fafb6a", + "tx_hash": "5f8b19d291768728471e125831fd09f6a8cfbcf37a9ddb1cd5860035d3bfa7b6", "block_index": 117, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "burned": 50000000, "earned": 74999997333, "status": "valid", "confirmed": true, - "block_time": 1727956029, + "block_time": 1728035041, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" } @@ -12938,9 +12950,9 @@ Returns all dispensers "result": [ { "tx_index": 26, - "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12949,7 +12961,7 @@ Returns all dispensers "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12959,7 +12971,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -12975,9 +12987,9 @@ Returns all dispensers }, { "tx_index": 29, - "tx_hash": "546a4f87092b07e0d11a5802b9acee1176f1c45bcc7b6d14b7edaaf6b53d7c4d", + "tx_hash": "6a4e0c1cedffcffcc2419087aab2d67fe9653ec07ea37dc2ca3f0a86fa6c178f", "block_index": 142, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12986,7 +12998,7 @@ Returns all dispensers "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "origin": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -12996,7 +13008,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956145, + "block_time": 1728035157, "asset_info": { "divisible": true, "asset_longname": null, @@ -13012,9 +13024,9 @@ Returns all dispensers }, { "tx_index": 30, - "tx_hash": "6364c76b3165808d4f9ef5e17405666e1744395605921a4b68a067a6e83b5369", + "tx_hash": "350f2ee2a418aa9a7804fef45ba786f51194c1882e5ed31a9bdbcd0db5cd9e26", "block_index": 150, - "source": "mxLiD5ZrjNcBWy92B6coJHsbhp8asgskNZ", + "source": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -13022,10 +13034,10 @@ Returns all dispensers "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "8ad06903dd2cca29b4816107f540832d9a94302c10ff326b8711b93b219963c6", - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "last_status_tx_hash": "d9b07046ced1d385f141bc6bc36b0a3a5d458aaf2c22c75305847ee38de3299a", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 0, - "last_status_tx_source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "last_status_tx_source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -13033,7 +13045,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956179, + "block_time": 1728035201, "asset_info": { "divisible": true, "asset_longname": null, @@ -13049,18 +13061,18 @@ Returns all dispensers }, { "tx_index": 33, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13070,7 +13082,7 @@ Returns all dispensers "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -13095,7 +13107,7 @@ Returns all dispensers Returns the dispenser information by tx_hash + Parameters - + dispenser_hash: `88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45` (str, required) - The hash of the dispenser to return + + dispenser_hash: `5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824` (str, required) - The hash of the dispenser to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -13107,9 +13119,9 @@ Returns the dispenser information by tx_hash { "result": { "tx_index": 26, - "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -13118,7 +13130,7 @@ Returns the dispenser information by tx_hash "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13128,7 +13140,7 @@ Returns the dispenser information by tx_hash "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -13150,7 +13162,7 @@ Returns the dispenser information by tx_hash Returns the dispenses of a dispenser + Parameters - + dispenser_hash: `88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45` (str, required) - The hash of the dispenser to return + + dispenser_hash: `5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824` (str, required) - The hash of the dispenser to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -13170,19 +13182,19 @@ Returns the dispenses of a dispenser { "tx_index": 28, "dispense_index": 0, - "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", + "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13190,7 +13202,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13205,7 +13217,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -13219,19 +13231,19 @@ Returns the dispenses of a dispenser { "tx_index": 27, "dispense_index": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", "block_index": 140, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13239,7 +13251,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13254,7 +13266,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956126, + "block_time": 1728035149, "asset_info": { "divisible": true, "asset_longname": null, @@ -13296,20 +13308,20 @@ Returns all the dividends "result": [ { "tx_index": 41, - "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "block_index": 154, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727956195, + "block_time": 1728035218, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -13334,7 +13346,7 @@ Returns all the dividends Returns a dividend by its hash + Parameters - + dividend_hash: `1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3` (str, required) - The hash of the dividend to return + + dividend_hash: `5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf` (str, required) - The hash of the dividend to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -13346,20 +13358,20 @@ Returns a dividend by its hash { "result": { "tx_index": 41, - "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "block_index": 154, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727956195, + "block_time": 1728035218, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -13381,7 +13393,7 @@ Returns a dividend by its hash Returns a dividend distribution by its hash + Parameters - + dividend_hash: `1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3` (str, required) - The hash of the dividend distribution to return + + dividend_hash: `5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf` (str, required) - The hash of the dividend distribution to return + cursor (str, optional) - The last index of the credit to return + Default: `None` + limit: `5` (int, optional) - The maximum number of credit to return @@ -13404,12 +13416,12 @@ Returns a dividend distribution by its hash "asset": "XCP", "quantity": 1500000000, "calling_function": "dividend", - "event": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "event": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "tx_index": 41, - "utxo": "19fccbc2ef30f1ff85bfe88efbbe3a972c27636326d43d9ed83a96a95bf9436a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "utxo": "7b3c93737c08a68b45cc9af91556281b85d52851b6a84c3e345087f3c63d2b51:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "confirmed": true, - "block_time": 1727956195, + "block_time": 1728035218, "asset_info": { "divisible": true, "asset_longname": null, @@ -13421,16 +13433,16 @@ Returns a dividend distribution by its hash }, { "block_index": 154, - "address": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", + "address": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", "asset": "XCP", "quantity": 500000000, "calling_function": "dividend", - "event": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "event": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "tx_index": 41, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956195, + "block_time": 1728035218, "asset_info": { "divisible": true, "asset_longname": null, @@ -13476,27 +13488,27 @@ Returns all events "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", - "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", + "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", + "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", "transaction_count": 1, - "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", - "block_time": 1727956374 + "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", + "block_time": 1728035390 }, "tx_hash": null, "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61 }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 554, @@ -13505,14 +13517,14 @@ Returns all events "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -13523,9 +13535,9 @@ Returns all events "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 553, @@ -13534,9 +13546,9 @@ Returns all events "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": 0, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "asset_info": { "divisible": true, "asset_longname": null, @@ -13546,24 +13558,24 @@ Returns all events }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -13573,9 +13585,9 @@ Returns all events }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 551, @@ -13603,15 +13615,15 @@ Returns the event of an index "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", - "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", + "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", + "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", "transaction_count": 1, - "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", - "block_time": 1727956374 + "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", + "block_time": 1728035390 }, "tx_hash": null, "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } } ``` @@ -13689,16 +13701,16 @@ Returns the events filtered by event name "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -13708,9 +13720,9 @@ Returns the events filtered by event name }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 550, @@ -13720,12 +13732,12 @@ Returns the events filtered by event name "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -13735,9 +13747,9 @@ Returns the events filtered by event name }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 547, @@ -13747,39 +13759,39 @@ Returns the events filtered by event name "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 533, "event": "CREDIT", "params": { - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "block_index": 193, "calling_function": "sweep", - "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "quantity": 74499387833, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727956361, + "block_time": 1728035376, "asset_info": { "divisible": true, "asset_longname": null, @@ -13789,36 +13801,36 @@ Returns the events filtered by event name }, "quantity_normalized": "744.99388000" }, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "block_time": 1727956361 + "block_time": 1728035376 }, { "event_index": 531, "event": "CREDIT", "params": { - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "MYASSETA", "block_index": 193, "calling_function": "sweep", - "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "quantity": 10, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727956361, + "block_time": 1728035376, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "block_time": 1727956361 + "block_time": 1728035376 } ], "next_cursor": 529, @@ -13874,27 +13886,27 @@ Returns all the dispenses { "tx_index": 61, "dispense_index": 0, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13909,7 +13921,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -13923,27 +13935,27 @@ Returns all the dispenses { "tx_index": 34, "dispense_index": 0, - "tx_hash": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90", + "tx_hash": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16", "block_index": 147, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "destination": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13958,7 +13970,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727956166, + "block_time": 1728035188, "asset_info": { "divisible": true, "asset_longname": null, @@ -13972,19 +13984,19 @@ Returns all the dispenses { "tx_index": 28, "dispense_index": 0, - "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", + "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13992,7 +14004,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -14007,7 +14019,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -14021,19 +14033,19 @@ Returns all the dispenses { "tx_index": 27, "dispense_index": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", "block_index": 140, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -14041,7 +14053,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -14056,7 +14068,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956126, + "block_time": 1728035149, "asset_info": { "divisible": true, "asset_longname": null, @@ -14098,10 +14110,10 @@ Returns all the sends include Enhanced and MPMA sends "result": [ { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -14109,7 +14121,7 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -14122,10 +14134,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -14133,11 +14145,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -14146,10 +14158,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "quantity": 10, "status": "valid", @@ -14157,7 +14169,7 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "divisible": true, "asset_longname": null, @@ -14170,10 +14182,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -14181,11 +14193,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -14194,10 +14206,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -14205,11 +14217,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -14247,14 +14259,14 @@ Returns all the issuances "result": [ { "tx_index": 47, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -14269,20 +14281,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956221, + "block_time": 1728035254, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "fbd3d802cdb8e69956e859f903a86599a0d829214e43c873ff6af0559b209ee0", + "tx_hash": "289069ac10783fd0cbd1f0bfbb879313bb0f9cf2838de4991ed424a5505d8560", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -14297,20 +14309,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727956217, + "block_time": 1728035250, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "ec3fb52343e36c3dfb7bd1964eeb7e11d8cdfc5de575f9ddd113c6299cf67184", + "tx_hash": "384f20bde353e69fbdd357f921d6cef8b1e174f1f69fc90444aef02cc626f2f1", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -14325,20 +14337,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956213, + "block_time": 1728035245, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "b3044c04583b0eb94ca9966a718d3d7c0a5bfe40d25f52ca4db56209a7e0f48d", + "tx_hash": "25e1fc17a0f4d328bf59dc0e2a912a1d8d235a16599a1d7ea05c778722716d91", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -14353,20 +14365,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956208, + "block_time": 1728035231, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 43, - "tx_hash": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f", + "tx_hash": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497", "msg_index": 0, "block_index": 156, "asset": "MYASSETB", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "issuer": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "issuer": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "transfer": false, "callable": false, "call_date": 0, @@ -14381,7 +14393,7 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956204, + "block_time": 1728035227, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -14396,7 +14408,7 @@ Returns all the issuances Returns the issuances of a block + Parameters - + tx_hash: `83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc` (str, required) - The hash of the transaction to return + + tx_hash: `b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14408,14 +14420,14 @@ Returns the issuances of a block { "result": { "tx_index": 47, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -14430,7 +14442,7 @@ Returns the issuances of a block "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956221, + "block_time": 1728035254, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -14462,16 +14474,16 @@ Returns all sweeps "result": [ { "tx_index": 59, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727956361, + "block_time": 1728035376, "fee_paid_normalized": "0.00600000" } ], @@ -14485,7 +14497,7 @@ Returns all sweeps Returns the sweeps of a transaction + Parameters - + tx_hash: `7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1` (str, required) - The hash of the transaction to return + + tx_hash: `0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14498,16 +14510,16 @@ Returns the sweeps of a transaction "result": [ { "tx_index": 59, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727956361, + "block_time": 1728035376, "fee_paid_normalized": "0.00600000" } ], @@ -14541,9 +14553,9 @@ Returns all valid broadcasts "result": [ { "tx_index": 25, - "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", + "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", "block_index": 138, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -14551,14 +14563,14 @@ Returns all valid broadcasts "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727956119, + "block_time": 1728035140, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "d475cdd8333c73e7ebd7853362cf9bde121f98dfe82e97084a96358adaacfa28", + "tx_hash": "f41f652d2d2c80753bdffc256a40eaf76bd3475df008f9b60ab528e923d3e86f", "block_index": 137, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -14566,7 +14578,7 @@ Returns all valid broadcasts "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727956114, + "block_time": 1728035136, "fee_fraction_int_normalized": "0.00000000" } ], @@ -14580,7 +14592,7 @@ Returns all valid broadcasts Returns the broadcast of a transaction + Parameters - + tx_hash: `99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7` (str, required) - The hash of the transaction to return + + tx_hash: `9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14592,9 +14604,9 @@ Returns the broadcast of a transaction { "result": { "tx_index": 25, - "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", + "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", "block_index": 138, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -14602,7 +14614,7 @@ Returns the broadcast of a transaction "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727956119, + "block_time": 1728035140, "fee_fraction_int_normalized": "0.00000000" } } @@ -14632,10 +14644,10 @@ Returns all fairminters { "result": [ { - "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", + "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", "tx_index": 22, "block_index": 135, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -14660,13 +14672,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956106 + "block_time": 1728035127 }, { - "tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", + "tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", "tx_index": 18, "block_index": 131, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -14691,13 +14703,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956089 + "block_time": 1728035101 }, { - "tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d", + "tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1", "tx_index": 14, "block_index": 130, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -14722,13 +14734,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956085 + "block_time": 1728035097 }, { - "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "tx_index": 10, "block_index": 125, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -14753,7 +14765,7 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956063 + "block_time": 1728035076 } ], "next_cursor": null, @@ -14796,7 +14808,7 @@ Returns the mints by fairminter Returns a list of unspent outputs for a list of addresses + Parameters - + addresses: `bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l,bcrt1qqewsfu2jpdewtl9s4ztzdrrpxvskf4fauratev` (str, required) - The addresses to search for + + addresses: `bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y,bcrt1qhpq0xvquagy2x3ywua7vl6fdj2q6w86ck90q8y` (str, required) - The addresses to search for + unconfirmed (bool, optional) - Include unconfirmed transactions + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14815,8 +14827,8 @@ Returns a list of unspent outputs for a list of addresses "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90", - "address": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l" + "txid": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16", + "address": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y" }, { "vout": 2, @@ -14824,8 +14836,8 @@ Returns a list of unspent outputs for a list of addresses "value": 100000, "confirmations": 40, "amount": 0.001, - "txid": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f", - "address": "bcrt1qqewsfu2jpdewtl9s4ztzdrrpxvskf4fauratev" + "txid": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497", + "address": "bcrt1qhpq0xvquagy2x3ywua7vl6fdj2q6w86ck90q8y" } ], "next_cursor": null, @@ -14838,7 +14850,7 @@ Returns a list of unspent outputs for a list of addresses Returns all transactions involving a given address + Parameters - + address: `bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj` (str, required) - The address to search for + + address: `bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t` (str, required) - The address to search for + unconfirmed: `True` (bool, optional) - Include unconfirmed transactions + Default: `True` + only_tx_hashes: `True` (bool, optional) - Return only the tx hashes @@ -14854,28 +14866,28 @@ Returns all transactions involving a given address { "result": [ { - "tx_hash": "6b62375f44dda382bd2c1b33a2e419e08d72eb18da2ea6e5e4f29c9eb167e24e" + "tx_hash": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122" }, { - "tx_hash": "979c127a61d3a50650f5fed92563d3ef4efebac3022c9b4227929a81217e0e6d" + "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653" }, { - "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c" + "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f" }, { - "tx_hash": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af" + "tx_hash": "5c6270168a921c770fc53c95ea630631fde943e84f32d6e1aec7973d7733be87" }, { - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1" + "tx_hash": "8a90f46572a7bc30f106b132505e3514bee896814b39606d8a624e30c7c7b195" }, { - "tx_hash": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed" + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7" }, { - "tx_hash": "e812a1bf9cd965c52a29463d64b03f2394c85d8182f114f24254c38592577ef6" + "tx_hash": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1" }, { - "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7" + "tx_hash": "06640cc02a5a8663370b2b0bfdabb6b283957bf19d2fd52c0b8ca6d3c0831cec" } ], "next_cursor": null, @@ -14888,7 +14900,7 @@ Returns all transactions involving a given address Get the oldest transaction for an address. + Parameters - + address: `bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks` (str, required) - The address to search for. + + address: `bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9` (str, required) - The address to search for. + block_index (int, optional) - The block index to search from. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14901,8 +14913,8 @@ Get the oldest transaction for an address. ``` { "result": { - "block_index": 1, - "tx_hash": "8502870597f918463163a8d19049c3e9f6e3af425acba94efd672ac381f83885" + "block_index": 10, + "tx_hash": "a26bf2aa7d915b100dabf118e94c67dbfc7a9bb1b5f8f1280404962d73ebaa34" } } ``` @@ -14912,7 +14924,7 @@ Get the oldest transaction for an address. Returns a list of unspent outputs for a specific address + Parameters - + address: `bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l` (str, required) - The address to search for + + address: `bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y` (str, required) - The address to search for + unconfirmed (bool, optional) - Include unconfirmed transactions + Default: `False` + unspent_tx_hash (str, optional) - Filter by unspent_tx_hash @@ -14933,7 +14945,7 @@ Returns a list of unspent outputs for a specific address "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90" + "txid": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16" } ], "next_cursor": null, @@ -14946,7 +14958,7 @@ Returns a list of unspent outputs for a specific address Get pubkey for an address. + Parameters - + address: `bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3` (str, required) - Address to get pubkey for. + + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - Address to get pubkey for. + provided_pubkeys (str, optional) - Comma separated list of provided pubkeys. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14958,7 +14970,7 @@ Get pubkey for an address. ``` { - "result": "026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f" + "result": "039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c" } ``` @@ -14967,7 +14979,7 @@ Get pubkey for an address. Get a transaction from the blockchain + Parameters - + tx_hash: `7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a` (str, required) - The transaction hash + + tx_hash: `6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34` (str, required) - The transaction hash + format: `hex` (str, optional) - Whether to return JSON output or raw hex + Default: `json` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14979,7 +14991,7 @@ Get a transaction from the blockchain ``` { - "result": "020000000001012f47713db1801ea559606f1124873759a7225d6498eeedff75088c62e2f91bb90100000000ffffffff03e8030000000000001600144dbad23f47531daf37d441cbd99a86a5cfb7251f00000000000000000c6a0a3be374079a0fb95bf138dced082701000000160014649df9344ebfe6815a1b4a03d6cc03745ac2f0bb02473044022061eaa062c6bd3cd945c5365272617f6f3bd2fb3fc2bc52618104d9299249f14f02205b318b2e913d4ddf2edc6f799d957e5ab60f7e49933f8e58302dc26484aa32b00121032c40c37a8296cdf0c61d796b1ac672b3059a74bb0882f0323869d4c26110f72500000000" + "result": "0200000000010197f4bbaebac5c4bb208ad14cb377ea4b9758b9d15dc25e2ae0972a0e7b076b170100000000ffffffff03e8030000000000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d200000000000000000c6a0ab0f4c5d51f470e7600d2dced0827010000001600149246af7d5043d6ff77a4f14f3d01b7710066e84f024730440220091e986d6c6d3d483b043c701787fff6d7ee91240aa06608a87c9f0d8e97672202200f4287af3403ae872096ae7ad7de08f2ca15d98f226bd15dbe2c4b5640fa9edf012103b294b13da2a45e6b21d003c9da606ead319b9c327970993a14bcd05cf483eafa00000000" } ``` @@ -15074,27 +15086,27 @@ Returns all mempool events { "result": [ { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62 }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "memo": null, "quantity": 10000, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "status": "valid", - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62, "asset_info": { "divisible": true, @@ -15105,22 +15117,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "CREDIT", "params": { - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -15130,22 +15142,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "block_index": 195, - "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -15155,30 +15167,30 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727956378.8632336, + "block_time": 1728035394.2916615, "btc_amount": 0, - "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", + "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", "destination": "", "fee": 10000, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62, - "utxos_info": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e:1", + "utxos_info": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "memo": null, "asset_info": { "divisible": true, @@ -15192,7 +15204,7 @@ Returns all mempool events }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 } ], "next_cursor": null, @@ -15223,19 +15235,19 @@ Returns the mempool events filtered by event name { "result": [ { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "CREDIT", "params": { - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -15245,7 +15257,7 @@ Returns the mempool events filtered by event name }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 } ], "next_cursor": null, @@ -15258,7 +15270,7 @@ Returns the mempool events filtered by event name Returns the mempool events filtered by transaction hash + Parameters - + tx_hash: `a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e` (str, required) - The hash of the transaction to return + + tx_hash: `d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor (str, optional) - The last event index to return @@ -15278,27 +15290,27 @@ Returns the mempool events filtered by transaction hash { "result": [ { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62 }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "memo": null, "quantity": 10000, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "status": "valid", - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62, "asset_info": { "divisible": true, @@ -15309,22 +15321,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "CREDIT", "params": { - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -15334,22 +15346,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "block_index": 195, - "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -15359,30 +15371,30 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727956378.8632336, + "block_time": 1728035394.2916615, "btc_amount": 0, - "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", + "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", "destination": "", "fee": 10000, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62, - "utxos_info": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e:1", + "utxos_info": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "memo": null, "asset_info": { "divisible": true, @@ -15396,7 +15408,7 @@ Returns the mempool events filtered by transaction hash }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 } ], "next_cursor": null, diff --git a/counterparty-core/counterpartycore/test/conftest.py b/counterparty-core/counterpartycore/test/conftest.py index f3c02d7031..f8cfa461f7 100644 --- a/counterparty-core/counterpartycore/test/conftest.py +++ b/counterparty-core/counterpartycore/test/conftest.py @@ -166,6 +166,8 @@ def pytest_generate_tests(metafunc): metafunc.parametrize("skip", [not metafunc.config.getoption("comparehashes")]) elif metafunc.function.__name__ == "test_mainnet_api_db": metafunc.parametrize("skip", [not metafunc.config.getoption("testapidb")]) + elif metafunc.function.__name__ == "test_mainnet_healthz": + metafunc.parametrize("skip", [not metafunc.config.getoption("testapidb")]) def pytest_addoption(parser): diff --git a/counterparty-core/counterpartycore/test/mainnet_test.py b/counterparty-core/counterpartycore/test/mainnet_test.py index 56127ae6b6..8cab18f12b 100644 --- a/counterparty-core/counterpartycore/test/mainnet_test.py +++ b/counterparty-core/counterpartycore/test/mainnet_test.py @@ -14,9 +14,9 @@ # [server_url, api_version, server_version] CHECK_SERVERS = [ ["http://rpc:rpc@api1.counterparty.io:4000", "v1", "v9.61.1"], - ["https://api.counterparty.io:4000", "v2", "v10.4.1"], - ["https://dev.counterparty.io:4000", "v2", "v10.4.1"], - ["https://api.counterparty.info", "v2", "v10.4.1"], + ["https://api.counterparty.io:4000", "v2", "v10.4.2"], + ["https://dev.counterparty.io:4000", "v2", "v10.4.2"], + ["https://api.counterparty.info", "v2", "v10.4.2"], ["http://rpc:1234@public.coindaddy.io:4000", "v1", "v9.61.3"], ["https://api.xcp.dev/v9_61/", "xcpdev", "v9.61.3"], ["https://api.xcp.dev/v10_1/", "xcpdev", "v10.1.2.CNTRPRTY"], @@ -206,3 +206,14 @@ def test_mainnet_api_db(skip): print(api_order, ledger_order) i += 1 print(f"Checked {i} balances") + + +def test_mainnet_healthz(skip): + if skip: + pytest.skip("Skipping healthz test.") + return + + response = requests.get(f"{LOCAL_API_URL}/healthz", timeout=10) + print(response.json()) + assert response.status_code == 200 + assert response.json()["result"]["status"] == "Healthy" diff --git a/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json b/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json index 46df85ad72..acc7d6eff9 100644 --- a/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json +++ b/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json @@ -3,61 +3,61 @@ "result": [ { "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", "difficulty": 545259519, - "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", - "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", - "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", + "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", + "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", + "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", "transaction_count": 1, "confirmed": true }, { "block_index": 194, - "block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", - "block_time": 1727956365, - "previous_block_hash": "42dde604af6b81eec91dd236a3fdc5214984885c2f88c4fb76feb32186c724b3", + "block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", + "block_time": 1728035380, + "previous_block_hash": "3ee0185a7cd05c6134ccca46cbe12625ca1b0ce300945b35a51f61f165cd9667", "difficulty": 545259519, - "ledger_hash": "5ce77a6a226965b776b05e8b963a910dd5928ab2883f815502efb7d71cbecf14", - "txlist_hash": "18b581f2804c86c95a71c4788f584e5710032e34dd1b28e8e0ebaac97c37119e", - "messages_hash": "53accd5daf6873e7744f6ab545c1d610565bff0961b61b755a160acee5d7252b", + "ledger_hash": "41eb98498e274421dd5a4e5a7abae5705314a3f9f4985c82527ccd1d8917e032", + "txlist_hash": "2b1d8b5a943c753c859919e19e6e36eac48f9aa961ea010542d9218df8e6513f", + "messages_hash": "9d2dda10d68368140db5dadcc08eebf4a35fae6e945d24b3c36b93eb49494e9b", "transaction_count": 1, "confirmed": true }, { "block_index": 193, - "block_hash": "42dde604af6b81eec91dd236a3fdc5214984885c2f88c4fb76feb32186c724b3", - "block_time": 1727956361, - "previous_block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", + "block_hash": "3ee0185a7cd05c6134ccca46cbe12625ca1b0ce300945b35a51f61f165cd9667", + "block_time": 1728035376, + "previous_block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", "difficulty": 545259519, - "ledger_hash": "fa89e1426fbd6d03390a7f85e04da0c8101e812f3a7ea22cd093154b8ea6cb05", - "txlist_hash": "ffa627cc2aa019b9de9192ebbf587d15aa14ff6bb7b2b56f6ce8acbe67ce6d47", - "messages_hash": "f765180cacae4971bf0f3bfffe63df3104ecb34e783241abf836631229dbf522", + "ledger_hash": "3d5d672c7a7ef3be44e86e5816a3101c2edfc3fbe9cf153a709ad0f99c1d2f46", + "txlist_hash": "619567cb2f0a5a117cd3e10082b1f4344aa39e5296595b029dc48138c14a1d10", + "messages_hash": "b7be933e9a0d3053db2a21ee529fcd563d11c75503ab10af4d41043f7d1b3956", "transaction_count": 1, "confirmed": true }, { "block_index": 192, - "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", - "block_time": 1727956356, - "previous_block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", + "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", + "block_time": 1728035372, + "previous_block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", "difficulty": 545259519, - "ledger_hash": "0dad75417237726f47a30d601b23ecaeb72140a0e16e2b4622188fde8f1792b2", - "txlist_hash": "e429c8fc3dad0aded7d35ac8690a8d2b39a0c716a733764debef3a9a632aae9c", - "messages_hash": "75af49f32908c3ff32fc12cb0b625402940acaf0edf212f3dc199a25bb5416e9", + "ledger_hash": "518302d23616c8eeccdb824aa9d393ad06bd9a77e87cc8324a186c672bd44de3", + "txlist_hash": "d6d72db22a7a4f862ef4a1017f6a56136837cd4a013a1dcfdf895913ec270e16", + "messages_hash": "0bf7174d310516d80aa30f4102b8d79de6ea6f497ff13fa547e18719f737d0b7", "transaction_count": 1, "confirmed": true }, { "block_index": 191, - "block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", - "block_time": 1727956352, - "previous_block_hash": "19dba54004278233d0ce69f8d1ac523dec7a824faa2b4eb1c3d87b3a2ecfd584", + "block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", + "block_time": 1728035367, + "previous_block_hash": "03bf5438dfd4d19f3f1604e79196e24f2a835e771c69ed47d4e6d4e2e65f27bd", "difficulty": 545259519, - "ledger_hash": "fc2374117083286161b104afbf0d037e073731d3114b960c90a40692879e77ab", - "txlist_hash": "33dd945ba00ad5269f72002b573fc69e8d952de00783a0637b096f63cab7795a", - "messages_hash": "ab017d6c798858d33cc3cd5db10f0d3d43c22781199c9423d70475010560aaf2", + "ledger_hash": "a89a133473b6a6cdb6ee89025a4aabf6e1e9eac2f52837337f64c64b00cfc1c5", + "txlist_hash": "20f048c99c56e58460691084a52a4d84242077250e65a29bd14f11e0bc9e7ab0", + "messages_hash": "c63c7ebe227f0ec7226f7d91ddd1fa1c09f92e314143458f0e1a27abc058fc0b", "transaction_count": 1, "confirmed": true } @@ -68,13 +68,13 @@ "/v2/blocks/": { "result": { "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", "difficulty": 545259519, - "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", - "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", - "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", + "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", + "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", + "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", "transaction_count": 1, "confirmed": true } @@ -82,13 +82,13 @@ "/v2/blocks/": { "result": { "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", "difficulty": 545259519, - "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", - "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", - "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", + "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", + "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", + "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", "transaction_count": 1, "confirmed": true } @@ -97,17 +97,17 @@ "result": [ { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -129,11 +129,11 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", - "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", + "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", + "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", "transaction_count": 1, - "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", - "block_time": 1727956374 + "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", + "block_time": 1728035390 }, "tx_hash": null }, @@ -142,10 +142,10 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61 }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" }, { "event_index": 554, @@ -154,14 +154,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -172,7 +172,7 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" }, { "event_index": 553, @@ -181,9 +181,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": 0, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "asset_info": { "divisible": true, "asset_longname": null, @@ -193,22 +193,22 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -218,7 +218,7 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" } ], "next_cursor": 551, @@ -256,16 +256,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -275,7 +275,7 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" }, { "event_index": 550, @@ -285,12 +285,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -300,7 +300,7 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" }, { "event_index": 547, @@ -310,22 +310,22 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a" + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" } ], "next_cursor": null, @@ -335,16 +335,16 @@ "result": [ { "block_index": 195, - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -360,12 +360,12 @@ "asset": "XCP", "quantity": 1500000000, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -381,16 +381,16 @@ "asset": "MYASSETA", "quantity": 1500000000, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -408,12 +408,12 @@ "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -429,16 +429,16 @@ "asset": "MYASSETA", "quantity": 1500000000, "action": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -452,24 +452,24 @@ "result": [ { "type": "order", - "object_id": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "object_id": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", "block_index": 183, "confirmed": true, - "block_time": 1727956247 + "block_time": 1728035270 }, { "type": "order", - "object_id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "object_id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", "block_index": 183, "confirmed": true, - "block_time": 1727956247 + "block_time": 1728035270 }, { "type": "order_match", - "object_id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "object_id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", "block_index": 183, "confirmed": true, - "block_time": 1727956247 + "block_time": 1728035270 } ], "next_cursor": null, @@ -479,13 +479,13 @@ "result": [ { "tx_index": 57, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "status": "valid", "confirmed": true, - "block_time": 1727956352 + "block_time": 1728035367 } ], "next_cursor": null, @@ -495,15 +495,15 @@ "result": [ { "tx_index": 60, - "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", + "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", "block_index": 194, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "quantity": 1, "tag": "64657374726f79", "status": "valid", "confirmed": true, - "block_time": 1727956365, + "block_time": 1728035380, "asset_info": { "divisible": true, "asset_longname": null, @@ -521,14 +521,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -543,7 +543,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956221, + "block_time": 1728035254, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -555,10 +555,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -566,7 +566,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -579,10 +579,10 @@ }, { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -590,11 +590,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -610,27 +610,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -645,7 +645,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -664,16 +664,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727956361, + "block_time": 1728035376, "fee_paid_normalized": "0.00600000" } ], @@ -684,17 +684,17 @@ "result": [ { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -707,17 +707,17 @@ }, { "tx_index": 60, - "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", + "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", "block_index": 194, - "block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4", - "block_time": 1727956365, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", + "block_time": 1728035380, + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9:1", + "utxos_info": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -744,70 +744,82 @@ }, "/v2/transactions/info": { "result": { - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "btc_amount": 6000, - "fee": 0, - "data": "0d00", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": null, + "btc_amount": 0, + "fee": 10000, + "data": "0c00000000000000010000000000000001000000000000000a0000000000000001016fcb0da5923a84f0ae233db92b385bca88b017cbbb", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "84f7c070887b5dedf33cdacd2f6d89ae43c6970f4f2550d44b1db25dbe7dbd55", - "n": 1, + "hash": "f4aabfead29748b83a688434f0ed84f85e3fe10e875a8ee923e1ff5c12769e8a", + "n": 0, "script_sig": "", "sequence": 4294967295, "coinbase": false } ], "vout": [ - { - "value": 6000, - "script_pub_key": "00147cb1b0af8dbcdc6731df1f2cc4986147659e3be9" - }, { "value": 0, - "script_pub_key": "6a0af9faa8743d8a159cf59a" + "script_pub_key": "6a3fde69be1ef3c2f48215ca81e151b7725ee63a99c7521de0ffbb2ca055799376b9c15086965a82cf514e4e58e317fec00d614d57be1a3af9d7521287deb8b694" }, { - "value": 4949914000, - "script_pub_key": "0014acf32b548d1903f15d71030be6d535c9472b7f2d" + "value": 4999990000, + "script_pub_key": "0014881780df3ee0da41c30dd71f7298f2ba23f10f73" } ], "vtxinwit": [ - "30440220413dd22c1bb31c1268e0527f4ec3c4e2b90876f0b8692f57927af3afb418191a022051232af91f8266e9a06901c820c2baf49b959dde3d1adf3de0bdb7c33431895d01", - "03768d3ae8053dd165afa018981a52cf632a08e1c48037d6095aed5bdadf74acbb" + "304402203b801b05cadfacc573bb17ea85606fd79bb476f38f6a6ebf8b941038c981be84022015e1bd81da9af10a419e1eb5bf83e532db60748d1b5f8da6513e5a70c03d09d601", + "039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c" ], "lock_time": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", - "tx_id": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409" + "tx_hash": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a", + "tx_id": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a" }, "unpacked_data": { - "message_type": "dispense", - "message_type_id": 13, + "message_type": "dispenser", + "message_type_id": 12, "message_data": { - "data": "00" + "asset": "XCP", + "give_quantity": 1, + "escrow_quantity": 10, + "mainchainrate": 1, + "dispenser_status": 1, + "action_address": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", + "oracle_address": null, + "status": "valid", + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "give_quantity_normalized": "0.00000001", + "escrow_quantity_normalized": "0.00000010" } }, - "btc_amount_normalized": "0.00006000" + "btc_amount_normalized": "0.00000000" } }, "/v2/transactions//info": { "result": { - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", + "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "6a43f95ba9963ad89e3dd4266363272c973abefb8ee8bf85fff130efc2cbfc19", + "hash": "512b3dc6f38750343e4ca8b65128d5851b285615f99acc458ba6087c73933c7b", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -817,20 +829,20 @@ "vout": [ { "value": 0, - "script_pub_key": "6a2e6b4e7fc15a2b4231e7351c76a8c738f2de12d58a0b1470f881927e49cfd83ff9daed2dc9de0fd6bca7a0cb09afac" + "script_pub_key": "6a2e363ca523c94bd16a81a33d2fc79bb77194c567e9631855ecc1ed25237200714c8d0a71594afb86200694dcd0023e" }, { "value": 4999955000, - "script_pub_key": "0014ea3b09500947beee433af91a90aa2b8d83951bb2" + "script_pub_key": "0014eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e" } ], "vtxinwit": [ - "30440220446c1f68c5690fe04cd457c81304157b08bec7f7beade5388fd3189bb9f7c2a102207ad480909a4810b4785abc7ccab3a232e46fe3c2e8ac47ad2a2d40aab86f2a1c01", - "03b2c287a3c1d11339c4b33313060df67521737dfc0b64e1b3f731e1ea0be98701" + "304402201c7a2eb978c402917ead37d6ae6bf3a9cf83dc80e54e83657d532a91e7e78f5a02202c30ae895cfe7f7109628babff09a936217bf71462ad1d18448abcb55372980301", + "03b584adba79e779948e9dba58f0fe2d63f2e1988c075067628ebb3fac5c377ef1" ], "lock_time": 0, - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", - "tx_id": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e" + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_id": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c" }, "unpacked_data": { "message_type": "enhanced_send", @@ -838,7 +850,7 @@ "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "memo": null, "asset_info": { "divisible": true, @@ -865,17 +877,17 @@ "/v2/transactions/": { "result": { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -890,17 +902,17 @@ "/v2/transactions/": { "result": { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", - "block_time": 1727956374, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_time": 1728035390, + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -919,12 +931,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61 }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 554, @@ -933,14 +945,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -951,9 +963,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 553, @@ -962,9 +974,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": 0, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "asset_info": { "divisible": true, "asset_longname": null, @@ -974,24 +986,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1001,9 +1013,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 551, @@ -1011,14 +1023,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "msg_index": 1, "quantity": 1500000000, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", "status": "valid", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1028,9 +1040,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 550, @@ -1043,12 +1055,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61 }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 554, @@ -1057,14 +1069,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1075,9 +1087,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 553, @@ -1086,9 +1098,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": 0, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "asset_info": { "divisible": true, "asset_longname": null, @@ -1098,24 +1110,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1125,9 +1137,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 551, @@ -1135,14 +1147,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "msg_index": 1, "quantity": 1500000000, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", "status": "valid", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1152,9 +1164,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 550, @@ -1164,10 +1176,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -1175,7 +1187,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1188,10 +1200,10 @@ }, { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -1199,11 +1211,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -1219,27 +1231,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -1254,7 +1266,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1275,16 +1287,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1294,9 +1306,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 550, @@ -1306,12 +1318,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1321,9 +1333,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 547, @@ -1333,24 +1345,24 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": null, @@ -1362,16 +1374,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1381,9 +1393,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 550, @@ -1393,12 +1405,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1408,9 +1420,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 547, @@ -1420,24 +1432,24 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": null, @@ -1450,7 +1462,7 @@ "total": 100000000000, "addresses": [ { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -1460,7 +1472,7 @@ "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -1471,7 +1483,7 @@ "total": 97999999980, "addresses": [ { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "utxo": null, "utxo_address": null, "quantity": 97999999980, @@ -1481,7 +1493,7 @@ "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -1492,7 +1504,7 @@ "total": 500000000, "addresses": [ { - "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -1502,7 +1514,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -1513,7 +1525,7 @@ "total": 40, "addresses": [ { - "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "utxo": null, "utxo_address": null, "quantity": 40, @@ -1523,7 +1535,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -1534,7 +1546,7 @@ "total": 19, "addresses": [ { - "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "utxo": null, "utxo_address": null, "quantity": 19, @@ -1544,7 +1556,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -1558,17 +1570,17 @@ "result": [ { "tx_index": 58, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", - "block_time": 1727956356, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", + "block_time": 1728035372, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0:1", + "utxos_info": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -1604,23 +1616,23 @@ }, { "tx_index": 57, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", - "block_time": 1727956352, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", + "block_time": 1728035367, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "4650338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "data": "468c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "supported": true, - "utxos_info": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6:1", + "utxos_info": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "status": "valid" } }, @@ -1628,17 +1640,17 @@ }, { "tx_index": 56, - "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "block_index": 190, - "block_hash": "19dba54004278233d0ce69f8d1ac523dec7a824faa2b4eb1c3d87b3a2ecfd584", - "block_time": 1727956348, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "03bf5438dfd4d19f3f1604e79196e24f2a835e771c69ed47d4e6d4e2e65f27bd", + "block_time": 1728035364, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9:1", + "utxos_info": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -1674,17 +1686,17 @@ }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "block_hash": "04c0799009ca0ce3e5c9c037d99beb42c57a5b13158c954ee4046d07cf5a2184", - "block_time": 1727956344, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "2ec2529ac1494af0502892fc2321df47076f70aae7b149c121271d3af7b9c051", + "block_time": 1728035360, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380acf32b548d1903f15d71030be6d535c9472b7f2d8029a1eedce8aca0b5cafd3881230500eed9eac2ba80ea3b09500947beee433af91a90aa2b8d83951bb2400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380a4d887fcef036e2e0308187f08318cc744a2be2580d347561e18a598c568ad2d3a7ad11cd98209d7d580eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183:0", + "utxos_info": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -1692,14 +1704,14 @@ "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -1707,7 +1719,7 @@ }, { "asset": "XCP", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -1726,25 +1738,25 @@ }, { "tx_index": 52, - "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", + "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", "block_index": 186, - "block_hash": "5bf0eebaa65d91385c5766b1d4888d375287a19ad870885d4908bd056c2626f5", - "block_time": 1727956331, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "7618d51b83c4d1a1899a929f64670caba78d99c25b467b70f054eb9740dddedf", + "block_time": 1728035347, + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "btc_amount": 2000, "fee": 10000, - "data": "0b9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "data": "0b3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a197a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "supported": true, - "utxos_info": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2:0", + "utxos_info": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "status": "valid" } }, @@ -1773,11 +1785,11 @@ "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "open", - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "tx_index": 58, - "block_time": 1727956356, + "block_time": 1728035372, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -1801,24 +1813,24 @@ "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "block_time": 1727956356 + "block_time": 1728035372 }, { "event_index": 521, "event": "DEBIT", "params": { "action": "open order", - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "block_index": 192, - "event": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "event": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "quantity": 1000, "tx_index": 58, "utxo": null, "utxo_address": null, - "block_time": 1727956356, + "block_time": 1728035372, "asset_info": { "divisible": true, "asset_longname": null, @@ -1828,25 +1840,25 @@ }, "quantity_normalized": "0.00001000" }, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "block_time": 1727956356 + "block_time": 1728035372 }, { "event_index": 520, "event": "NEW_TRANSACTION", "params": { - "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", + "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", "block_index": 192, - "block_time": 1727956356, + "block_time": 1728035372, "btc_amount": 0, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "destination": "", "fee": 10000, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "tx_index": 58, - "utxos_info": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0:1", + "utxos_info": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1:1", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -1878,40 +1890,40 @@ }, "btc_amount_normalized": "0.00000000" }, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "block_time": 1727956356 + "block_time": 1728035372 }, { "event_index": 516, "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "valid", - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "tx_index": 57, - "block_time": 1727956352 + "block_time": 1728035367 }, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "block_time": 1727956352 + "block_time": 1728035367 }, { "event_index": 515, "event": "CREDIT", "params": { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "block_index": 191, "calling_function": "cancel order", - "event": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "event": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "quantity": 1000, "tx_index": 57, "utxo": null, "utxo_address": null, - "block_time": 1727956352, + "block_time": 1728035367, "asset_info": { "divisible": true, "asset_longname": null, @@ -1921,9 +1933,9 @@ }, "quantity_normalized": "0.00001000" }, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "block_time": 1727956352 + "block_time": 1728035367 } ], "next_cursor": 513, @@ -1932,17 +1944,17 @@ "/v2/addresses/mempool": { "result": [ { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "memo": null, "quantity": 10000, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "status": "valid", - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62, "asset_info": { "divisible": true, @@ -1953,22 +1965,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "CREDIT", "params": { - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -1978,22 +1990,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "block_index": 195, - "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -2003,30 +2015,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727956378.8632336, + "block_time": 1728035394.2916615, "btc_amount": 0, - "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", + "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", "destination": "", "fee": 10000, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62, - "utxos_info": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e:1", + "utxos_info": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "memo": null, "asset_info": { "divisible": true, @@ -2040,7 +2052,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 } ], "next_cursor": null, @@ -2049,7 +2061,7 @@ "/v2/addresses/
/balances": { "result": [ { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "A95428956980101314", "quantity": 100000000000, "utxo": null, @@ -2057,14 +2069,14 @@ "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "MYASSETA", "quantity": 97999999980, "utxo": null, @@ -2072,14 +2084,14 @@ "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "980.00000000" }, { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -2094,7 +2106,7 @@ "quantity_normalized": "826.99937000" }, { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "TESTLOCKDESC", "quantity": 10000000000, "utxo": null, @@ -2102,7 +2114,7 @@ "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2114,7 +2126,7 @@ }, "/v2/addresses/
/balances/": { "result": { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -2133,16 +2145,16 @@ "result": [ { "block_index": 191, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "event": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "tx_index": 57, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956352, + "block_time": 1728035367, "asset_info": { "divisible": true, "asset_longname": null, @@ -2154,16 +2166,16 @@ }, { "block_index": 183, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "event": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", "tx_index": 0, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956247, + "block_time": 1728035270, "asset_info": { "divisible": true, "asset_longname": null, @@ -2175,20 +2187,20 @@ }, { "block_index": 160, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "A95428956980101314", "quantity": 100000000000, "calling_function": "issuance", - "event": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "event": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "tx_index": 47, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956221, + "block_time": 1728035254, "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2196,20 +2208,20 @@ }, { "block_index": 157, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "TESTLOCKDESC", "quantity": 10000000000, "calling_function": "issuance", - "event": "b3044c04583b0eb94ca9966a718d3d7c0a5bfe40d25f52ca4db56209a7e0f48d", + "event": "25e1fc17a0f4d328bf59dc0e2a912a1d8d235a16599a1d7ea05c778722716d91", "tx_index": 44, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956208, + "block_time": 1728035231, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2221,16 +2233,16 @@ "asset": "MYASSETA", "quantity": 1000000000, "calling_function": "attach to utxo", - "event": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", + "event": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", "tx_index": 39, - "utxo": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", - "utxo_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "utxo": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", + "utxo_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "confirmed": true, - "block_time": 1727956187, + "block_time": 1728035209, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2244,16 +2256,16 @@ "result": [ { "block_index": 192, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "event": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956356, + "block_time": 1728035372, "asset_info": { "divisible": true, "asset_longname": null, @@ -2265,16 +2277,16 @@ }, { "block_index": 190, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "event": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "tx_index": 56, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956348, + "block_time": 1728035364, "asset_info": { "divisible": true, "asset_longname": null, @@ -2286,16 +2298,16 @@ }, { "block_index": 189, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "event": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "divisible": true, "asset_longname": null, @@ -2307,20 +2319,20 @@ }, { "block_index": 189, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "MYASSETA", "quantity": 20, "action": "mpma send", - "event": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "event": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2328,16 +2340,16 @@ }, { "block_index": 184, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 10000, "action": "open order", - "event": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "event": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", "tx_index": 50, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956312, + "block_time": 1728035339, "asset_info": { "divisible": true, "asset_longname": null, @@ -2360,9 +2372,9 @@ "result": [ { "tx_index": 24, - "tx_hash": "d475cdd8333c73e7ebd7853362cf9bde121f98dfe82e97084a96358adaacfa28", + "tx_hash": "f41f652d2d2c80753bdffc256a40eaf76bd3475df008f9b60ab528e923d3e86f", "block_index": 137, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -2370,7 +2382,7 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727956114, + "block_time": 1728035136, "fee_fraction_int_normalized": "0.00000000" } ], @@ -2381,14 +2393,14 @@ "result": [ { "tx_index": 0, - "tx_hash": "99d22abe5f9a564069c6085ee246b893b7bfe3a7ecf3bbc61ae30e21e83ba913", + "tx_hash": "d68a8e716f18eb29ecc830a2526c11eb823056accc5a37be837d26b638d398fc", "block_index": 112, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "burned": 50000000, "earned": 74999998167, "status": "valid", "confirmed": true, - "block_time": 1727956009, + "block_time": 1728035024, "burned_normalized": "0.50000000", "earned_normalized": "749.99998000" } @@ -2400,10 +2412,10 @@ "result": [ { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "quantity": 10, "status": "valid", @@ -2411,7 +2423,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "divisible": true, "asset_longname": null, @@ -2424,10 +2436,10 @@ }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2435,11 +2447,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2448,10 +2460,10 @@ }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2459,11 +2471,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2472,10 +2484,10 @@ }, { "tx_index": 39, - "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", + "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", "block_index": 152, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2483,11 +2495,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956187, + "block_time": 1728035209, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2496,10 +2508,10 @@ }, { "tx_index": 36, - "tx_hash": "3fc9bdda6e48d54fc83a1db8cfe5953ba8aabe52dac82a8023055049942b3f0d", + "tx_hash": "1f72336ff4ba657e4b6b138859b6a99ea9dfbacd39340e3fc23fd77b5e684062", "block_index": 149, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "e812a1bf9cd965c52a29463d64b03f2394c85d8182f114f24254c38592577ef6:1", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "5c6270168a921c770fc53c95ea630631fde943e84f32d6e1aec7973d7733be87:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2507,11 +2519,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956175, + "block_time": 1728035196, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2526,10 +2538,10 @@ "result": [ { "tx_index": 38, - "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", + "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", "block_index": 151, - "source": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af:0", - "destination": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", + "source": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1:0", + "destination": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -2537,11 +2549,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956183, + "block_time": 1728035205, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2556,10 +2568,10 @@ "result": [ { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2567,11 +2579,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2580,10 +2592,10 @@ }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2591,11 +2603,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2604,10 +2616,10 @@ }, { "tx_index": 39, - "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", + "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", "block_index": 152, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2615,11 +2627,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956187, + "block_time": 1728035209, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2628,10 +2640,10 @@ }, { "tx_index": 36, - "tx_hash": "3fc9bdda6e48d54fc83a1db8cfe5953ba8aabe52dac82a8023055049942b3f0d", + "tx_hash": "1f72336ff4ba657e4b6b138859b6a99ea9dfbacd39340e3fc23fd77b5e684062", "block_index": 149, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "e812a1bf9cd965c52a29463d64b03f2394c85d8182f114f24254c38592577ef6:1", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "5c6270168a921c770fc53c95ea630631fde943e84f32d6e1aec7973d7733be87:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2639,11 +2651,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956175, + "block_time": 1728035196, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2658,10 +2670,10 @@ "result": [ { "tx_index": 38, - "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", + "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", "block_index": 151, - "source": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af:0", - "destination": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", + "source": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1:0", + "destination": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -2669,11 +2681,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956183, + "block_time": 1728035205, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -2688,9 +2700,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -2699,7 +2711,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2709,7 +2721,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -2730,9 +2742,9 @@ "/v2/addresses/
/dispensers/": { "result": { "tx_index": 26, - "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -2741,7 +2753,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2751,7 +2763,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -2771,19 +2783,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", + "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2791,7 +2803,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2806,7 +2818,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -2820,19 +2832,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", "block_index": 140, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2840,7 +2852,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2855,7 +2867,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956126, + "block_time": 1728035149, "asset_info": { "divisible": true, "asset_longname": null, @@ -2875,19 +2887,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", + "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2895,7 +2907,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2910,7 +2922,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -2924,19 +2936,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", "block_index": 140, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2944,7 +2956,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2959,7 +2971,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956126, + "block_time": 1728035149, "asset_info": { "divisible": true, "asset_longname": null, @@ -2979,19 +2991,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", + "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2999,7 +3011,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3014,7 +3026,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -3028,19 +3040,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", "block_index": 140, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3048,7 +3060,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3063,7 +3075,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956126, + "block_time": 1728035149, "asset_info": { "divisible": true, "asset_longname": null, @@ -3083,19 +3095,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", + "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3103,7 +3115,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3118,7 +3130,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -3132,19 +3144,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", "block_index": 140, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3152,7 +3164,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3167,7 +3179,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956126, + "block_time": 1728035149, "asset_info": { "divisible": true, "asset_longname": null, @@ -3186,16 +3198,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727956361, + "block_time": 1728035376, "fee_paid_normalized": "0.00600000" } ], @@ -3206,14 +3218,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -3228,20 +3240,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956221, + "block_time": 1728035254, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "fbd3d802cdb8e69956e859f903a86599a0d829214e43c873ff6af0559b209ee0", + "tx_hash": "289069ac10783fd0cbd1f0bfbb879313bb0f9cf2838de4991ed424a5505d8560", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -3256,20 +3268,20 @@ "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727956217, + "block_time": 1728035250, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "ec3fb52343e36c3dfb7bd1964eeb7e11d8cdfc5de575f9ddd113c6299cf67184", + "tx_hash": "384f20bde353e69fbdd357f921d6cef8b1e174f1f69fc90444aef02cc626f2f1", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -3284,20 +3296,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956213, + "block_time": 1728035245, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "b3044c04583b0eb94ca9966a718d3d7c0a5bfe40d25f52ca4db56209a7e0f48d", + "tx_hash": "25e1fc17a0f4d328bf59dc0e2a912a1d8d235a16599a1d7ea05c778722716d91", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -3312,20 +3324,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956208, + "block_time": 1728035231, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 35, - "tx_hash": "710cebfc1086b99d7649895d880dd88adad081d2add626e1290fc70bfe8762bf", + "tx_hash": "1ff0cbe350e0ccae328cc4f811bff90931c321d8a839acf45a585b3c88af3f94", "msg_index": 0, "block_index": 148, "asset": "MYASSETA", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -3340,7 +3352,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956170, + "block_time": 1728035192, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -3354,8 +3366,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 10000000000, @@ -3363,16 +3375,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727956208, - "last_issuance_block_time": 1727956217, + "first_issuance_block_time": 1728035231, + "last_issuance_block_time": 1728035250, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 100000000000, @@ -3380,16 +3392,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727956170, - "last_issuance_block_time": 1727956170, + "first_issuance_block_time": 1728035192, + "last_issuance_block_time": 1728035192, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 40, @@ -3397,16 +3409,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727956106, - "last_issuance_block_time": 1727956110, + "first_issuance_block_time": 1728035127, + "last_issuance_block_time": 1728035132, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 19, @@ -3414,16 +3426,16 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727956089, - "last_issuance_block_time": 1727956102, + "first_issuance_block_time": 1728035101, + "last_issuance_block_time": 1728035123, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 0, @@ -3431,8 +3443,8 @@ "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727956068, - "last_issuance_block_time": 1727956085, + "first_issuance_block_time": 1728035080, + "last_issuance_block_time": 1728035097, "supply_normalized": "0.00000000" } ], @@ -3445,8 +3457,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 10000000000, @@ -3454,16 +3466,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727956208, - "last_issuance_block_time": 1727956217, + "first_issuance_block_time": 1728035231, + "last_issuance_block_time": 1728035250, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 100000000000, @@ -3471,16 +3483,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727956170, - "last_issuance_block_time": 1727956170, + "first_issuance_block_time": 1728035192, + "last_issuance_block_time": 1728035192, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 40, @@ -3488,16 +3500,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727956106, - "last_issuance_block_time": 1727956110, + "first_issuance_block_time": 1728035127, + "last_issuance_block_time": 1728035132, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 19, @@ -3505,16 +3517,16 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727956089, - "last_issuance_block_time": 1727956102, + "first_issuance_block_time": 1728035101, + "last_issuance_block_time": 1728035123, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 0, @@ -3522,8 +3534,8 @@ "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727956068, - "last_issuance_block_time": 1727956085, + "first_issuance_block_time": 1728035080, + "last_issuance_block_time": 1728035097, "supply_normalized": "0.00000000" } ], @@ -3536,8 +3548,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 10000000000, @@ -3545,16 +3557,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727956208, - "last_issuance_block_time": 1727956217, + "first_issuance_block_time": 1728035231, + "last_issuance_block_time": 1728035250, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 100000000000, @@ -3562,16 +3574,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727956170, - "last_issuance_block_time": 1727956170, + "first_issuance_block_time": 1728035192, + "last_issuance_block_time": 1728035192, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 40, @@ -3579,16 +3591,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727956106, - "last_issuance_block_time": 1727956110, + "first_issuance_block_time": 1728035127, + "last_issuance_block_time": 1728035132, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 19, @@ -3596,16 +3608,16 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727956089, - "last_issuance_block_time": 1727956102, + "first_issuance_block_time": 1728035101, + "last_issuance_block_time": 1728035123, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 0, @@ -3613,8 +3625,8 @@ "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1727956068, - "last_issuance_block_time": 1727956085, + "first_issuance_block_time": 1728035080, + "last_issuance_block_time": 1728035097, "supply_normalized": "0.00000000" } ], @@ -3625,17 +3637,17 @@ "result": [ { "tx_index": 58, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "block_hash": "659269307af05b2ddcb07cf63c765e18b9210e1ff64c7434cf19634ca8f4093f", - "block_time": 1727956356, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", + "block_time": 1728035372, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0:1", + "utxos_info": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3671,23 +3683,23 @@ }, { "tx_index": 57, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "block_hash": "06e79b845c4927134e96ab60fe578b908550f9d248080a1e582f9dce4bb33ed9", - "block_time": 1727956352, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", + "block_time": 1728035367, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "4650338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "data": "468c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "supported": true, - "utxos_info": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6:1", + "utxos_info": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "status": "valid" } }, @@ -3695,17 +3707,17 @@ }, { "tx_index": 56, - "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "block_index": 190, - "block_hash": "19dba54004278233d0ce69f8d1ac523dec7a824faa2b4eb1c3d87b3a2ecfd584", - "block_time": 1727956348, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "03bf5438dfd4d19f3f1604e79196e24f2a835e771c69ed47d4e6d4e2e65f27bd", + "block_time": 1728035364, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9:1", + "utxos_info": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3741,17 +3753,17 @@ }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "block_hash": "04c0799009ca0ce3e5c9c037d99beb42c57a5b13158c954ee4046d07cf5a2184", - "block_time": 1727956344, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "2ec2529ac1494af0502892fc2321df47076f70aae7b149c121271d3af7b9c051", + "block_time": 1728035360, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380acf32b548d1903f15d71030be6d535c9472b7f2d8029a1eedce8aca0b5cafd3881230500eed9eac2ba80ea3b09500947beee433af91a90aa2b8d83951bb2400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380a4d887fcef036e2e0308187f08318cc744a2be2580d347561e18a598c568ad2d3a7ad11cd98209d7d580eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183:0", + "utxos_info": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -3759,14 +3771,14 @@ "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -3774,7 +3786,7 @@ }, { "asset": "XCP", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -3793,17 +3805,17 @@ }, { "tx_index": 50, - "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", "block_index": 184, - "block_hash": "5972823d2f2d34447f16aec2d567831c5f4e2ce1e9ad62d83ca678d90d2f6c5b", - "block_time": 1727956312, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "block_hash": "311c7f7d76e3d8e5aa6bc40558c71774a35d3d396d8c3616f7c4aad8d6d653fc", + "block_time": 1728035339, + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000027100000000000000000000000000000271000150000000000000000", "supported": true, - "utxos_info": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4:1", + "utxos_info": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3845,20 +3857,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "block_index": 154, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727956195, + "block_time": 1728035218, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -3880,9 +3892,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", "block_index": 183, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3897,7 +3909,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727956247, + "block_time": 1728035270, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3923,9 +3935,9 @@ }, { "tx_index": 50, - "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", "block_index": 187, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -3940,7 +3952,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727956335, + "block_time": 1728035351, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3966,9 +3978,9 @@ }, { "tx_index": 56, - "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "block_index": 191, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3983,7 +3995,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727956352, + "block_time": 1728035367, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4009,9 +4021,9 @@ }, { "tx_index": 58, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -4026,7 +4038,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727956356, + "block_time": 1728035372, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4057,10 +4069,10 @@ "/v2/addresses/
/fairminters": { "result": [ { - "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", + "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", "tx_index": 22, "block_index": 135, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -4085,13 +4097,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956106 + "block_time": 1728035127 }, { - "tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", + "tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", "tx_index": 18, "block_index": 131, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -4116,13 +4128,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956089 + "block_time": 1728035101 }, { - "tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d", + "tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1", "tx_index": 14, "block_index": 130, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -4147,13 +4159,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956085 + "block_time": 1728035097 }, { - "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "tx_index": 10, "block_index": 125, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -4178,7 +4190,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956063 + "block_time": 1728035076 } ], "next_cursor": null, @@ -4187,127 +4199,127 @@ "/v2/addresses/
/fairmints": { "result": [ { - "tx_hash": "55bd7dbe5db21d4bd450254f0f97c643ae896d2fcdda3cf3ed5d7b8870c0f784", + "tx_hash": "694357c4ceab6ddda8a4bedda060896587aed91c40b2569fc67d8f6ee0e8ea1e", "tx_index": 23, "block_index": 136, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956110, + "block_time": 1728035132, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, { - "tx_hash": "f37a2803f461dd2b785d5edf8a58ef42aab4f7ba5e3e58d4f3655f71a5e66ff6", + "tx_hash": "9f30caac43f286a00ab027a2cb0bffd01baa443d79d312e41eca8245b8f67307", "tx_index": 21, "block_index": 134, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956102, + "block_time": 1728035123, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, { - "tx_hash": "5a5edbda4c1eb490bc2bc9e7cb15b2e598259111854f92a5b13a0eaafcca37ae", + "tx_hash": "f9afe5398a98009a36af2d436009b23b96b4f47c41e34154f2a5a2c903a9a5a3", "tx_index": 20, "block_index": 133, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956097, + "block_time": 1728035120, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, { - "tx_hash": "f7db13bcddf265fdb204a28f2218b01976cec9567d09d9da3e3735e7bf2a9eb6", + "tx_hash": "a07ab1a0d8d953cfae7cf6cb005805562e1f3afaaf4b964911fff649c5f28a35", "tx_index": 19, "block_index": 132, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956093, + "block_time": 1728035106, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, { - "tx_hash": "1be3b39cb5b7221a37e0faf3d12440dc7b92f889ac692bd21e3b0378f864f7c4", + "tx_hash": "ffda0cbf5b3659e9d04bd611acd608748d5fffe26c268cebd236b0907d134299", "tx_index": 15, "block_index": 127, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956072, + "block_time": 1728035084, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, { - "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", + "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", "tx_index": 11, "block_index": 123, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956055, + "block_time": 1728035067, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } @@ -4319,22 +4331,22 @@ "/v2/addresses/
/fairmints/": { "result": [ { - "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", + "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", "tx_index": 11, "block_index": 123, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956055, + "block_time": 1728035067, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } @@ -4349,7 +4361,7 @@ "/v2/addresses/
/compose/broadcast": { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -4361,7 +4373,7 @@ "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "020000000001016a3b6e69c68738d43fd0f4b433953c3faebeb539ca85cdd42b9af070e18e82e0000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff0200000000000000002b6a29ceb7b3dd37579d93358ddc4a89f6c3dc9f21298bb6e9d9fa41fc8ffe77e2d2fffcd44a0846d278afe19bba052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "02000000000101c97626c1d3a9598282d448fff613fa07f19c1b8cbba3a7afae88b21152d8222b00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff0200000000000000002b6a29fc42506ac65c3e365aea56fa81bc274d66413c39c73f269c2991cdb27fce6e2a890da6d68409e1d7699bba052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "broadcast", "message_type_id": 30, @@ -4379,23 +4391,23 @@ "/v2/addresses/
/compose/btcpay": { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7" + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f" }, "name": "btcpay", - "data": "434e5452505254590b9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af463f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "data": "434e5452505254590b3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a16c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "btc_in": 5000000000, "btc_out": 3000, "btc_change": 4999978951, "btc_fee": 18049, - "rawtransaction": "02000000000101a32fbed76f0d6becb258c29b6c8947a284391ec2a28b1ff91cb13bc604dac1f6000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff03b80b0000000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be900000000000000004b6a4905e658edb9714855d8913e4a32b9c21417b02fdbdb2aa82288420df1e9371c469b8b9aad74b769150a49b319c2921144ea123d9601175e8edd8f43400b981cdb94c708d654c3def6fac79f052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "02000000000101d4065f31af2ea76f24b4cd9c8ded29feef58ebd6a55246c4537329b48ee26b5d00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff03b80b000000000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7300000000000000004b6a49b56488ac19089effaf10391ad43069c819795bd1fce0a0eeef5f32f53570854874db1e14e580590a37345caa319ba89ca41f9c5f93426cfba92abcf830f3570b89c738eab65f74c972c79f052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", - "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "status": "valid" } } @@ -4404,7 +4416,7 @@ "/v2/addresses/
/compose/burn": { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "quantity": 1000, "overburn": false }, @@ -4414,27 +4426,27 @@ "btc_out": 1000, "btc_change": 4999985815, "btc_fee": 13185, - "rawtransaction": "0200000000010171ad7b5c5da0887f61e1ec0d15dc8db7fcddca73719690931bf7892f281a939c000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000" + "rawtransaction": "0200000000010122c84e4a4b8d8ad665872f3213150754b535dc561b4478a8b85264f53bbe597600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000" } }, "/v2/addresses/
/compose/cancel": { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "offer_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0" + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "offer_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1" }, "name": "cancel", - "data": "434e5452505254594670c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "data": "434e5452505254594696576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "0200000000010180387d20d6b3a87d4e2615a17c83f6d7d9545b2b1f9d74e1c933490d8f140a59000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff0200000000000000002b6a2902753d7bd454e5a69a3635155f6422fc6a0283b04f56ce1013c99e590b1cd8ea75da447c35e0eb1e1c9bba052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "02000000000101a58c56bb84670e7ab2048ef9592034e8642ab25c2c4c4094556dee537a37d52b00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff0200000000000000002b6a299379388c16277eab2bc2dc32578339adcdd20f5294ab59642cf6eeb1e4ae076d8a142f279f308356e79bba052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "offer_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "status": "valid" } } @@ -4443,7 +4455,7 @@ "/v2/addresses/
/compose/destroy": { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -4462,7 +4474,7 @@ "btc_out": 0, "btc_change": 4999986346, "btc_fee": 13654, - "rawtransaction": "020000000001014610666221a61bddff2e599d0ea42427b416a9ce41fc5bf075da2a672636606d000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000226a203d4e5f76b617296fa6a2cc43a3c63bfdaa523782459b8f19b1064b7061180617aabc052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "020000000001018654abf3c7b90a232ab2bd239ffacbf3a3adb09ff7651932c9cedd5e2f4c42a600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000226a20d13d9e37924c37c648dfef04602ebecec1b526bc648ad4b3579faadb32c07736aabc052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "destroy", "message_type_id": 110, @@ -4478,7 +4490,7 @@ "/v2/addresses/
/compose/dispenser": { "result": { "params": { - "source": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", + "source": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -4502,7 +4514,7 @@ "btc_out": 0, "btc_change": 4949955760, "btc_fee": 14240, - "rawtransaction": "0200000000010190dd13f3e47df8243ff37610e80f88f63b00878440626e3842a5ffbb1f66cd0c0200000016001444ca5f7c3740525d05fc001f922b649473f81acbffffffff0200000000000000002c6a2a9f5f65a2b45081c4c1814c233454b0418c18973b61b3a2b1094ed73eb24a0225d68e0f4f9eb8b34bd386b0540a270100000016001444ca5f7c3740525d05fc001f922b649473f81acb02000000000000", + "rawtransaction": "02000000000101167a45245a58c0d870fecda462cb9a3ddb40d6a934d6458e09e8635d6f2c4d2c02000000160014427d4398481b70f9c355aaa6b586849106ee68a7ffffffff0200000000000000002c6a2a3fe238a074c79c98cc1e094d2c6a3ced49e24d01d43c7562758ea3698081d14343f54ba68edb463e9611b0540a2701000000160014427d4398481b70f9c355aaa6b586849106ee68a702000000000000", "unpacked_data": { "message_type": "dispenser", "message_type_id": 12, @@ -4524,14 +4536,14 @@ "/v2/addresses/
/compose/dividend": { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "quantity_per_unit": 1, "asset": "FAIRMINTA", "dividend_asset": "XCP", "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -4550,7 +4562,7 @@ "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "0200000000010146e84c08341f323c558825031d331fe1c4c57cc9b7f5362292eb64219a2e3a1d000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000236a211075acbd62c2e2fbe1ab10c54d17590878354c5874e3e292edae998e771e5dd3356fbc052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "020000000001014ecb775b555949c5e8adaaae40007cdc1339c56dbd0a12b66dd53836df1ca03600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000236a211fab2afd4db973bc3b31fdbd87083e1934ee66916904eca71c29383e7874c747c26fbc052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "dividend", "message_type_id": 50, @@ -4567,10 +4579,10 @@ "/v2/addresses/
/compose/issuance": { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "transfer_destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "lock": false, "reset": false, @@ -4583,7 +4595,7 @@ "btc_out": 546, "btc_change": 4999983749, "btc_fee": 15705, - "rawtransaction": "02000000000101a87a933a00473476f5efeca7a10771da3066e54e2312ae61ceb4375c3badd1ad000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff0322020000000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be90000000000000000236a2135f5c807b49ffd7bfa159ef2cb762ac71e3599c628e00e215d9d6bb6869d95674585b2052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "020000000001017eed75ce29ec84afbae593195d5300b281d1a2a83e3e908f83f48db3f910fa5600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff032202000000000000160014881780df3ee0da41c30dd71f7298f2ba23f10f730000000000000000236a21b26ee28d6008831970e2b69581ee429ab22217492b22c304da74ad47feaba96ff685b2052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "issuance", "message_type_id": 22, @@ -4608,16 +4620,16 @@ "/v2/addresses/
/compose/mpma": { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", 1 ], [ "MYASSETA", - "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", 2 ] ], @@ -4625,26 +4637,26 @@ "memo_is_hex": false }, "name": "mpma", - "data": "434e545250525459030002807cb1b0af8dbcdc6731df1f2cc4986147659e3be980acf32b548d1903f15d71030be6d535c9472b7f2d8f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", + "data": "434e54525052545903000280881780df3ee0da41c30dd71f7298f2ba23f10f7380a4d887fcef036e2e0308187f08318cc744a2be258f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", "btc_in": 20000000000, "btc_out": 2000, "btc_change": 19999945492, "btc_fee": 52508, - "rawtransaction": "02000000000104726689b10efbc2de39810b12cd2265ab01fec873801dc5de24e5067cbd2b880a000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff733780e4526969fe83782e04f3f3226caea98b836a52cdfb680c7ce60cb71551000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff1b1ebfc0945de7d7b5f7e78db8dba2883267439237322c7a4cff1c1ca760b2ab000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9fffffffff4e8add6b3755d2eb0651d5495952fd1df5e81c30a127d362575986dd64c2d9c000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff03e803000000000000695121026364c89934e4552d2cf350d732c02dd55a70a6cb6a69adfbcf0da8e7f8f76a9e21037334fbd067847589cda9f8c904e2c169646310eb6e8a0c160993fe368105270021026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aee803000000000000695121026c64c89934e4552d2cd027bac0d0f844d77d1a17014de96f54e93086bf92f463210248dd337c94af2104d4aa019475e1ca8fb156dbac45f521992bdb9b5aed6a0b8c21026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53ae14f316a8040000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000002000002000002000000000000", + "rawtransaction": "0200000000010480abb5605584502c596b75a9a219def9bab0a694cc8475afc1aa29f3f08a8a6900000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff520353fdfbff15bc5a9d0fffab7542e0a908430510b3a126a81418db3cd2cb3800000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffffd8c4d610a0b47da9ea84ba463165d4721cfc87519692fbdc323c951bdfc2d99a00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffffacd3ca0d797b824f08dcb0aa3856184e308618278eb9ae293406a82311049ac500000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff03e8030000000000006951210238cf5be961208410e5215ecdb744316cb99bcfc39f5ba137cecca4d3ed01375b21027c07f8cd41d9006ebb49b973659732148a8f1f2f0b49bfee73f685cab0ebfc3c21039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aee8030000000000006951210337cf5be961208410e50229a045a042cd44252f19d28d376b669e3c215722c6de210373743069995efc81b8279f706d8f4d1cbb03da6ba9f79a6151bee0a6dc84d0f321039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53ae14f316a804000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000002000002000002000000000000", "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "quantity": 2, "memo": "\"Hello, world!\"", "memo_is_hex": false }, { "asset": "XCP", - "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "quantity": 1, "memo": "\"Hello, world!\"", "memo_is_hex": false @@ -4656,7 +4668,7 @@ "/v2/addresses/
/compose/order": { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "FAIRMINTA", @@ -4673,7 +4685,7 @@ "get_asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -4687,7 +4699,7 @@ "btc_out": 0, "btc_change": 4999985233, "btc_fee": 14767, - "rawtransaction": "020000000001015e501ba39e027c35ed269d7bfc7630d7e93a02ab2b5e71b7953d3c39c014b768000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000356a3336b393776620c4d57b073d9df2c11186892e22661deab0e33757da29eb43f8ba9262d37e97e0c4291ef41784f57adb0c81b0a151b8052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "02000000000101067dbb937fb95f56733c593416a35b86c4f248f0ba4454ea6e55ba8664e05d1c00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000356a333cb3c9527e95b47b4cc787bf0f43a4dd6576a098c581036ba53d964f2dcbdf5cda646f90b5a4e22d9726a3e32b794fd349293c51b8052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -4709,8 +4721,8 @@ "/v2/addresses/
/compose/send": { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "quantity": 1000, "memo": null, @@ -4726,19 +4738,19 @@ "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e880acf32b548d1903f15d71030be6d535c9472b7f2d", + "data": "434e54525052545902000000000000000100000000000003e880a4d887fcef036e2e0308187f08318cc744a2be25", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985526, "btc_fee": 14474, - "rawtransaction": "020000000001014b7e0e1b3331e16778404d430bf59423fa0c9098820fea43b51a9371b2f97a14000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000306a2eee126fbfab99dd3607ac02b0fafae99fafa496f405b989ab550bb29898e40efa121842808b42e40683ed08156c1e76b9052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "020000000001014311da56f023b4efd10d488f007eb5279a9bed2f1078b384488c941d7804148000000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000306a2e4591f9006710e0cd5a492e23d68fa77c4d8725e36eaec47de0671e3ae8d84696432f80393162aa08fcefd026cab276b9052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 1000, - "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "memo": null, "quantity_normalized": "0.00001000" } @@ -4748,23 +4760,23 @@ "/v2/addresses/
/compose/sweep": { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "flags": 7, "memo": "FFFF" }, "name": "sweep", - "data": "434e5452505254590480acf32b548d1903f15d71030be6d535c9472b7f2d07ffff", + "data": "434e5452505254590480a4d887fcef036e2e0308187f08318cc744a2be2507ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "02000000000101d5ecd57140e53085048a7df369dfff60e2e0cb1f0d5b699672c02def396076ef000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000236a21164179ef8187b5056f8cb2f0c100cf7ae7ede160ab049660d120e0f65a65bb5a546fbc052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "020000000001019f2934fbd53f96970095bf2869d8609f5d04da6df6524e5824cef03da9fb529900000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000236a21fbfc4f5282c893727702bcb5e8d884129b343ff823b9a2b5978898723ceb8d86996fbc052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "flags": 7, "memo": "ffff" } @@ -4774,8 +4786,8 @@ "/v2/addresses/
/compose/dispense": { "result": { "params": { - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "quantity": 1000 }, "name": "dispense", @@ -4784,7 +4796,7 @@ "btc_out": 1000, "btc_change": 4949852643, "btc_fee": 14357, - "rawtransaction": "02000000000101c25acc3b65d634a8eec74ffac7e46e9ad818c4d3b92ff741ea463c10ce2179c802000000160014acf32b548d1903f15d71030be6d535c9472b7f2dffffffff03e803000000000000160014ea3b09500947beee433af91a90aa2b8d83951bb200000000000000000c6a0aa89bf6704283c6b4b060e3c1082701000000160014acf32b548d1903f15d71030be6d535c9472b7f2d02000000000000", + "rawtransaction": "020000000001016c7566ab8072e466c949d959d2fd0a968eca3097dd06e832cd88836e9ad1479002000000160014a4d887fcef036e2e0308187f08318cc744a2be25ffffffff03e803000000000000160014eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e00000000000000000c6a0afb79f8aa72af096a2762e3c1082701000000160014a4d887fcef036e2e0308187f08318cc744a2be2502000000000000", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -4797,7 +4809,7 @@ "/v2/addresses/
/compose/fairminter": { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -4822,7 +4834,7 @@ "btc_out": 0, "btc_change": 4999985467, "btc_fee": 14533, - "rawtransaction": "0200000000010193039023ff98e2286a0dbabb0dbb04e82ea1ed79c525091f0e3b97233f857fc2000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000316a2f1ac8161a4010cdbaf75f42e14d146eb653dc46c3ec83f0d5bbb0a413f66f891481c2f0703d5d9a20951fb8ed7976283bb9052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "02000000000101f52a3cc99a15da3581d7dbcbfb27e865d802c21d5b2a5bdeecf62b0bc2373e7d00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000316a2ff54349a14294d39a87b9ca1fdc674436c422c2f6e0dd7af2cd0a06e92e850f3222302876f665a9dc5914f43b18702e3bb9052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "fairminter", "message_type_id": 90, @@ -4851,13 +4863,13 @@ "/v2/addresses/
/compose/fairmint": { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTC", "quantity": 1, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -4869,7 +4881,7 @@ "btc_out": 0, "btc_change": 4999987049, "btc_fee": 12951, - "rawtransaction": "020000000001013e47aafec43f8a121f30bd43ac76258b27042ecacb83bad10e6b200a16923bcd000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff020000000000000000166a145187ccd19bacf39c1ba0d96ce46b97d4b307141e69bf052a010000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000000000000", + "rawtransaction": "02000000000101b6967405b8492c0e5938c2afa74792a4af2c40f0f2e33f25d01d0060a499621f00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000166a14731c44a9f3ae9e841c171614cfaeddbbc34e57f769bf052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", "unpacked_data": { "message_type": "fairmint", "message_type_id": 91, @@ -4883,8 +4895,8 @@ "/v2/addresses/
/compose/attach": { "result": { "params": { - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409:0", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a:1", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -4897,12 +4909,12 @@ "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964626372743171306a636d70747564686e77787776776c72756b766678727067616a6575776c667177343375337c363865613631343639616336333865356666336663626137316233623636653039303237663035366361353230363037326364383132323365346261623430393a307c5843507c31303030", + "data": "434e5452505254596462637274317133717463706865377572647972736364367530683978386a6867336c7a726d6e6d7a733863617c636631326637336233376636363361303734333133383333366364656133613966303733643764663766656566303963363666643436353065383964353531613a317c5843507c31303030", "btc_in": 30000000000, "btc_out": 3000, "btc_change": 29999918531, "btc_fee": 78469, - "rawtransaction": "020000000001069361a42e8540efc177719d4333bb8ccaab2ef4a046cb3250cdd60907c047b565000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff59081310b05f94751ad2f255f122fb86a466ab3b92beb382eb1b34d983b4a597000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff82ef967311724f7f9a12535763c1ceba9edd555739cecf318edd4314fc428d2d000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff37eab21bda8dfed35ff13e854135138135547dfc736897e099bef8bee3f66b94000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff351f43636ee1ae6d91b6beddf67673a1551b225afd14471519a4ffff3b87fd46000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffffe4fc28160c92cff7f8fba849105f68bf7cf3c387293a0bb9e9ded99e3f0b962e000000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be9ffffffff04e80300000000000069512103db4b039c618149835729215457829fe935ec2226a3481e659c5fe0104eb5f822210375dd6de74e3003b22e9e275a7791e604760c8b031c350323a30e7da32790ceb721026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aee80300000000000069512103db4b039c61814983577b7a5646c09da060b3272de05a08639506a60a0aa1b90d21022fca28b508644ca66ecc705373d1a358264dcb054c24086ea7042ba725c39bb621026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aee80300000000000069512103f14b039c61814983572f77071ccc9ee45dc51137e20c5b31f431976839c38f65210219af188c38567bc05ef9463012e49168107dfc372f40305f953618c211a1fa7721026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f53aec36d22fc060000001600147cb1b0af8dbcdc6731df1f2cc4986147659e3be902000002000002000002000002000002000000000000", + "rawtransaction": "020000000001069efb066a707631f5f14ac0033c482783e197db0df506a0d9e519c65707749f6700000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff9ea61502153b7bcfc088dac6400e18084c8998d52a7279aa151c15daba450adb00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff640072b9f46c31efe406932610edfd66b429195ea66efbb7f45cfa18e861ee8200000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff5d5e60207693e51895a283d9a10b5b8477e51a1465ee3b830e9dc900c09f921a00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff570ec09765a67db3a6872fe3961fa63ee229a5d7e068feb3baa5ff4fa056d0a900000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73fffffffff861af8e26fe51b3f7f65c35ba8b0b64c99590af93343d7d21d6399929a8120700000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff04e803000000000000695121025798673dd6303bd95e65c8dbc3572774db4880d5a4852c370ea575569e3641f2210385b55cd5f8082253c654e1ac4f3ae8c4743c275c14a8ab9dca3e9fb5ed73e8ea21039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aee803000000000000695121025798673dd6303bd95e63998fd71520368909c382e7dc7a3848e4274c882043fd2103d2e21083a006690f9b58e0a84525ffcf2a683e191aadaed59f6d9ee2b37dbf0521039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aee803000000000000695121037d98673dd6303bd95e349f89d0192779b07aa4cae5dd79307bd7112fec4522032103e18329e590315a6bac3c869f23409aa91a515d2f2ccbcae1a958ae878b44dbf221039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aec36d22fc06000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000002000002000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 100, @@ -4915,8 +4927,8 @@ "/v2/utxos//compose/detach": { "result": { "params": { - "source": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -4929,12 +4941,12 @@ "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964376333653864643632633538303063643666343164316562656232643830313731353336366366383366353539366461663736383363346466366264323438613a307c626372743171306a636d70747564686e77787776776c72756b766678727067616a6575776c667177343375337c5843507c31303030", + "data": "434e54525052545964366162386439653463383964353261623934666138336634393835646166386564386366353165393933613335343633373930613563666333353064366433343a307c62637274317133717463706865377572647972736364367530683978386a6867336c7a726d6e6d7a733863617c5843507c31303030", "btc_in": 4950080000, "btc_out": 3000, "btc_change": 4950030353, "btc_fee": 46647, - "rawtransaction": "0200000000010309d1fbde5fe43ddd3edf5953dae0934bb93fd67173c0c34b130a97188c194e83010000001600144dbad23f47531daf37d441cbd99a86a5cfb7251fffffffff90dd13f3e47df8243ff37610e80f88f63b00878440626e3842a5ffbb1f66cd0c000000001600144dbad23f47531daf37d441cbd99a86a5cfb7251fffffffff8fd0d68c5f49c93b32582c26d3487d728350694ecef4a68b74cfa37bb75b091e010000001600144dbad23f47531daf37d441cbd99a86a5cfb7251fffffffff04e80300000000000069512102913c75e2976323d42c3c9af153f066b39ffe6f4b9d1ef8f3aaf033157729415621034a0dd6cade0c47c2546c42ae2c20b00d8e5cfef8fc2fd2af8838b82653c5ba9b21020c8db0c9c8e5ced33f617ca909abb0b9e1bb26909e9b0571ff1d83c3fb111bfa53aee80300000000000069512103913c75e2976323d42c6bcea604f368b59ffa6910c91cf8bfabf77707726915972102110bd9dfc84b47920a2a0de86f64ea499851b0ade26897f1df36bc35139fe48221020c8db0c9c8e5ced33f617ca909abb0b9e1bb26909e9b0571ff1d83c3fb111bfa53aee80300000000000069512103bb3c75e2976323d42c29daa653e06daba38b0d549916f8f3c9940573431825c721037b68b4afbc3e23fa645d759f1913863bed3ac6cb9a1ae796be5cd94064f382c121020c8db0c9c8e5ced33f617ca909abb0b9e1bb26909e9b0571ff1d83c3fb111bfa53ae11780b27010000001600144dbad23f47531daf37d441cbd99a86a5cfb7251f02000002000002000000000000", + "rawtransaction": "0200000000010355c7b369857a663d90eea8d179016ae45108521473beca7b923b583cd9e0389f010000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d2ffffffff167a45245a58c0d870fecda462cb9a3ddb40d6a934d6458e09e8635d6f2c4d2c000000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d2ffffffffeb243408038212c81b196fba7fd2547b204039e6529dd3db6dc587aff3732032010000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d2ffffffff04e80300000000000069512103efc1d4f22bcae6a1be8f708626f0f835de2d30e7dd18dc72b250e1eec0a993382103869c566951601c81c1faefd303191f8433a0f6cacb8a84428368f0ae05bd751f210240d39f786efe7ac804df98d56c43e637244141fdad5643c15c29edcaf26ef18e53aee80300000000000069512102efc1d4f22bcae6a1bede258127fba93cdf2f37ecd046d93cb151aaae97b998d92103c48e012001304f95d5a6f3c548191d8777f5a7ca80d3dd1fd06dafe34ee07a8d210240d39f786efe7ac804df98d56c43e637244141fdad5643c15c29edcaf26ef18e53aee80300000000000069512102c5c1d4f22bcae6a1be863c947cabfd70e35a03a3d54cd970d332d8daa6c8abfd2103b5fa6250695578e0a7c28ab73b7a79b102c5cff3f8ebb777b75ec3993c8d148f210240d39f786efe7ac804df98d56c43e637244141fdad5643c15c29edcaf26ef18e53ae11780b27010000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d202000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 100, @@ -4950,8 +4962,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 10000000000, @@ -4959,16 +4971,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1727956208, - "last_issuance_block_time": 1727956217, + "first_issuance_block_time": 1728035231, + "last_issuance_block_time": 1728035250, "supply_normalized": "100.00000000" }, { "asset": "MYASSETB", "asset_id": "103804245871", "asset_longname": null, - "issuer": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "owner": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "issuer": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "owner": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "divisible": true, "locked": false, "supply": 100000000000, @@ -4976,16 +4988,16 @@ "first_issuance_block_index": 156, "last_issuance_block_index": 156, "confirmed": true, - "first_issuance_block_time": 1727956204, - "last_issuance_block_time": 1727956204, + "first_issuance_block_time": 1728035227, + "last_issuance_block_time": 1728035227, "supply_normalized": "1000.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 100000000000, @@ -4993,16 +5005,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1727956170, - "last_issuance_block_time": 1727956170, + "first_issuance_block_time": 1728035192, + "last_issuance_block_time": 1728035192, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 40, @@ -5010,16 +5022,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1727956106, - "last_issuance_block_time": 1727956110, + "first_issuance_block_time": 1728035127, + "last_issuance_block_time": 1728035132, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 19, @@ -5027,8 +5039,8 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1727956089, - "last_issuance_block_time": 1727956102, + "first_issuance_block_time": 1728035101, + "last_issuance_block_time": 1728035123, "supply_normalized": "0.00000019" } ], @@ -5040,8 +5052,8 @@ "asset": "FAIRMINTA", "asset_id": "1046814266082", "asset_longname": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 10000000000, @@ -5049,15 +5061,15 @@ "first_issuance_block_index": 122, "last_issuance_block_index": 125, "confirmed": true, - "first_issuance_block_time": 1727956050, - "last_issuance_block_time": 1727956063, + "first_issuance_block_time": 1728035063, + "last_issuance_block_time": 1728035076, "supply_normalized": "100.00000000" } }, "/v2/assets//balances": { "result": [ { - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -5065,14 +5077,14 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "95.00000000" }, { - "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -5080,7 +5092,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5092,7 +5104,7 @@ }, "/v2/assets//balances/
": { "result": { - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -5111,9 +5123,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", "block_index": 183, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -5128,7 +5140,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727956247, + "block_time": 1728035270, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5154,9 +5166,9 @@ }, { "tx_index": 50, - "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", "block_index": 187, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -5171,7 +5183,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727956335, + "block_time": 1728035351, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5197,9 +5209,9 @@ }, { "tx_index": 56, - "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "block_index": 191, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -5214,7 +5226,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727956352, + "block_time": 1728035367, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5240,9 +5252,9 @@ }, { "tx_index": 58, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -5257,7 +5269,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727956356, + "block_time": 1728035372, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5283,9 +5295,9 @@ }, { "tx_index": 51, - "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "block_index": 186, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -5300,7 +5312,7 @@ "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727956331, + "block_time": 1728035347, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5331,13 +5343,13 @@ "/v2/assets//matches": { "result": [ { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 53, - "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", - "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -5351,7 +5363,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727956335, + "block_time": 1728035351, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5371,13 +5383,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 51, - "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -5391,7 +5403,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727956331, + "block_time": 1728035347, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5411,13 +5423,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", "tx0_index": 48, - "tx0_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 49, - "tx1_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "tx1_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -5431,7 +5443,7 @@ "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727956247, + "block_time": 1728035270, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5458,20 +5470,20 @@ "result": [ { "block_index": 193, - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "sweep", - "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956361, + "block_time": 1728035376, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5479,20 +5491,20 @@ }, { "block_index": 125, - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "FAIRMINTA", "quantity": 9000000000, "calling_function": "fairmint", - "event": "e377afe82a85f48d869621a0f71ad183880412855bb0094c4e5f9e7741868049", + "event": "9210b4f91f305545484c9c8ca59e9127f74c44aa87b1f890315fb94f1df57259", "tx_index": 13, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956063, + "block_time": 1728035076, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5500,20 +5512,20 @@ }, { "block_index": 124, - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", + "event": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956059, + "block_time": 1728035072, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5521,20 +5533,20 @@ }, { "block_index": 124, - "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", + "event": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", "tx_index": 11, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956059, + "block_time": 1728035072, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5546,16 +5558,16 @@ "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "escrowed fairmint", - "event": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", + "event": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956059, + "block_time": 1728035072, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5573,12 +5585,12 @@ "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -5590,16 +5602,16 @@ }, { "block_index": 194, - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "quantity": 1, "action": "destroy", - "event": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", + "event": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", "tx_index": 60, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956365, + "block_time": 1728035380, "asset_info": { "divisible": true, "asset_longname": null, @@ -5611,16 +5623,16 @@ }, { "block_index": 193, - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "XCP", "quantity": 74499387833, "action": "sweep", - "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956361, + "block_time": 1728035376, "asset_info": { "divisible": true, "asset_longname": null, @@ -5632,16 +5644,16 @@ }, { "block_index": 193, - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "XCP", "quantity": 600000, "action": "sweep fee", - "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956361, + "block_time": 1728035376, "asset_info": { "divisible": true, "asset_longname": null, @@ -5653,16 +5665,16 @@ }, { "block_index": 192, - "address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "event": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956356, + "block_time": 1728035372, "asset_info": { "divisible": true, "asset_longname": null, @@ -5680,20 +5692,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "block_index": 154, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727956195, + "block_time": 1728035218, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -5715,14 +5727,14 @@ "result": [ { "tx_index": 13, - "tx_hash": "e377afe82a85f48d869621a0f71ad183880412855bb0094c4e5f9e7741868049", + "tx_hash": "9210b4f91f305545484c9c8ca59e9127f74c44aa87b1f890315fb94f1df57259", "msg_index": 0, "block_index": 125, "asset": "FAIRMINTA", "quantity": 9000000000, "divisible": true, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -5737,20 +5749,20 @@ "fair_minting": false, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727956063, + "block_time": 1728035076, "quantity_normalized": "90.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 12, - "tx_hash": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", + "tx_hash": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", "msg_index": 0, "block_index": 124, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -5765,20 +5777,20 @@ "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727956059, + "block_time": 1728035072, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 11, - "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", + "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", "msg_index": 0, "block_index": 123, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -5793,20 +5805,20 @@ "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1727956055, + "block_time": 1728035067, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 10, - "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "msg_index": 0, "block_index": 122, "asset": "FAIRMINTA", "quantity": 0, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -5821,7 +5833,7 @@ "fair_minting": true, "asset_events": "open_fairminter", "confirmed": true, - "block_time": 1727956050, + "block_time": 1728035063, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -5833,10 +5845,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5844,7 +5856,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -5857,10 +5869,10 @@ }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "quantity": 10, "status": "valid", @@ -5868,7 +5880,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "divisible": true, "asset_longname": null, @@ -5881,10 +5893,10 @@ }, { "tx_index": 54, - "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c", + "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653", "block_index": 188, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "quantity": 10000, "status": "valid", @@ -5892,7 +5904,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956339, + "block_time": 1728035356, "asset_info": { "divisible": true, "asset_longname": null, @@ -5905,10 +5917,10 @@ }, { "tx_index": 43, - "tx_hash": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f", + "tx_hash": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497", "block_index": 156, - "source": "1e095bb77ba3cf748ba6f4ce4e695083727d48d3262c58323bc9495f8cd6d08f:0", - "destination": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "source": "322073f3af87c56ddbd39d52e63940207b54d27fba6f191bc8128203083424eb:0", + "destination": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5916,7 +5928,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956204, + "block_time": 1728035227, "asset_info": { "divisible": true, "asset_longname": null, @@ -5929,10 +5941,10 @@ }, { "tx_index": 42, - "tx_hash": "1e095bb77ba3cf748ba6f4ce4e695083727d48d3262c58323bc9495f8cd6d08f", + "tx_hash": "322073f3af87c56ddbd39d52e63940207b54d27fba6f191bc8128203083424eb", "block_index": 155, - "source": "19fccbc2ef30f1ff85bfe88efbbe3a972c27636326d43d9ed83a96a95bf9436a:0", - "destination": "1e095bb77ba3cf748ba6f4ce4e695083727d48d3262c58323bc9495f8cd6d08f:0", + "source": "7b3c93737c08a68b45cc9af91556281b85d52851b6a84c3e345087f3c63d2b51:0", + "destination": "322073f3af87c56ddbd39d52e63940207b54d27fba6f191bc8128203083424eb:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5940,7 +5952,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956200, + "block_time": 1728035222, "asset_info": { "divisible": true, "asset_longname": null, @@ -5959,9 +5971,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5970,7 +5982,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5980,7 +5992,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -5996,9 +6008,9 @@ }, { "tx_index": 29, - "tx_hash": "546a4f87092b07e0d11a5802b9acee1176f1c45bcc7b6d14b7edaaf6b53d7c4d", + "tx_hash": "6a4e0c1cedffcffcc2419087aab2d67fe9653ec07ea37dc2ca3f0a86fa6c178f", "block_index": 142, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -6007,7 +6019,7 @@ "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "origin": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -6017,7 +6029,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956145, + "block_time": 1728035157, "asset_info": { "divisible": true, "asset_longname": null, @@ -6033,9 +6045,9 @@ }, { "tx_index": 30, - "tx_hash": "6364c76b3165808d4f9ef5e17405666e1744395605921a4b68a067a6e83b5369", + "tx_hash": "350f2ee2a418aa9a7804fef45ba786f51194c1882e5ed31a9bdbcd0db5cd9e26", "block_index": 150, - "source": "mxLiD5ZrjNcBWy92B6coJHsbhp8asgskNZ", + "source": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -6043,10 +6055,10 @@ "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "8ad06903dd2cca29b4816107f540832d9a94302c10ff326b8711b93b219963c6", - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "last_status_tx_hash": "d9b07046ced1d385f141bc6bc36b0a3a5d458aaf2c22c75305847ee38de3299a", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 0, - "last_status_tx_source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "last_status_tx_source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -6054,7 +6066,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956179, + "block_time": 1728035201, "asset_info": { "divisible": true, "asset_longname": null, @@ -6070,18 +6082,18 @@ }, { "tx_index": 33, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6091,7 +6103,7 @@ "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -6112,9 +6124,9 @@ "/v2/assets//dispensers/
": { "result": { "tx_index": 26, - "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -6123,7 +6135,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6133,7 +6145,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -6161,7 +6173,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -6169,7 +6181,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "quantity": 500000000, "escrow": null, "cursor_id": "balances_13", @@ -6178,7 +6190,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -6186,7 +6198,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "quantity": 0, "escrow": null, "cursor_id": "balances_14", @@ -6195,7 +6207,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -6203,7 +6215,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "quantity": 9500000000, "escrow": null, "cursor_id": "balances_15", @@ -6212,7 +6224,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -6227,27 +6239,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6262,7 +6274,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -6276,27 +6288,27 @@ { "tx_index": 34, "dispense_index": 0, - "tx_hash": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90", + "tx_hash": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16", "block_index": 147, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "destination": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6311,7 +6323,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727956166, + "block_time": 1728035188, "asset_info": { "divisible": true, "asset_longname": null, @@ -6325,19 +6337,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", + "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6345,7 +6357,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6360,7 +6372,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -6374,19 +6386,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", "block_index": 140, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6394,7 +6406,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6409,7 +6421,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956126, + "block_time": 1728035149, "asset_info": { "divisible": true, "asset_longname": null, @@ -6430,8 +6442,8 @@ "asset": "A95428959745315388", "asset_id": "95428959745315388", "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "owner": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false, "supply": 0, @@ -6439,8 +6451,8 @@ "first_issuance_block_index": 158, "last_issuance_block_index": 158, "confirmed": true, - "first_issuance_block_time": 1727956213, - "last_issuance_block_time": 1727956213, + "first_issuance_block_time": 1728035245, + "last_issuance_block_time": 1728035245, "supply_normalized": "0.00000000" } ], @@ -6450,10 +6462,10 @@ "/v2/assets//fairminters": { "result": [ { - "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "tx_index": 10, "block_index": 125, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -6478,7 +6490,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956063 + "block_time": 1728035076 } ], "next_cursor": null, @@ -6487,64 +6499,64 @@ "/v2/assets//fairmints": { "result": [ { - "tx_hash": "e377afe82a85f48d869621a0f71ad183880412855bb0094c4e5f9e7741868049", + "tx_hash": "9210b4f91f305545484c9c8ca59e9127f74c44aa87b1f890315fb94f1df57259", "tx_index": 13, "block_index": 125, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", - "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "asset": "FAIRMINTA", "earn_quantity": 9000000000, "paid_quantity": 9000000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956063, + "block_time": 1728035076, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, { - "tx_hash": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed", + "tx_hash": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", "tx_index": 12, "block_index": 124, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", - "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956059, + "block_time": 1728035072, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, { - "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", + "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", "tx_index": 11, "block_index": 123, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956055, + "block_time": 1728035067, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } @@ -6556,22 +6568,22 @@ "/v2/assets//fairmints/
": { "result": [ { - "tx_hash": "e5c46a4bdfdcf951948877ec49fbbed885ddeb33c82ca510e00bfa3b57de6fbe", + "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", "tx_index": 11, "block_index": 123, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "fairminter_tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1727956055, + "block_time": 1728035067, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } @@ -6584,9 +6596,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", "block_index": 183, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6601,7 +6613,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1727956247, + "block_time": 1728035270, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6627,9 +6639,9 @@ }, { "tx_index": 51, - "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "block_index": 186, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -6644,7 +6656,7 @@ "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1727956331, + "block_time": 1728035347, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6670,9 +6682,9 @@ }, { "tx_index": 50, - "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", "block_index": 187, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -6687,7 +6699,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727956335, + "block_time": 1728035351, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6713,9 +6725,9 @@ }, { "tx_index": 53, - "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "block_index": 187, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -6730,7 +6742,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727956335, + "block_time": 1728035351, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6756,9 +6768,9 @@ }, { "tx_index": 56, - "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "block_index": 191, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6773,7 +6785,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1727956352, + "block_time": 1728035367, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6804,9 +6816,9 @@ "/v2/orders/": { "result": { "tx_index": 58, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6821,7 +6833,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1727956356, + "block_time": 1728035372, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6849,13 +6861,13 @@ "/v2/orders//matches": { "result": [ { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 53, - "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", - "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -6869,7 +6881,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727956335, + "block_time": 1728035351, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6889,13 +6901,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 51, - "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -6909,7 +6921,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727956331, + "block_time": 1728035347, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6936,15 +6948,15 @@ "result": [ { "tx_index": 52, - "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", + "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", "block_index": 186, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "btc_amount": 2000, - "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "status": "valid", "confirmed": true, - "block_time": 1727956331, + "block_time": 1728035347, "btc_amount_normalized": "0.00002000" } ], @@ -6955,9 +6967,9 @@ "result": [ { "tx_index": 51, - "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "block_index": 186, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -6975,7 +6987,7 @@ "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727956331, + "block_time": 1728035347, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7001,9 +7013,9 @@ }, { "tx_index": 53, - "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "block_index": 187, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -7021,7 +7033,7 @@ "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1727956335, + "block_time": 1728035351, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7047,9 +7059,9 @@ }, { "tx_index": 48, - "tx_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", + "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", "block_index": 183, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7067,7 +7079,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727956247, + "block_time": 1728035270, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7093,9 +7105,9 @@ }, { "tx_index": 50, - "tx_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", "block_index": 187, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -7113,7 +7125,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727956335, + "block_time": 1728035351, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7139,9 +7151,9 @@ }, { "tx_index": 56, - "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", + "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", "block_index": 191, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7159,7 +7171,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727956352, + "block_time": 1728035367, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7190,13 +7202,13 @@ "/v2/orders///matches": { "result": [ { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 53, - "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", - "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -7213,7 +7225,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727956335, + "block_time": 1728035351, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7233,13 +7245,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 51, - "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -7256,7 +7268,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727956331, + "block_time": 1728035347, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7276,13 +7288,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", "tx0_index": 48, - "tx0_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 49, - "tx1_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "tx1_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7299,7 +7311,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1727956247, + "block_time": 1728035270, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7325,13 +7337,13 @@ "/v2/order_matches": { "result": [ { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 53, - "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", - "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -7345,7 +7357,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1727956335, + "block_time": 1728035351, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7365,13 +7377,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "tx0_index": 50, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 51, - "tx1_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -7385,7 +7397,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1727956331, + "block_time": 1728035347, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7405,13 +7417,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", + "id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", "tx0_index": 48, - "tx0_hash": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx1_index": 49, - "tx1_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "tx1_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7425,7 +7437,7 @@ "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1727956247, + "block_time": 1728035270, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7470,66 +7482,66 @@ "result": [ { "tx_index": 9, - "tx_hash": "5d84ddc320cb2eafee0774b2523b713b035a0aefe95ab1b243729b20bbec6db7", + "tx_hash": "c7b48a062f3601432e47e73a3941a9afaeaf0b4800ca5169808b5b13768456da", "block_index": 121, - "source": "bcrt1qvy7df9mk46kg5f4j9ze3gq6uqadfc0mykxrtt2", + "source": "bcrt1qjyy0eryelnk2mewnkg0uw8kp594qvd356tp6f2", "burned": 50000000, "earned": 74999996667, "status": "valid", "confirmed": true, - "block_time": 1727956046, + "block_time": 1728035058, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 8, - "tx_hash": "d5b2a6622f525b6b9925fb0939baa41c53356dba5f6e79270c15e47a0e5e083b", + "tx_hash": "baf794cf6c3e7e9bbc40dfa1454b9a6e7c1a956646a1fbec0c80a370c3bc9fa2", "block_index": 120, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "burned": 50000000, "earned": 74999996833, "status": "valid", "confirmed": true, - "block_time": 1727956042, + "block_time": 1728035054, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 7, - "tx_hash": "98c1a7bee48c23c01f0c40b7342ed686cc90072df4dd21ba4a9d3efd2f347f32", + "tx_hash": "d16a231c0ffdabe0eaa8e398443275880e82e962c7be88541acae4c856f1c3c0", "block_index": 119, - "source": "bcrt1qqewsfu2jpdewtl9s4ztzdrrpxvskf4fauratev", + "source": "bcrt1qhpq0xvquagy2x3ywua7vl6fdj2q6w86ck90q8y", "burned": 50000000, "earned": 74999997000, "status": "valid", "confirmed": true, - "block_time": 1727956038, + "block_time": 1728035049, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 6, - "tx_hash": "a1715fa51f706af779ceb9859c5d1bb79121b793ca01846ed3836c7b7145a49b", + "tx_hash": "5a8c6a7c0712eea827d8cd02b7951df7b8da3982a463999971f94464e854215d", "block_index": 118, - "source": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", + "source": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", "burned": 50000000, "earned": 74999997167, "status": "valid", "confirmed": true, - "block_time": 1727956034, + "block_time": 1728035045, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 5, - "tx_hash": "eaf1bd1bca1d86a3c184ffee2e10eef65fe4ae7aced4e3363388ee8507fafb6a", + "tx_hash": "5f8b19d291768728471e125831fd09f6a8cfbcf37a9ddb1cd5860035d3bfa7b6", "block_index": 117, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "burned": 50000000, "earned": 74999997333, "status": "valid", "confirmed": true, - "block_time": 1727956029, + "block_time": 1728035041, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" } @@ -7541,9 +7553,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7552,7 +7564,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7562,7 +7574,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -7578,9 +7590,9 @@ }, { "tx_index": 29, - "tx_hash": "546a4f87092b07e0d11a5802b9acee1176f1c45bcc7b6d14b7edaaf6b53d7c4d", + "tx_hash": "6a4e0c1cedffcffcc2419087aab2d67fe9653ec07ea37dc2ca3f0a86fa6c178f", "block_index": 142, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7589,7 +7601,7 @@ "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "origin": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -7599,7 +7611,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956145, + "block_time": 1728035157, "asset_info": { "divisible": true, "asset_longname": null, @@ -7615,9 +7627,9 @@ }, { "tx_index": 30, - "tx_hash": "6364c76b3165808d4f9ef5e17405666e1744395605921a4b68a067a6e83b5369", + "tx_hash": "350f2ee2a418aa9a7804fef45ba786f51194c1882e5ed31a9bdbcd0db5cd9e26", "block_index": 150, - "source": "mxLiD5ZrjNcBWy92B6coJHsbhp8asgskNZ", + "source": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -7625,10 +7637,10 @@ "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "8ad06903dd2cca29b4816107f540832d9a94302c10ff326b8711b93b219963c6", - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "last_status_tx_hash": "d9b07046ced1d385f141bc6bc36b0a3a5d458aaf2c22c75305847ee38de3299a", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 0, - "last_status_tx_source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "last_status_tx_source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -7636,7 +7648,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956179, + "block_time": 1728035201, "asset_info": { "divisible": true, "asset_longname": null, @@ -7652,18 +7664,18 @@ }, { "tx_index": 33, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7673,7 +7685,7 @@ "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -7694,9 +7706,9 @@ "/v2/dispensers/": { "result": { "tx_index": 26, - "tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7705,7 +7717,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7715,7 +7727,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -7735,19 +7747,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", + "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7755,7 +7767,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7770,7 +7782,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -7784,19 +7796,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", "block_index": 140, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7804,7 +7816,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7819,7 +7831,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956126, + "block_time": 1728035149, "asset_info": { "divisible": true, "asset_longname": null, @@ -7838,20 +7850,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "block_index": 154, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727956195, + "block_time": 1728035218, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -7872,20 +7884,20 @@ "/v2/dividends/": { "result": { "tx_index": 41, - "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "block_index": 154, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1727956195, + "block_time": 1728035218, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -7908,12 +7920,12 @@ "asset": "XCP", "quantity": 1500000000, "calling_function": "dividend", - "event": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "event": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "tx_index": 41, - "utxo": "19fccbc2ef30f1ff85bfe88efbbe3a972c27636326d43d9ed83a96a95bf9436a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "utxo": "7b3c93737c08a68b45cc9af91556281b85d52851b6a84c3e345087f3c63d2b51:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "confirmed": true, - "block_time": 1727956195, + "block_time": 1728035218, "asset_info": { "divisible": true, "asset_longname": null, @@ -7925,16 +7937,16 @@ }, { "block_index": 154, - "address": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", + "address": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", "asset": "XCP", "quantity": 500000000, "calling_function": "dividend", - "event": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "event": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "tx_index": 41, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1727956195, + "block_time": 1728035218, "asset_info": { "divisible": true, "asset_longname": null, @@ -7955,27 +7967,27 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", - "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", + "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", + "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", "transaction_count": 1, - "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", - "block_time": 1727956374 + "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", + "block_time": 1728035390 }, "tx_hash": null, "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61 }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 554, @@ -7984,14 +7996,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -8002,9 +8014,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 553, @@ -8013,9 +8025,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": 0, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "asset_info": { "divisible": true, "asset_longname": null, @@ -8025,24 +8037,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -8052,9 +8064,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 551, @@ -8066,15 +8078,15 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", - "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", + "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", + "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", "transaction_count": 1, - "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", - "block_time": 1727956374 + "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", + "block_time": 1728035390 }, "tx_hash": null, "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } }, "/v2/events/counts": { @@ -8109,16 +8121,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -8128,9 +8140,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 550, @@ -8140,12 +8152,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -8155,9 +8167,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 547, @@ -8167,39 +8179,39 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", - "utxo_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "block_time": 1727956374, + "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 }, { "event_index": 533, "event": "CREDIT", "params": { - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "block_index": 193, "calling_function": "sweep", - "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "quantity": 74499387833, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727956361, + "block_time": 1728035376, "asset_info": { "divisible": true, "asset_longname": null, @@ -8209,36 +8221,36 @@ }, "quantity_normalized": "744.99388000" }, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "block_time": 1727956361 + "block_time": 1728035376 }, { "event_index": 531, "event": "CREDIT", "params": { - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "MYASSETA", "block_index": 193, "calling_function": "sweep", - "event": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "quantity": 10, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1727956361, + "block_time": 1728035376, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "block_time": 1727956361 + "block_time": 1728035376 } ], "next_cursor": 529, @@ -8255,27 +8267,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8290,7 +8302,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -8304,27 +8316,27 @@ { "tx_index": 34, "dispense_index": 0, - "tx_hash": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90", + "tx_hash": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16", "block_index": 147, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "destination": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "last_status_tx_hash": null, - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8339,7 +8351,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1727956166, + "block_time": 1728035188, "asset_info": { "divisible": true, "asset_longname": null, @@ -8353,19 +8365,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "43c3bbfcf96b41d97d52c8642214416de96f6d35321202be19b2cea5f7dfcb83", + "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8373,7 +8385,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8388,7 +8400,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956141, + "block_time": 1728035153, "asset_info": { "divisible": true, "asset_longname": null, @@ -8402,19 +8414,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "68ea61469ac638e5ff3fcba71b3b66e09027f056ca5206072cd81223e4bab409", + "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", "block_index": 140, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "88d48edbcdd61a943e29d696729af725de5bb35e6096c074bc189d2669012e45", + "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8422,7 +8434,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8437,7 +8449,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1727956126, + "block_time": 1728035149, "asset_info": { "divisible": true, "asset_longname": null, @@ -8456,10 +8468,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -8467,7 +8479,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -8480,10 +8492,10 @@ }, { "tx_index": 61, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -8491,11 +8503,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -8504,10 +8516,10 @@ }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "asset": "XCP", "quantity": 10, "status": "valid", @@ -8515,7 +8527,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "divisible": true, "asset_longname": null, @@ -8528,10 +8540,10 @@ }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -8539,11 +8551,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -8552,10 +8564,10 @@ }, { "tx_index": 55, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -8563,11 +8575,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -8582,14 +8594,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -8604,20 +8616,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956221, + "block_time": 1728035254, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "fbd3d802cdb8e69956e859f903a86599a0d829214e43c873ff6af0559b209ee0", + "tx_hash": "289069ac10783fd0cbd1f0bfbb879313bb0f9cf2838de4991ed424a5505d8560", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -8632,20 +8644,20 @@ "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1727956217, + "block_time": 1728035250, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "ec3fb52343e36c3dfb7bd1964eeb7e11d8cdfc5de575f9ddd113c6299cf67184", + "tx_hash": "384f20bde353e69fbdd357f921d6cef8b1e174f1f69fc90444aef02cc626f2f1", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -8660,20 +8672,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956213, + "block_time": 1728035245, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "b3044c04583b0eb94ca9966a718d3d7c0a5bfe40d25f52ca4db56209a7e0f48d", + "tx_hash": "25e1fc17a0f4d328bf59dc0e2a912a1d8d235a16599a1d7ea05c778722716d91", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -8688,20 +8700,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956208, + "block_time": 1728035231, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 43, - "tx_hash": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f", + "tx_hash": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497", "msg_index": 0, "block_index": 156, "asset": "MYASSETB", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "issuer": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "issuer": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "transfer": false, "callable": false, "call_date": 0, @@ -8716,7 +8728,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956204, + "block_time": 1728035227, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -8727,14 +8739,14 @@ "/v2/issuances/": { "result": { "tx_index": 47, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "transfer": false, "callable": false, "call_date": 0, @@ -8749,7 +8761,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1727956221, + "block_time": 1728035254, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -8758,16 +8770,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727956361, + "block_time": 1728035376, "fee_paid_normalized": "0.00600000" } ], @@ -8778,16 +8790,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1727956361, + "block_time": 1728035376, "fee_paid_normalized": "0.00600000" } ], @@ -8798,9 +8810,9 @@ "result": [ { "tx_index": 25, - "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", + "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", "block_index": 138, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -8808,14 +8820,14 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727956119, + "block_time": 1728035140, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "d475cdd8333c73e7ebd7853362cf9bde121f98dfe82e97084a96358adaacfa28", + "tx_hash": "f41f652d2d2c80753bdffc256a40eaf76bd3475df008f9b60ab528e923d3e86f", "block_index": 137, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -8823,7 +8835,7 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727956114, + "block_time": 1728035136, "fee_fraction_int_normalized": "0.00000000" } ], @@ -8833,9 +8845,9 @@ "/v2/broadcasts/": { "result": { "tx_index": 25, - "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", + "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", "block_index": 138, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -8843,17 +8855,17 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1727956119, + "block_time": 1728035140, "fee_fraction_int_normalized": "0.00000000" } }, "/v2/fairminters": { "result": [ { - "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", + "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", "tx_index": 22, "block_index": 135, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -8878,13 +8890,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956106 + "block_time": 1728035127 }, { - "tx_hash": "fb298aae20968d0545a8a9ae0cabbbe51548c717d324c43f862b335ca7934772", + "tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", "tx_index": 18, "block_index": 131, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -8909,13 +8921,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956089 + "block_time": 1728035101 }, { - "tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d", + "tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1", "tx_index": 14, "block_index": 130, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -8940,13 +8952,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956085 + "block_time": 1728035097 }, { - "tx_hash": "ba34c7a8020ec1fe120e503a93cfed8f3311fc93faae6d90f8dca852ce313283", + "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", "tx_index": 10, "block_index": 125, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -8971,7 +8983,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1727956063 + "block_time": 1728035076 } ], "next_cursor": null, @@ -8985,8 +8997,8 @@ "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90", - "address": "bcrt1qgn997lphgpf96p0uqq0ey2myj3elsxktahwx6l" + "txid": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16", + "address": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y" }, { "vout": 2, @@ -8994,8 +9006,8 @@ "value": 100000, "confirmations": 40, "amount": 0.001, - "txid": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f", - "address": "bcrt1qqewsfu2jpdewtl9s4ztzdrrpxvskf4fauratev" + "txid": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497", + "address": "bcrt1qhpq0xvquagy2x3ywua7vl6fdj2q6w86ck90q8y" } ], "next_cursor": null, @@ -9004,28 +9016,28 @@ "/v2/bitcoin/addresses/
/transactions": { "result": [ { - "tx_hash": "6b62375f44dda382bd2c1b33a2e419e08d72eb18da2ea6e5e4f29c9eb167e24e" + "tx_hash": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122" }, { - "tx_hash": "979c127a61d3a50650f5fed92563d3ef4efebac3022c9b4227929a81217e0e6d" + "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653" }, { - "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c" + "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f" }, { - "tx_hash": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af" + "tx_hash": "5c6270168a921c770fc53c95ea630631fde943e84f32d6e1aec7973d7733be87" }, { - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1" + "tx_hash": "8a90f46572a7bc30f106b132505e3514bee896814b39606d8a624e30c7c7b195" }, { - "tx_hash": "3916ad863cdc4325d44d2df70d7c05e2d421052b59dab59bcfd77e3035e4a1ed" + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7" }, { - "tx_hash": "e812a1bf9cd965c52a29463d64b03f2394c85d8182f114f24254c38592577ef6" + "tx_hash": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1" }, { - "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7" + "tx_hash": "06640cc02a5a8663370b2b0bfdabb6b283957bf19d2fd52c0b8ca6d3c0831cec" } ], "next_cursor": null, @@ -9033,8 +9045,8 @@ }, "/v2/bitcoin/addresses/
/transactions/oldest": { "result": { - "block_index": 1, - "tx_hash": "8502870597f918463163a8d19049c3e9f6e3af425acba94efd672ac381f83885" + "block_index": 10, + "tx_hash": "a26bf2aa7d915b100dabf118e94c67dbfc7a9bb1b5f8f1280404962d73ebaa34" } }, "/v2/bitcoin/addresses/
/utxos": { @@ -9045,17 +9057,17 @@ "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "0ccd661fbbffa542386e62408487003bf6880fe81076f33f24f87de4f313dd90" + "txid": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16" } ], "next_cursor": null, "result_count": null }, "/v2/bitcoin/addresses/
/pubkey": { - "result": "026ef0101f3443f3351cc69ff98d175544bad44a5237b18c4af613d158aabb891f" + "result": "039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c" }, "/v2/bitcoin/transactions/": { - "result": "020000000001012f47713db1801ea559606f1124873759a7225d6498eeedff75088c62e2f91bb90100000000ffffffff03e8030000000000001600144dbad23f47531daf37d441cbd99a86a5cfb7251f00000000000000000c6a0a3be374079a0fb95bf138dced082701000000160014649df9344ebfe6815a1b4a03d6cc03745ac2f0bb02473044022061eaa062c6bd3cd945c5365272617f6f3bd2fb3fc2bc52618104d9299249f14f02205b318b2e913d4ddf2edc6f799d957e5ab60f7e49933f8e58302dc26484aa32b00121032c40c37a8296cdf0c61d796b1ac672b3059a74bb0882f0323869d4c26110f72500000000" + "result": "0200000000010197f4bbaebac5c4bb208ad14cb377ea4b9758b9d15dc25e2ae0972a0e7b076b170100000000ffffffff03e8030000000000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d200000000000000000c6a0ab0f4c5d51f470e7600d2dced0827010000001600149246af7d5043d6ff77a4f14f3d01b7710066e84f024730440220091e986d6c6d3d483b043c701787fff6d7ee91240aa06608a87c9f0d8e97672202200f4287af3403ae872096ae7ad7de08f2ca15d98f226bd15dbe2c4b5640fa9edf012103b294b13da2a45e6b21d003c9da606ead319b9c327970993a14bcd05cf483eafa00000000" }, "/v2/bitcoin/estimatesmartfee": { "result": 58603 @@ -9078,27 +9090,27 @@ "/v2/mempool/events": { "result": [ { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62 }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "memo": null, "quantity": 10000, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "status": "valid", - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62, "asset_info": { "divisible": true, @@ -9109,22 +9121,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "CREDIT", "params": { - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -9134,22 +9146,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "block_index": 195, - "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -9159,30 +9171,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727956378.8632336, + "block_time": 1728035394.2916615, "btc_amount": 0, - "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", + "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", "destination": "", "fee": 10000, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62, - "utxos_info": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e:1", + "utxos_info": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "memo": null, "asset_info": { "divisible": true, @@ -9196,7 +9208,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 } ], "next_cursor": null, @@ -9205,19 +9217,19 @@ "/v2/mempool/events/": { "result": [ { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "CREDIT", "params": { - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -9227,7 +9239,7 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 } ], "next_cursor": null, @@ -9236,27 +9248,27 @@ "/v2/mempool/transactions//events": { "result": [ { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62 }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "memo": null, "quantity": 10000, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "status": "valid", - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62, "asset_info": { "divisible": true, @@ -9267,22 +9279,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "CREDIT", "params": { - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -9292,22 +9304,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "asset": "XCP", "block_index": 195, - "event": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -9317,30 +9329,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 }, { - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1727956378.8632336, + "block_time": 1728035394.2916615, "btc_amount": 0, - "data": "02000000000000000100000000000027108029a1eedce8aca0b5cafd3881230500eed9eac2ba", + "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", "destination": "", "fee": 10000, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", - "tx_hash": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", "tx_index": 62, - "utxos_info": "a0c0b8e4f06d086f3b3e52c0c648357ffdd78a530aeca37cc6b07b2a2fe6a52e:1", + "utxos_info": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "memo": null, "asset_info": { "divisible": true, @@ -9354,7 +9366,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1727956378.8632336 + "timestamp": 1728035394.2916615 } ], "next_cursor": null, @@ -9376,15 +9388,15 @@ "event_index": 543, "event": "NEW_BLOCK", "params": { - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", "block_index": 195, - "block_time": 1727956374, + "block_time": 1728035390, "difficulty": 545259519, - "previous_block_hash": "6e225c06f794449356f227a09073a97708be5e75b8487a15f5c5fc804f7b70c4" + "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29" }, "tx_hash": null, "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 537, @@ -9396,17 +9408,17 @@ "event_index": 544, "event": "NEW_TRANSACTION", "params": { - "block_hash": "53ea8c34b497c33cc93923ccfc5750551d9bf96e08aaf93bc2748f3f5425670d", + "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", "block_index": 195, - "block_time": 1727956374, + "block_time": 1728035390, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "fee": 0, - "source": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "utxos_info": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1 7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -9416,9 +9428,9 @@ }, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 538, @@ -9432,16 +9444,16 @@ "params": { "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "out_index": 0, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 277, @@ -9454,15 +9466,15 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "a29c40e1f083427e4061ff70701060efa6a022220adea8209aa20cedba758f4a", - "messages_hash": "646177e60cff042d7d66aead1ee3a265662b18c66bd9be04449f92cab14dd16e", + "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", + "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", "transaction_count": 1, - "txlist_hash": "fa6cff7203b573d585c3808c9b264ce78cf44c217e14eb72c046a3e21367abb5", - "block_time": 1727956374 + "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", + "block_time": 1728035390 }, "tx_hash": null, "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 542, @@ -9475,12 +9487,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61 }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 541, @@ -9496,12 +9508,12 @@ "address": null, "asset": "XCP", "block_index": 195, - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 1500000000, "tx_index": 61, - "utxo": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", - "utxo_address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", - "block_time": 1727956374, + "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -9511,9 +9523,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 546, @@ -9525,16 +9537,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -9544,9 +9556,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 550, @@ -9560,14 +9572,14 @@ "params": { "asset": "XCP", "block_index": 188, - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "memo": null, "quantity": 10000, - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "status": "valid", - "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c", + "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653", "tx_index": 54, - "block_time": 1727956339, + "block_time": 1728035356, "asset_info": { "divisible": true, "asset_longname": null, @@ -9577,9 +9589,9 @@ }, "quantity_normalized": "0.00010000" }, - "tx_hash": "e2bbf3bd30a8529d20177fafe65681e052a002f154e4556f3da72d7eb59e3a8c", + "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653", "block_index": 188, - "block_time": 1727956339 + "block_time": 1728035356 } ], "next_cursor": null, @@ -9593,15 +9605,15 @@ "params": { "asset": "XCP", "block_index": 189, - "destination": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "memo": null, "msg_index": 2, "quantity": 10, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "valid", - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "tx_index": 55, - "block_time": 1727956344, + "block_time": 1728035360, "asset_info": { "divisible": true, "asset_longname": null, @@ -9611,9 +9623,9 @@ }, "quantity_normalized": "0.00000010" }, - "tx_hash": "36fa1a05384bdbb20ced06f765c24ef37c06731caabbbece21fa6e048528e183", + "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", "block_index": 189, - "block_time": 1727956344 + "block_time": 1728035360 } ], "next_cursor": 502, @@ -9636,20 +9648,20 @@ "event": "SWEEP", "params": { "block_index": 193, - "destination": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "status": "valid", - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "tx_index": 59, - "block_time": 1727956361, + "block_time": 1728035376, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "7ead4ea106be03664347664b92e2c12472f227f1f831d75e9759c2ddd7d569b1", + "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", "block_index": 193, - "block_time": 1727956361 + "block_time": 1728035376 } ], "next_cursor": null, @@ -9666,15 +9678,15 @@ "dividend_asset": "XCP", "fee_paid": 40000, "quantity_per_unit": 100000000, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "valid", - "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "tx_index": 41, - "block_time": 1727956195, + "block_time": 1728035218, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, @@ -9688,9 +9700,9 @@ "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00040000" }, - "tx_hash": "1baed9031302a46f85c104ed078bb607eb83bb0908526862ca335f63fdeca8b3", + "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", "block_index": 154, - "block_time": 1727956195 + "block_time": 1728035218 } ], "next_cursor": null, @@ -9711,11 +9723,11 @@ "asset_longname": "A95428959745315388.SUBNUMERIC", "asset_name": "A95428956980101314", "block_index": 160, - "block_time": 1727956221 + "block_time": 1728035254 }, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "block_index": 160, - "block_time": 1727956221 + "block_time": 1728035254 } ], "next_cursor": 374, @@ -9738,22 +9750,22 @@ "description_locked": false, "divisible": true, "fee_paid": 0, - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "valid", "transfer": false, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "tx_index": 47, - "block_time": 1727956221, + "block_time": 1728035254, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "83d7e9425b8b4d3eb5bd21281d1f502279d2a318497dc5358c1b33cc3e2df1dc", + "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", "block_index": 160, - "block_time": 1727956221 + "block_time": 1728035254 } ], "next_cursor": 381, @@ -9768,12 +9780,12 @@ "asset": "XCP", "block_index": 194, "quantity": 1, - "source": "bcrt1qagasj5qfg7lwuse6lydfp23t3kpe2xajk376uy", + "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", "status": "valid", "tag": "64657374726f79", - "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", + "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", "tx_index": 60, - "block_time": 1727956365, + "block_time": 1728035380, "asset_info": { "divisible": true, "asset_longname": null, @@ -9783,9 +9795,9 @@ }, "quantity_normalized": "0.00000001" }, - "tx_hash": "bb2160ebbe27247b73289093db1e5381baef94430e4a9199a9ebfbc7bf90f5c9", + "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", "block_index": 194, - "block_time": 1727956365 + "block_time": 1728035380 } ], "next_cursor": 157, @@ -9810,11 +9822,11 @@ "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "open", - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "tx_index": 58, - "block_time": 1727956356, + "block_time": 1728035372, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9838,9 +9850,9 @@ "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "70c4f646663eeaecdbadaf076ff20757e34938e098c814b3f31678d8bbe059b0", + "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", "block_index": 192, - "block_time": 1727956356 + "block_time": 1728035372 } ], "next_cursor": 509, @@ -9858,20 +9870,20 @@ "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 3000, - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "match_expire_index": 207, "status": "pending", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "tx0_block_index": 185, "tx0_expiration": 21, - "tx0_hash": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4", + "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", "tx0_index": 50, - "tx1_address": "bcrt1q9xs7ah8g4jsttjha8zqjxpgqamv74s4600jdsj", + "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", "tx1_block_index": 187, "tx1_expiration": 21, - "tx1_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "tx1_index": 53, - "block_time": 1727956335, + "block_time": 1728035351, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9890,9 +9902,9 @@ "backward_quantity_normalized": "0.00003000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "63f5ebf4b72a9d487da7b15a8aced96c48dc3aea0c9af32ae9e39e78dd8a34f7", + "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", "block_index": 187, - "block_time": 1727956335 + "block_time": 1728035351 } ], "next_cursor": 468, @@ -9905,11 +9917,11 @@ "event": "ORDER_UPDATE", "params": { "status": "cancelled", - "tx_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9" + "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b" }, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "block_time": 1727956352 + "block_time": 1728035367 } ], "next_cursor": 483, @@ -9922,11 +9934,11 @@ "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a" + "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727" }, - "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", + "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", "block_index": 186, - "block_time": 1727956331 + "block_time": 1728035347 } ], "next_cursor": null, @@ -9938,13 +9950,13 @@ "event_index": 474, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", + "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", "status": "completed" }, - "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", + "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", "block_index": 186, - "block_time": 1727956331 + "block_time": 1728035347 } ], "next_cursor": 447, @@ -9958,18 +9970,18 @@ "params": { "block_index": 186, "btc_amount": 2000, - "destination": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "order_match_id": "9c10b56fefe461782a77971a422d5a68f0f4a5001bf41ff25926548385de0af4_905e7cf4ec56a7ba014a7f63455559610f0099bb36d3f31cad3e5d52c360229a", - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "status": "valid", - "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", + "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", "tx_index": 52, - "block_time": 1727956331, + "block_time": 1728035347, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "c87921ce103c46ea41f72fb9d3c418d89a6ee4c7fa4fc7eea834d6653bcc5ac2", + "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", "block_index": 186, - "block_time": 1727956331 + "block_time": 1728035347 } ], "next_cursor": null, @@ -9982,16 +9994,16 @@ "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "50338504e9d06e2e4dec5f9f7840d9d26514c52b778667bcf43b5ea8167dced9", - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "valid", - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "tx_index": 57, - "block_time": 1727956352 + "block_time": 1728035367 }, - "tx_hash": "645e048be307f94fe2f2401bfd7258dbb395d94ceb660f0e5d2e333646777cc6", + "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", "block_index": 191, - "block_time": 1727956352 + "block_time": 1728035367 } ], "next_cursor": null, @@ -10004,13 +10016,13 @@ "event": "ORDER_EXPIRATION", "params": { "block_index": 183, - "order_hash": "593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "block_time": 1727956247 + "order_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "block_time": 1728035270 }, "tx_hash": null, "block_index": 183, - "block_time": 1727956247 + "block_time": 1728035270 } ], "next_cursor": 453, @@ -10023,14 +10035,14 @@ "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 183, - "order_match_id": "bf2971fddf183b575189466bae96d76ad07b29c30c7bb11b517b9b2d5bb914f6_593e5d8c87b38e00898fc31dfb487ae928448ae6b333b5250eebdbce57c8bad9", - "tx0_address": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "tx1_address": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", - "block_time": 1727956247 + "order_match_id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "block_time": 1728035270 }, "tx_hash": null, "block_index": 183, - "block_time": 1727956247 + "block_time": 1728035270 } ], "next_cursor": null, @@ -10048,14 +10060,14 @@ "escrow_quantity": 10000, "give_quantity": 1, "give_remaining": 10000, - "oracle_address": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "origin": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "satoshirate": 1, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": 0, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "tx_index": 33, - "block_time": 1727956162, + "block_time": 1728035184, "asset_info": { "divisible": true, "asset_longname": null, @@ -10068,9 +10080,9 @@ "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "block_index": 146, - "block_time": 1727956162 + "block_time": 1728035184 } ], "next_cursor": 254, @@ -10085,9 +10097,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": 0, - "tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", + "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", "asset_info": { "divisible": true, "asset_longname": null, @@ -10097,9 +10109,9 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 302, @@ -10113,13 +10125,13 @@ "params": { "asset": "XCP", "block_index": 144, - "destination": "mxLiD5ZrjNcBWy92B6coJHsbhp8asgskNZ", + "destination": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", "dispense_quantity": 10, - "dispenser_tx_hash": "6364c76b3165808d4f9ef5e17405666e1744395605921a4b68a067a6e83b5369", - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", - "tx_hash": "37ad27a5e19664ff6317fbff6b065b342e50efbf771249f14fe2ffce6b8469b6", + "dispenser_tx_hash": "350f2ee2a418aa9a7804fef45ba786f51194c1882e5ed31a9bdbcd0db5cd9e26", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx_hash": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a", "tx_index": 31, - "block_time": 1727956153, + "block_time": 1728035166, "asset_info": { "divisible": true, "asset_longname": null, @@ -10129,9 +10141,9 @@ }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "37ad27a5e19664ff6317fbff6b065b342e50efbf771249f14fe2ffce6b8469b6", + "tx_hash": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a", "block_index": 144, - "block_time": 1727956153 + "block_time": 1728035166 } ], "next_cursor": null, @@ -10146,14 +10158,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qvjwljdzwhlngzksmfgpadnqrw3dv9u9mgd5cks", + "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "834e198c18970a134bc3c07371d63fb94b93e0da5359df3edd3de45fdefbd109", - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -10164,9 +10176,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 280, @@ -10181,19 +10193,19 @@ "block_index": 138, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qfkady0682vw67d75g89anx5x5h8mwfgltyf2ye", + "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", + "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", "tx_index": 25, "value": 66600.0, - "block_time": 1727956119, + "block_time": 1728035140, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "99b7ef676792d4edd9b6b3785ff804579c230069d0c93086fde1f6487e0dd3e7", + "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", "block_index": 138, - "block_time": 1727956119 + "block_time": 1728035140 } ], "next_cursor": 213, @@ -10224,16 +10236,16 @@ "quantity_by_price": 60, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "start_block": 0, "status": "open", - "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", + "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", "tx_index": 22, - "block_time": 1727956106 + "block_time": 1728035127 }, - "tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", + "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", "block_index": 135, - "block_time": 1727956106 + "block_time": 1728035127 } ], "next_cursor": 161, @@ -10246,11 +10258,11 @@ "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "501d29812d995777dda5a9ccd32a6a6b94c6609fb6ffb7eedb285a277ecd571d" + "tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1" }, "tx_hash": null, "block_index": 130, - "block_time": 1727956085 + "block_time": 1728035097 } ], "next_cursor": 110, @@ -10266,24 +10278,24 @@ "block_index": 136, "commission": 0, "earn_quantity": 40, - "fairminter_tx_hash": "9ae80785326269734a432fd129f6b0acea455a790c84cd76416e1cbe6401a153", + "fairminter_tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", "paid_quantity": 34, - "source": "bcrt1q4nejk4ydryplzht3qv97d4f4e9rjkledp4n8g3", + "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", "status": "valid", - "tx_hash": "55bd7dbe5db21d4bd450254f0f97c643ae896d2fcdda3cf3ed5d7b8870c0f784", + "tx_hash": "694357c4ceab6ddda8a4bedda060896587aed91c40b2569fc67d8f6ee0e8ea1e", "tx_index": 23, - "block_time": 1727956110, + "block_time": 1728035132, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false } }, - "tx_hash": "55bd7dbe5db21d4bd450254f0f97c643ae896d2fcdda3cf3ed5d7b8870c0f784", + "tx_hash": "694357c4ceab6ddda8a4bedda060896587aed91c40b2569fc67d8f6ee0e8ea1e", "block_index": 136, - "block_time": 1727956110 + "block_time": 1728035132 } ], "next_cursor": 190, @@ -10297,28 +10309,28 @@ "params": { "asset": "MYASSETA", "block_index": 152, - "destination": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b:1", + "destination": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", "fee_paid": 0, "msg_index": 0, "quantity": 1000000000, - "source": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "status": "valid", - "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", + "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", "tx_index": 39, - "block_time": 1727956187, + "block_time": 1728035209, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "10.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "a5b5909ad7787f0629da99bbd9bbeb9397d786e7642aa6819b655adb59b6588b", + "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", "block_index": 152, - "block_time": 1727956187 + "block_time": 1728035209 } ], "next_cursor": 296, @@ -10332,28 +10344,28 @@ "params": { "asset": "MYASSETA", "block_index": 151, - "destination": "bcrt1qc7uvl7lk9phlzh9yxm2ntuwrmcrsgdfh6mxc7r", + "destination": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", "fee_paid": 0, "msg_index": 0, "quantity": 500000000, - "source": "ccd628e4dec14bbd77c3fee83357fdd09497c6bf40f38aa7a257eaae81dfd6af:0", + "source": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1:0", "status": "valid", - "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", + "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", "tx_index": 38, - "block_time": 1727956183, + "block_time": 1728035205, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0jcmptudhnwxwvwlrukvfxrpgajeuwlfqw43u3", + "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", "divisible": true, "locked": false }, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "ece94d034251e3c251b1a2ef9033135e51abb17d8e3a6c3dbcc50c3ea7629cfc", + "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", "block_index": 151, - "block_time": 1727956183 + "block_time": 1728035205 } ], "next_cursor": null, @@ -10367,14 +10379,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a:0", + "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", "msg_index": 1, "quantity": 1500000000, - "source": "b91bf9e2628c0875ffedee98645d22a759378724116f6059a51e80b13d71472f:1", + "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", "status": "valid", - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "tx_index": 61, - "block_time": 1727956374, + "block_time": 1728035390, "asset_info": { "divisible": true, "asset_longname": null, @@ -10384,9 +10396,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "7c3e8dd62c5800cd6f41d1ebeb2d801715366cf83f5596daf7683c4df6bd248a", + "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", "block_index": 195, - "block_time": 1727956374 + "block_time": 1728035390 } ], "next_cursor": 548, @@ -10401,17 +10413,17 @@ "block_index": 121, "burned": 50000000, "earned": 74999996667, - "source": "bcrt1qvy7df9mk46kg5f4j9ze3gq6uqadfc0mykxrtt2", + "source": "bcrt1qjyy0eryelnk2mewnkg0uw8kp594qvd356tp6f2", "status": "valid", - "tx_hash": "5d84ddc320cb2eafee0774b2523b713b035a0aefe95ab1b243729b20bbec6db7", + "tx_hash": "c7b48a062f3601432e47e73a3941a9afaeaf0b4800ca5169808b5b13768456da", "tx_index": 9, - "block_time": 1727956046, + "block_time": 1728035058, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, - "tx_hash": "5d84ddc320cb2eafee0774b2523b713b035a0aefe95ab1b243729b20bbec6db7", + "tx_hash": "c7b48a062f3601432e47e73a3941a9afaeaf0b4800ca5169808b5b13768456da", "block_index": 121, - "block_time": 1727956046 + "block_time": 1728035058 } ], "next_cursor": 65, diff --git a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_last_mempool.py b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_last_mempool.py index 14a6195329..4a295b88e3 100644 --- a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_last_mempool.py +++ b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_last_mempool.py @@ -149,6 +149,10 @@ }, }, }, + { + "url": "healthz", + "result": {"status": "Healthy"}, + }, ], }, ] From 7892cd10c465dc8022c2a2c613e17caad19ffb38 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Fri, 4 Oct 2024 10:55:15 +0000 Subject: [PATCH 11/23] fix fixtures --- .../counterpartycore/test/fixtures/api_v2_fixtures.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json b/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json index cf2c192fb6..764a60f963 100644 --- a/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json +++ b/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json @@ -4868,12 +4868,12 @@ "owner": null, "divisible": true, "locked": true, - "supply": 1207563695800, + "supply": 603781847900, "description": "The Counterparty protocol native currency", "first_issuance_block_index": 278319, "last_issuance_block_index": 283810, "confirmed": true, - "supply_normalized": "12075.63700000" + "supply_normalized": "6037.81850000" } ], "next_cursor": null, From 2a2a6b507c8ed2c1326279dfd55a365574ba24ea Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Fri, 4 Oct 2024 11:43:10 +0000 Subject: [PATCH 12/23] Clean mempool after each block when catching; Tweak mempool cleaning in API Watcher --- .../counterpartycore/lib/api/api_watcher.py | 27 ++++++++++++++----- .../counterpartycore/lib/blocks.py | 2 ++ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/counterparty-core/counterpartycore/lib/api/api_watcher.py b/counterparty-core/counterpartycore/lib/api/api_watcher.py index f6dbe7e55d..7e4988d07c 100644 --- a/counterparty-core/counterpartycore/lib/api/api_watcher.py +++ b/counterparty-core/counterpartycore/lib/api/api_watcher.py @@ -534,9 +534,18 @@ def rollback_assets_info(api_db, event): def execute_event(api_db, event): + cursor = api_db.cursor() sql, sql_bindings = event_to_sql(event) if sql is not None: - cursor = api_db.cursor() + # check if the transaction is already here from the mempool + if event["event"] == "NEW_TRANSACTION": + check_tx_sql = "SELECT * FROM transactions WHERE tx_hash = :tx_hash" + if fetch_one( + api_db, + check_tx_sql, + {"tx_hash": event["tx_hash"], "block_index": config.MEMPOOL_BLOCK_INDEX}, + ): + clean_mempool(api_db) cursor.execute(sql, sql_bindings) if event["command"] == "insert": cursor.execute("SELECT last_insert_rowid() AS rowid") @@ -642,7 +651,7 @@ def parse_event(api_db, event, catching_up=False): return with api_db: logger.trace(f"API Watcher - Parsing event: {event}") - if event["event"] == "NEW_BLOCK" and not catching_up: + if event["event"] == "NEW_BLOCK": clean_mempool(api_db) event["insert_rowid"] = execute_event(api_db, event) update_balances(api_db, event) @@ -653,7 +662,7 @@ def parse_event(api_db, event, catching_up=False): update_fairminters(api_db, event) insert_event(api_db, event) logger.event(f"API Watcher - Event parsed: {event['message_index']} {event['event']}") - if event["event"] == "BLOCK_PARSED" and not catching_up: + if event["event"] == "BLOCK_PARSED": synchronize_mempool(api_db, api_db) @@ -742,7 +751,7 @@ def parse_next_event(api_db, ledger_db): next_event_sql = "SELECT * FROM messages ORDER BY message_index ASC LIMIT 1" next_event = fetch_one(ledger_db, next_event_sql) parse_event(api_db, next_event) - return + return next_event if last_ledger_event["message_index"] > last_api_event["message_index"]: next_event_sql = ( @@ -750,7 +759,7 @@ def parse_next_event(api_db, ledger_db): ) next_event = fetch_one(ledger_db, next_event_sql, (last_api_event["message_index"],)) parse_event(api_db, next_event) - return + return next_event raise exceptions.NoEventToParse("No event to parse") @@ -903,12 +912,16 @@ def __init__(self): def follow(self): refresh_xcp_supply(self.ledger_db, self.api_db) while not self.stopping and not self.stopped: + last_parsed_event = None try: - parse_next_event(self.api_db, self.ledger_db) + last_parsed_event = parse_next_event(self.api_db, self.ledger_db) except exceptions.NoEventToParse: logger.trace("API Watcher - No new events to parse") time.sleep(1) - if time.time() - self.last_mempool_sync > 10: + # let's not sync the mempool when parsing a block + if time.time() - self.last_mempool_sync > 10 and ( + last_parsed_event is None or last_parsed_event["event"] == "BLOCK_PARSED" + ): synchronize_mempool(self.api_db, self.ledger_db) self.last_mempool_sync = time.time() self.stopped = True diff --git a/counterparty-core/counterpartycore/lib/blocks.py b/counterparty-core/counterpartycore/lib/blocks.py index 804c7e9d73..c69348ccd3 100644 --- a/counterparty-core/counterpartycore/lib/blocks.py +++ b/counterparty-core/counterpartycore/lib/blocks.py @@ -41,6 +41,7 @@ fairmint, fairminter, issuance, + mempool, order, rps, rpsresolve, @@ -1334,6 +1335,7 @@ def catch_up(db, check_asset_conservation=True): # Parse the current block tx_index = parse_new_block(db, decoded_block, tx_index=tx_index) + mempool.clean_mempool(db) parsed_blocks += 1 formatted_duration = util.format_duration(time.time() - start_time) From 6827f0df6d0b17d18cd7d9e022492a2d31f1ee95 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Fri, 4 Oct 2024 11:50:22 +0000 Subject: [PATCH 13/23] typo --- counterparty-core/counterpartycore/lib/blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counterparty-core/counterpartycore/lib/blocks.py b/counterparty-core/counterpartycore/lib/blocks.py index c69348ccd3..34a5451d96 100644 --- a/counterparty-core/counterpartycore/lib/blocks.py +++ b/counterparty-core/counterpartycore/lib/blocks.py @@ -22,6 +22,7 @@ gas, ledger, log, + mempool, message_type, util, ) @@ -41,7 +42,6 @@ fairmint, fairminter, issuance, - mempool, order, rps, rpsresolve, From 0894f6160364a3a023b31736ed9eda6b58621057 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Fri, 4 Oct 2024 12:46:34 +0000 Subject: [PATCH 14/23] catch ThreadingViolationError --- counterparty-core/counterpartycore/lib/database.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/counterparty-core/counterpartycore/lib/database.py b/counterparty-core/counterpartycore/lib/database.py index 86efce69dc..1554651ea7 100644 --- a/counterparty-core/counterpartycore/lib/database.py +++ b/counterparty-core/counterpartycore/lib/database.py @@ -116,7 +116,13 @@ def connection(self): else: # Too much connections in the pool: closing connection logger.warning("Closing connection due to pool size limit (%s).", self.name) - db.close() + try: + db.close() + except apsw.ThreadingViolationError: + # This should never happen, and yet it has happened.. + # let's ignore this harmless error so as not to return a 500 error to the user. + logger.trace("ThreadingViolationError occurred while closing connection.") + pass def close(self): logger.trace( From 32e0300399e5b306487fe3bc326537584e407127 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Fri, 4 Oct 2024 13:45:05 +0000 Subject: [PATCH 15/23] Run asset conservation check in a Thread --- .../counterpartycore/lib/check.py | 35 ++++++++-------- counterparty-core/counterpartycore/server.py | 40 +++++++++++++++++++ 2 files changed, 58 insertions(+), 17 deletions(-) diff --git a/counterparty-core/counterpartycore/lib/check.py b/counterparty-core/counterpartycore/lib/check.py index 7221db1318..19e2973db2 100644 --- a/counterparty-core/counterpartycore/lib/check.py +++ b/counterparty-core/counterpartycore/lib/check.py @@ -906,25 +906,26 @@ class SanityError(Exception): def asset_conservation(db): logger.debug("Checking for conservation of assets.") - supplies = ledger.supplies(db) - held = ledger.held(db) - for asset in supplies.keys(): - asset_issued = supplies[asset] - asset_held = held[asset] if asset in held and held[asset] != None else 0 # noqa: E711 - if asset_issued != asset_held: - raise SanityError( - "{} {} issued ≠ {} {} held".format( - ledger.value_out(db, asset_issued, asset), - asset, - ledger.value_out(db, asset_held, asset), - asset, + with db: + supplies = ledger.supplies(db) + held = ledger.held(db) + for asset in supplies.keys(): + asset_issued = supplies[asset] + asset_held = held[asset] if asset in held and held[asset] != None else 0 # noqa: E711 + if asset_issued != asset_held: + raise SanityError( + "{} {} issued ≠ {} {} held".format( + ledger.value_out(db, asset_issued, asset), + asset, + ledger.value_out(db, asset_held, asset), + asset, + ) + ) + logger.trace( + "{} has been conserved ({} {} both issued and held)".format( + asset, ledger.value_out(db, asset_issued, asset), asset ) ) - logger.debug( - "{} has been conserved ({} {} both issued and held)".format( - asset, ledger.value_out(db, asset_issued, asset), asset - ) - ) logger.debug("All assets have been conserved.") diff --git a/counterparty-core/counterpartycore/server.py b/counterparty-core/counterpartycore/server.py index 5379a5e007..02c7bbfbc0 100755 --- a/counterparty-core/counterpartycore/server.py +++ b/counterparty-core/counterpartycore/server.py @@ -1,5 +1,6 @@ #! /usr/bin/env python3 +import _thread import binascii import decimal import logging @@ -8,6 +9,7 @@ import sys import tarfile import tempfile +import threading import time import urllib from urllib.parse import quote_plus as urlencode @@ -658,12 +660,44 @@ def connect_to_backend(): backend.bitcoind.getblockcount() +class AssetConservationChecker(threading.Thread): + def __init__(self): + self.last_check = 0 + threading.Thread.__init__(self) + self.db = None + self.stopped = False + self.daemon = True + self.running = False + + def run(self): + self.db = database.get_db_connection(config.DATABASE, read_only=True, check_wal=False) + while not self.stopped: + self.running = True + if time.time() - self.last_check > 60 * 60 * 12: + try: + check.asset_conservation(self.db) + except check.SanityError as e: + logger.error("Asset conservation check failed: %s" % e) + _thread.interrupt_main() + self.last_check = time.time() + time.sleep(1) + self.running = False + + def stop(self): + self.stopped = True + while self.running: + time.sleep(0.1) + if self.db: + self.db.close() + + def start_all(args): api_status_poller = None api_server_v1 = None api_server_v2 = None telemetry_daemon = None follower_daemon = None + asset_conservation_checker = None db = None try: @@ -704,6 +738,10 @@ def start_all(args): api_server_v1.daemon = True api_server_v1.start() + # Asset conservation checker + asset_conservation_checker = AssetConservationChecker() + asset_conservation_checker.start() + # catch up blocks.catch_up(db) @@ -724,6 +762,8 @@ def start_all(args): api_status_poller.stop() if api_server_v1: api_server_v1.stop() + if asset_conservation_checker: + asset_conservation_checker.stop() if follower_daemon: follower_daemon.stop() if not config.NO_TELEMETRY: From 2eb8cb9835b2026056d60373a49882cc737f3b5e Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Sat, 5 Oct 2024 10:41:57 +0000 Subject: [PATCH 16/23] fix fixtures --- apiary.apib | 3545 ++++++++--------- .../fixtures/scenarios/multisig_1_of_2.log | 3 - .../fixtures/scenarios/multisig_1_of_3.log | 3 - .../fixtures/scenarios/multisig_2_of_2.log | 3 - .../fixtures/scenarios/multisig_2_of_3.log | 3 - .../fixtures/scenarios/multisig_3_of_3.log | 3 - .../scenarios/parseblock_unittest_fixture.log | 17 - .../test/fixtures/scenarios/simplesig.log | 3 - .../fixtures/scenarios/unittest_fixture.log | 17 - .../test/regtest/apidoc/apicache.json | 3209 ++++++++------- 10 files changed, 3362 insertions(+), 3444 deletions(-) diff --git a/apiary.apib b/apiary.apib index 6d1e45f6af..0e3dc24969 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1,4 +1,4 @@ -[//]: # (Generated by genapidoc.py on 2024-10-04 09:50:06.687114. Do not edit manually.) +[//]: # (Generated by genapidoc.py on 2024-10-05 10:28:28.713148. Do not edit manually.) FORMAT: 1A HOST: https://api.counterparty.io:4000 @@ -179,15 +179,15 @@ Here is a list of events classified by theme and for each an example response: "event_index": 543, "event": "NEW_BLOCK", "params": { - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", "block_index": 195, - "block_time": 1728035390, + "block_time": 1728124092, "difficulty": 545259519, - "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29" + "previous_block_hash": "2c2ce87204a4276387d3e5faad7b08bc9f0acc3df6d27148d78bfe421d52ce21" }, "tx_hash": null, "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 537, @@ -204,17 +204,17 @@ Here is a list of events classified by theme and for each an example response: "event_index": 544, "event": "NEW_TRANSACTION", "params": { - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", "block_index": 195, - "block_time": 1728035390, + "block_time": 1728124092, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "fee": 0, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxos_info": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1 11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -224,9 +224,9 @@ Here is a list of events classified by theme and for each an example response: }, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 538, @@ -245,16 +245,16 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "out_index": 0, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 277, @@ -272,15 +272,15 @@ Here is a list of events classified by theme and for each an example response: "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", - "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", + "ledger_hash": "32f95aeb87bb26658f9b9aadfcaaa92fe58b2f76bc0e51b0421c0172d3d3c465", + "messages_hash": "e7018c940da39d33cab9dedf0ea1552cf4514889982b0bb567d027a4eec8db49", "transaction_count": 1, - "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", - "block_time": 1728035390 + "txlist_hash": "1c61a8219541a2aa860d4211615e4faca9d81e566b29e06040a2846774e5a5e3", + "block_time": 1728124092 }, "tx_hash": null, "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 542, @@ -298,12 +298,12 @@ Here is a list of events classified by theme and for each an example response: "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61 }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 541, @@ -326,12 +326,12 @@ Here is a list of events classified by theme and for each an example response: "address": null, "asset": "XCP", "block_index": 195, - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "block_time": 1728035390, + "utxo": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "utxo_address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -341,9 +341,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 546, @@ -360,16 +360,16 @@ Here is a list of events classified by theme and for each an example response: "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -379,9 +379,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 550, @@ -400,14 +400,14 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 188, - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "memo": null, "quantity": 10000, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "status": "valid", - "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653", + "tx_hash": "3f501c41fe6c6146534e1b119afa663718c9f91169ed945c528a810222bdcfc0", "tx_index": 54, - "block_time": 1728035356, + "block_time": 1728124057, "asset_info": { "divisible": true, "asset_longname": null, @@ -417,9 +417,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00010000" }, - "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653", + "tx_hash": "3f501c41fe6c6146534e1b119afa663718c9f91169ed945c528a810222bdcfc0", "block_index": 188, - "block_time": 1728035356 + "block_time": 1728124057 } ], "next_cursor": null, @@ -438,15 +438,15 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 189, - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "memo": null, "msg_index": 2, "quantity": 10, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "valid", - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "tx_index": 55, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "divisible": true, "asset_longname": null, @@ -456,9 +456,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000010" }, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "block_time": 1728035360 + "block_time": 1728124062 } ], "next_cursor": 502, @@ -496,20 +496,20 @@ Here is a list of events classified by theme and for each an example response: "event": "SWEEP", "params": { "block_index": 193, - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "status": "valid", - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "tx_index": 59, - "block_time": 1728035376, + "block_time": 1728124079, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "block_time": 1728035376 + "block_time": 1728124079 } ], "next_cursor": null, @@ -531,15 +531,15 @@ Here is a list of events classified by theme and for each an example response: "dividend_asset": "XCP", "fee_paid": 40000, "quantity_per_unit": 100000000, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "valid", - "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "tx_hash": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "tx_index": 41, - "block_time": 1728035218, + "block_time": 1728123924, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -553,9 +553,9 @@ Here is a list of events classified by theme and for each an example response: "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00040000" }, - "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "tx_hash": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "block_index": 154, - "block_time": 1728035218 + "block_time": 1728123924 } ], "next_cursor": null, @@ -588,11 +588,11 @@ Here is a list of events classified by theme and for each an example response: "asset_longname": "A95428959745315388.SUBNUMERIC", "asset_name": "A95428956980101314", "block_index": 160, - "block_time": 1728035254 + "block_time": 1728123950 }, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "block_index": 160, - "block_time": 1728035254 + "block_time": 1728123950 } ], "next_cursor": 374, @@ -620,22 +620,22 @@ Here is a list of events classified by theme and for each an example response: "description_locked": false, "divisible": true, "fee_paid": 0, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "valid", "transfer": false, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "tx_index": 47, - "block_time": 1728035254, + "block_time": 1728123950, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "block_index": 160, - "block_time": 1728035254 + "block_time": 1728123950 } ], "next_cursor": 381, @@ -655,12 +655,12 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "block_index": 194, "quantity": 1, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "status": "valid", "tag": "64657374726f79", - "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", + "tx_hash": "0f768bfacee618f0993fdd0219c7917f018953e6b400332f840258561844cfa1", "tx_index": 60, - "block_time": 1728035380, + "block_time": 1728124083, "asset_info": { "divisible": true, "asset_longname": null, @@ -670,9 +670,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000001" }, - "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", + "tx_hash": "0f768bfacee618f0993fdd0219c7917f018953e6b400332f840258561844cfa1", "block_index": 194, - "block_time": 1728035380 + "block_time": 1728124083 } ], "next_cursor": 157, @@ -704,11 +704,11 @@ Here is a list of events classified by theme and for each an example response: "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "open", - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "tx_index": 58, - "block_time": 1728035372, + "block_time": 1728124074, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -732,9 +732,9 @@ Here is a list of events classified by theme and for each an example response: "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "block_time": 1728035372 + "block_time": 1728124074 } ], "next_cursor": 509, @@ -757,20 +757,20 @@ Here is a list of events classified by theme and for each an example response: "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 3000, - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "match_expire_index": 207, "status": "pending", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx0_block_index": 185, "tx0_expiration": 21, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", "tx0_index": 50, - "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "tx1_address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "tx1_block_index": 187, "tx1_expiration": 21, - "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx1_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "tx1_index": 53, - "block_time": 1728035351, + "block_time": 1728124053, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -789,9 +789,9 @@ Here is a list of events classified by theme and for each an example response: "backward_quantity_normalized": "0.00003000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "block_index": 187, - "block_time": 1728035351 + "block_time": 1728124053 } ], "next_cursor": 468, @@ -809,11 +809,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_UPDATE", "params": { "status": "cancelled", - "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b" + "tx_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056" }, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "block_time": 1728035367 + "block_time": 1728124070 } ], "next_cursor": 483, @@ -831,11 +831,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727" + "tx_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a" }, - "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", + "tx_hash": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5", "block_index": 186, - "block_time": 1728035347 + "block_time": 1728124049 } ], "next_cursor": null, @@ -852,13 +852,13 @@ Here is a list of events classified by theme and for each an example response: "event_index": 474, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "order_match_id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "status": "completed" }, - "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", + "tx_hash": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5", "block_index": 186, - "block_time": 1728035347 + "block_time": 1728124049 } ], "next_cursor": 447, @@ -877,18 +877,18 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 186, "btc_amount": 2000, - "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "order_match_id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "status": "valid", - "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", + "tx_hash": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5", "tx_index": 52, - "block_time": 1728035347, + "block_time": 1728124049, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", + "tx_hash": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5", "block_index": 186, - "block_time": 1728035347 + "block_time": 1728124049 } ], "next_cursor": null, @@ -906,16 +906,16 @@ Here is a list of events classified by theme and for each an example response: "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "offer_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "valid", - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "tx_index": 57, - "block_time": 1728035367 + "block_time": 1728124070 }, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "block_time": 1728035367 + "block_time": 1728124070 } ], "next_cursor": null, @@ -933,13 +933,13 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_EXPIRATION", "params": { "block_index": 183, - "order_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "block_time": 1728035270 + "order_hash": "dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "block_time": 1728123966 }, "tx_hash": null, "block_index": 183, - "block_time": 1728035270 + "block_time": 1728123966 } ], "next_cursor": 453, @@ -957,14 +957,14 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 183, - "order_match_id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "block_time": 1728035270 + "order_match_id": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558_dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "block_time": 1728123966 }, "tx_hash": null, "block_index": 183, - "block_time": 1728035270 + "block_time": 1728123966 } ], "next_cursor": null, @@ -989,14 +989,14 @@ Here is a list of events classified by theme and for each an example response: "escrow_quantity": 10000, "give_quantity": 1, "give_remaining": 10000, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "satoshirate": 1, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": 0, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "tx_index": 33, - "block_time": 1728035184, + "block_time": 1728123880, "asset_info": { "divisible": true, "asset_longname": null, @@ -1009,9 +1009,9 @@ Here is a list of events classified by theme and for each an example response: "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "block_index": 146, - "block_time": 1728035184 + "block_time": 1728123880 } ], "next_cursor": 254, @@ -1031,9 +1031,9 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": 0, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "asset_info": { "divisible": true, "asset_longname": null, @@ -1043,9 +1043,9 @@ Here is a list of events classified by theme and for each an example response: }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 302, @@ -1064,13 +1064,13 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 144, - "destination": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", + "destination": "mj3qajaeqhQh5otBKtGdrK6h57YJViojMA", "dispense_quantity": 10, - "dispenser_tx_hash": "350f2ee2a418aa9a7804fef45ba786f51194c1882e5ed31a9bdbcd0db5cd9e26", - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "tx_hash": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a", + "dispenser_tx_hash": "bf4ec4021506f81bd1a1b88e5a9eb3f6ba835e8026e15bfe08711840a4304696", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "tx_hash": "5480249d82ba625c08925eae9a4196c7bc1a80aad9122c4cc7cd7e1a0b64aeaa", "tx_index": 31, - "block_time": 1728035166, + "block_time": 1728123871, "asset_info": { "divisible": true, "asset_longname": null, @@ -1080,9 +1080,9 @@ Here is a list of events classified by theme and for each an example response: }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a", + "tx_hash": "5480249d82ba625c08925eae9a4196c7bc1a80aad9122c4cc7cd7e1a0b64aeaa", "block_index": 144, - "block_time": 1728035166 + "block_time": 1728123871 } ], "next_cursor": null, @@ -1102,14 +1102,14 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1120,9 +1120,9 @@ Here is a list of events classified by theme and for each an example response: "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 280, @@ -1144,19 +1144,19 @@ Here is a list of events classified by theme and for each an example response: "block_index": 138, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", + "tx_hash": "e4ac3faaf800657f295e67ab2be3e46b55fd838fa0da6aa0808f9b9584e4a46f", "tx_index": 25, "value": 66600.0, - "block_time": 1728035140, + "block_time": 1728123845, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", + "tx_hash": "e4ac3faaf800657f295e67ab2be3e46b55fd838fa0da6aa0808f9b9584e4a46f", "block_index": 138, - "block_time": 1728035140 + "block_time": 1728123845 } ], "next_cursor": 213, @@ -1194,16 +1194,16 @@ Here is a list of events classified by theme and for each an example response: "quantity_by_price": 60, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "start_block": 0, "status": "open", - "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", + "tx_hash": "2321c15f0ed1a387a180a46eae83b3f3060a307989bd0b5b75a5ded43745b8a5", "tx_index": 22, - "block_time": 1728035127 + "block_time": 1728123833 }, - "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", + "tx_hash": "2321c15f0ed1a387a180a46eae83b3f3060a307989bd0b5b75a5ded43745b8a5", "block_index": 135, - "block_time": 1728035127 + "block_time": 1728123833 } ], "next_cursor": 161, @@ -1221,11 +1221,11 @@ Here is a list of events classified by theme and for each an example response: "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1" + "tx_hash": "ea4863914628b33ad3ee9ee9c85ae6bc43bd223673258970d8971b7160cf6774" }, "tx_hash": null, "block_index": 130, - "block_time": 1728035097 + "block_time": 1728123811 } ], "next_cursor": 110, @@ -1246,24 +1246,24 @@ Here is a list of events classified by theme and for each an example response: "block_index": 136, "commission": 0, "earn_quantity": 40, - "fairminter_tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", + "fairminter_tx_hash": "2321c15f0ed1a387a180a46eae83b3f3060a307989bd0b5b75a5ded43745b8a5", "paid_quantity": 34, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "status": "valid", - "tx_hash": "694357c4ceab6ddda8a4bedda060896587aed91c40b2569fc67d8f6ee0e8ea1e", + "tx_hash": "710ec7a948d1ca44bf85bc9e429ac341b13bf3b06b06ece4c278c228572450c9", "tx_index": 23, - "block_time": 1728035132, + "block_time": 1728123837, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, - "tx_hash": "694357c4ceab6ddda8a4bedda060896587aed91c40b2569fc67d8f6ee0e8ea1e", + "tx_hash": "710ec7a948d1ca44bf85bc9e429ac341b13bf3b06b06ece4c278c228572450c9", "block_index": 136, - "block_time": 1728035132 + "block_time": 1728123837 } ], "next_cursor": 190, @@ -1284,28 +1284,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MYASSETA", "block_index": 152, - "destination": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", + "destination": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9:1", "fee_paid": 0, "msg_index": 0, "quantity": 1000000000, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "valid", - "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", + "tx_hash": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9", "tx_index": 39, - "block_time": 1728035209, + "block_time": 1728123915, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "10.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", + "tx_hash": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9", "block_index": 152, - "block_time": 1728035209 + "block_time": 1728123915 } ], "next_cursor": 296, @@ -1324,28 +1324,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MYASSETA", "block_index": 151, - "destination": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", + "destination": "bcrt1qfx629dkqnwqj43xaszqvyk58ma7k2u3z8znj28", "fee_paid": 0, "msg_index": 0, "quantity": 500000000, - "source": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1:0", + "source": "ff0cab96bda23843a863fa0f3d7c445305607dac0fc3954626b37e8bbee04601:0", "status": "valid", - "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", + "tx_hash": "41deac8f65f6cebec3ce845249c2f352edd44dbc9c68f4691cb591a1320a1bca", "tx_index": 38, - "block_time": 1728035205, + "block_time": 1728123911, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", + "tx_hash": "41deac8f65f6cebec3ce845249c2f352edd44dbc9c68f4691cb591a1320a1bca", "block_index": 151, - "block_time": 1728035205 + "block_time": 1728123911 } ], "next_cursor": null, @@ -1364,14 +1364,14 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 195, - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "msg_index": 1, "quantity": 1500000000, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", "status": "valid", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1381,9 +1381,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 548, @@ -1405,17 +1405,17 @@ Here is a list of events classified by theme and for each an example response: "block_index": 121, "burned": 50000000, "earned": 74999996667, - "source": "bcrt1qjyy0eryelnk2mewnkg0uw8kp594qvd356tp6f2", + "source": "bcrt1qwxesp6dlda3gumx3rcchclla44ephyu74dm9d4", "status": "valid", - "tx_hash": "c7b48a062f3601432e47e73a3941a9afaeaf0b4800ca5169808b5b13768456da", + "tx_hash": "f920c0770f9f616973178538b8dd1ec2192525f8958cac42a5118d410dd2e0b8", "tx_index": 9, - "block_time": 1728035058, + "block_time": 1728123773, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, - "tx_hash": "c7b48a062f3601432e47e73a3941a9afaeaf0b4800ca5169808b5b13768456da", + "tx_hash": "f920c0770f9f616973178538b8dd1ec2192525f8958cac42a5118d410dd2e0b8", "block_index": 121, - "block_time": 1728035058 + "block_time": 1728123773 } ], "next_cursor": 65, @@ -1472,61 +1472,61 @@ Returns the list of the last ten blocks "result": [ { "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "previous_block_hash": "2c2ce87204a4276387d3e5faad7b08bc9f0acc3df6d27148d78bfe421d52ce21", "difficulty": 545259519, - "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", - "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", - "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", + "ledger_hash": "32f95aeb87bb26658f9b9aadfcaaa92fe58b2f76bc0e51b0421c0172d3d3c465", + "txlist_hash": "1c61a8219541a2aa860d4211615e4faca9d81e566b29e06040a2846774e5a5e3", + "messages_hash": "e7018c940da39d33cab9dedf0ea1552cf4514889982b0bb567d027a4eec8db49", "transaction_count": 1, "confirmed": true }, { "block_index": 194, - "block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", - "block_time": 1728035380, - "previous_block_hash": "3ee0185a7cd05c6134ccca46cbe12625ca1b0ce300945b35a51f61f165cd9667", + "block_hash": "2c2ce87204a4276387d3e5faad7b08bc9f0acc3df6d27148d78bfe421d52ce21", + "block_time": 1728124083, + "previous_block_hash": "5217060f4aff4855e6c24c76e8a9e176913b1ff1f8ca2617729493d967699e83", "difficulty": 545259519, - "ledger_hash": "41eb98498e274421dd5a4e5a7abae5705314a3f9f4985c82527ccd1d8917e032", - "txlist_hash": "2b1d8b5a943c753c859919e19e6e36eac48f9aa961ea010542d9218df8e6513f", - "messages_hash": "9d2dda10d68368140db5dadcc08eebf4a35fae6e945d24b3c36b93eb49494e9b", + "ledger_hash": "de85adc13f4dbffc0242362a4660004f016dd7268db738a940d042cb7c244a9f", + "txlist_hash": "df7accb39b91a96f2865027db9c7873eb6d5eb297ba1b6eebea3ee53aba31f74", + "messages_hash": "674ad04223465c194182b309230be0b085190c748173e4d3a8ace12767d88c1e", "transaction_count": 1, "confirmed": true }, { "block_index": 193, - "block_hash": "3ee0185a7cd05c6134ccca46cbe12625ca1b0ce300945b35a51f61f165cd9667", - "block_time": 1728035376, - "previous_block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", + "block_hash": "5217060f4aff4855e6c24c76e8a9e176913b1ff1f8ca2617729493d967699e83", + "block_time": 1728124079, + "previous_block_hash": "3d44ff8b274cc3f75ba6f33ee7f02e272b0a26f40c64e080df313eea00d7ec5c", "difficulty": 545259519, - "ledger_hash": "3d5d672c7a7ef3be44e86e5816a3101c2edfc3fbe9cf153a709ad0f99c1d2f46", - "txlist_hash": "619567cb2f0a5a117cd3e10082b1f4344aa39e5296595b029dc48138c14a1d10", - "messages_hash": "b7be933e9a0d3053db2a21ee529fcd563d11c75503ab10af4d41043f7d1b3956", + "ledger_hash": "bbf88a3f4a534497cb348ce8d51c8fef70570a3b61a5d1e47afe15643e7d4d98", + "txlist_hash": "b618bdf88f2b578fea0aa89a2fc926fa50c9333cd0406f6adbb2998759911114", + "messages_hash": "d74a6bf51a05f829fb5a92691f0e4eefa14b6fed0cd5f44ef682a9d2b3dba147", "transaction_count": 1, "confirmed": true }, { "block_index": 192, - "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", - "block_time": 1728035372, - "previous_block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", + "block_hash": "3d44ff8b274cc3f75ba6f33ee7f02e272b0a26f40c64e080df313eea00d7ec5c", + "block_time": 1728124074, + "previous_block_hash": "0e6450e6b3d3b58c879da16dc04ad66f42c1de9d34661c5bdb86c025514b0393", "difficulty": 545259519, - "ledger_hash": "518302d23616c8eeccdb824aa9d393ad06bd9a77e87cc8324a186c672bd44de3", - "txlist_hash": "d6d72db22a7a4f862ef4a1017f6a56136837cd4a013a1dcfdf895913ec270e16", - "messages_hash": "0bf7174d310516d80aa30f4102b8d79de6ea6f497ff13fa547e18719f737d0b7", + "ledger_hash": "acc563ae9d79dc7cba040dd6e292cfb4480532d7bc0ba8b884b16fbde5f20a11", + "txlist_hash": "dfc2c4704bc64ca438a3a0f11e7d7f3aeef19fe04324fa5fe5be29779f1c27d5", + "messages_hash": "b3347ea9e1b621fe4c8674f274f3de9a6122065fb6ab95bb85d91ed0bc6319c2", "transaction_count": 1, "confirmed": true }, { "block_index": 191, - "block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", - "block_time": 1728035367, - "previous_block_hash": "03bf5438dfd4d19f3f1604e79196e24f2a835e771c69ed47d4e6d4e2e65f27bd", + "block_hash": "0e6450e6b3d3b58c879da16dc04ad66f42c1de9d34661c5bdb86c025514b0393", + "block_time": 1728124070, + "previous_block_hash": "6b86f28b8f504eab3374a1d81470b051e8b42b27b2853e8267c59e63c78879ee", "difficulty": 545259519, - "ledger_hash": "a89a133473b6a6cdb6ee89025a4aabf6e1e9eac2f52837337f64c64b00cfc1c5", - "txlist_hash": "20f048c99c56e58460691084a52a4d84242077250e65a29bd14f11e0bc9e7ab0", - "messages_hash": "c63c7ebe227f0ec7226f7d91ddd1fa1c09f92e314143458f0e1a27abc058fc0b", + "ledger_hash": "4164be750cfdd8a52f4071cc60357ca2b1a7e179ac7e53ef33231a68cedd189e", + "txlist_hash": "8e8e674c01f9a262205a9bc1b59cf1e213c004241ec141ea24a18b0c051e54c6", + "messages_hash": "e5ad1428a516c2a65170591353668e7d5524d0001df4c045bbc4d3ea042c18d6", "transaction_count": 1, "confirmed": true } @@ -1563,13 +1563,13 @@ Return the information of a block { "result": { "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "previous_block_hash": "2c2ce87204a4276387d3e5faad7b08bc9f0acc3df6d27148d78bfe421d52ce21", "difficulty": 545259519, - "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", - "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", - "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", + "ledger_hash": "32f95aeb87bb26658f9b9aadfcaaa92fe58b2f76bc0e51b0421c0172d3d3c465", + "txlist_hash": "1c61a8219541a2aa860d4211615e4faca9d81e566b29e06040a2846774e5a5e3", + "messages_hash": "e7018c940da39d33cab9dedf0ea1552cf4514889982b0bb567d027a4eec8db49", "transaction_count": 1, "confirmed": true } @@ -1581,7 +1581,7 @@ Return the information of a block Return the information of a block + Parameters - + block_hash: `51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557` (str, required) - The index of the block to return + + block_hash: `50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b` (str, required) - The index of the block to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -1593,13 +1593,13 @@ Return the information of a block { "result": { "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "previous_block_hash": "2c2ce87204a4276387d3e5faad7b08bc9f0acc3df6d27148d78bfe421d52ce21", "difficulty": 545259519, - "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", - "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", - "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", + "ledger_hash": "32f95aeb87bb26658f9b9aadfcaaa92fe58b2f76bc0e51b0421c0172d3d3c465", + "txlist_hash": "1c61a8219541a2aa860d4211615e4faca9d81e566b29e06040a2846774e5a5e3", + "messages_hash": "e7018c940da39d33cab9dedf0ea1552cf4514889982b0bb567d027a4eec8db49", "transaction_count": 1, "confirmed": true } @@ -1630,17 +1630,17 @@ Returns the transactions of a block "result": [ { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "destination": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxos_info": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1 11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -1686,11 +1686,11 @@ Returns the events of a block "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", - "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", + "ledger_hash": "32f95aeb87bb26658f9b9aadfcaaa92fe58b2f76bc0e51b0421c0172d3d3c465", + "messages_hash": "e7018c940da39d33cab9dedf0ea1552cf4514889982b0bb567d027a4eec8db49", "transaction_count": 1, - "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", - "block_time": 1728035390 + "txlist_hash": "1c61a8219541a2aa860d4211615e4faca9d81e566b29e06040a2846774e5a5e3", + "block_time": 1728124092 }, "tx_hash": null }, @@ -1699,10 +1699,10 @@ Returns the events of a block "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61 }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048" }, { "event_index": 554, @@ -1711,14 +1711,14 @@ Returns the events of a block "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1729,7 +1729,7 @@ Returns the events of a block "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048" }, { "event_index": 553, @@ -1738,9 +1738,9 @@ Returns the events of a block "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": 0, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "asset_info": { "divisible": true, "asset_longname": null, @@ -1750,22 +1750,22 @@ Returns the events of a block }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048" }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1775,7 +1775,7 @@ Returns the events of a block }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048" } ], "next_cursor": 551, @@ -1858,16 +1858,16 @@ Returns the events of a block filtered by event "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1877,7 +1877,7 @@ Returns the events of a block filtered by event }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048" }, { "event_index": 550, @@ -1887,12 +1887,12 @@ Returns the events of a block filtered by event "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1902,7 +1902,7 @@ Returns the events of a block filtered by event }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048" }, { "event_index": 547, @@ -1912,22 +1912,22 @@ Returns the events of a block filtered by event "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048" } ], "next_cursor": null, @@ -1990,16 +1990,16 @@ Returns the credits of a block "result": [ { "block_index": 195, - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -2015,12 +2015,12 @@ Returns the credits of a block "asset": "XCP", "quantity": 1500000000, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -2036,16 +2036,16 @@ Returns the credits of a block "asset": "MYASSETA", "quantity": 1500000000, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2105,12 +2105,12 @@ Returns the debits of a block "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "utxo": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "utxo_address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -2126,16 +2126,16 @@ Returns the debits of a block "asset": "MYASSETA", "quantity": 1500000000, "action": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "utxo": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "utxo_address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2171,24 +2171,24 @@ Returns the expirations of a block "result": [ { "type": "order", - "object_id": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "object_id": "dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", "block_index": 183, "confirmed": true, - "block_time": 1728035270 + "block_time": 1728123966 }, { "type": "order", - "object_id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "object_id": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", "block_index": 183, "confirmed": true, - "block_time": 1728035270 + "block_time": 1728123966 }, { "type": "order_match", - "object_id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "object_id": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558_dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", "block_index": 183, "confirmed": true, - "block_time": 1728035270 + "block_time": 1728123966 } ], "next_cursor": null, @@ -2220,13 +2220,13 @@ Returns the cancels of a block "result": [ { "tx_index": 57, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "offer_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "status": "valid", "confirmed": true, - "block_time": 1728035367 + "block_time": 1728124070 } ], "next_cursor": null, @@ -2258,15 +2258,15 @@ Returns the destructions of a block "result": [ { "tx_index": 60, - "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", + "tx_hash": "0f768bfacee618f0993fdd0219c7917f018953e6b400332f840258561844cfa1", "block_index": 194, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "quantity": 1, "tag": "64657374726f79", "status": "valid", "confirmed": true, - "block_time": 1728035380, + "block_time": 1728124083, "asset_info": { "divisible": true, "asset_longname": null, @@ -2306,14 +2306,14 @@ Returns the issuances of a block "result": [ { "tx_index": 47, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -2328,7 +2328,7 @@ Returns the issuances of a block "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035254, + "block_time": 1728123950, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -2362,10 +2362,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block "result": [ { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -2373,7 +2373,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -2386,10 +2386,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block }, { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -2397,11 +2397,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2439,27 +2439,27 @@ Returns the dispenses of a block { "tx_index": 61, "dispense_index": 0, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2474,7 +2474,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -2515,16 +2515,16 @@ Returns the sweeps of a block "result": [ { "tx_index": 59, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1728035376, + "block_time": 1728124079, "fee_paid_normalized": "0.00600000" } ], @@ -2558,17 +2558,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 25, - "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", + "tx_hash": "e4ac3faaf800657f295e67ab2be3e46b55fd838fa0da6aa0808f9b9584e4a46f", "block_index": 138, - "block_hash": "2f05e59e3f0b025e4b76a7cb93ff90613ea14c1d028e10d319c513a20041e3e1", - "block_time": 1728035140, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_hash": "190b79fccf5f5a745fb9b09096968bf35f9b94deea911eaeb35d4c4432a3f650", + "block_time": 1728123845, + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "destination": null, "btc_amount": 0, "fee": 10000, "data": "1eeea6b9ef40f0428000000000000000000970726963652d555344", "supported": true, - "utxos_info": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590:1", + "utxos_info": "e4ac3faaf800657f295e67ab2be3e46b55fd838fa0da6aa0808f9b9584e4a46f:1", "confirmed": true, "unpacked_data": { "message_type": "broadcast", @@ -2593,25 +2593,25 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 52, - "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", + "tx_hash": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5", "block_index": 186, - "block_hash": "7618d51b83c4d1a1899a929f64670caba78d99c25b467b70f054eb9740dddedf", - "block_time": 1728035347, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "12e4a4f9e7cb62f49179b62317655cc73f78d7f76c2b7e1c51878e662936aeb7", + "block_time": 1728124049, + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "destination": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "btc_amount": 2000, "fee": 10000, - "data": "0b3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a197a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "data": "0bc719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf5093940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "supported": true, - "utxos_info": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c:0", + "utxos_info": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx1_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "order_match_id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "status": "valid" } }, @@ -2626,23 +2626,23 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 57, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", - "block_time": 1728035367, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "0e6450e6b3d3b58c879da16dc04ad66f42c1de9d34661c5bdb86c025514b0393", + "block_time": 1728124070, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "468c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "data": "46e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "supported": true, - "utxos_info": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9:1", + "utxos_info": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "offer_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "status": "valid" } }, @@ -2657,17 +2657,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 60, - "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", + "tx_hash": "0f768bfacee618f0993fdd0219c7917f018953e6b400332f840258561844cfa1", "block_index": 194, - "block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", - "block_time": 1728035380, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "block_hash": "2c2ce87204a4276387d3e5faad7b08bc9f0acc3df6d27148d78bfe421d52ce21", + "block_time": 1728124083, + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0:1", + "utxos_info": "0f768bfacee618f0993fdd0219c7917f018953e6b400332f840258561844cfa1:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -2697,17 +2697,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 33, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "block_index": 146, - "block_hash": "5b06312f6bcc1ac1faf6b2f7f6cf2a186ac1cfd252b7e5a27aab3ca1a57834f7", - "block_time": 1728035184, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_hash": "06be252f2ab9bca2211ec8a25fa307604a7072dd01f695edfdbf738babc14d62", + "block_time": 1728123880, + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0c000000000000000100000000000000010000000000002710000000000000000100804b42a601c37aaf127c02d6b7b6d91b42084f64d2", + "data": "0c00000000000000010000000000000001000000000000271000000000000000010080955b4a10edc11b7911e46a8f65ef4b5b43facf09", "supported": true, - "utxos_info": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755:1", + "utxos_info": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091:1", "confirmed": true, "unpacked_data": { "message_type": "dispenser", @@ -2719,7 +2719,7 @@ Here is sample API output for each of these transactions: "mainchainrate": 1, "dispenser_status": 0, "action_address": null, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": "valid", "asset_info": { "divisible": true, @@ -2743,17 +2743,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "destination": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxos_info": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1 11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -2773,17 +2773,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 41, - "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "tx_hash": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "block_index": 154, - "block_hash": "60bf49efc67e99045b4b1bd2ed6bd186a99b97907499805648cb5cf2ee84f4eb", - "block_time": 1728035218, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "532b12d28b768aab4dcbd2f2b4763c2a154a529398115c4af602aa3024c0cf6e", + "block_time": 1728123924, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "320000000005f5e100000000182b37176e0000000000000001", "supported": true, - "utxos_info": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf:1", + "utxos_info": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4:1", "confirmed": true, "unpacked_data": { "message_type": "dividend", @@ -2796,7 +2796,7 @@ Here is sample API output for each of these transactions: "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2821,17 +2821,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 47, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "block_index": 160, - "block_hash": "270bdd4b20b10f9761e7b730c51b38df199ec24ad063ea0b6986cf179857787e", - "block_time": 1728035254, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "2b2ff645bce0ece021c8a581a914d7f1713b3d1fb5e5b6a7e238fe188a7d507e", + "block_time": 1728123950, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "17015308217a15c0c2000000174876e80001000016987952c23e7c7c94dd9fd148af3f5276f9092bbbc2e941207375626e756d65726963206173736574", "supported": true, - "utxos_info": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697:1", + "utxos_info": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c:1", "confirmed": true, "unpacked_data": { "message_type": "issuance", @@ -2863,17 +2863,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 58, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", - "block_time": 1728035372, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "3d44ff8b274cc3f75ba6f33ee7f02e272b0a26f40c64e080df313eea00d7ec5c", + "block_time": 1728124074, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1:1", + "utxos_info": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -2916,17 +2916,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 54, - "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653", + "tx_hash": "3f501c41fe6c6146534e1b119afa663718c9f91169ed945c528a810222bdcfc0", "block_index": 188, - "block_hash": "7270ac835efc4afef28905cae95abeb5f509d2690f05f9643a54912944037a96", - "block_time": 1728035356, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "block_hash": "0827efe0333c4199051b41b3f97f0a2a6f147ffdf4ac471d043631cded558479", + "block_time": 1728124057, + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "020000000000000001000000000000271080eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e", + "data": "020000000000000001000000000000271080ce59470c82de1a6d194e0f37389966dd417bcd66", "supported": true, - "utxos_info": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653:1", + "utxos_info": "3f501c41fe6c6146534e1b119afa663718c9f91169ed945c528a810222bdcfc0:1", "confirmed": true, "unpacked_data": { "message_type": "enhanced_send", @@ -2934,7 +2934,7 @@ Here is sample API output for each of these transactions: "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "memo": null, "asset_info": { "divisible": true, @@ -2957,17 +2957,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "block_hash": "2ec2529ac1494af0502892fc2321df47076f70aae7b149c121271d3af7b9c051", - "block_time": 1728035360, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "20e79046b61604c4e9590ee039eb1e54286494e970d8c530d8678a46a48044e1", + "block_time": 1728124062, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380a4d887fcef036e2e0308187f08318cc744a2be2580d347561e18a598c568ad2d3a7ad11cd98209d7d580eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380695bdaa4f2331048c402a7d9cd998a903fe554c0806873e3877a86e47e9658efa5b58bac1574161e3b80ce59470c82de1a6d194e0f37389966dd417bcd66400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8:0", + "utxos_info": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -2975,14 +2975,14 @@ Here is sample API output for each of these transactions: "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2990,7 +2990,7 @@ Here is sample API output for each of these transactions: }, { "asset": "XCP", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -3016,23 +3016,23 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 59, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "block_hash": "3ee0185a7cd05c6134ccca46cbe12625ca1b0ce300945b35a51f61f165cd9667", - "block_time": 1728035376, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "block_hash": "5217060f4aff4855e6c24c76e8a9e176913b1ff1f8ca2617729493d967699e83", + "block_time": 1728124079, + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0480eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e017377656570206d7920617373657473", + "data": "0480ce59470c82de1a6d194e0f37389966dd417bcd66017377656570206d7920617373657473", "supported": true, - "utxos_info": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7:1", + "utxos_info": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea:1", "confirmed": true, "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "flags": 1, "memo": "sweep my assets" } @@ -3065,17 +3065,17 @@ Returns the list of the last ten transactions "result": [ { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "destination": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxos_info": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1 11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3088,17 +3088,17 @@ Returns the list of the last ten transactions }, { "tx_index": 60, - "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", + "tx_hash": "0f768bfacee618f0993fdd0219c7917f018953e6b400332f840258561844cfa1", "block_index": 194, - "block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", - "block_time": 1728035380, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "block_hash": "2c2ce87204a4276387d3e5faad7b08bc9f0acc3df6d27148d78bfe421d52ce21", + "block_time": 1728124083, + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0:1", + "utxos_info": "0f768bfacee618f0993fdd0219c7917f018953e6b400332f840258561844cfa1:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -3130,7 +3130,7 @@ Returns the list of the last ten transactions Returns Counterparty information from a raw transaction in hex format. + Parameters - + rawtransaction: `02000000000101f4aabfead29748b83a688434f0ed84f85e3fe10e875a8ee923e1ff5c12769e8a0000000000ffffffff020000000000000000416a3fde69be1ef3c2f48215ca81e151b7725ee63a99c7521de0ffbb2ca055799376b9c15086965a82cf514e4e58e317fec00d614d57be1a3af9d7521287deb8b694f0ca052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f730247304402203b801b05cadfacc573bb17ea85606fd79bb476f38f6a6ebf8b941038c981be84022015e1bd81da9af10a419e1eb5bf83e532db60748d1b5f8da6513e5a70c03d09d60121039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c00000000` (str, required) - Raw transaction in hex format + + rawtransaction: `020000000001019eb5b3158e33d62e784da8586cc95c04e3026dae26fb6a42731c275502e54b800000000000ffffffff0200000000000000002b6a295649bfdc0363ceaeac19dfa8c5e5d4996b445dccbf0abb2ddd08c939f389a4ddefa811b4f5357dd228f0ca052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c340840247304402207f8254913de32e3f875dec00ad22446b9a0db8bc334c224f6717a20073979b12022068853605320cb417bf3191c172925ae6c909e601febffaf38af18ad3aa6f77c3012103b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b45800000000` (str, required) - Raw transaction in hex format + block_index (int, optional) - Block index mandatory for transactions before block 335000 + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -3143,18 +3143,18 @@ Returns Counterparty information from a raw transaction in hex format. ``` { "result": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0c00000000000000010000000000000001000000000000000a0000000000000001016fcb0da5923a84f0ae233db92b385bca88b017cbbb", + "data": "46e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "f4aabfead29748b83a688434f0ed84f85e3fe10e875a8ee923e1ff5c12769e8a", + "hash": "9eb5b3158e33d62e784da8586cc95c04e3026dae26fb6a42731c275502e54b80", "n": 0, "script_sig": "", "sequence": 4294967295, @@ -3164,42 +3164,27 @@ Returns Counterparty information from a raw transaction in hex format. "vout": [ { "value": 0, - "script_pub_key": "6a3fde69be1ef3c2f48215ca81e151b7725ee63a99c7521de0ffbb2ca055799376b9c15086965a82cf514e4e58e317fec00d614d57be1a3af9d7521287deb8b694" + "script_pub_key": "6a295649bfdc0363ceaeac19dfa8c5e5d4996b445dccbf0abb2ddd08c939f389a4ddefa811b4f5357dd228" }, { "value": 4999990000, - "script_pub_key": "0014881780df3ee0da41c30dd71f7298f2ba23f10f73" + "script_pub_key": "0014d7ec66d9bb2f486bd4685478b20fc2f384c34084" } ], "vtxinwit": [ - "304402203b801b05cadfacc573bb17ea85606fd79bb476f38f6a6ebf8b941038c981be84022015e1bd81da9af10a419e1eb5bf83e532db60748d1b5f8da6513e5a70c03d09d601", - "039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c" + "304402207f8254913de32e3f875dec00ad22446b9a0db8bc334c224f6717a20073979b12022068853605320cb417bf3191c172925ae6c909e601febffaf38af18ad3aa6f77c301", + "03b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b458" ], "lock_time": 0, - "tx_hash": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a", - "tx_id": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a" + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", + "tx_id": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e" }, "unpacked_data": { - "message_type": "dispenser", - "message_type_id": 12, + "message_type": "cancel", + "message_type_id": 70, "message_data": { - "asset": "XCP", - "give_quantity": 1, - "escrow_quantity": 10, - "mainchainrate": 1, - "dispenser_status": 1, - "action_address": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", - "oracle_address": null, - "status": "valid", - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "give_quantity_normalized": "0.00000001", - "escrow_quantity_normalized": "0.00000010" + "offer_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", + "status": "valid" } }, "btc_amount_normalized": "0.00000000" @@ -3212,7 +3197,7 @@ Returns Counterparty information from a raw transaction in hex format. Returns Counterparty information from a transaction hash. + Parameters - + tx_hash: `d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c` (str, required) - Transaction hash + + tx_hash: `fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac` (str, required) - Transaction hash + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3223,18 +3208,18 @@ Returns Counterparty information from a transaction hash. ``` { "result": { - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", + "data": "0200000000000000010000000000002710806873e3877a86e47e9658efa5b58bac1574161e3b", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "512b3dc6f38750343e4ca8b65128d5851b285615f99acc458ba6087c73933c7b", + "hash": "62da9b852d351d0aea31ab624fad1032ce89940209ef5c347dfe5c7549212dda", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -3244,20 +3229,20 @@ Returns Counterparty information from a transaction hash. "vout": [ { "value": 0, - "script_pub_key": "6a2e363ca523c94bd16a81a33d2fc79bb77194c567e9631855ecc1ed25237200714c8d0a71594afb86200694dcd0023e" + "script_pub_key": "6a2eab191f9fb567b12f0f105d2d70175203d7673c1b700daa66763f5de8c28c17d1370b952c635a330811965295cad0" }, { "value": 4999955000, - "script_pub_key": "0014eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e" + "script_pub_key": "0014ce59470c82de1a6d194e0f37389966dd417bcd66" } ], "vtxinwit": [ - "304402201c7a2eb978c402917ead37d6ae6bf3a9cf83dc80e54e83657d532a91e7e78f5a02202c30ae895cfe7f7109628babff09a936217bf71462ad1d18448abcb55372980301", - "03b584adba79e779948e9dba58f0fe2d63f2e1988c075067628ebb3fac5c377ef1" + "304402202a5be90d4cb18252533f27c05aa3d73e06aaae04c12c116fb7c0edb1a8ba6b900220193a51be2df57b54b8d8b73671f0820fc061bce9ce20330836c7f0d8c7582e9201", + "027484bd71ce402d1fdad7dd2f79f73aae84e211c43eef9b2525f5e6e17795d2ec" ], "lock_time": 0, - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", - "tx_id": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c" + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", + "tx_id": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac" }, "unpacked_data": { "message_type": "enhanced_send", @@ -3265,7 +3250,7 @@ Returns Counterparty information from a transaction hash. "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "memo": null, "asset_info": { "divisible": true, @@ -3326,17 +3311,17 @@ Returns a transaction by its index. { "result": { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "destination": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxos_info": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1 11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3355,7 +3340,7 @@ Returns a transaction by its index. Returns a transaction by its hash. + Parameters - + tx_hash: `6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34` (str, required) - The hash of the transaction + + tx_hash: `11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048` (str, required) - The hash of the transaction + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3367,17 +3352,17 @@ Returns a transaction by its hash. { "result": { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "destination": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxos_info": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1 11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3420,12 +3405,12 @@ Returns the events of a transaction "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61 }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 554, @@ -3434,14 +3419,14 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -3452,9 +3437,9 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 553, @@ -3463,9 +3448,9 @@ Returns the events of a transaction "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": 0, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "asset_info": { "divisible": true, "asset_longname": null, @@ -3475,24 +3460,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -3502,9 +3487,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 551, @@ -3512,14 +3497,14 @@ Returns the events of a transaction "params": { "asset": "XCP", "block_index": 195, - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "msg_index": 1, "quantity": 1500000000, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", "status": "valid", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -3529,9 +3514,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 550, @@ -3544,7 +3529,7 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34` (str, required) - The hash of the transaction to return + + tx_hash: `11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor: `556` (str, optional) - The last event index to return @@ -3568,12 +3553,12 @@ Returns the events of a transaction "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61 }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 554, @@ -3582,14 +3567,14 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -3600,9 +3585,9 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 553, @@ -3611,9 +3596,9 @@ Returns the events of a transaction "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": 0, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "asset_info": { "divisible": true, "asset_longname": null, @@ -3623,24 +3608,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -3650,9 +3635,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 551, @@ -3660,14 +3645,14 @@ Returns the events of a transaction "params": { "asset": "XCP", "block_index": 195, - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "msg_index": 1, "quantity": 1500000000, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", "status": "valid", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -3677,9 +3662,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 550, @@ -3692,7 +3677,7 @@ Returns the events of a transaction Returns the sends, include Enhanced and MPMA sends, of a block + Parameters - + tx_hash: `6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34` (str, required) - The hash of the transaction to return + + tx_hash: `11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048` (str, required) - The hash of the transaction to return + cursor (str, optional) - The last index of the debits to return + Default: `None` + limit: `5` (int, optional) - The maximum number of debits to return @@ -3711,10 +3696,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block "result": [ { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -3722,7 +3707,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -3735,10 +3720,10 @@ Returns the sends, include Enhanced and MPMA sends, of a block }, { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -3746,11 +3731,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -3768,7 +3753,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block Returns the dispenses of a block + Parameters - + tx_hash: `6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34` (str, required) - The hash of the transaction to return + + tx_hash: `11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048` (str, required) - The hash of the transaction to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -3788,27 +3773,27 @@ Returns the dispenses of a block { "tx_index": 61, "dispense_index": 0, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3823,7 +3808,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -3867,16 +3852,16 @@ Returns the events of a transaction "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -3886,9 +3871,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 550, @@ -3898,12 +3883,12 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -3913,9 +3898,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 547, @@ -3925,24 +3910,24 @@ Returns the events of a transaction "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": null, @@ -3955,7 +3940,7 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34` (str, required) - The hash of the transaction to return + + tx_hash: `11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048` (str, required) - The hash of the transaction to return + event: `CREDIT` (str, required) - The event to filter by + cursor: `556` (str, optional) - The last event index to return + Default: `None` @@ -3977,16 +3962,16 @@ Returns the events of a transaction "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -3996,9 +3981,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 550, @@ -4008,12 +3993,12 @@ Returns the events of a transaction "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -4023,9 +4008,9 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 547, @@ -4035,24 +4020,24 @@ Returns the events of a transaction "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": null, @@ -4067,7 +4052,7 @@ Returns the events of a transaction Returns the balances of several addresses + Parameters - + addresses: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca,bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - Comma separated list of addresses + + addresses: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk,bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3` (str, required) - Comma separated list of addresses + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -4091,7 +4076,7 @@ Returns the balances of several addresses "total": 100000000000, "addresses": [ { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -4101,7 +4086,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -4112,7 +4097,7 @@ Returns the balances of several addresses "total": 97999999980, "addresses": [ { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "utxo": null, "utxo_address": null, "quantity": 97999999980, @@ -4122,7 +4107,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -4133,7 +4118,7 @@ Returns the balances of several addresses "total": 500000000, "addresses": [ { - "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -4143,7 +4128,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -4154,7 +4139,7 @@ Returns the balances of several addresses "total": 40, "addresses": [ { - "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "utxo": null, "utxo_address": null, "quantity": 40, @@ -4164,7 +4149,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -4175,7 +4160,7 @@ Returns the balances of several addresses "total": 19, "addresses": [ { - "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "utxo": null, "utxo_address": null, "quantity": 19, @@ -4185,7 +4170,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -4202,7 +4187,7 @@ Returns the balances of several addresses Returns the transactions of a list of addresses + Parameters - + addresses: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca,bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk,bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3` (str, required) - Comma separated list of addresses to return + cursor: `61` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return @@ -4221,17 +4206,17 @@ Returns the transactions of a list of addresses "result": [ { "tx_index": 58, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", - "block_time": 1728035372, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "3d44ff8b274cc3f75ba6f33ee7f02e272b0a26f40c64e080df313eea00d7ec5c", + "block_time": 1728124074, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1:1", + "utxos_info": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -4267,23 +4252,23 @@ Returns the transactions of a list of addresses }, { "tx_index": 57, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", - "block_time": 1728035367, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "0e6450e6b3d3b58c879da16dc04ad66f42c1de9d34661c5bdb86c025514b0393", + "block_time": 1728124070, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "468c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "data": "46e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "supported": true, - "utxos_info": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9:1", + "utxos_info": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "offer_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "status": "valid" } }, @@ -4291,17 +4276,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 56, - "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "tx_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "block_index": 190, - "block_hash": "03bf5438dfd4d19f3f1604e79196e24f2a835e771c69ed47d4e6d4e2e65f27bd", - "block_time": 1728035364, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "6b86f28b8f504eab3374a1d81470b051e8b42b27b2853e8267c59e63c78879ee", + "block_time": 1728124066, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b:1", + "utxos_info": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -4337,17 +4322,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "block_hash": "2ec2529ac1494af0502892fc2321df47076f70aae7b149c121271d3af7b9c051", - "block_time": 1728035360, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "20e79046b61604c4e9590ee039eb1e54286494e970d8c530d8678a46a48044e1", + "block_time": 1728124062, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380a4d887fcef036e2e0308187f08318cc744a2be2580d347561e18a598c568ad2d3a7ad11cd98209d7d580eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380695bdaa4f2331048c402a7d9cd998a903fe554c0806873e3877a86e47e9658efa5b58bac1574161e3b80ce59470c82de1a6d194e0f37389966dd417bcd66400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8:0", + "utxos_info": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -4355,14 +4340,14 @@ Returns the transactions of a list of addresses "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -4370,7 +4355,7 @@ Returns the transactions of a list of addresses }, { "asset": "XCP", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -4389,25 +4374,25 @@ Returns the transactions of a list of addresses }, { "tx_index": 52, - "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", + "tx_hash": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5", "block_index": 186, - "block_hash": "7618d51b83c4d1a1899a929f64670caba78d99c25b467b70f054eb9740dddedf", - "block_time": 1728035347, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "12e4a4f9e7cb62f49179b62317655cc73f78d7f76c2b7e1c51878e662936aeb7", + "block_time": 1728124049, + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "destination": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "btc_amount": 2000, "fee": 10000, - "data": "0b3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a197a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "data": "0bc719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf5093940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "supported": true, - "utxos_info": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c:0", + "utxos_info": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx1_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "order_match_id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "status": "valid" } }, @@ -4424,7 +4409,7 @@ Returns the transactions of a list of addresses Returns the events of a list of addresses + Parameters - + addresses: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca,bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk,bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3` (str, required) - Comma separated list of addresses to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor: `556` (str, optional) - The last event index to return @@ -4460,11 +4445,11 @@ Returns the events of a list of addresses "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "open", - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "tx_index": 58, - "block_time": 1728035372, + "block_time": 1728124074, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4488,24 +4473,24 @@ Returns the events of a list of addresses "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "block_time": 1728035372 + "block_time": 1728124074 }, { "event_index": 521, "event": "DEBIT", "params": { "action": "open order", - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "block_index": 192, - "event": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "event": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "quantity": 1000, "tx_index": 58, "utxo": null, "utxo_address": null, - "block_time": 1728035372, + "block_time": 1728124074, "asset_info": { "divisible": true, "asset_longname": null, @@ -4515,25 +4500,25 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "block_time": 1728035372 + "block_time": 1728124074 }, { "event_index": 520, "event": "NEW_TRANSACTION", "params": { - "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", + "block_hash": "3d44ff8b274cc3f75ba6f33ee7f02e272b0a26f40c64e080df313eea00d7ec5c", "block_index": 192, - "block_time": 1728035372, + "block_time": 1728124074, "btc_amount": 0, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "destination": "", "fee": 10000, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "tx_index": 58, - "utxos_info": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1:1", + "utxos_info": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1:1", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -4565,40 +4550,40 @@ Returns the events of a list of addresses }, "btc_amount_normalized": "0.00000000" }, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "block_time": 1728035372 + "block_time": 1728124074 }, { "event_index": 516, "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "offer_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "valid", - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "tx_index": 57, - "block_time": 1728035367 + "block_time": 1728124070 }, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "block_time": 1728035367 + "block_time": 1728124070 }, { "event_index": 515, "event": "CREDIT", "params": { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "block_index": 191, "calling_function": "cancel order", - "event": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "event": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "quantity": 1000, "tx_index": 57, "utxo": null, "utxo_address": null, - "block_time": 1728035367, + "block_time": 1728124070, "asset_info": { "divisible": true, "asset_longname": null, @@ -4608,9 +4593,9 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "block_time": 1728035367 + "block_time": 1728124070 } ], "next_cursor": 513, @@ -4623,7 +4608,7 @@ Returns the events of a list of addresses Returns the mempool events of a list of addresses + Parameters - + addresses: `bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t,bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k,bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway` (str, required) - Comma separated list of addresses to return + cursor (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return @@ -4639,17 +4624,17 @@ Returns the mempool events of a list of addresses { "result": [ { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "memo": null, "quantity": 10000, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "status": "valid", - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62, "asset_info": { "divisible": true, @@ -4660,22 +4645,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "CREDIT", "params": { - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "event": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -4685,22 +4670,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "block_index": 195, - "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "event": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -4710,30 +4695,30 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1728035394.2916615, + "block_time": 1728124096.9334157, "btc_amount": 0, - "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", + "data": "0200000000000000010000000000002710806873e3877a86e47e9658efa5b58bac1574161e3b", "destination": "", "fee": 10000, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62, - "utxos_info": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c:1", + "utxos_info": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "memo": null, "asset_info": { "divisible": true, @@ -4747,7 +4732,7 @@ Returns the mempool events of a list of addresses }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 } ], "next_cursor": null, @@ -4760,7 +4745,7 @@ Returns the mempool events of a list of addresses Returns the balances of an address + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -4780,7 +4765,7 @@ Returns the balances of an address { "result": [ { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "A95428956980101314", "quantity": 100000000000, "utxo": null, @@ -4788,14 +4773,14 @@ Returns the balances of an address "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "MYASSETA", "quantity": 97999999980, "utxo": null, @@ -4803,14 +4788,14 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "980.00000000" }, { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4825,7 +4810,7 @@ Returns the balances of an address "quantity_normalized": "826.99937000" }, { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "TESTLOCKDESC", "quantity": 10000000000, "utxo": null, @@ -4833,7 +4818,7 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -4850,7 +4835,7 @@ Returns the balances of an address Returns the balance of an address and asset + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -4862,7 +4847,7 @@ Returns the balance of an address and asset ``` { "result": { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -4884,7 +4869,7 @@ Returns the balance of an address and asset Returns the credits of an address + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -4934,16 +4919,16 @@ Returns the credits of an address "result": [ { "block_index": 191, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "event": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "tx_index": 57, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035367, + "block_time": 1728124070, "asset_info": { "divisible": true, "asset_longname": null, @@ -4955,16 +4940,16 @@ Returns the credits of an address }, { "block_index": 183, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "event": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", "tx_index": 0, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035270, + "block_time": 1728123966, "asset_info": { "divisible": true, "asset_longname": null, @@ -4976,20 +4961,20 @@ Returns the credits of an address }, { "block_index": 160, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "A95428956980101314", "quantity": 100000000000, "calling_function": "issuance", - "event": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "event": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "tx_index": 47, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035254, + "block_time": 1728123950, "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -4997,20 +4982,20 @@ Returns the credits of an address }, { "block_index": 157, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "TESTLOCKDESC", "quantity": 10000000000, "calling_function": "issuance", - "event": "25e1fc17a0f4d328bf59dc0e2a912a1d8d235a16599a1d7ea05c778722716d91", + "event": "06655ea82f2042a38aa62ed4ef8a7b245939e5ed59c95f2e0f1ea7a19cfc8589", "tx_index": 44, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035231, + "block_time": 1728123938, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5022,16 +5007,16 @@ Returns the credits of an address "asset": "MYASSETA", "quantity": 1000000000, "calling_function": "attach to utxo", - "event": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", + "event": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9", "tx_index": 39, - "utxo": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", - "utxo_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "utxo": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9:1", + "utxo_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "confirmed": true, - "block_time": 1728035209, + "block_time": 1728123915, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5048,7 +5033,7 @@ Returns the credits of an address Returns the debits of an address + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -5087,16 +5072,16 @@ Returns the debits of an address "result": [ { "block_index": 192, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "event": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035372, + "block_time": 1728124074, "asset_info": { "divisible": true, "asset_longname": null, @@ -5108,16 +5093,16 @@ Returns the debits of an address }, { "block_index": 190, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "event": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "tx_index": 56, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035364, + "block_time": 1728124066, "asset_info": { "divisible": true, "asset_longname": null, @@ -5129,16 +5114,16 @@ Returns the debits of an address }, { "block_index": 189, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "event": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "divisible": true, "asset_longname": null, @@ -5150,20 +5135,20 @@ Returns the debits of an address }, { "block_index": 189, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "MYASSETA", "quantity": 20, "action": "mpma send", - "event": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "event": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5171,16 +5156,16 @@ Returns the debits of an address }, { "block_index": 184, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 10000, "action": "open order", - "event": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "event": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", "tx_index": 50, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035339, + "block_time": 1728124040, "asset_info": { "divisible": true, "asset_longname": null, @@ -5201,7 +5186,7 @@ Returns the debits of an address Returns the bets of a feed + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address of the feed + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address of the feed + status: `filled` (enum[str], optional) - The status of the bet + Default: `open` + Members @@ -5236,7 +5221,7 @@ Returns the bets of a feed Returns the broadcasts of a source + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + cursor (str, optional) - The last index of the broadcasts to return + Default: `None` + limit: `5` (int, optional) - The maximum number of broadcasts to return @@ -5255,9 +5240,9 @@ Returns the broadcasts of a source "result": [ { "tx_index": 24, - "tx_hash": "f41f652d2d2c80753bdffc256a40eaf76bd3475df008f9b60ab528e923d3e86f", + "tx_hash": "0bf6a76f91b8cb557f2039f56f49c517be18468cd3a60ff205d27b855e60b86b", "block_index": 137, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -5265,7 +5250,7 @@ Returns the broadcasts of a source "locked": false, "status": "valid", "confirmed": true, - "block_time": 1728035136, + "block_time": 1728123841, "fee_fraction_int_normalized": "0.00000000" } ], @@ -5279,7 +5264,7 @@ Returns the broadcasts of a source Returns the burns of an address + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + cursor (str, optional) - The last index of the burns to return + Default: `None` + limit: `5` (int, optional) - The maximum number of burns to return @@ -5298,14 +5283,14 @@ Returns the burns of an address "result": [ { "tx_index": 0, - "tx_hash": "d68a8e716f18eb29ecc830a2526c11eb823056accc5a37be837d26b638d398fc", + "tx_hash": "edd8b71311ed508aadd9b5bf9712942350f1ab79acc2fe2be168f133ba593ad0", "block_index": 112, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "burned": 50000000, "earned": 74999998167, "status": "valid", "confirmed": true, - "block_time": 1728035024, + "block_time": 1728123736, "burned_normalized": "0.50000000", "earned_normalized": "749.99998000" } @@ -5320,7 +5305,7 @@ Returns the burns of an address Returns the sends, include Enhanced and MPMA sends, of an address + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5339,10 +5324,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address "result": [ { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "quantity": 10, "status": "valid", @@ -5350,7 +5335,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "divisible": true, "asset_longname": null, @@ -5363,10 +5348,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5374,11 +5359,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5387,10 +5372,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5398,11 +5383,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5411,10 +5396,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 39, - "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", + "tx_hash": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9", "block_index": 152, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5422,11 +5407,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035209, + "block_time": 1728123915, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5435,10 +5420,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 36, - "tx_hash": "1f72336ff4ba657e4b6b138859b6a99ea9dfbacd39340e3fc23fd77b5e684062", + "tx_hash": "77f92603bf1f3f1195a0790609ab08cccaa980c454b1304ff937d3545effd3ac", "block_index": 149, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "5c6270168a921c770fc53c95ea630631fde943e84f32d6e1aec7973d7733be87:1", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "f7fb8f4d173d9c0d14cbbd7cf75533d1e291f266bfe41cab2f0b642d691c5bfe:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5446,11 +5431,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035196, + "block_time": 1728123903, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5468,7 +5453,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address Returns the receives of an address + Parameters - + address: `bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags` (str, required) - The address to return + + address: `bcrt1qfx629dkqnwqj43xaszqvyk58ma7k2u3z8znj28` (str, required) - The address to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5487,10 +5472,10 @@ Returns the receives of an address "result": [ { "tx_index": 38, - "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", + "tx_hash": "41deac8f65f6cebec3ce845249c2f352edd44dbc9c68f4691cb591a1320a1bca", "block_index": 151, - "source": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1:0", - "destination": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", + "source": "ff0cab96bda23843a863fa0f3d7c445305607dac0fc3954626b37e8bbee04601:0", + "destination": "bcrt1qfx629dkqnwqj43xaszqvyk58ma7k2u3z8znj28", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -5498,11 +5483,11 @@ Returns the receives of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035205, + "block_time": 1728123911, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5520,7 +5505,7 @@ Returns the receives of an address Returns the sends, include Enhanced and MPMA sends, of an address and asset + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + asset: `MYASSETA` (str, required) - The asset to return + cursor (str, optional) - The last index of the sends to return + Default: `None` @@ -5540,10 +5525,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "result": [ { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5551,11 +5536,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5564,10 +5549,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -5575,11 +5560,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5588,10 +5573,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 39, - "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", + "tx_hash": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9", "block_index": 152, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5599,11 +5584,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035209, + "block_time": 1728123915, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5612,10 +5597,10 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset }, { "tx_index": 36, - "tx_hash": "1f72336ff4ba657e4b6b138859b6a99ea9dfbacd39340e3fc23fd77b5e684062", + "tx_hash": "77f92603bf1f3f1195a0790609ab08cccaa980c454b1304ff937d3545effd3ac", "block_index": 149, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "5c6270168a921c770fc53c95ea630631fde943e84f32d6e1aec7973d7733be87:1", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "f7fb8f4d173d9c0d14cbbd7cf75533d1e291f266bfe41cab2f0b642d691c5bfe:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -5623,11 +5608,11 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035196, + "block_time": 1728123903, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5645,7 +5630,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset Returns the receives of an address and asset + Parameters - + address: `bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags` (str, required) - The address to return + + address: `bcrt1qfx629dkqnwqj43xaszqvyk58ma7k2u3z8znj28` (str, required) - The address to return + asset: `MYASSETA` (str, required) - The asset to return + cursor (str, optional) - The last index of the sends to return + Default: `None` @@ -5665,10 +5650,10 @@ Returns the receives of an address and asset "result": [ { "tx_index": 38, - "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", + "tx_hash": "41deac8f65f6cebec3ce845249c2f352edd44dbc9c68f4691cb591a1320a1bca", "block_index": 151, - "source": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1:0", - "destination": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", + "source": "ff0cab96bda23843a863fa0f3d7c445305607dac0fc3954626b37e8bbee04601:0", + "destination": "bcrt1qfx629dkqnwqj43xaszqvyk58ma7k2u3z8znj28", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -5676,11 +5661,11 @@ Returns the receives of an address and asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035205, + "block_time": 1728123911, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5698,7 +5683,7 @@ Returns the receives of an address and asset Returns the dispensers of an address + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + status (enum[str], optional) - The status of the dispensers to return + Default: `all` + Members @@ -5727,9 +5712,9 @@ Returns the dispensers of an address "result": [ { "tx_index": 26, - "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5738,7 +5723,7 @@ Returns the dispensers of an address "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5748,7 +5733,7 @@ Returns the dispensers of an address "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -5773,7 +5758,7 @@ Returns the dispensers of an address Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -5786,9 +5771,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5797,7 +5782,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5807,7 +5792,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -5829,7 +5814,7 @@ Returns the dispenser of an address and an asset Returns the dispenses of a source + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -5849,19 +5834,19 @@ Returns the dispenses of a source { "tx_index": 28, "dispense_index": 0, - "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", + "tx_hash": "8213411fcd849f3fa3917a712d97ca268ef8706d7281bc9aa8ff8a5a432257c4", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5869,7 +5854,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5884,7 +5869,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -5898,19 +5883,19 @@ Returns the dispenses of a source { "tx_index": 27, "dispense_index": 0, - "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", + "tx_hash": "43b0c8cd17a550dfe8030fbc8dc6d9ed9ebb5e5510074db73b09cc7ba38486d3", "block_index": 140, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5918,7 +5903,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5933,7 +5918,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035149, + "block_time": 1728123854, "asset_info": { "divisible": true, "asset_longname": null, @@ -5955,7 +5940,7 @@ Returns the dispenses of a source Returns the dispenses of a destination + Parameters - + address: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address to return + + address: `bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3` (str, required) - The address to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -5975,19 +5960,19 @@ Returns the dispenses of a destination { "tx_index": 28, "dispense_index": 0, - "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", + "tx_hash": "8213411fcd849f3fa3917a712d97ca268ef8706d7281bc9aa8ff8a5a432257c4", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5995,7 +5980,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6010,7 +5995,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -6024,19 +6009,19 @@ Returns the dispenses of a destination { "tx_index": 27, "dispense_index": 0, - "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", + "tx_hash": "43b0c8cd17a550dfe8030fbc8dc6d9ed9ebb5e5510074db73b09cc7ba38486d3", "block_index": 140, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6044,7 +6029,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6059,7 +6044,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035149, + "block_time": 1728123854, "asset_info": { "divisible": true, "asset_longname": null, @@ -6081,7 +6066,7 @@ Returns the dispenses of a destination Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` @@ -6102,19 +6087,19 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", + "tx_hash": "8213411fcd849f3fa3917a712d97ca268ef8706d7281bc9aa8ff8a5a432257c4", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6122,7 +6107,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6137,7 +6122,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -6151,19 +6136,19 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", + "tx_hash": "43b0c8cd17a550dfe8030fbc8dc6d9ed9ebb5e5510074db73b09cc7ba38486d3", "block_index": 140, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6171,7 +6156,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6186,7 +6171,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035149, + "block_time": 1728123854, "asset_info": { "divisible": true, "asset_longname": null, @@ -6208,7 +6193,7 @@ Returns the dispenses of an address and an asset Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address to return + + address: `bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` @@ -6229,19 +6214,19 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", + "tx_hash": "8213411fcd849f3fa3917a712d97ca268ef8706d7281bc9aa8ff8a5a432257c4", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6249,7 +6234,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6264,7 +6249,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -6278,19 +6263,19 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", + "tx_hash": "43b0c8cd17a550dfe8030fbc8dc6d9ed9ebb5e5510074db73b09cc7ba38486d3", "block_index": 140, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6298,7 +6283,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6313,7 +6298,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035149, + "block_time": 1728123854, "asset_info": { "divisible": true, "asset_longname": null, @@ -6335,7 +6320,7 @@ Returns the dispenses of an address and an asset Returns the sweeps of an address + Parameters - + address: `bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t` (str, required) - The address to return + + address: `bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k` (str, required) - The address to return + cursor (str, optional) - The last index of the sweeps to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sweeps to return @@ -6354,16 +6339,16 @@ Returns the sweeps of an address "result": [ { "tx_index": 59, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1728035376, + "block_time": 1728124079, "fee_paid_normalized": "0.00600000" } ], @@ -6377,7 +6362,7 @@ Returns the sweeps of an address Returns the issuances of an address + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + cursor (str, optional) - The last index of the issuances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of issuances to return @@ -6396,14 +6381,14 @@ Returns the issuances of an address "result": [ { "tx_index": 47, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -6418,20 +6403,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035254, + "block_time": 1728123950, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "289069ac10783fd0cbd1f0bfbb879313bb0f9cf2838de4991ed424a5505d8560", + "tx_hash": "90b90141a2e39a491215199a3ec92bf8c2f760b51e27a89f7fc257f0bdc259f1", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -6446,20 +6431,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1728035250, + "block_time": 1728123946, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "384f20bde353e69fbdd357f921d6cef8b1e174f1f69fc90444aef02cc626f2f1", + "tx_hash": "2009695cf54762a464d98568a1ef063cbaa14e0cf8e2b3a34a2c3e3424fa1003", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -6474,20 +6459,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035245, + "block_time": 1728123942, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "25e1fc17a0f4d328bf59dc0e2a912a1d8d235a16599a1d7ea05c778722716d91", + "tx_hash": "06655ea82f2042a38aa62ed4ef8a7b245939e5ed59c95f2e0f1ea7a19cfc8589", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -6502,20 +6487,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035231, + "block_time": 1728123938, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 35, - "tx_hash": "1ff0cbe350e0ccae328cc4f811bff90931c321d8a839acf45a585b3c88af3f94", + "tx_hash": "596256fb3b5ee8426df31fc2dded5fe5e579d801387cd42b964db840d1d47aab", "msg_index": 0, "block_index": 148, "asset": "MYASSETA", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -6530,7 +6515,7 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035192, + "block_time": 1728123888, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -6545,7 +6530,7 @@ Returns the issuances of an address Returns the valid assets issued or owned by an address + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The issuer or owner to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The issuer or owner to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -6568,8 +6553,8 @@ Returns the valid assets issued or owned by an address "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 10000000000, @@ -6577,16 +6562,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1728035231, - "last_issuance_block_time": 1728035250, + "first_issuance_block_time": 1728123938, + "last_issuance_block_time": 1728123946, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 100000000000, @@ -6594,16 +6579,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1728035192, - "last_issuance_block_time": 1728035192, + "first_issuance_block_time": 1728123888, + "last_issuance_block_time": 1728123888, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 40, @@ -6611,16 +6596,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1728035127, - "last_issuance_block_time": 1728035132, + "first_issuance_block_time": 1728123833, + "last_issuance_block_time": 1728123837, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 19, @@ -6628,16 +6613,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1728035101, - "last_issuance_block_time": 1728035123, + "first_issuance_block_time": 1728123816, + "last_issuance_block_time": 1728123828, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 0, @@ -6645,8 +6630,8 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1728035080, - "last_issuance_block_time": 1728035097, + "first_issuance_block_time": 1728123795, + "last_issuance_block_time": 1728123811, "supply_normalized": "0.00000000" } ], @@ -6660,7 +6645,7 @@ Returns the valid assets issued or owned by an address Returns the valid assets issued by an address + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The issuer to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The issuer to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -6683,8 +6668,8 @@ Returns the valid assets issued by an address "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 10000000000, @@ -6692,16 +6677,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1728035231, - "last_issuance_block_time": 1728035250, + "first_issuance_block_time": 1728123938, + "last_issuance_block_time": 1728123946, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 100000000000, @@ -6709,16 +6694,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1728035192, - "last_issuance_block_time": 1728035192, + "first_issuance_block_time": 1728123888, + "last_issuance_block_time": 1728123888, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 40, @@ -6726,16 +6711,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1728035127, - "last_issuance_block_time": 1728035132, + "first_issuance_block_time": 1728123833, + "last_issuance_block_time": 1728123837, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 19, @@ -6743,16 +6728,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1728035101, - "last_issuance_block_time": 1728035123, + "first_issuance_block_time": 1728123816, + "last_issuance_block_time": 1728123828, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 0, @@ -6760,8 +6745,8 @@ Returns the valid assets issued by an address "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1728035080, - "last_issuance_block_time": 1728035097, + "first_issuance_block_time": 1728123795, + "last_issuance_block_time": 1728123811, "supply_normalized": "0.00000000" } ], @@ -6775,7 +6760,7 @@ Returns the valid assets issued by an address Returns the valid assets owned by an address + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The owner to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The owner to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -6798,8 +6783,8 @@ Returns the valid assets owned by an address "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 10000000000, @@ -6807,16 +6792,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1728035231, - "last_issuance_block_time": 1728035250, + "first_issuance_block_time": 1728123938, + "last_issuance_block_time": 1728123946, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 100000000000, @@ -6824,16 +6809,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1728035192, - "last_issuance_block_time": 1728035192, + "first_issuance_block_time": 1728123888, + "last_issuance_block_time": 1728123888, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 40, @@ -6841,16 +6826,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1728035127, - "last_issuance_block_time": 1728035132, + "first_issuance_block_time": 1728123833, + "last_issuance_block_time": 1728123837, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 19, @@ -6858,16 +6843,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1728035101, - "last_issuance_block_time": 1728035123, + "first_issuance_block_time": 1728123816, + "last_issuance_block_time": 1728123828, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 0, @@ -6875,8 +6860,8 @@ Returns the valid assets owned by an address "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1728035080, - "last_issuance_block_time": 1728035097, + "first_issuance_block_time": 1728123795, + "last_issuance_block_time": 1728123811, "supply_normalized": "0.00000000" } ], @@ -6890,7 +6875,7 @@ Returns the valid assets owned by an address Returns the transactions of an address + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + cursor: `61` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return @@ -6909,17 +6894,17 @@ Returns the transactions of an address "result": [ { "tx_index": 58, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", - "block_time": 1728035372, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "3d44ff8b274cc3f75ba6f33ee7f02e272b0a26f40c64e080df313eea00d7ec5c", + "block_time": 1728124074, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1:1", + "utxos_info": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -6955,23 +6940,23 @@ Returns the transactions of an address }, { "tx_index": 57, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", - "block_time": 1728035367, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "0e6450e6b3d3b58c879da16dc04ad66f42c1de9d34661c5bdb86c025514b0393", + "block_time": 1728124070, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "468c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "data": "46e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "supported": true, - "utxos_info": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9:1", + "utxos_info": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "offer_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "status": "valid" } }, @@ -6979,17 +6964,17 @@ Returns the transactions of an address }, { "tx_index": 56, - "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "tx_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "block_index": 190, - "block_hash": "03bf5438dfd4d19f3f1604e79196e24f2a835e771c69ed47d4e6d4e2e65f27bd", - "block_time": 1728035364, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "6b86f28b8f504eab3374a1d81470b051e8b42b27b2853e8267c59e63c78879ee", + "block_time": 1728124066, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b:1", + "utxos_info": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -7025,17 +7010,17 @@ Returns the transactions of an address }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "block_hash": "2ec2529ac1494af0502892fc2321df47076f70aae7b149c121271d3af7b9c051", - "block_time": 1728035360, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "20e79046b61604c4e9590ee039eb1e54286494e970d8c530d8678a46a48044e1", + "block_time": 1728124062, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380a4d887fcef036e2e0308187f08318cc744a2be2580d347561e18a598c568ad2d3a7ad11cd98209d7d580eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380695bdaa4f2331048c402a7d9cd998a903fe554c0806873e3877a86e47e9658efa5b58bac1574161e3b80ce59470c82de1a6d194e0f37389966dd417bcd66400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8:0", + "utxos_info": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -7043,14 +7028,14 @@ Returns the transactions of an address "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -7058,7 +7043,7 @@ Returns the transactions of an address }, { "asset": "XCP", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -7077,17 +7062,17 @@ Returns the transactions of an address }, { "tx_index": 50, - "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", "block_index": 184, - "block_hash": "311c7f7d76e3d8e5aa6bc40558c71774a35d3d396d8c3616f7c4aad8d6d653fc", - "block_time": 1728035339, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "103619a922c8f643da6b4623389e51f5293665c560970582491eaa44617a2e0a", + "block_time": 1728124040, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000027100000000000000000000000000000271000150000000000000000", "supported": true, - "utxos_info": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1:1", + "utxos_info": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -7132,7 +7117,7 @@ Returns the transactions of an address Returns the dividends distributed by an address + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + cursor (str, optional) - The last index of the assets to return + Default: `None` + limit: `5` (int, optional) - The maximum number of assets to return @@ -7151,20 +7136,20 @@ Returns the dividends distributed by an address "result": [ { "tx_index": 41, - "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "tx_hash": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "block_index": 154, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1728035218, + "block_time": 1728123924, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -7189,7 +7174,7 @@ Returns the dividends distributed by an address Returns the orders of an address + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + status (enum[str], optional) - The status of the orders to return + Default: `all` + Members @@ -7218,9 +7203,9 @@ Returns the orders of an address "result": [ { "tx_index": 48, - "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "tx_hash": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", "block_index": 183, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7235,7 +7220,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1728035270, + "block_time": 1728123966, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7261,9 +7246,9 @@ Returns the orders of an address }, { "tx_index": 50, - "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", "block_index": 187, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -7278,7 +7263,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1728035351, + "block_time": 1728124053, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7304,9 +7289,9 @@ Returns the orders of an address }, { "tx_index": 56, - "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "tx_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "block_index": 191, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7321,7 +7306,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1728035367, + "block_time": 1728124070, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7347,9 +7332,9 @@ Returns the orders of an address }, { "tx_index": 58, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7364,7 +7349,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1728035372, + "block_time": 1728124074, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7399,7 +7384,7 @@ Returns the orders of an address Returns the fairminter by its source + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The source of the fairminter to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The source of the fairminter to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -7417,10 +7402,10 @@ Returns the fairminter by its source { "result": [ { - "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", + "tx_hash": "2321c15f0ed1a387a180a46eae83b3f3060a307989bd0b5b75a5ded43745b8a5", "tx_index": 22, "block_index": 135, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -7445,13 +7430,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035127 + "block_time": 1728123833 }, { - "tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", + "tx_hash": "bda966bed83a01c39cdd37d0995edefb36d0519b812a8aaa420dadd410f67860", "tx_index": 18, "block_index": 131, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -7476,13 +7461,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035101 + "block_time": 1728123816 }, { - "tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1", + "tx_hash": "ea4863914628b33ad3ee9ee9c85ae6bc43bd223673258970d8971b7160cf6774", "tx_index": 14, "block_index": 130, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -7507,13 +7492,13 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035097 + "block_time": 1728123811 }, { - "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "tx_index": 10, "block_index": 125, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -7538,7 +7523,7 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035076 + "block_time": 1728123790 } ], "next_cursor": null, @@ -7551,7 +7536,7 @@ Returns the fairminter by its source Returns the mints by address + Parameters - + address: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address of the mints to return + + address: `bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3` (str, required) - The address of the mints to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -7569,127 +7554,127 @@ Returns the mints by address { "result": [ { - "tx_hash": "694357c4ceab6ddda8a4bedda060896587aed91c40b2569fc67d8f6ee0e8ea1e", + "tx_hash": "710ec7a948d1ca44bf85bc9e429ac341b13bf3b06b06ece4c278c228572450c9", "tx_index": 23, "block_index": 136, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "2321c15f0ed1a387a180a46eae83b3f3060a307989bd0b5b75a5ded43745b8a5", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035132, + "block_time": 1728123837, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, { - "tx_hash": "9f30caac43f286a00ab027a2cb0bffd01baa443d79d312e41eca8245b8f67307", + "tx_hash": "e9ce2624e7bdf35f2c0cc7804fbf0d43f9facee39e651ca508d2ce7eb8b75940", "tx_index": 21, "block_index": 134, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "bda966bed83a01c39cdd37d0995edefb36d0519b812a8aaa420dadd410f67860", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035123, + "block_time": 1728123828, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, { - "tx_hash": "f9afe5398a98009a36af2d436009b23b96b4f47c41e34154f2a5a2c903a9a5a3", + "tx_hash": "272d72edd28addffb4ff7d746393e9dd8b1a2a22acf9b98c6fb4297d162952a5", "tx_index": 20, "block_index": 133, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "bda966bed83a01c39cdd37d0995edefb36d0519b812a8aaa420dadd410f67860", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035120, + "block_time": 1728123824, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, { - "tx_hash": "a07ab1a0d8d953cfae7cf6cb005805562e1f3afaaf4b964911fff649c5f28a35", + "tx_hash": "145b9a5fc7387fefe926d19eee00060cc26f35c8bf4170914ea0a26547b3e766", "tx_index": 19, "block_index": 132, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "bda966bed83a01c39cdd37d0995edefb36d0519b812a8aaa420dadd410f67860", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035106, + "block_time": 1728123820, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, { - "tx_hash": "ffda0cbf5b3659e9d04bd611acd608748d5fffe26c268cebd236b0907d134299", + "tx_hash": "99be767ed2aeb44c6bd82c7ba63d959fb1d0e4e83ad9081c2564fdec0159b515", "tx_index": 15, "block_index": 127, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "ea4863914628b33ad3ee9ee9c85ae6bc43bd223673258970d8971b7160cf6774", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035084, + "block_time": 1728123799, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, { - "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", + "tx_hash": "c122e566e1fc48c449bd84b3b0fd82c9f7a8b9671c13723bc9074a9ef1d3e77a", "tx_index": 11, "block_index": 123, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035067, + "block_time": 1728123782, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } @@ -7705,7 +7690,7 @@ Returns the mints by address Returns the mints by address and asset + Parameters - + address: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address of the mints to return + + address: `bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3` (str, required) - The address of the mints to return + asset: `FAIRMINTA` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -7724,22 +7709,22 @@ Returns the mints by address and asset { "result": [ { - "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", + "tx_hash": "c122e566e1fc48c449bd84b3b0fd82c9f7a8b9671c13723bc9074a9ef1d3e77a", "tx_index": 11, "block_index": 123, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035067, + "block_time": 1728123782, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } @@ -7778,8 +7763,8 @@ By default the default value of the `encoding` parameter detailed above is `auto Composes a transaction to issue a bet against a feed. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will make the bet - + feed_address: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address that hosts the feed to be bet on + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address that will make the bet + + feed_address: `bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3` (str, required) - The address that hosts the feed to be bet on + bet_type: `2` (int, required) - Bet 0 for Bullish CFD (deprecated), 1 for Bearish CFD (deprecated), 2 for Equal, 3 for NotEqual + deadline: `3000000000` (int, required) - The time at which the bet should be decided/settled, in Unix time (seconds since epoch) + wager_quantity: `1000` (int, required) - The quantities of XCP to wager (in satoshis, hence integer) @@ -7847,7 +7832,7 @@ Composes a transaction to issue a bet against a feed. Composes a transaction to broadcast textual and numerical information to the network. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + timestamp: `4003903985` (int, required) - The timestamp of the broadcast, in Unix time + value: `100` (float, required) - Numerical value of the broadcast + fee_fraction: `0.05` (float, required) - How much of every bet on this feed should go to its operator; a fraction of 1, (i.e. 0.05 is five percent) @@ -7903,7 +7888,7 @@ Composes a transaction to broadcast textual and numerical information to the net { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -7915,7 +7900,7 @@ Composes a transaction to broadcast textual and numerical information to the net "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "02000000000101c97626c1d3a9598282d448fff613fa07f19c1b8cbba3a7afae88b21152d8222b00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff0200000000000000002b6a29fc42506ac65c3e365aea56fa81bc274d66413c39c73f269c2991cdb27fce6e2a890da6d68409e1d7699bba052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "020000000001018e4997809b7b670cb2526841509170f009e60cbadc3671407260f66bc208dd4200000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff0200000000000000002b6a2908d569159f4a4b347b34244f1f9796630a3b1de5566a0b8f9e146be7c103b093e732f79fb461639ed79bba052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "broadcast", "message_type_id": 30, @@ -7937,8 +7922,8 @@ Composes a transaction to broadcast textual and numerical information to the net Composes a transaction to pay for a BTC order match. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be sending the payment - + order_match_id: `3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f` (str, required) - The ID of the order match to pay for + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address that will be sending the payment + + order_match_id: `c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393` (str, required) - The ID of the order match to pay for + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -7990,23 +7975,23 @@ Composes a transaction to pay for a BTC order match. { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f" + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "order_match_id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393" }, "name": "btcpay", - "data": "434e5452505254590b3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a16c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "data": "434e5452505254590bc719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "btc_in": 5000000000, "btc_out": 3000, "btc_change": 4999978951, "btc_fee": 18049, - "rawtransaction": "02000000000101d4065f31af2ea76f24b4cd9c8ded29feef58ebd6a55246c4537329b48ee26b5d00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff03b80b000000000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7300000000000000004b6a49b56488ac19089effaf10391ad43069c819795bd1fce0a0eeef5f32f53570854874db1e14e580590a37345caa319ba89ca41f9c5f93426cfba92abcf830f3570b89c738eab65f74c972c79f052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "0200000000010188735a7e37ec12384f39f3b7368b328ac6d9f49cd26c1aad59be2fc0bf04602a00000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff03b80b000000000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408400000000000000004b6a495f3562f2fbb467e3c711067a201bacb9427d8551bb1ac4ba3be57cd2e07bbb55207f118e3f4cd24b131b871e49fd2b4a73b7b0bbfd27ad72ed4b91b1c6ff81b32f2131ad100bcc5c59c79f052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", - "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx1_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", + "order_match_id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "status": "valid" } } @@ -8019,7 +8004,7 @@ Composes a transaction to pay for a BTC order match. Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, possible between blocks 278310 and 283810; on testnet it is still available). + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address with the BTC to burn + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address with the BTC to burn + quantity: `1000` (int, required) - The quantities of BTC to burn (in satoshis, hence integer) (1 BTC maximum burn per address) + overburn (bool, optional) - Whether to allow the burn to exceed 1 BTC for the address + Default: `False` @@ -8074,7 +8059,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "quantity": 1000, "overburn": false }, @@ -8084,7 +8069,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss "btc_out": 1000, "btc_change": 4999985815, "btc_fee": 13185, - "rawtransaction": "0200000000010122c84e4a4b8d8ad665872f3213150754b535dc561b4478a8b85264f53bbe597600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000" + "rawtransaction": "020000000001013d6dee91908fe0ad54e5dbc99158ecbd9f014a1cfddb8942e270344c18a5b77300000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000" } } ``` @@ -8094,8 +8079,8 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss Composes a transaction to cancel an open order or bet. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that placed the order/bet to be cancelled - + offer_hash: `96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1` (str, required) - The hash of the order/bet to be cancelled + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address that placed the order/bet to be cancelled + + offer_hash: `5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1` (str, required) - The hash of the order/bet to be cancelled + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -8147,21 +8132,21 @@ Composes a transaction to cancel an open order or bet. { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "offer_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1" + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "offer_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1" }, "name": "cancel", - "data": "434e5452505254594696576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "data": "434e545250525459465cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "02000000000101a58c56bb84670e7ab2048ef9592034e8642ab25c2c4c4094556dee537a37d52b00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff0200000000000000002b6a299379388c16277eab2bc2dc32578339adcdd20f5294ab59642cf6eeb1e4ae076d8a142f279f308356e79bba052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "02000000000101b1f0b71b64d15fe8e02b0f6adc6390e6d6bc9699441d6afca2f68baa5cc3924400000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff0200000000000000002b6a29d02c83dd2b5b91dcad8f4a7b6b7be4bf11134476dc69d85bc2769347a4badd482fb3443475a94a9db49bba052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "offer_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "status": "valid" } } @@ -8174,7 +8159,7 @@ Composes a transaction to cancel an open order or bet. Composes a transaction to destroy a quantity of an asset. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be sending the asset to be destroyed + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address that will be sending the asset to be destroyed + asset: `XCP` (str, required) - The asset to be destroyed + quantity: `1000` (int, required) - The quantity of the asset to be destroyed (in satoshis, hence integer) + tag: `"bugs!"` (str, required) - A tag for the destruction @@ -8229,7 +8214,7 @@ Composes a transaction to destroy a quantity of an asset. { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -8248,7 +8233,7 @@ Composes a transaction to destroy a quantity of an asset. "btc_out": 0, "btc_change": 4999986346, "btc_fee": 13654, - "rawtransaction": "020000000001018654abf3c7b90a232ab2bd239ffacbf3a3adb09ff7651932c9cedd5e2f4c42a600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000226a20d13d9e37924c37c648dfef04602ebecec1b526bc648ad4b3579faadb32c07736aabc052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "02000000000101a7bb6dcd0985859ae50222df659d99f6732a03cf39a72cda2440599576d67f7800000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff020000000000000000226a2096d8a2f8d0da04c6558308349506bb82feec1135856c5d949c84fbf4d8559412aabc052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "destroy", "message_type_id": 110, @@ -8268,7 +8253,7 @@ Composes a transaction to destroy a quantity of an asset. Composes a transaction to opens or closes a dispenser for a given asset at a given rate of main chain asset (BTC). Escrowed quantity on open must be equal or greater than give_quantity. It is suggested that you escrow multiples of give_quantity to ease dispenser operation. + Parameters - + address: `bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + + address: `bcrt1qj805kn4ke0xqgs0vf6tcrwsn6fwvsz6mv75q6v` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + asset: `XCP` (str, required) - The asset or subasset to dispense + give_quantity: `1000` (int, required) - The quantity of the asset to dispense (in satoshis, hence integer) + escrow_quantity: `1000` (int, required) - The quantity of the asset to reserve for this dispenser (in satoshis, hence integer) @@ -8329,7 +8314,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv { "result": { "params": { - "source": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", + "source": "bcrt1qj805kn4ke0xqgs0vf6tcrwsn6fwvsz6mv75q6v", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -8353,7 +8338,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv "btc_out": 0, "btc_change": 4949955760, "btc_fee": 14240, - "rawtransaction": "02000000000101167a45245a58c0d870fecda462cb9a3ddb40d6a934d6458e09e8635d6f2c4d2c02000000160014427d4398481b70f9c355aaa6b586849106ee68a7ffffffff0200000000000000002c6a2a3fe238a074c79c98cc1e094d2c6a3ced49e24d01d43c7562758ea3698081d14343f54ba68edb463e9611b0540a2701000000160014427d4398481b70f9c355aaa6b586849106ee68a702000000000000", + "rawtransaction": "02000000000101990bb2fb4b7777239ad15cf5922583a06b3fa37e8e6c3400405575383cf4ece60200000016001491df4b4eb6cbcc0441ec4e9781ba13d25cc80b5bffffffff0200000000000000002c6a2aefe53619a673fb74bc9f8c90013a4d9457907aca4765ce522ab41e1e3738c3e73fb4c93a3907f653c0c7b0540a270100000016001491df4b4eb6cbcc0441ec4e9781ba13d25cc80b5b02000000000000", "unpacked_data": { "message_type": "dispenser", "message_type_id": 12, @@ -8379,7 +8364,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv Composes a transaction to issue a dividend to holders of a given asset. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + quantity_per_unit: `1` (int, required) - The amount of dividend_asset rewarded (in satoshis, hence integer) + asset: `FAIRMINTA` (str, required) - The asset or subasset that the dividends are being rewarded on + dividend_asset: `XCP` (str, required) - The asset or subasset that the dividends are paid in @@ -8434,14 +8419,14 @@ Composes a transaction to issue a dividend to holders of a given asset. { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "quantity_per_unit": 1, "asset": "FAIRMINTA", "dividend_asset": "XCP", "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -8460,7 +8445,7 @@ Composes a transaction to issue a dividend to holders of a given asset. "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "020000000001014ecb775b555949c5e8adaaae40007cdc1339c56dbd0a12b66dd53836df1ca03600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000236a211fab2afd4db973bc3b31fdbd87083e1934ee66916904eca71c29383e7874c747c26fbc052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "02000000000101cde49db8193c0598c237842fdf4f0245590f655773ea60878c322ee40594676200000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff020000000000000000236a21b07ac87ddea73ff8d9e606e3bff70f5dae51a8aacf4dfdf127facb50a032933de26fbc052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "dividend", "message_type_id": 50, @@ -8481,10 +8466,10 @@ Composes a transaction to issue a dividend to holders of a given asset. Composes a transaction to Issue a new asset, issue more of an existing asset, lock an asset, reset existing supply, or transfer the ownership of an asset. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be issuing or transfering the asset + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address that will be issuing or transfering the asset + asset: `XCPTEST` (str, required) - The assets to issue or transfer. This can also be a subasset longname for new subasset issuances + quantity: `1000` (int, required) - The quantity of the asset to issue (set to 0 if transferring an asset) (in satoshis, hence integer) - + transfer_destination: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, optional) - The address to receive the asset + + transfer_destination: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, optional) - The address to receive the asset + Default: `None` + divisible (bool, optional) - Whether this asset is divisible or not (if a transfer, this value must match the value specified when the asset was originally issued) + Default: `True` @@ -8545,10 +8530,10 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "transfer_destination": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "lock": false, "reset": false, @@ -8561,7 +8546,7 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo "btc_out": 546, "btc_change": 4999983749, "btc_fee": 15705, - "rawtransaction": "020000000001017eed75ce29ec84afbae593195d5300b281d1a2a83e3e908f83f48db3f910fa5600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff032202000000000000160014881780df3ee0da41c30dd71f7298f2ba23f10f730000000000000000236a21b26ee28d6008831970e2b69581ee429ab22217492b22c304da74ad47feaba96ff685b2052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "0200000000010136e5a4162d1e46a620ab9d28ac18f0ffcf3ba2a98884d65bdbd0983d4b276b9000000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff032202000000000000160014d7ec66d9bb2f486bd4685478b20fc2f384c340840000000000000000236a2155874182df970ece987e46e83ec676d7c8de219db8386151c6706eb2c8f8c4114585b2052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "issuance", "message_type_id": 22, @@ -8590,9 +8575,9 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo Composes a transaction to send multiple payments to multiple addresses. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + assets: `XCP,MYASSETA` (str, required) - comma-separated list of assets to send - + destinations: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca,bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - comma-separated list of addresses to send to + + destinations: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk,bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3` (str, required) - comma-separated list of addresses to send to + quantities: `1,2` (str, required) - comma-separated list of quantities to send (in satoshis, hence integer) + memo: `"Hello, world!"` (str, optional) - The Memo associated with this transaction + Default: `None` @@ -8649,16 +8634,16 @@ Composes a transaction to send multiple payments to multiple addresses. { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", 1 ], [ "MYASSETA", - "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", 2 ] ], @@ -8666,26 +8651,26 @@ Composes a transaction to send multiple payments to multiple addresses. "memo_is_hex": false }, "name": "mpma", - "data": "434e54525052545903000280881780df3ee0da41c30dd71f7298f2ba23f10f7380a4d887fcef036e2e0308187f08318cc744a2be258f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", + "data": "434e54525052545903000280d7ec66d9bb2f486bd4685478b20fc2f384c3408480695bdaa4f2331048c402a7d9cd998a903fe554c08f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", "btc_in": 20000000000, "btc_out": 2000, "btc_change": 19999945492, "btc_fee": 52508, - "rawtransaction": "0200000000010480abb5605584502c596b75a9a219def9bab0a694cc8475afc1aa29f3f08a8a6900000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff520353fdfbff15bc5a9d0fffab7542e0a908430510b3a126a81418db3cd2cb3800000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffffd8c4d610a0b47da9ea84ba463165d4721cfc87519692fbdc323c951bdfc2d99a00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffffacd3ca0d797b824f08dcb0aa3856184e308618278eb9ae293406a82311049ac500000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff03e8030000000000006951210238cf5be961208410e5215ecdb744316cb99bcfc39f5ba137cecca4d3ed01375b21027c07f8cd41d9006ebb49b973659732148a8f1f2f0b49bfee73f685cab0ebfc3c21039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aee8030000000000006951210337cf5be961208410e50229a045a042cd44252f19d28d376b669e3c215722c6de210373743069995efc81b8279f706d8f4d1cbb03da6ba9f79a6151bee0a6dc84d0f321039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53ae14f316a804000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000002000002000002000000000000", + "rawtransaction": "0200000000010498fcd5c6a6d7b099cf718a0a41f372014c96e165a6d7c1b7a0cfa7a65b619bf100000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffffc00662172455d17528ad41ba47fe7cfdd4237b97510f90b617556db80b74475000000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffffc33dd515b38b500e4f10a9a729e0d08cc193395f26d447003e0fd284551746c700000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff90226707f9492ccd52e108c2eb64298847905c3dd45d3dfe44ab0cb02a02ce9f00000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff03e80300000000000069512102af17ffe27a1a79f1ba815e5dc0a99207192558adbd021a90da28092fb3953c632103758233d1bb41d3eb86b13a0121a5969179000bc5e51ec03a83a9e1f3fe0bc72a2103b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b45853aee80300000000000069512103a017ffe27a1a79f1baa2293032121a40e21e77e5dac3e94f15ba06ed4011ff3121023506fbb8e09b7719b5a17ac523024f5ce08a99fa004a00b5a1e1849f9264eb1f2103b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b45853ae14f316a804000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000002000002000002000000000000", "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "quantity": 2, "memo": "\"Hello, world!\"", "memo_is_hex": false }, { "asset": "XCP", - "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "quantity": 1, "memo": "\"Hello, world!\"", "memo_is_hex": false @@ -8701,7 +8686,7 @@ Composes a transaction to send multiple payments to multiple addresses. Composes a transaction to place an order on the distributed exchange. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + give_asset: `XCP` (str, required) - The asset that will be given in the trade + give_quantity: `1000` (int, required) - The quantity of the asset that will be given (in satoshis, hence integer) + get_asset: `FAIRMINTA` (str, required) - The asset that will be received in the trade @@ -8759,7 +8744,7 @@ Composes a transaction to place an order on the distributed exchange. { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "FAIRMINTA", @@ -8776,7 +8761,7 @@ Composes a transaction to place an order on the distributed exchange. "get_asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -8790,7 +8775,7 @@ Composes a transaction to place an order on the distributed exchange. "btc_out": 0, "btc_change": 4999985233, "btc_fee": 14767, - "rawtransaction": "02000000000101067dbb937fb95f56733c593416a35b86c4f248f0ba4454ea6e55ba8664e05d1c00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000356a333cb3c9527e95b47b4cc787bf0f43a4dd6576a098c581036ba53d964f2dcbdf5cda646f90b5a4e22d9726a3e32b794fd349293c51b8052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "02000000000101c4dc510f40a96e2faba79c041dcd7fc941c1b3ddbde0a647bccc6cef4b61a68700000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff020000000000000000356a335164819c4bfcedb4ad28e93d1ea54e4413b2859f7b4dc89e3b09731f528b64824ea4919905abe7a2ea0cb1b6ad4d3a6546efb051b8052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -8816,8 +8801,8 @@ Composes a transaction to place an order on the distributed exchange. Composes a transaction to send a quantity of an asset to another address. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) - + destination: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address that will be receiving the asset + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + destination: `bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3` (str, required) - The address that will be receiving the asset + asset: `XCP` (str, required) - The asset or subasset to send + quantity: `1000` (int, required) - The quantity of the asset to send (in satoshis, hence integer) + memo (str, optional) - The Memo associated with this transaction @@ -8877,8 +8862,8 @@ Composes a transaction to send a quantity of an asset to another address. { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "quantity": 1000, "memo": null, @@ -8894,19 +8879,19 @@ Composes a transaction to send a quantity of an asset to another address. "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e880a4d887fcef036e2e0308187f08318cc744a2be25", + "data": "434e54525052545902000000000000000100000000000003e880695bdaa4f2331048c402a7d9cd998a903fe554c0", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985526, "btc_fee": 14474, - "rawtransaction": "020000000001014311da56f023b4efd10d488f007eb5279a9bed2f1078b384488c941d7804148000000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000306a2e4591f9006710e0cd5a492e23d68fa77c4d8725e36eaec47de0671e3ae8d84696432f80393162aa08fcefd026cab276b9052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "020000000001012a837f688218aa4a52ac06ef23c6217d7aac0ad16dd93373ab7266704be52ff300000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff020000000000000000306a2e0f5f6e6bc86356ed6b5fb4f22edc9ad0362cb3489799735574ac2e8f773f3a0b5fe97dea41bbaad9e1c90112e82976b9052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 1000, - "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "memo": null, "quantity_normalized": "0.00001000" } @@ -8920,8 +8905,8 @@ Composes a transaction to send a quantity of an asset to another address. Composes a transaction to Sends all assets and/or transfer ownerships to a destination address. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be sending - + destination: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address to receive the assets and/or ownerships + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address that will be sending + + destination: `bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3` (str, required) - The address to receive the assets and/or ownerships + flags: `7` (int, required) - An OR mask of flags indicating how the sweep should be processed. Possible flags are: - FLAG_BALANCES: (integer) 1, specifies that all balances should be transferred. - FLAG_OWNERSHIP: (integer) 2, specifies that all ownerships should be transferred. - FLAG_BINARY_MEMO: (integer) 4, specifies that the memo is in binary/hex form. + memo: `FFFF` (str, required) - The Memo associated with this transaction in hex format + encoding (str, optional) - The encoding method to use @@ -8975,23 +8960,23 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "flags": 7, "memo": "FFFF" }, "name": "sweep", - "data": "434e5452505254590480a4d887fcef036e2e0308187f08318cc744a2be2507ffff", + "data": "434e5452505254590480695bdaa4f2331048c402a7d9cd998a903fe554c007ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "020000000001019f2934fbd53f96970095bf2869d8609f5d04da6df6524e5824cef03da9fb529900000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000236a21fbfc4f5282c893727702bcb5e8d884129b343ff823b9a2b5978898723ceb8d86996fbc052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "020000000001013d86afbbaf635159d542eb91f18c07d6e059e20b61d68e8278b92a05983da79700000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff020000000000000000236a21d998eced1a62c4c9dcaf6b944469e858d504e6717800e4e6e23f0bb7cc43817a8b6fbc052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "flags": 7, "memo": "ffff" } @@ -9005,8 +8990,8 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti Composes a transaction to send BTC to a dispenser. + Parameters - + address: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address that will be sending (must have the necessary quantity of BTC) - + dispenser: `bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j` (str, required) - The dispenser that will be receiving the asset + + address: `bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3` (str, required) - The address that will be sending (must have the necessary quantity of BTC) + + dispenser: `bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway` (str, required) - The dispenser that will be receiving the asset + quantity: `1000` (int, required) - The quantity of BTC to send (in satoshis, hence integer) + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -9059,8 +9044,8 @@ Composes a transaction to send BTC to a dispenser. { "result": { "params": { - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "quantity": 1000 }, "name": "dispense", @@ -9069,7 +9054,7 @@ Composes a transaction to send BTC to a dispenser. "btc_out": 1000, "btc_change": 4949852643, "btc_fee": 14357, - "rawtransaction": "020000000001016c7566ab8072e466c949d959d2fd0a968eca3097dd06e832cd88836e9ad1479002000000160014a4d887fcef036e2e0308187f08318cc744a2be25ffffffff03e803000000000000160014eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e00000000000000000c6a0afb79f8aa72af096a2762e3c1082701000000160014a4d887fcef036e2e0308187f08318cc744a2be2502000000000000", + "rawtransaction": "02000000000101a5d61fdab732e656caa90fc859db3acbc0bc06240b90154873c155ac55310d8602000000160014695bdaa4f2331048c402a7d9cd998a903fe554c0ffffffff03e803000000000000160014ce59470c82de1a6d194e0f37389966dd417bcd6600000000000000000c6a0a8b52bbb32d49469f54f0e3c1082701000000160014695bdaa4f2331048c402a7d9cd998a903fe554c002000000000000", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -9086,7 +9071,7 @@ Composes a transaction to send BTC to a dispenser. Composes a transaction to issue a new asset using the FairMinter protocol. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be issuing the asset + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address that will be issuing the asset + asset: `MYASSET` (str, required) - The asset to issue + asset_parent (str, optional) - The parent asset of the asset to issue + Default: `` @@ -9171,7 +9156,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -9196,7 +9181,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. "btc_out": 0, "btc_change": 4999985467, "btc_fee": 14533, - "rawtransaction": "02000000000101f52a3cc99a15da3581d7dbcbfb27e865d802c21d5b2a5bdeecf62b0bc2373e7d00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000316a2ff54349a14294d39a87b9ca1fdc674436c422c2f6e0dd7af2cd0a06e92e850f3222302876f665a9dc5914f43b18702e3bb9052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "020000000001013a52c205288ca4a761648d884f877fc252b0851155a8c54194e8a6288bd01ecb00000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff020000000000000000316a2fc147752d07301dbce4e7709b17e5a14efe657270b3a932e2a7d24923ba92e1a898df3a5b70a7f249afd98eb7425d173bb9052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "fairminter", "message_type_id": 90, @@ -9229,7 +9214,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. Composes a transaction to mint a quantity of an asset using the FairMinter protocol. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address that will be minting the asset + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address that will be minting the asset + asset: `FAIRMINTC` (str, required) - The asset to mint + quantity: `1` (int, optional) - The quantity of the asset to mint (in satoshis, hence integer) + Default: `0` @@ -9284,13 +9269,13 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTC", "quantity": 1, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -9302,7 +9287,7 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto "btc_out": 0, "btc_change": 4999987049, "btc_fee": 12951, - "rawtransaction": "02000000000101b6967405b8492c0e5938c2afa74792a4af2c40f0f2e33f25d01d0060a499621f00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000166a14731c44a9f3ae9e841c171614cfaeddbbc34e57f769bf052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "02000000000101db80ef4cfbc1b8830e7f9367249b52aa5c15806f896d8b65b6ac9176fa7a3eee00000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff020000000000000000166a14262b6f7b150ed89f517c169ddb203cec0b49e81069bf052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "fairmint", "message_type_id": 91, @@ -9320,10 +9305,10 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto Composes a transaction to attach assets from an address to UTXO. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address from which the assets are attached + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address from which the assets are attached + asset: `XCP` (str, required) - The asset or subasset to attach + quantity: `1000` (int, required) - The quantity of the asset to attach (in satoshis, hence integer) - + destination: `cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a:1` (str, optional) - The utxo to attach the assets to + + destination: `47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e:1` (str, optional) - The utxo to attach the assets to + Default: `None` + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -9376,8 +9361,8 @@ Composes a transaction to attach assets from an address to UTXO. { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a:1", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e:1", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -9390,12 +9375,12 @@ Composes a transaction to attach assets from an address to UTXO. "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e5452505254596462637274317133717463706865377572647972736364367530683978386a6867336c7a726d6e6d7a733863617c636631326637336233376636363361303734333133383333366364656133613966303733643764663766656566303963363666643436353065383964353531613a317c5843507c31303030", + "data": "434e54525052545964626372743171366c6b78646b646d3961797868347267323375747972377a37777a7678737979667138366b6b7c343761306630616565356163643131396265386332326435643736336564336635323935633963386263666130323138306664396136323630653232623630653a317c5843507c31303030", "btc_in": 30000000000, "btc_out": 3000, "btc_change": 29999918531, "btc_fee": 78469, - "rawtransaction": "020000000001069efb066a707631f5f14ac0033c482783e197db0df506a0d9e519c65707749f6700000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff9ea61502153b7bcfc088dac6400e18084c8998d52a7279aa151c15daba450adb00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff640072b9f46c31efe406932610edfd66b429195ea66efbb7f45cfa18e861ee8200000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff5d5e60207693e51895a283d9a10b5b8477e51a1465ee3b830e9dc900c09f921a00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff570ec09765a67db3a6872fe3961fa63ee229a5d7e068feb3baa5ff4fa056d0a900000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73fffffffff861af8e26fe51b3f7f65c35ba8b0b64c99590af93343d7d21d6399929a8120700000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff04e803000000000000695121025798673dd6303bd95e65c8dbc3572774db4880d5a4852c370ea575569e3641f2210385b55cd5f8082253c654e1ac4f3ae8c4743c275c14a8ab9dca3e9fb5ed73e8ea21039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aee803000000000000695121025798673dd6303bd95e63998fd71520368909c382e7dc7a3848e4274c882043fd2103d2e21083a006690f9b58e0a84525ffcf2a683e191aadaed59f6d9ee2b37dbf0521039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aee803000000000000695121037d98673dd6303bd95e349f89d0192779b07aa4cae5dd79307bd7112fec4522032103e18329e590315a6bac3c869f23409aa91a515d2f2ccbcae1a958ae878b44dbf221039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aec36d22fc06000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000002000002000002000002000002000000000000", + "rawtransaction": "020000000001063d3dedcdb26605ed4fbce196406156f298761454a0eab16c511d8d82677f5fe800000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffffca5636a31063b4267bd5302380ecc3b5fcd98b4f1a58fe40f3f34805a68d712f00000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff546deb025565d49924af81a90979d175487d5b0adde654790bac80e48d6ddad300000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff381f00c8ac5e6f573d15aa45e5095360d86275e5a6d2e5c3b955cdd54e92517200000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff032e228b056775c5b7640781c835b0bbfb59fb4724c97fb8cb5e6a6e38f5b0b700000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff7c746920dd6264a6de07c08e1005f36b717717ac709c9cd811dbd781f372645b00000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff04e80300000000000069512103cb18e3bad2ea51f8019099b9c13a4ea4c147e869e8e8bfba4d7531c8b0386ad0210303c0257dcbed72e72636a5a5ff34fffe4a1758f94af67ee4448c85d66c01425a2103b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b45853aee80300000000000069512102cb18e3bad2ea51f801919eefd22d1be4c612e174b4e0e9e510212c87ee3f7d1e210300c1703d8dad35b36562eabdea2aedb7014011f11af92cf94689d2d66f03116c2103b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b45853aee80300000000000069512102e118e3bad2ea51f80196cdead6744ea9af68d36dbdb3ebe7741448b0d80c18aa210364f21608bf9400d05c01d2df894c8c87337129c17c9d159870bbe4e60a3123952103b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b45853aec36d22fc06000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000002000002000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 100, @@ -9412,8 +9397,8 @@ Composes a transaction to attach assets from an address to UTXO. Composes a transaction to detach assets from UTXO to an address. + Parameters - + utxo: `6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0` (str, required) - The utxo from which the assets are detached - + destination: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to detach the assets to + + utxo: `11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0` (str, required) - The utxo from which the assets are detached + + destination: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to detach the assets to + asset: `XCP` (str, required) - The asset or subasset to detach + quantity: `1000` (int, required) - The quantity of the asset to detach (in satoshis, hence integer) + encoding (str, optional) - The encoding method to use @@ -9467,8 +9452,8 @@ Composes a transaction to detach assets from UTXO to an address. { "result": { "params": { - "source": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "destination": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -9481,12 +9466,12 @@ Composes a transaction to detach assets from UTXO to an address. "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964366162386439653463383964353261623934666138336634393835646166386564386366353165393933613335343633373930613563666333353064366433343a307c62637274317133717463706865377572647972736364367530683978386a6867336c7a726d6e6d7a733863617c5843507c31303030", + "data": "434e54525052545964313130343165323363316139343065636664323132363934323133616431373162313039333763313632333338356637666234383961396538616538313034383a307c626372743171366c6b78646b646d3961797868347267323375747972377a37777a7678737979667138366b6b7c5843507c31303030", "btc_in": 4950080000, "btc_out": 3000, "btc_change": 4950030353, "btc_fee": 46647, - "rawtransaction": "0200000000010355c7b369857a663d90eea8d179016ae45108521473beca7b923b583cd9e0389f010000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d2ffffffff167a45245a58c0d870fecda462cb9a3ddb40d6a934d6458e09e8635d6f2c4d2c000000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d2ffffffffeb243408038212c81b196fba7fd2547b204039e6529dd3db6dc587aff3732032010000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d2ffffffff04e80300000000000069512103efc1d4f22bcae6a1be8f708626f0f835de2d30e7dd18dc72b250e1eec0a993382103869c566951601c81c1faefd303191f8433a0f6cacb8a84428368f0ae05bd751f210240d39f786efe7ac804df98d56c43e637244141fdad5643c15c29edcaf26ef18e53aee80300000000000069512102efc1d4f22bcae6a1bede258127fba93cdf2f37ecd046d93cb151aaae97b998d92103c48e012001304f95d5a6f3c548191d8777f5a7ca80d3dd1fd06dafe34ee07a8d210240d39f786efe7ac804df98d56c43e637244141fdad5643c15c29edcaf26ef18e53aee80300000000000069512102c5c1d4f22bcae6a1be863c947cabfd70e35a03a3d54cd970d332d8daa6c8abfd2103b5fa6250695578e0a7c28ab73b7a79b102c5cff3f8ebb777b75ec3993c8d148f210240d39f786efe7ac804df98d56c43e637244141fdad5643c15c29edcaf26ef18e53ae11780b27010000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d202000002000002000000000000", + "rawtransaction": "020000000001039120dc19f056a7f63bcc8785a4faa7c0019e488e498328e64584fab2b103d7a201000000160014955b4a10edc11b7911e46a8f65ef4b5b43facf09ffffffff990bb2fb4b7777239ad15cf5922583a06b3fa37e8e6c3400405575383cf4ece600000000160014955b4a10edc11b7911e46a8f65ef4b5b43facf09ffffffffbc60208242dc973cc1f76c3d299c18dfc6dae76b3b483e93e769fa3a44fdfaa801000000160014955b4a10edc11b7911e46a8f65ef4b5b43facf09ffffffff04e803000000000000695121023f81aacc1a4269c1de40613f56bf63f26f694c5eb6aa210d99155a0cf7aaa3ce210345ee6334f58028f053b95b2e0fedb8bbf9dba7df43753366fc18847aabaa1f5321039657b6710dbbe1f8bb92e5c55f88bdfb429bd76a8be5908abf216de8287613e053aee803000000000000695121023f81aacc1a4269c1de1d313703b333f2656b1f5befa925419e154e1cf4eaa7f821031fbc2f62afd724ad03f712240aafe6bafdcde29003717a69be04c564bae75eff21039657b6710dbbe1f8bb92e5c55f88bdfb429bd76a8be5908abf216de8287613e053aee803000000000000695121021581aacc1a4269c1de42213650e039eb05197f13e6a3250dfc763c68c59b91b0210373d75706c4b34994628e6a4c3edd8188ceb896e97146005ec97eb31cc99e270521039657b6710dbbe1f8bb92e5c55f88bdfb429bd76a8be5908abf216de8287613e053ae11780b2701000000160014955b4a10edc11b7911e46a8f65ef4b5b43facf0902000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 100, @@ -9541,8 +9526,8 @@ Returns the valid assets "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 10000000000, @@ -9550,16 +9535,16 @@ Returns the valid assets "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1728035231, - "last_issuance_block_time": 1728035250, + "first_issuance_block_time": 1728123938, + "last_issuance_block_time": 1728123946, "supply_normalized": "100.00000000" }, { "asset": "MYASSETB", "asset_id": "103804245871", "asset_longname": null, - "issuer": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "owner": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "issuer": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "owner": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "divisible": true, "locked": false, "supply": 100000000000, @@ -9567,16 +9552,16 @@ Returns the valid assets "first_issuance_block_index": 156, "last_issuance_block_index": 156, "confirmed": true, - "first_issuance_block_time": 1728035227, - "last_issuance_block_time": 1728035227, + "first_issuance_block_time": 1728123933, + "last_issuance_block_time": 1728123933, "supply_normalized": "1000.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 100000000000, @@ -9584,16 +9569,16 @@ Returns the valid assets "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1728035192, - "last_issuance_block_time": 1728035192, + "first_issuance_block_time": 1728123888, + "last_issuance_block_time": 1728123888, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 40, @@ -9601,16 +9586,16 @@ Returns the valid assets "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1728035127, - "last_issuance_block_time": 1728035132, + "first_issuance_block_time": 1728123833, + "last_issuance_block_time": 1728123837, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 19, @@ -9618,8 +9603,8 @@ Returns the valid assets "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1728035101, - "last_issuance_block_time": 1728035123, + "first_issuance_block_time": 1728123816, + "last_issuance_block_time": 1728123828, "supply_normalized": "0.00000019" } ], @@ -9647,8 +9632,8 @@ Returns an asset by its name "asset": "FAIRMINTA", "asset_id": "1046814266082", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 10000000000, @@ -9656,8 +9641,8 @@ Returns an asset by its name "first_issuance_block_index": 122, "last_issuance_block_index": 125, "confirmed": true, - "first_issuance_block_time": 1728035063, - "last_issuance_block_time": 1728035076, + "first_issuance_block_time": 1728123777, + "last_issuance_block_time": 1728123790, "supply_normalized": "100.00000000" } } @@ -9688,7 +9673,7 @@ Returns the asset balances { "result": [ { - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -9696,14 +9681,14 @@ Returns the asset balances "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "95.00000000" }, { - "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -9711,7 +9696,7 @@ Returns the asset balances "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -9729,7 +9714,7 @@ Returns the balance of an address and asset + Parameters + asset: `XCP` (str, required) - The asset to return - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -9740,7 +9725,7 @@ Returns the balance of an address and asset ``` { "result": { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -9791,9 +9776,9 @@ Returns the orders of an asset "result": [ { "tx_index": 48, - "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "tx_hash": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", "block_index": 183, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9808,7 +9793,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1728035270, + "block_time": 1728123966, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9834,9 +9819,9 @@ Returns the orders of an asset }, { "tx_index": 50, - "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", "block_index": 187, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -9851,7 +9836,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1728035351, + "block_time": 1728124053, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9877,9 +9862,9 @@ Returns the orders of an asset }, { "tx_index": 56, - "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "tx_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "block_index": 191, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9894,7 +9879,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1728035367, + "block_time": 1728124070, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9920,9 +9905,9 @@ Returns the orders of an asset }, { "tx_index": 58, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9937,7 +9922,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1728035372, + "block_time": 1728124074, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9963,9 +9948,9 @@ Returns the orders of an asset }, { "tx_index": 51, - "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "block_index": 186, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -9980,7 +9965,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1728035347, + "block_time": 1728124049, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -10042,13 +10027,13 @@ Returns the orders of an asset { "result": [ { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 53, - "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", - "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "tx1_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", + "tx1_address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -10062,7 +10047,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1728035351, + "block_time": 1728124053, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -10082,13 +10067,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 51, - "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "tx1_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -10102,7 +10087,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1728035347, + "block_time": 1728124049, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -10122,13 +10107,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "id": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558_dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", "tx0_index": 48, - "tx0_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 49, - "tx1_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "tx1_hash": "dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -10142,7 +10127,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1728035270, + "block_time": 1728123966, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -10222,20 +10207,20 @@ Returns the credits of an asset "result": [ { "block_index": 193, - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "sweep", - "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "event": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035376, + "block_time": 1728124079, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -10243,20 +10228,20 @@ Returns the credits of an asset }, { "block_index": 125, - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "FAIRMINTA", "quantity": 9000000000, "calling_function": "fairmint", - "event": "9210b4f91f305545484c9c8ca59e9127f74c44aa87b1f890315fb94f1df57259", + "event": "521081f0f39e9901b68db1518abd8cb93872b0c75d5156986ce1525cad404369", "tx_index": 13, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035076, + "block_time": 1728123790, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -10264,20 +10249,20 @@ Returns the credits of an asset }, { "block_index": 124, - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", + "event": "ec106b3a36f91c5b0e1474875dac392f431410570ece30048cd7978e24b7cc86", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035072, + "block_time": 1728123786, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -10285,20 +10270,20 @@ Returns the credits of an asset }, { "block_index": 124, - "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", + "event": "c122e566e1fc48c449bd84b3b0fd82c9f7a8b9671c13723bc9074a9ef1d3e77a", "tx_index": 11, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035072, + "block_time": 1728123786, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -10310,16 +10295,16 @@ Returns the credits of an asset "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "escrowed fairmint", - "event": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", + "event": "ec106b3a36f91c5b0e1474875dac392f431410570ece30048cd7978e24b7cc86", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035072, + "block_time": 1728123786, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -10379,12 +10364,12 @@ Returns the debits of an asset "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "utxo": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "utxo_address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -10396,16 +10381,16 @@ Returns the debits of an asset }, { "block_index": 194, - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "quantity": 1, "action": "destroy", - "event": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", + "event": "0f768bfacee618f0993fdd0219c7917f018953e6b400332f840258561844cfa1", "tx_index": 60, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035380, + "block_time": 1728124083, "asset_info": { "divisible": true, "asset_longname": null, @@ -10417,16 +10402,16 @@ Returns the debits of an asset }, { "block_index": 193, - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "XCP", "quantity": 74499387833, "action": "sweep", - "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "event": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035376, + "block_time": 1728124079, "asset_info": { "divisible": true, "asset_longname": null, @@ -10438,16 +10423,16 @@ Returns the debits of an asset }, { "block_index": 193, - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "XCP", "quantity": 600000, "action": "sweep fee", - "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "event": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035376, + "block_time": 1728124079, "asset_info": { "divisible": true, "asset_longname": null, @@ -10459,16 +10444,16 @@ Returns the debits of an asset }, { "block_index": 192, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "event": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035372, + "block_time": 1728124074, "asset_info": { "divisible": true, "asset_longname": null, @@ -10508,20 +10493,20 @@ Returns the dividends of an asset "result": [ { "tx_index": 41, - "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "tx_hash": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "block_index": 154, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1728035218, + "block_time": 1728123924, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -10565,14 +10550,14 @@ Returns the issuances of an asset "result": [ { "tx_index": 13, - "tx_hash": "9210b4f91f305545484c9c8ca59e9127f74c44aa87b1f890315fb94f1df57259", + "tx_hash": "521081f0f39e9901b68db1518abd8cb93872b0c75d5156986ce1525cad404369", "msg_index": 0, "block_index": 125, "asset": "FAIRMINTA", "quantity": 9000000000, "divisible": true, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -10587,20 +10572,20 @@ Returns the issuances of an asset "fair_minting": false, "asset_events": "fairmint", "confirmed": true, - "block_time": 1728035076, + "block_time": 1728123790, "quantity_normalized": "90.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 12, - "tx_hash": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", + "tx_hash": "ec106b3a36f91c5b0e1474875dac392f431410570ece30048cd7978e24b7cc86", "msg_index": 0, "block_index": 124, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -10615,20 +10600,20 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1728035072, + "block_time": 1728123786, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 11, - "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", + "tx_hash": "c122e566e1fc48c449bd84b3b0fd82c9f7a8b9671c13723bc9074a9ef1d3e77a", "msg_index": 0, "block_index": 123, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -10643,20 +10628,20 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1728035067, + "block_time": 1728123782, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 10, - "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "msg_index": 0, "block_index": 122, "asset": "FAIRMINTA", "quantity": 0, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -10671,7 +10656,7 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "open_fairminter", "confirmed": true, - "block_time": 1728035063, + "block_time": 1728123777, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -10705,10 +10690,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "result": [ { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10716,7 +10701,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -10729,10 +10714,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "quantity": 10, "status": "valid", @@ -10740,7 +10725,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "divisible": true, "asset_longname": null, @@ -10753,10 +10738,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 54, - "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653", + "tx_hash": "3f501c41fe6c6146534e1b119afa663718c9f91169ed945c528a810222bdcfc0", "block_index": 188, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "quantity": 10000, "status": "valid", @@ -10764,7 +10749,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035356, + "block_time": 1728124057, "asset_info": { "divisible": true, "asset_longname": null, @@ -10777,10 +10762,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 43, - "tx_hash": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497", + "tx_hash": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592", "block_index": 156, - "source": "322073f3af87c56ddbd39d52e63940207b54d27fba6f191bc8128203083424eb:0", - "destination": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "source": "a8fafd443afa69e7933e483b6be7dac6df189c293d6cf7c13c97dc42822060bc:0", + "destination": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10788,7 +10773,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035227, + "block_time": 1728123933, "asset_info": { "divisible": true, "asset_longname": null, @@ -10801,10 +10786,10 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 42, - "tx_hash": "322073f3af87c56ddbd39d52e63940207b54d27fba6f191bc8128203083424eb", + "tx_hash": "a8fafd443afa69e7933e483b6be7dac6df189c293d6cf7c13c97dc42822060bc", "block_index": 155, - "source": "7b3c93737c08a68b45cc9af91556281b85d52851b6a84c3e345087f3c63d2b51:0", - "destination": "322073f3af87c56ddbd39d52e63940207b54d27fba6f191bc8128203083424eb:0", + "source": "da2d2149755cfe7d345cef09029489ce3210ad4f62ab31ea0a1d352d859bda62:0", + "destination": "a8fafd443afa69e7933e483b6be7dac6df189c293d6cf7c13c97dc42822060bc:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -10812,7 +10797,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035222, + "block_time": 1728123928, "asset_info": { "divisible": true, "asset_longname": null, @@ -10863,9 +10848,9 @@ Returns the dispensers of an asset "result": [ { "tx_index": 26, - "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10874,7 +10859,7 @@ Returns the dispensers of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10884,7 +10869,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -10900,9 +10885,9 @@ Returns the dispensers of an asset }, { "tx_index": 29, - "tx_hash": "6a4e0c1cedffcffcc2419087aab2d67fe9653ec07ea37dc2ca3f0a86fa6c178f", + "tx_hash": "54ea58bfd9e076465510b9508233612b90d03470282da071881e07b22ba7e742", "block_index": 142, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -10911,7 +10896,7 @@ Returns the dispensers of an asset "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "origin": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -10921,7 +10906,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035157, + "block_time": 1728123863, "asset_info": { "divisible": true, "asset_longname": null, @@ -10937,9 +10922,9 @@ Returns the dispensers of an asset }, { "tx_index": 30, - "tx_hash": "350f2ee2a418aa9a7804fef45ba786f51194c1882e5ed31a9bdbcd0db5cd9e26", + "tx_hash": "bf4ec4021506f81bd1a1b88e5a9eb3f6ba835e8026e15bfe08711840a4304696", "block_index": 150, - "source": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", + "source": "mj3qajaeqhQh5otBKtGdrK6h57YJViojMA", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -10947,10 +10932,10 @@ Returns the dispensers of an asset "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "d9b07046ced1d385f141bc6bc36b0a3a5d458aaf2c22c75305847ee38de3299a", - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "last_status_tx_hash": "d3129085db91e937471d0d89b8184b60621b1827df39bb8eea653bc684d9547d", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 0, - "last_status_tx_source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "last_status_tx_source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -10958,7 +10943,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035201, + "block_time": 1728123907, "asset_info": { "divisible": true, "asset_longname": null, @@ -10974,18 +10959,18 @@ Returns the dispensers of an asset }, { "tx_index": 33, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -10995,7 +10980,7 @@ Returns the dispensers of an asset "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -11020,7 +11005,7 @@ Returns the dispensers of an asset Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - The address to return + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -11033,9 +11018,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -11044,7 +11029,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11054,7 +11039,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -11104,7 +11089,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -11112,7 +11097,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "quantity": 500000000, "escrow": null, "cursor_id": "balances_13", @@ -11121,7 +11106,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -11129,7 +11114,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "quantity": 0, "escrow": null, "cursor_id": "balances_14", @@ -11138,7 +11123,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -11146,7 +11131,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "quantity": 9500000000, "escrow": null, "cursor_id": "balances_15", @@ -11155,7 +11140,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -11192,27 +11177,27 @@ Returns the dispenses of an asset { "tx_index": 61, "dispense_index": 0, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11227,7 +11212,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -11241,27 +11226,27 @@ Returns the dispenses of an asset { "tx_index": 34, "dispense_index": 0, - "tx_hash": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16", + "tx_hash": "e6ecf43c3875554000346c8e7ea33f6ba0832592f55cd19a2377774bfbb20b99", "block_index": 147, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "destination": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "destination": "bcrt1qj805kn4ke0xqgs0vf6tcrwsn6fwvsz6mv75q6v", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11276,7 +11261,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1728035188, + "block_time": 1728123884, "asset_info": { "divisible": true, "asset_longname": null, @@ -11290,19 +11275,19 @@ Returns the dispenses of an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", + "tx_hash": "8213411fcd849f3fa3917a712d97ca268ef8706d7281bc9aa8ff8a5a432257c4", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -11310,7 +11295,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11325,7 +11310,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -11339,19 +11324,19 @@ Returns the dispenses of an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", + "tx_hash": "43b0c8cd17a550dfe8030fbc8dc6d9ed9ebb5e5510074db73b09cc7ba38486d3", "block_index": 140, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -11359,7 +11344,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11374,7 +11359,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035149, + "block_time": 1728123854, "asset_info": { "divisible": true, "asset_longname": null, @@ -11417,8 +11402,8 @@ Returns asset subassets "asset": "A95428959745315388", "asset_id": "95428959745315388", "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 0, @@ -11426,8 +11411,8 @@ Returns asset subassets "first_issuance_block_index": 158, "last_issuance_block_index": 158, "confirmed": true, - "first_issuance_block_time": 1728035245, - "last_issuance_block_time": 1728035245, + "first_issuance_block_time": 1728123942, + "last_issuance_block_time": 1728123942, "supply_normalized": "0.00000000" } ], @@ -11459,10 +11444,10 @@ Returns the fairminter by its asset { "result": [ { - "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "tx_index": 10, "block_index": 125, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -11487,7 +11472,7 @@ Returns the fairminter by its asset "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035076 + "block_time": 1728123790 } ], "next_cursor": null, @@ -11518,64 +11503,64 @@ Returns the mints by asset { "result": [ { - "tx_hash": "9210b4f91f305545484c9c8ca59e9127f74c44aa87b1f890315fb94f1df57259", + "tx_hash": "521081f0f39e9901b68db1518abd8cb93872b0c75d5156986ce1525cad404369", "tx_index": 13, "block_index": 125, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", - "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", + "fairminter_tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "asset": "FAIRMINTA", "earn_quantity": 9000000000, "paid_quantity": 9000000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035076, + "block_time": 1728123790, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, { - "tx_hash": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", + "tx_hash": "ec106b3a36f91c5b0e1474875dac392f431410570ece30048cd7978e24b7cc86", "tx_index": 12, "block_index": 124, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", - "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", + "fairminter_tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035072, + "block_time": 1728123786, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, { - "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", + "tx_hash": "c122e566e1fc48c449bd84b3b0fd82c9f7a8b9671c13723bc9074a9ef1d3e77a", "tx_index": 11, "block_index": 123, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035067, + "block_time": 1728123782, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } @@ -11591,7 +11576,7 @@ Returns the mints by asset Returns the mints by address and asset + Parameters - + address: `bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr` (str, required) - The address of the mints to return + + address: `bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3` (str, required) - The address of the mints to return + asset: `FAIRMINTA` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -11610,22 +11595,22 @@ Returns the mints by address and asset { "result": [ { - "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", + "tx_hash": "c122e566e1fc48c449bd84b3b0fd82c9f7a8b9671c13723bc9074a9ef1d3e77a", "tx_index": 11, "block_index": 123, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035067, + "block_time": 1728123782, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } @@ -11671,9 +11656,9 @@ Returns all the orders "result": [ { "tx_index": 48, - "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "tx_hash": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", "block_index": 183, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11688,7 +11673,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1728035270, + "block_time": 1728123966, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11714,9 +11699,9 @@ Returns all the orders }, { "tx_index": 51, - "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "block_index": 186, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -11731,7 +11716,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1728035347, + "block_time": 1728124049, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11757,9 +11742,9 @@ Returns all the orders }, { "tx_index": 50, - "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", "block_index": 187, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -11774,7 +11759,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1728035351, + "block_time": 1728124053, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11800,9 +11785,9 @@ Returns all the orders }, { "tx_index": 53, - "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "block_index": 187, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -11817,7 +11802,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1728035351, + "block_time": 1728124053, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11843,9 +11828,9 @@ Returns all the orders }, { "tx_index": 56, - "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "tx_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "block_index": 191, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11860,7 +11845,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1728035367, + "block_time": 1728124070, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11895,7 +11880,7 @@ Returns all the orders Returns the information of an order + Parameters - + order_hash: `96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1` (str, required) - The hash of the transaction that created the order + + order_hash: `5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1` (str, required) - The hash of the transaction that created the order + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -11907,9 +11892,9 @@ Returns the information of an order { "result": { "tx_index": 58, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -11924,7 +11909,7 @@ Returns the information of an order "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1728035372, + "block_time": 1728124074, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -11956,7 +11941,7 @@ Returns the information of an order Returns the order matches of an order + Parameters - + order_hash: `3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1` (str, required) - The hash of the transaction that created the order + + order_hash: `c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50` (str, required) - The hash of the transaction that created the order + status (enum[str], optional) - The status of the order matches to return + Default: `all` + Members @@ -11983,13 +11968,13 @@ Returns the order matches of an order { "result": [ { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 53, - "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", - "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "tx1_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", + "tx1_address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12003,7 +11988,7 @@ Returns the order matches of an order "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1728035351, + "block_time": 1728124053, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12023,13 +12008,13 @@ Returns the order matches of an order "fee_paid_normalized": "0.00000000" }, { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 51, - "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "tx1_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12043,7 +12028,7 @@ Returns the order matches of an order "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1728035347, + "block_time": 1728124049, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12073,7 +12058,7 @@ Returns the order matches of an order Returns the BTC pays of an order + Parameters - + order_hash: `3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1` (str, required) - The hash of the transaction that created the order + + order_hash: `c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50` (str, required) - The hash of the transaction that created the order + cursor (str, optional) - The last index of the resolutions to return + Default: `None` + limit: `5` (int, optional) - The maximum number of resolutions to return @@ -12092,15 +12077,15 @@ Returns the BTC pays of an order "result": [ { "tx_index": 52, - "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", + "tx_hash": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5", "block_index": 186, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "destination": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "btc_amount": 2000, - "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "order_match_id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "status": "valid", "confirmed": true, - "block_time": 1728035347, + "block_time": 1728124049, "btc_amount_normalized": "0.00002000" } ], @@ -12144,9 +12129,9 @@ Returns the orders to exchange two assets "result": [ { "tx_index": 51, - "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "block_index": 186, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -12164,7 +12149,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1728035347, + "block_time": 1728124049, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12190,9 +12175,9 @@ Returns the orders to exchange two assets }, { "tx_index": 53, - "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "block_index": 187, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -12210,7 +12195,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1728035351, + "block_time": 1728124053, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12236,9 +12221,9 @@ Returns the orders to exchange two assets }, { "tx_index": 48, - "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "tx_hash": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", "block_index": 183, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12256,7 +12241,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1728035270, + "block_time": 1728123966, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12282,9 +12267,9 @@ Returns the orders to exchange two assets }, { "tx_index": 50, - "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", "block_index": 187, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -12302,7 +12287,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1728035351, + "block_time": 1728124053, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12328,9 +12313,9 @@ Returns the orders to exchange two assets }, { "tx_index": 56, - "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "tx_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "block_index": 191, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12348,7 +12333,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1728035367, + "block_time": 1728124070, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12411,13 +12396,13 @@ Returns the orders to exchange two assets { "result": [ { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 53, - "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", - "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "tx1_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", + "tx1_address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12434,7 +12419,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1728035351, + "block_time": 1728124053, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12454,13 +12439,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 51, - "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "tx1_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12477,7 +12462,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1728035347, + "block_time": 1728124049, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12497,13 +12482,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "id": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558_dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", "tx0_index": 48, - "tx0_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 49, - "tx1_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "tx1_hash": "dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12520,7 +12505,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1728035270, + "block_time": 1728123966, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12578,13 +12563,13 @@ Returns all the order matches { "result": [ { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 53, - "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", - "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "tx1_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", + "tx1_address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12598,7 +12583,7 @@ Returns all the order matches "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1728035351, + "block_time": 1728124053, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12618,13 +12603,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 51, - "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "tx1_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12638,7 +12623,7 @@ Returns all the order matches "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1728035347, + "block_time": 1728124049, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12658,13 +12643,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "id": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558_dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", "tx0_index": 48, - "tx0_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 49, - "tx1_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "tx1_hash": "dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12678,7 +12663,7 @@ Returns all the order matches "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1728035270, + "block_time": 1728123966, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12846,66 +12831,66 @@ Returns the burns "result": [ { "tx_index": 9, - "tx_hash": "c7b48a062f3601432e47e73a3941a9afaeaf0b4800ca5169808b5b13768456da", + "tx_hash": "f920c0770f9f616973178538b8dd1ec2192525f8958cac42a5118d410dd2e0b8", "block_index": 121, - "source": "bcrt1qjyy0eryelnk2mewnkg0uw8kp594qvd356tp6f2", + "source": "bcrt1qwxesp6dlda3gumx3rcchclla44ephyu74dm9d4", "burned": 50000000, "earned": 74999996667, "status": "valid", "confirmed": true, - "block_time": 1728035058, + "block_time": 1728123773, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 8, - "tx_hash": "baf794cf6c3e7e9bbc40dfa1454b9a6e7c1a956646a1fbec0c80a370c3bc9fa2", + "tx_hash": "b4f0ac7e2b6afee3f95c1b45c8ef638dc65633de6d888b1540879c1eab40f2ac", "block_index": 120, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "burned": 50000000, "earned": 74999996833, "status": "valid", "confirmed": true, - "block_time": 1728035054, + "block_time": 1728123769, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 7, - "tx_hash": "d16a231c0ffdabe0eaa8e398443275880e82e962c7be88541acae4c856f1c3c0", + "tx_hash": "b95ff728dd7a7253c164711773582686bdb5dc64736e90e1113af2f22898c5ef", "block_index": 119, - "source": "bcrt1qhpq0xvquagy2x3ywua7vl6fdj2q6w86ck90q8y", + "source": "bcrt1qsd2tz9d3pjvdun54630vtsjl8f2qp3q80vrh8j", "burned": 50000000, "earned": 74999997000, "status": "valid", "confirmed": true, - "block_time": 1728035049, + "block_time": 1728123765, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 6, - "tx_hash": "5a8c6a7c0712eea827d8cd02b7951df7b8da3982a463999971f94464e854215d", + "tx_hash": "533c9a804a1aab01c8b26a353c0343845a668c078db062093367b81dc67389d3", "block_index": 118, - "source": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", + "source": "bcrt1qj805kn4ke0xqgs0vf6tcrwsn6fwvsz6mv75q6v", "burned": 50000000, "earned": 74999997167, "status": "valid", "confirmed": true, - "block_time": 1728035045, + "block_time": 1728123761, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 5, - "tx_hash": "5f8b19d291768728471e125831fd09f6a8cfbcf37a9ddb1cd5860035d3bfa7b6", + "tx_hash": "ad9e164b9dd99f3b83c167481d77b34589706e6871429fce1633f2f9d1d74e60", "block_index": 117, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "burned": 50000000, "earned": 74999997333, "status": "valid", "confirmed": true, - "block_time": 1728035041, + "block_time": 1728123756, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" } @@ -12950,9 +12935,9 @@ Returns all dispensers "result": [ { "tx_index": 26, - "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12961,7 +12946,7 @@ Returns all dispensers "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12971,7 +12956,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -12987,9 +12972,9 @@ Returns all dispensers }, { "tx_index": 29, - "tx_hash": "6a4e0c1cedffcffcc2419087aab2d67fe9653ec07ea37dc2ca3f0a86fa6c178f", + "tx_hash": "54ea58bfd9e076465510b9508233612b90d03470282da071881e07b22ba7e742", "block_index": 142, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -12998,7 +12983,7 @@ Returns all dispensers "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "origin": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -13008,7 +12993,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035157, + "block_time": 1728123863, "asset_info": { "divisible": true, "asset_longname": null, @@ -13024,9 +13009,9 @@ Returns all dispensers }, { "tx_index": 30, - "tx_hash": "350f2ee2a418aa9a7804fef45ba786f51194c1882e5ed31a9bdbcd0db5cd9e26", + "tx_hash": "bf4ec4021506f81bd1a1b88e5a9eb3f6ba835e8026e15bfe08711840a4304696", "block_index": 150, - "source": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", + "source": "mj3qajaeqhQh5otBKtGdrK6h57YJViojMA", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -13034,10 +13019,10 @@ Returns all dispensers "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "d9b07046ced1d385f141bc6bc36b0a3a5d458aaf2c22c75305847ee38de3299a", - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "last_status_tx_hash": "d3129085db91e937471d0d89b8184b60621b1827df39bb8eea653bc684d9547d", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 0, - "last_status_tx_source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "last_status_tx_source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -13045,7 +13030,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035201, + "block_time": 1728123907, "asset_info": { "divisible": true, "asset_longname": null, @@ -13061,18 +13046,18 @@ Returns all dispensers }, { "tx_index": 33, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13082,7 +13067,7 @@ Returns all dispensers "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -13107,7 +13092,7 @@ Returns all dispensers Returns the dispenser information by tx_hash + Parameters - + dispenser_hash: `5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824` (str, required) - The hash of the dispenser to return + + dispenser_hash: `f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a` (str, required) - The hash of the dispenser to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -13119,9 +13104,9 @@ Returns the dispenser information by tx_hash { "result": { "tx_index": 26, - "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -13130,7 +13115,7 @@ Returns the dispenser information by tx_hash "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13140,7 +13125,7 @@ Returns the dispenser information by tx_hash "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -13162,7 +13147,7 @@ Returns the dispenser information by tx_hash Returns the dispenses of a dispenser + Parameters - + dispenser_hash: `5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824` (str, required) - The hash of the dispenser to return + + dispenser_hash: `f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a` (str, required) - The hash of the dispenser to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -13182,19 +13167,19 @@ Returns the dispenses of a dispenser { "tx_index": 28, "dispense_index": 0, - "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", + "tx_hash": "8213411fcd849f3fa3917a712d97ca268ef8706d7281bc9aa8ff8a5a432257c4", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13202,7 +13187,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13217,7 +13202,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -13231,19 +13216,19 @@ Returns the dispenses of a dispenser { "tx_index": 27, "dispense_index": 0, - "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", + "tx_hash": "43b0c8cd17a550dfe8030fbc8dc6d9ed9ebb5e5510074db73b09cc7ba38486d3", "block_index": 140, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13251,7 +13236,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13266,7 +13251,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035149, + "block_time": 1728123854, "asset_info": { "divisible": true, "asset_longname": null, @@ -13308,20 +13293,20 @@ Returns all the dividends "result": [ { "tx_index": 41, - "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "tx_hash": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "block_index": 154, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1728035218, + "block_time": 1728123924, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -13346,7 +13331,7 @@ Returns all the dividends Returns a dividend by its hash + Parameters - + dividend_hash: `5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf` (str, required) - The hash of the dividend to return + + dividend_hash: `e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4` (str, required) - The hash of the dividend to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -13358,20 +13343,20 @@ Returns a dividend by its hash { "result": { "tx_index": 41, - "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "tx_hash": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "block_index": 154, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1728035218, + "block_time": 1728123924, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -13393,7 +13378,7 @@ Returns a dividend by its hash Returns a dividend distribution by its hash + Parameters - + dividend_hash: `5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf` (str, required) - The hash of the dividend distribution to return + + dividend_hash: `e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4` (str, required) - The hash of the dividend distribution to return + cursor (str, optional) - The last index of the credit to return + Default: `None` + limit: `5` (int, optional) - The maximum number of credit to return @@ -13416,12 +13401,12 @@ Returns a dividend distribution by its hash "asset": "XCP", "quantity": 1500000000, "calling_function": "dividend", - "event": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "event": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "tx_index": 41, - "utxo": "7b3c93737c08a68b45cc9af91556281b85d52851b6a84c3e345087f3c63d2b51:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "utxo": "da2d2149755cfe7d345cef09029489ce3210ad4f62ab31ea0a1d352d859bda62:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "confirmed": true, - "block_time": 1728035218, + "block_time": 1728123924, "asset_info": { "divisible": true, "asset_longname": null, @@ -13433,16 +13418,16 @@ Returns a dividend distribution by its hash }, { "block_index": 154, - "address": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", + "address": "bcrt1qfx629dkqnwqj43xaszqvyk58ma7k2u3z8znj28", "asset": "XCP", "quantity": 500000000, "calling_function": "dividend", - "event": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "event": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "tx_index": 41, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035218, + "block_time": 1728123924, "asset_info": { "divisible": true, "asset_longname": null, @@ -13488,27 +13473,27 @@ Returns all events "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", - "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", + "ledger_hash": "32f95aeb87bb26658f9b9aadfcaaa92fe58b2f76bc0e51b0421c0172d3d3c465", + "messages_hash": "e7018c940da39d33cab9dedf0ea1552cf4514889982b0bb567d027a4eec8db49", "transaction_count": 1, - "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", - "block_time": 1728035390 + "txlist_hash": "1c61a8219541a2aa860d4211615e4faca9d81e566b29e06040a2846774e5a5e3", + "block_time": 1728124092 }, "tx_hash": null, "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61 }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 554, @@ -13517,14 +13502,14 @@ Returns all events "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -13535,9 +13520,9 @@ Returns all events "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 553, @@ -13546,9 +13531,9 @@ Returns all events "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": 0, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "asset_info": { "divisible": true, "asset_longname": null, @@ -13558,24 +13543,24 @@ Returns all events }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -13585,9 +13570,9 @@ Returns all events }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 551, @@ -13615,15 +13600,15 @@ Returns the event of an index "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", - "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", + "ledger_hash": "32f95aeb87bb26658f9b9aadfcaaa92fe58b2f76bc0e51b0421c0172d3d3c465", + "messages_hash": "e7018c940da39d33cab9dedf0ea1552cf4514889982b0bb567d027a4eec8db49", "transaction_count": 1, - "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", - "block_time": 1728035390 + "txlist_hash": "1c61a8219541a2aa860d4211615e4faca9d81e566b29e06040a2846774e5a5e3", + "block_time": 1728124092 }, "tx_hash": null, "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } } ``` @@ -13701,16 +13686,16 @@ Returns the events filtered by event name "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -13720,9 +13705,9 @@ Returns the events filtered by event name }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 550, @@ -13732,12 +13717,12 @@ Returns the events filtered by event name "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -13747,9 +13732,9 @@ Returns the events filtered by event name }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 547, @@ -13759,39 +13744,39 @@ Returns the events filtered by event name "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 533, "event": "CREDIT", "params": { - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "block_index": 193, "calling_function": "sweep", - "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "event": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "quantity": 74499387833, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1728035376, + "block_time": 1728124079, "asset_info": { "divisible": true, "asset_longname": null, @@ -13801,36 +13786,36 @@ Returns the events filtered by event name }, "quantity_normalized": "744.99388000" }, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "block_time": 1728035376 + "block_time": 1728124079 }, { "event_index": 531, "event": "CREDIT", "params": { - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "MYASSETA", "block_index": 193, "calling_function": "sweep", - "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "event": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "quantity": 10, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1728035376, + "block_time": 1728124079, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "block_time": 1728035376 + "block_time": 1728124079 } ], "next_cursor": 529, @@ -13886,27 +13871,27 @@ Returns all the dispenses { "tx_index": 61, "dispense_index": 0, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13921,7 +13906,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -13935,27 +13920,27 @@ Returns all the dispenses { "tx_index": 34, "dispense_index": 0, - "tx_hash": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16", + "tx_hash": "e6ecf43c3875554000346c8e7ea33f6ba0832592f55cd19a2377774bfbb20b99", "block_index": 147, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "destination": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "destination": "bcrt1qj805kn4ke0xqgs0vf6tcrwsn6fwvsz6mv75q6v", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13970,7 +13955,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1728035188, + "block_time": 1728123884, "asset_info": { "divisible": true, "asset_longname": null, @@ -13984,19 +13969,19 @@ Returns all the dispenses { "tx_index": 28, "dispense_index": 0, - "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", + "tx_hash": "8213411fcd849f3fa3917a712d97ca268ef8706d7281bc9aa8ff8a5a432257c4", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -14004,7 +13989,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -14019,7 +14004,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -14033,19 +14018,19 @@ Returns all the dispenses { "tx_index": 27, "dispense_index": 0, - "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", + "tx_hash": "43b0c8cd17a550dfe8030fbc8dc6d9ed9ebb5e5510074db73b09cc7ba38486d3", "block_index": 140, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -14053,7 +14038,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -14068,7 +14053,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035149, + "block_time": 1728123854, "asset_info": { "divisible": true, "asset_longname": null, @@ -14110,10 +14095,10 @@ Returns all the sends include Enhanced and MPMA sends "result": [ { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -14121,7 +14106,7 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -14134,10 +14119,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -14145,11 +14130,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -14158,10 +14143,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "quantity": 10, "status": "valid", @@ -14169,7 +14154,7 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "divisible": true, "asset_longname": null, @@ -14182,10 +14167,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -14193,11 +14178,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -14206,10 +14191,10 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -14217,11 +14202,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -14259,14 +14244,14 @@ Returns all the issuances "result": [ { "tx_index": 47, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -14281,20 +14266,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035254, + "block_time": 1728123950, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "289069ac10783fd0cbd1f0bfbb879313bb0f9cf2838de4991ed424a5505d8560", + "tx_hash": "90b90141a2e39a491215199a3ec92bf8c2f760b51e27a89f7fc257f0bdc259f1", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -14309,20 +14294,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1728035250, + "block_time": 1728123946, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "384f20bde353e69fbdd357f921d6cef8b1e174f1f69fc90444aef02cc626f2f1", + "tx_hash": "2009695cf54762a464d98568a1ef063cbaa14e0cf8e2b3a34a2c3e3424fa1003", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -14337,20 +14322,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035245, + "block_time": 1728123942, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "25e1fc17a0f4d328bf59dc0e2a912a1d8d235a16599a1d7ea05c778722716d91", + "tx_hash": "06655ea82f2042a38aa62ed4ef8a7b245939e5ed59c95f2e0f1ea7a19cfc8589", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -14365,20 +14350,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035231, + "block_time": 1728123938, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 43, - "tx_hash": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497", + "tx_hash": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592", "msg_index": 0, "block_index": 156, "asset": "MYASSETB", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "issuer": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "issuer": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "transfer": false, "callable": false, "call_date": 0, @@ -14393,7 +14378,7 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035227, + "block_time": 1728123933, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -14408,7 +14393,7 @@ Returns all the issuances Returns the issuances of a block + Parameters - + tx_hash: `b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697` (str, required) - The hash of the transaction to return + + tx_hash: `8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14420,14 +14405,14 @@ Returns the issuances of a block { "result": { "tx_index": 47, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -14442,7 +14427,7 @@ Returns the issuances of a block "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035254, + "block_time": 1728123950, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -14474,16 +14459,16 @@ Returns all sweeps "result": [ { "tx_index": 59, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1728035376, + "block_time": 1728124079, "fee_paid_normalized": "0.00600000" } ], @@ -14497,7 +14482,7 @@ Returns all sweeps Returns the sweeps of a transaction + Parameters - + tx_hash: `0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7` (str, required) - The hash of the transaction to return + + tx_hash: `06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14510,16 +14495,16 @@ Returns the sweeps of a transaction "result": [ { "tx_index": 59, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1728035376, + "block_time": 1728124079, "fee_paid_normalized": "0.00600000" } ], @@ -14553,9 +14538,9 @@ Returns all valid broadcasts "result": [ { "tx_index": 25, - "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", + "tx_hash": "e4ac3faaf800657f295e67ab2be3e46b55fd838fa0da6aa0808f9b9584e4a46f", "block_index": 138, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -14563,14 +14548,14 @@ Returns all valid broadcasts "locked": false, "status": "valid", "confirmed": true, - "block_time": 1728035140, + "block_time": 1728123845, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "f41f652d2d2c80753bdffc256a40eaf76bd3475df008f9b60ab528e923d3e86f", + "tx_hash": "0bf6a76f91b8cb557f2039f56f49c517be18468cd3a60ff205d27b855e60b86b", "block_index": 137, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -14578,7 +14563,7 @@ Returns all valid broadcasts "locked": false, "status": "valid", "confirmed": true, - "block_time": 1728035136, + "block_time": 1728123841, "fee_fraction_int_normalized": "0.00000000" } ], @@ -14592,7 +14577,7 @@ Returns all valid broadcasts Returns the broadcast of a transaction + Parameters - + tx_hash: `9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590` (str, required) - The hash of the transaction to return + + tx_hash: `e4ac3faaf800657f295e67ab2be3e46b55fd838fa0da6aa0808f9b9584e4a46f` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14604,9 +14589,9 @@ Returns the broadcast of a transaction { "result": { "tx_index": 25, - "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", + "tx_hash": "e4ac3faaf800657f295e67ab2be3e46b55fd838fa0da6aa0808f9b9584e4a46f", "block_index": 138, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -14614,7 +14599,7 @@ Returns the broadcast of a transaction "locked": false, "status": "valid", "confirmed": true, - "block_time": 1728035140, + "block_time": 1728123845, "fee_fraction_int_normalized": "0.00000000" } } @@ -14644,10 +14629,10 @@ Returns all fairminters { "result": [ { - "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", + "tx_hash": "2321c15f0ed1a387a180a46eae83b3f3060a307989bd0b5b75a5ded43745b8a5", "tx_index": 22, "block_index": 135, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -14672,13 +14657,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035127 + "block_time": 1728123833 }, { - "tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", + "tx_hash": "bda966bed83a01c39cdd37d0995edefb36d0519b812a8aaa420dadd410f67860", "tx_index": 18, "block_index": 131, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -14703,13 +14688,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035101 + "block_time": 1728123816 }, { - "tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1", + "tx_hash": "ea4863914628b33ad3ee9ee9c85ae6bc43bd223673258970d8971b7160cf6774", "tx_index": 14, "block_index": 130, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -14734,13 +14719,13 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035097 + "block_time": 1728123811 }, { - "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "tx_index": 10, "block_index": 125, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -14765,7 +14750,7 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035076 + "block_time": 1728123790 } ], "next_cursor": null, @@ -14808,7 +14793,7 @@ Returns the mints by fairminter Returns a list of unspent outputs for a list of addresses + Parameters - + addresses: `bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y,bcrt1qhpq0xvquagy2x3ywua7vl6fdj2q6w86ck90q8y` (str, required) - The addresses to search for + + addresses: `bcrt1qj805kn4ke0xqgs0vf6tcrwsn6fwvsz6mv75q6v,bcrt1qsd2tz9d3pjvdun54630vtsjl8f2qp3q80vrh8j` (str, required) - The addresses to search for + unconfirmed (bool, optional) - Include unconfirmed transactions + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14827,8 +14812,8 @@ Returns a list of unspent outputs for a list of addresses "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16", - "address": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y" + "txid": "e6ecf43c3875554000346c8e7ea33f6ba0832592f55cd19a2377774bfbb20b99", + "address": "bcrt1qj805kn4ke0xqgs0vf6tcrwsn6fwvsz6mv75q6v" }, { "vout": 2, @@ -14836,8 +14821,8 @@ Returns a list of unspent outputs for a list of addresses "value": 100000, "confirmations": 40, "amount": 0.001, - "txid": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497", - "address": "bcrt1qhpq0xvquagy2x3ywua7vl6fdj2q6w86ck90q8y" + "txid": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592", + "address": "bcrt1qsd2tz9d3pjvdun54630vtsjl8f2qp3q80vrh8j" } ], "next_cursor": null, @@ -14850,7 +14835,7 @@ Returns a list of unspent outputs for a list of addresses Returns all transactions involving a given address + Parameters - + address: `bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t` (str, required) - The address to search for + + address: `bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k` (str, required) - The address to search for + unconfirmed: `True` (bool, optional) - Include unconfirmed transactions + Default: `True` + only_tx_hashes: `True` (bool, optional) - Return only the tx hashes @@ -14866,28 +14851,28 @@ Returns all transactions involving a given address { "result": [ { - "tx_hash": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122" + "tx_hash": "ff0cab96bda23843a863fa0f3d7c445305607dac0fc3954626b37e8bbee04601" }, { - "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653" + "tx_hash": "ec106b3a36f91c5b0e1474875dac392f431410570ece30048cd7978e24b7cc86" }, { - "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f" + "tx_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393" }, { - "tx_hash": "5c6270168a921c770fc53c95ea630631fde943e84f32d6e1aec7973d7733be87" + "tx_hash": "4ab3cba63a81a9c20b87c70e6a4a4bdd4552227af5209699effa7d55cdba69ab" }, { - "tx_hash": "8a90f46572a7bc30f106b132505e3514bee896814b39606d8a624e30c7c7b195" + "tx_hash": "c4c65fdb301697a27ca8ae22ea5760aa2906ba905b4b328445b758575c409fbf" }, { - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7" + "tx_hash": "3f501c41fe6c6146534e1b119afa663718c9f91169ed945c528a810222bdcfc0" }, { - "tx_hash": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1" + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea" }, { - "tx_hash": "06640cc02a5a8663370b2b0bfdabb6b283957bf19d2fd52c0b8ca6d3c0831cec" + "tx_hash": "f7fb8f4d173d9c0d14cbbd7cf75533d1e291f266bfe41cab2f0b642d691c5bfe" } ], "next_cursor": null, @@ -14900,7 +14885,7 @@ Returns all transactions involving a given address Get the oldest transaction for an address. + Parameters - + address: `bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9` (str, required) - The address to search for. + + address: `bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl` (str, required) - The address to search for. + block_index (int, optional) - The block index to search from. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14913,8 +14898,8 @@ Get the oldest transaction for an address. ``` { "result": { - "block_index": 10, - "tx_hash": "a26bf2aa7d915b100dabf118e94c67dbfc7a9bb1b5f8f1280404962d73ebaa34" + "block_index": 3, + "tx_hash": "c1eeed3fff12cd5530e8bcaf6a250540734811fccf3f86fc8fbbda92c46aa7cd" } } ``` @@ -14924,7 +14909,7 @@ Get the oldest transaction for an address. Returns a list of unspent outputs for a specific address + Parameters - + address: `bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y` (str, required) - The address to search for + + address: `bcrt1qj805kn4ke0xqgs0vf6tcrwsn6fwvsz6mv75q6v` (str, required) - The address to search for + unconfirmed (bool, optional) - Include unconfirmed transactions + Default: `False` + unspent_tx_hash (str, optional) - Filter by unspent_tx_hash @@ -14945,7 +14930,7 @@ Returns a list of unspent outputs for a specific address "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16" + "txid": "e6ecf43c3875554000346c8e7ea33f6ba0832592f55cd19a2377774bfbb20b99" } ], "next_cursor": null, @@ -14958,7 +14943,7 @@ Returns a list of unspent outputs for a specific address Get pubkey for an address. + Parameters - + address: `bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca` (str, required) - Address to get pubkey for. + + address: `bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk` (str, required) - Address to get pubkey for. + provided_pubkeys (str, optional) - Comma separated list of provided pubkeys. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14970,7 +14955,7 @@ Get pubkey for an address. ``` { - "result": "039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c" + "result": "03b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b458" } ``` @@ -14979,7 +14964,7 @@ Get pubkey for an address. Get a transaction from the blockchain + Parameters - + tx_hash: `6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34` (str, required) - The transaction hash + + tx_hash: `11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048` (str, required) - The transaction hash + format: `hex` (str, optional) - Whether to return JSON output or raw hex + Default: `json` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. @@ -14991,7 +14976,7 @@ Get a transaction from the blockchain ``` { - "result": "0200000000010197f4bbaebac5c4bb208ad14cb377ea4b9758b9d15dc25e2ae0972a0e7b076b170100000000ffffffff03e8030000000000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d200000000000000000c6a0ab0f4c5d51f470e7600d2dced0827010000001600149246af7d5043d6ff77a4f14f3d01b7710066e84f024730440220091e986d6c6d3d483b043c701787fff6d7ee91240aa06608a87c9f0d8e97672202200f4287af3403ae872096ae7ad7de08f2ca15d98f226bd15dbe2c4b5640fa9edf012103b294b13da2a45e6b21d003c9da606ead319b9c327970993a14bcd05cf483eafa00000000" + "result": "02000000000101927528f095990341315d133702f994733beb06d0c094172609c153804dd34b6e0100000000ffffffff03e803000000000000160014955b4a10edc11b7911e46a8f65ef4b5b43facf0900000000000000000c6a0a68b310ae6aca9ece2598dced082701000000160014678c0a39e8e4529870a6bcf19a6879453300865a0247304402204145dbcffe0da23492fa98f539cd242b2311209d987aac5d14720ab65f4fc8930220443113ff97da40d40ff1165db2357db81794cbfb44aca9277408a4dc5df39f01012102ec0760602ac1c9f741da208d93e8ddd7b4258546a6747b5607b1a687a8436e9d00000000" } ``` @@ -15086,27 +15071,27 @@ Returns all mempool events { "result": [ { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62 }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "memo": null, "quantity": 10000, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "status": "valid", - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62, "asset_info": { "divisible": true, @@ -15117,22 +15102,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "CREDIT", "params": { - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "event": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -15142,22 +15127,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "block_index": 195, - "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "event": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -15167,30 +15152,30 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1728035394.2916615, + "block_time": 1728124096.9334157, "btc_amount": 0, - "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", + "data": "0200000000000000010000000000002710806873e3877a86e47e9658efa5b58bac1574161e3b", "destination": "", "fee": 10000, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62, - "utxos_info": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c:1", + "utxos_info": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "memo": null, "asset_info": { "divisible": true, @@ -15204,7 +15189,7 @@ Returns all mempool events }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 } ], "next_cursor": null, @@ -15235,19 +15220,19 @@ Returns the mempool events filtered by event name { "result": [ { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "CREDIT", "params": { - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "event": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -15257,7 +15242,7 @@ Returns the mempool events filtered by event name }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 } ], "next_cursor": null, @@ -15270,7 +15255,7 @@ Returns the mempool events filtered by event name Returns the mempool events filtered by transaction hash + Parameters - + tx_hash: `d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c` (str, required) - The hash of the transaction to return + + tx_hash: `fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor (str, optional) - The last event index to return @@ -15290,27 +15275,27 @@ Returns the mempool events filtered by transaction hash { "result": [ { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62 }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "memo": null, "quantity": 10000, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "status": "valid", - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62, "asset_info": { "divisible": true, @@ -15321,22 +15306,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "CREDIT", "params": { - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "event": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -15346,22 +15331,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "block_index": 195, - "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "event": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -15371,30 +15356,30 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1728035394.2916615, + "block_time": 1728124096.9334157, "btc_amount": 0, - "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", + "data": "0200000000000000010000000000002710806873e3877a86e47e9658efa5b58bac1574161e3b", "destination": "", "fee": 10000, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62, - "utxos_info": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c:1", + "utxos_info": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "memo": null, "asset_info": { "divisible": true, @@ -15408,7 +15393,7 @@ Returns the mempool events filtered by transaction hash }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 } ], "next_cursor": null, diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_2.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_2.log index 6fbcc8fecf..5b53e2541e 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_2.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_2.log @@ -90,7 +90,4 @@ Bet Expiration 74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f Send BBBC from 1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2 to 1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2 (c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341) [valid] Order cancelled BBBB / XCP (6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee) [expired] Checking for conservation of assets. -XCP has been conserved (1498.99847262 XCP both issued and held) -BBBB has been conserved (10.0 BBBB both issued and held) -BBBC has been conserved (100000 BBBC both issued and held) All assets have been conserved. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_3.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_3.log index 5984ce9bdd..398c62e109 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_3.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_3.log @@ -90,7 +90,4 @@ Bet Expiration 1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887 Send BBBC from 1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3 to 1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3 (53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc) [valid] Order cancelled BBBB / XCP (cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee) [expired] Checking for conservation of assets. -XCP has been conserved (1498.99847262 XCP both issued and held) -BBBB has been conserved (10.0 BBBB both issued and held) -BBBC has been conserved (100000 BBBC both issued and held) All assets have been conserved. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_2.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_2.log index b52a2e2bb1..85e3c7201a 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_2.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_2.log @@ -90,7 +90,4 @@ Bet Expiration c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8 Send BBBC from 2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2 to 2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2 (abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1) [valid] Order cancelled BBBB / XCP (6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e) [expired] Checking for conservation of assets. -XCP has been conserved (1498.99847262 XCP both issued and held) -BBBB has been conserved (10.0 BBBB both issued and held) -BBBC has been conserved (100000 BBBC both issued and held) All assets have been conserved. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_3.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_3.log index e0994ae835..518cc221f1 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_3.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_3.log @@ -90,7 +90,4 @@ Bet Expiration ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c Send BBBC from 2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3 to 2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3 (f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831) [valid] Order cancelled BBBB / XCP (4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7) [expired] Checking for conservation of assets. -XCP has been conserved (1498.99847262 XCP both issued and held) -BBBB has been conserved (10.0 BBBB both issued and held) -BBBC has been conserved (100000 BBBC both issued and held) All assets have been conserved. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_3_of_3.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_3_of_3.log index 614057c588..dee85dacdf 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_3_of_3.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_3_of_3.log @@ -90,7 +90,4 @@ Bet Expiration 5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16 Send BBBC from 3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3 to 3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3 (72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58) [valid] Order cancelled BBBB / XCP (19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323) [expired] Checking for conservation of assets. -XCP has been conserved (1498.99847262 XCP both issued and held) -BBBB has been conserved (10.0 BBBB both issued and held) -BBBC has been conserved (100000 BBBC both issued and held) All assets have been conserved. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.log index 0749fc2e6a..73cd45b781 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.log @@ -144,21 +144,4 @@ Order match cancelled XCP / BTC (74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef3 Bet 41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef canceled [expired] Bet Expiration 41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef Checking for conservation of assets. -XCP has been conserved (6037.818479 XCP both issued and held) -A160361285792733729 has been conserved (0.0000005 A160361285792733729 both issued and held) -A95428956661682277 has been conserved (1.0 A95428956661682277 both issued and held) -CALLABLE has been conserved (0.00001 CALLABLE both issued and held) -DIVIDEND has been conserved (0.000001 DIVIDEND both issued and held) -DIVISIBLE has been conserved (1000.0 DIVISIBLE both issued and held) -FREEFAIRMIN has been conserved (0.0000001 FREEFAIRMIN both issued and held) -LOCKED has been conserved (0.00001 LOCKED both issued and held) -LOCKEDPREV has been conserved (0.00001 LOCKEDPREV both issued and held) -MAXI has been conserved (92233720368.54775807 MAXI both issued and held) -NODIVISIBLE has been conserved (1000 NODIVISIBLE both issued and held) -PAIDFAIRMIN has been conserved (0.0 PAIDFAIRMIN both issued and held) -PARENT has been conserved (1.0 PARENT both issued and held) -PAYTOSCRIPT has been conserved (1000 PAYTOSCRIPT both issued and held) -QAIDFAIRMIN has been conserved (0.0000002 QAIDFAIRMIN both issued and held) -RAIDFAIRMIN has been conserved (0.0000002 RAIDFAIRMIN both issued and held) -TESTDISP has been conserved (1000 TESTDISP both issued and held) All assets have been conserved. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/simplesig.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/simplesig.log index 3bb37ae2b8..8cfc62a6c1 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/simplesig.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/simplesig.log @@ -90,7 +90,4 @@ Bet Expiration 7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81 Send BBBC from mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc to mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns (58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab) [valid] Order cancelled BBBB / XCP (eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a) [expired] Checking for conservation of assets. -XCP has been conserved (1498.99847262 XCP both issued and held) -BBBB has been conserved (10.0 BBBB both issued and held) -BBBC has been conserved (100000 BBBC both issued and held) All assets have been conserved. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.log index 838429adc6..2baeec6f48 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.log @@ -147,21 +147,4 @@ Order match cancelled XCP / BTC (74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef3 Bet 41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef canceled [expired] Bet Expiration 41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef Checking for conservation of assets. -XCP has been conserved (6037.818479 XCP both issued and held) -A160361285792733729 has been conserved (0.0000005 A160361285792733729 both issued and held) -A95428956661682277 has been conserved (1.0 A95428956661682277 both issued and held) -CALLABLE has been conserved (0.00001 CALLABLE both issued and held) -DIVIDEND has been conserved (0.000001 DIVIDEND both issued and held) -DIVISIBLE has been conserved (1000.0 DIVISIBLE both issued and held) -FREEFAIRMIN has been conserved (0.0000001 FREEFAIRMIN both issued and held) -LOCKED has been conserved (0.00001 LOCKED both issued and held) -LOCKEDPREV has been conserved (0.00001 LOCKEDPREV both issued and held) -MAXI has been conserved (92233720368.54775807 MAXI both issued and held) -NODIVISIBLE has been conserved (1000 NODIVISIBLE both issued and held) -PAIDFAIRMIN has been conserved (0.0 PAIDFAIRMIN both issued and held) -PARENT has been conserved (1.0 PARENT both issued and held) -PAYTOSCRIPT has been conserved (1000 PAYTOSCRIPT both issued and held) -QAIDFAIRMIN has been conserved (0.0000002 QAIDFAIRMIN both issued and held) -RAIDFAIRMIN has been conserved (0.0000002 RAIDFAIRMIN both issued and held) -TESTDISP has been conserved (1000 TESTDISP both issued and held) All assets have been conserved. diff --git a/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json b/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json index acc7d6eff9..f3a0fa0156 100644 --- a/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json +++ b/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json @@ -3,61 +3,61 @@ "result": [ { "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "previous_block_hash": "2c2ce87204a4276387d3e5faad7b08bc9f0acc3df6d27148d78bfe421d52ce21", "difficulty": 545259519, - "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", - "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", - "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", + "ledger_hash": "32f95aeb87bb26658f9b9aadfcaaa92fe58b2f76bc0e51b0421c0172d3d3c465", + "txlist_hash": "1c61a8219541a2aa860d4211615e4faca9d81e566b29e06040a2846774e5a5e3", + "messages_hash": "e7018c940da39d33cab9dedf0ea1552cf4514889982b0bb567d027a4eec8db49", "transaction_count": 1, "confirmed": true }, { "block_index": 194, - "block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", - "block_time": 1728035380, - "previous_block_hash": "3ee0185a7cd05c6134ccca46cbe12625ca1b0ce300945b35a51f61f165cd9667", + "block_hash": "2c2ce87204a4276387d3e5faad7b08bc9f0acc3df6d27148d78bfe421d52ce21", + "block_time": 1728124083, + "previous_block_hash": "5217060f4aff4855e6c24c76e8a9e176913b1ff1f8ca2617729493d967699e83", "difficulty": 545259519, - "ledger_hash": "41eb98498e274421dd5a4e5a7abae5705314a3f9f4985c82527ccd1d8917e032", - "txlist_hash": "2b1d8b5a943c753c859919e19e6e36eac48f9aa961ea010542d9218df8e6513f", - "messages_hash": "9d2dda10d68368140db5dadcc08eebf4a35fae6e945d24b3c36b93eb49494e9b", + "ledger_hash": "de85adc13f4dbffc0242362a4660004f016dd7268db738a940d042cb7c244a9f", + "txlist_hash": "df7accb39b91a96f2865027db9c7873eb6d5eb297ba1b6eebea3ee53aba31f74", + "messages_hash": "674ad04223465c194182b309230be0b085190c748173e4d3a8ace12767d88c1e", "transaction_count": 1, "confirmed": true }, { "block_index": 193, - "block_hash": "3ee0185a7cd05c6134ccca46cbe12625ca1b0ce300945b35a51f61f165cd9667", - "block_time": 1728035376, - "previous_block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", + "block_hash": "5217060f4aff4855e6c24c76e8a9e176913b1ff1f8ca2617729493d967699e83", + "block_time": 1728124079, + "previous_block_hash": "3d44ff8b274cc3f75ba6f33ee7f02e272b0a26f40c64e080df313eea00d7ec5c", "difficulty": 545259519, - "ledger_hash": "3d5d672c7a7ef3be44e86e5816a3101c2edfc3fbe9cf153a709ad0f99c1d2f46", - "txlist_hash": "619567cb2f0a5a117cd3e10082b1f4344aa39e5296595b029dc48138c14a1d10", - "messages_hash": "b7be933e9a0d3053db2a21ee529fcd563d11c75503ab10af4d41043f7d1b3956", + "ledger_hash": "bbf88a3f4a534497cb348ce8d51c8fef70570a3b61a5d1e47afe15643e7d4d98", + "txlist_hash": "b618bdf88f2b578fea0aa89a2fc926fa50c9333cd0406f6adbb2998759911114", + "messages_hash": "d74a6bf51a05f829fb5a92691f0e4eefa14b6fed0cd5f44ef682a9d2b3dba147", "transaction_count": 1, "confirmed": true }, { "block_index": 192, - "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", - "block_time": 1728035372, - "previous_block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", + "block_hash": "3d44ff8b274cc3f75ba6f33ee7f02e272b0a26f40c64e080df313eea00d7ec5c", + "block_time": 1728124074, + "previous_block_hash": "0e6450e6b3d3b58c879da16dc04ad66f42c1de9d34661c5bdb86c025514b0393", "difficulty": 545259519, - "ledger_hash": "518302d23616c8eeccdb824aa9d393ad06bd9a77e87cc8324a186c672bd44de3", - "txlist_hash": "d6d72db22a7a4f862ef4a1017f6a56136837cd4a013a1dcfdf895913ec270e16", - "messages_hash": "0bf7174d310516d80aa30f4102b8d79de6ea6f497ff13fa547e18719f737d0b7", + "ledger_hash": "acc563ae9d79dc7cba040dd6e292cfb4480532d7bc0ba8b884b16fbde5f20a11", + "txlist_hash": "dfc2c4704bc64ca438a3a0f11e7d7f3aeef19fe04324fa5fe5be29779f1c27d5", + "messages_hash": "b3347ea9e1b621fe4c8674f274f3de9a6122065fb6ab95bb85d91ed0bc6319c2", "transaction_count": 1, "confirmed": true }, { "block_index": 191, - "block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", - "block_time": 1728035367, - "previous_block_hash": "03bf5438dfd4d19f3f1604e79196e24f2a835e771c69ed47d4e6d4e2e65f27bd", + "block_hash": "0e6450e6b3d3b58c879da16dc04ad66f42c1de9d34661c5bdb86c025514b0393", + "block_time": 1728124070, + "previous_block_hash": "6b86f28b8f504eab3374a1d81470b051e8b42b27b2853e8267c59e63c78879ee", "difficulty": 545259519, - "ledger_hash": "a89a133473b6a6cdb6ee89025a4aabf6e1e9eac2f52837337f64c64b00cfc1c5", - "txlist_hash": "20f048c99c56e58460691084a52a4d84242077250e65a29bd14f11e0bc9e7ab0", - "messages_hash": "c63c7ebe227f0ec7226f7d91ddd1fa1c09f92e314143458f0e1a27abc058fc0b", + "ledger_hash": "4164be750cfdd8a52f4071cc60357ca2b1a7e179ac7e53ef33231a68cedd189e", + "txlist_hash": "8e8e674c01f9a262205a9bc1b59cf1e213c004241ec141ea24a18b0c051e54c6", + "messages_hash": "e5ad1428a516c2a65170591353668e7d5524d0001df4c045bbc4d3ea042c18d6", "transaction_count": 1, "confirmed": true } @@ -68,13 +68,13 @@ "/v2/blocks/": { "result": { "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "previous_block_hash": "2c2ce87204a4276387d3e5faad7b08bc9f0acc3df6d27148d78bfe421d52ce21", "difficulty": 545259519, - "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", - "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", - "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", + "ledger_hash": "32f95aeb87bb26658f9b9aadfcaaa92fe58b2f76bc0e51b0421c0172d3d3c465", + "txlist_hash": "1c61a8219541a2aa860d4211615e4faca9d81e566b29e06040a2846774e5a5e3", + "messages_hash": "e7018c940da39d33cab9dedf0ea1552cf4514889982b0bb567d027a4eec8db49", "transaction_count": 1, "confirmed": true } @@ -82,13 +82,13 @@ "/v2/blocks/": { "result": { "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "previous_block_hash": "2c2ce87204a4276387d3e5faad7b08bc9f0acc3df6d27148d78bfe421d52ce21", "difficulty": 545259519, - "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", - "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", - "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", + "ledger_hash": "32f95aeb87bb26658f9b9aadfcaaa92fe58b2f76bc0e51b0421c0172d3d3c465", + "txlist_hash": "1c61a8219541a2aa860d4211615e4faca9d81e566b29e06040a2846774e5a5e3", + "messages_hash": "e7018c940da39d33cab9dedf0ea1552cf4514889982b0bb567d027a4eec8db49", "transaction_count": 1, "confirmed": true } @@ -97,17 +97,17 @@ "result": [ { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "destination": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxos_info": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1 11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -129,11 +129,11 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", - "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", + "ledger_hash": "32f95aeb87bb26658f9b9aadfcaaa92fe58b2f76bc0e51b0421c0172d3d3c465", + "messages_hash": "e7018c940da39d33cab9dedf0ea1552cf4514889982b0bb567d027a4eec8db49", "transaction_count": 1, - "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", - "block_time": 1728035390 + "txlist_hash": "1c61a8219541a2aa860d4211615e4faca9d81e566b29e06040a2846774e5a5e3", + "block_time": 1728124092 }, "tx_hash": null }, @@ -142,10 +142,10 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61 }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048" }, { "event_index": 554, @@ -154,14 +154,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -172,7 +172,7 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048" }, { "event_index": 553, @@ -181,9 +181,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": 0, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "asset_info": { "divisible": true, "asset_longname": null, @@ -193,22 +193,22 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048" }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -218,7 +218,7 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048" } ], "next_cursor": 551, @@ -256,16 +256,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -275,7 +275,7 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048" }, { "event_index": 550, @@ -285,12 +285,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -300,7 +300,7 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048" }, { "event_index": 547, @@ -310,22 +310,22 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34" + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048" } ], "next_cursor": null, @@ -335,16 +335,16 @@ "result": [ { "block_index": 195, - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -360,12 +360,12 @@ "asset": "XCP", "quantity": 1500000000, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -381,16 +381,16 @@ "asset": "MYASSETA", "quantity": 1500000000, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -408,12 +408,12 @@ "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "utxo": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "utxo_address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -429,16 +429,16 @@ "asset": "MYASSETA", "quantity": 1500000000, "action": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "utxo": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "utxo_address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -452,24 +452,24 @@ "result": [ { "type": "order", - "object_id": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "object_id": "dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", "block_index": 183, "confirmed": true, - "block_time": 1728035270 + "block_time": 1728123966 }, { "type": "order", - "object_id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "object_id": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", "block_index": 183, "confirmed": true, - "block_time": 1728035270 + "block_time": 1728123966 }, { "type": "order_match", - "object_id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "object_id": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558_dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", "block_index": 183, "confirmed": true, - "block_time": 1728035270 + "block_time": 1728123966 } ], "next_cursor": null, @@ -479,13 +479,13 @@ "result": [ { "tx_index": 57, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "offer_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "status": "valid", "confirmed": true, - "block_time": 1728035367 + "block_time": 1728124070 } ], "next_cursor": null, @@ -495,15 +495,15 @@ "result": [ { "tx_index": 60, - "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", + "tx_hash": "0f768bfacee618f0993fdd0219c7917f018953e6b400332f840258561844cfa1", "block_index": 194, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "quantity": 1, "tag": "64657374726f79", "status": "valid", "confirmed": true, - "block_time": 1728035380, + "block_time": 1728124083, "asset_info": { "divisible": true, "asset_longname": null, @@ -521,14 +521,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -543,7 +543,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035254, + "block_time": 1728123950, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -555,10 +555,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -566,7 +566,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -579,10 +579,10 @@ }, { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -590,11 +590,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -610,27 +610,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -645,7 +645,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -664,16 +664,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1728035376, + "block_time": 1728124079, "fee_paid_normalized": "0.00600000" } ], @@ -684,17 +684,17 @@ "result": [ { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "destination": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxos_info": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1 11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -707,17 +707,17 @@ }, { "tx_index": 60, - "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", + "tx_hash": "0f768bfacee618f0993fdd0219c7917f018953e6b400332f840258561844cfa1", "block_index": 194, - "block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29", - "block_time": 1728035380, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "block_hash": "2c2ce87204a4276387d3e5faad7b08bc9f0acc3df6d27148d78bfe421d52ce21", + "block_time": 1728124083, + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0:1", + "utxos_info": "0f768bfacee618f0993fdd0219c7917f018953e6b400332f840258561844cfa1:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -744,18 +744,18 @@ }, "/v2/transactions/info": { "result": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0c00000000000000010000000000000001000000000000000a0000000000000001016fcb0da5923a84f0ae233db92b385bca88b017cbbb", + "data": "46e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "f4aabfead29748b83a688434f0ed84f85e3fe10e875a8ee923e1ff5c12769e8a", + "hash": "9eb5b3158e33d62e784da8586cc95c04e3026dae26fb6a42731c275502e54b80", "n": 0, "script_sig": "", "sequence": 4294967295, @@ -765,42 +765,27 @@ "vout": [ { "value": 0, - "script_pub_key": "6a3fde69be1ef3c2f48215ca81e151b7725ee63a99c7521de0ffbb2ca055799376b9c15086965a82cf514e4e58e317fec00d614d57be1a3af9d7521287deb8b694" + "script_pub_key": "6a295649bfdc0363ceaeac19dfa8c5e5d4996b445dccbf0abb2ddd08c939f389a4ddefa811b4f5357dd228" }, { "value": 4999990000, - "script_pub_key": "0014881780df3ee0da41c30dd71f7298f2ba23f10f73" + "script_pub_key": "0014d7ec66d9bb2f486bd4685478b20fc2f384c34084" } ], "vtxinwit": [ - "304402203b801b05cadfacc573bb17ea85606fd79bb476f38f6a6ebf8b941038c981be84022015e1bd81da9af10a419e1eb5bf83e532db60748d1b5f8da6513e5a70c03d09d601", - "039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c" + "304402207f8254913de32e3f875dec00ad22446b9a0db8bc334c224f6717a20073979b12022068853605320cb417bf3191c172925ae6c909e601febffaf38af18ad3aa6f77c301", + "03b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b458" ], "lock_time": 0, - "tx_hash": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a", - "tx_id": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a" + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", + "tx_id": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e" }, "unpacked_data": { - "message_type": "dispenser", - "message_type_id": 12, + "message_type": "cancel", + "message_type_id": 70, "message_data": { - "asset": "XCP", - "give_quantity": 1, - "escrow_quantity": 10, - "mainchainrate": 1, - "dispenser_status": 1, - "action_address": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", - "oracle_address": null, - "status": "valid", - "asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "give_quantity_normalized": "0.00000001", - "escrow_quantity_normalized": "0.00000010" + "offer_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", + "status": "valid" } }, "btc_amount_normalized": "0.00000000" @@ -808,18 +793,18 @@ }, "/v2/transactions//info": { "result": { - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", + "data": "0200000000000000010000000000002710806873e3877a86e47e9658efa5b58bac1574161e3b", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "512b3dc6f38750343e4ca8b65128d5851b285615f99acc458ba6087c73933c7b", + "hash": "62da9b852d351d0aea31ab624fad1032ce89940209ef5c347dfe5c7549212dda", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -829,20 +814,20 @@ "vout": [ { "value": 0, - "script_pub_key": "6a2e363ca523c94bd16a81a33d2fc79bb77194c567e9631855ecc1ed25237200714c8d0a71594afb86200694dcd0023e" + "script_pub_key": "6a2eab191f9fb567b12f0f105d2d70175203d7673c1b700daa66763f5de8c28c17d1370b952c635a330811965295cad0" }, { "value": 4999955000, - "script_pub_key": "0014eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e" + "script_pub_key": "0014ce59470c82de1a6d194e0f37389966dd417bcd66" } ], "vtxinwit": [ - "304402201c7a2eb978c402917ead37d6ae6bf3a9cf83dc80e54e83657d532a91e7e78f5a02202c30ae895cfe7f7109628babff09a936217bf71462ad1d18448abcb55372980301", - "03b584adba79e779948e9dba58f0fe2d63f2e1988c075067628ebb3fac5c377ef1" + "304402202a5be90d4cb18252533f27c05aa3d73e06aaae04c12c116fb7c0edb1a8ba6b900220193a51be2df57b54b8d8b73671f0820fc061bce9ce20330836c7f0d8c7582e9201", + "027484bd71ce402d1fdad7dd2f79f73aae84e211c43eef9b2525f5e6e17795d2ec" ], "lock_time": 0, - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", - "tx_id": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c" + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", + "tx_id": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac" }, "unpacked_data": { "message_type": "enhanced_send", @@ -850,7 +835,7 @@ "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "memo": null, "asset_info": { "divisible": true, @@ -877,17 +862,17 @@ "/v2/transactions/": { "result": { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "destination": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxos_info": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1 11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -902,17 +887,17 @@ "/v2/transactions/": { "result": { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", - "block_time": 1728035390, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", + "block_time": 1728124092, + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "destination": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxos_info": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1 11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -931,12 +916,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61 }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 554, @@ -945,14 +930,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -963,9 +948,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 553, @@ -974,9 +959,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": 0, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "asset_info": { "divisible": true, "asset_longname": null, @@ -986,24 +971,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1013,9 +998,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 551, @@ -1023,14 +1008,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "msg_index": 1, "quantity": 1500000000, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", "status": "valid", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1040,9 +1025,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 550, @@ -1055,12 +1040,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61 }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 554, @@ -1069,14 +1054,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1087,9 +1072,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 553, @@ -1098,9 +1083,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": 0, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "asset_info": { "divisible": true, "asset_longname": null, @@ -1110,24 +1095,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1137,9 +1122,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 551, @@ -1147,14 +1132,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "msg_index": 1, "quantity": 1500000000, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", "status": "valid", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1164,9 +1149,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 550, @@ -1176,10 +1161,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -1187,7 +1172,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1200,10 +1185,10 @@ }, { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -1211,11 +1196,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -1231,27 +1216,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -1266,7 +1251,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1287,16 +1272,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1306,9 +1291,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 550, @@ -1318,12 +1303,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1333,9 +1318,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 547, @@ -1345,24 +1330,24 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": null, @@ -1374,16 +1359,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1393,9 +1378,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 550, @@ -1405,12 +1390,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1420,9 +1405,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 547, @@ -1432,24 +1417,24 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": null, @@ -1462,7 +1447,7 @@ "total": 100000000000, "addresses": [ { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -1472,7 +1457,7 @@ "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -1483,7 +1468,7 @@ "total": 97999999980, "addresses": [ { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "utxo": null, "utxo_address": null, "quantity": 97999999980, @@ -1493,7 +1478,7 @@ "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -1504,7 +1489,7 @@ "total": 500000000, "addresses": [ { - "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -1514,7 +1499,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -1525,7 +1510,7 @@ "total": 40, "addresses": [ { - "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "utxo": null, "utxo_address": null, "quantity": 40, @@ -1535,7 +1520,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -1546,7 +1531,7 @@ "total": 19, "addresses": [ { - "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "utxo": null, "utxo_address": null, "quantity": 19, @@ -1556,7 +1541,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -1570,17 +1555,17 @@ "result": [ { "tx_index": 58, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", - "block_time": 1728035372, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "3d44ff8b274cc3f75ba6f33ee7f02e272b0a26f40c64e080df313eea00d7ec5c", + "block_time": 1728124074, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1:1", + "utxos_info": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -1616,23 +1601,23 @@ }, { "tx_index": 57, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", - "block_time": 1728035367, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "0e6450e6b3d3b58c879da16dc04ad66f42c1de9d34661c5bdb86c025514b0393", + "block_time": 1728124070, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "468c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "data": "46e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "supported": true, - "utxos_info": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9:1", + "utxos_info": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "offer_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "status": "valid" } }, @@ -1640,17 +1625,17 @@ }, { "tx_index": 56, - "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "tx_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "block_index": 190, - "block_hash": "03bf5438dfd4d19f3f1604e79196e24f2a835e771c69ed47d4e6d4e2e65f27bd", - "block_time": 1728035364, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "6b86f28b8f504eab3374a1d81470b051e8b42b27b2853e8267c59e63c78879ee", + "block_time": 1728124066, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b:1", + "utxos_info": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -1686,17 +1671,17 @@ }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "block_hash": "2ec2529ac1494af0502892fc2321df47076f70aae7b149c121271d3af7b9c051", - "block_time": 1728035360, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "20e79046b61604c4e9590ee039eb1e54286494e970d8c530d8678a46a48044e1", + "block_time": 1728124062, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380a4d887fcef036e2e0308187f08318cc744a2be2580d347561e18a598c568ad2d3a7ad11cd98209d7d580eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380695bdaa4f2331048c402a7d9cd998a903fe554c0806873e3877a86e47e9658efa5b58bac1574161e3b80ce59470c82de1a6d194e0f37389966dd417bcd66400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8:0", + "utxos_info": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -1704,14 +1689,14 @@ "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -1719,7 +1704,7 @@ }, { "asset": "XCP", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -1738,25 +1723,25 @@ }, { "tx_index": 52, - "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", + "tx_hash": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5", "block_index": 186, - "block_hash": "7618d51b83c4d1a1899a929f64670caba78d99c25b467b70f054eb9740dddedf", - "block_time": 1728035347, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "12e4a4f9e7cb62f49179b62317655cc73f78d7f76c2b7e1c51878e662936aeb7", + "block_time": 1728124049, + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "destination": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "btc_amount": 2000, "fee": 10000, - "data": "0b3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a197a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "data": "0bc719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf5093940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "supported": true, - "utxos_info": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c:0", + "utxos_info": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx1_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "order_match_id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "status": "valid" } }, @@ -1785,11 +1770,11 @@ "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "open", - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "tx_index": 58, - "block_time": 1728035372, + "block_time": 1728124074, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -1813,24 +1798,24 @@ "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "block_time": 1728035372 + "block_time": 1728124074 }, { "event_index": 521, "event": "DEBIT", "params": { "action": "open order", - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "block_index": 192, - "event": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "event": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "quantity": 1000, "tx_index": 58, "utxo": null, "utxo_address": null, - "block_time": 1728035372, + "block_time": 1728124074, "asset_info": { "divisible": true, "asset_longname": null, @@ -1840,25 +1825,25 @@ }, "quantity_normalized": "0.00001000" }, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "block_time": 1728035372 + "block_time": 1728124074 }, { "event_index": 520, "event": "NEW_TRANSACTION", "params": { - "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", + "block_hash": "3d44ff8b274cc3f75ba6f33ee7f02e272b0a26f40c64e080df313eea00d7ec5c", "block_index": 192, - "block_time": 1728035372, + "block_time": 1728124074, "btc_amount": 0, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "destination": "", "fee": 10000, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "tx_index": 58, - "utxos_info": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1:1", + "utxos_info": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1:1", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -1890,40 +1875,40 @@ }, "btc_amount_normalized": "0.00000000" }, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "block_time": 1728035372 + "block_time": 1728124074 }, { "event_index": 516, "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "offer_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "valid", - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "tx_index": 57, - "block_time": 1728035367 + "block_time": 1728124070 }, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "block_time": 1728035367 + "block_time": 1728124070 }, { "event_index": 515, "event": "CREDIT", "params": { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "block_index": 191, "calling_function": "cancel order", - "event": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "event": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "quantity": 1000, "tx_index": 57, "utxo": null, "utxo_address": null, - "block_time": 1728035367, + "block_time": 1728124070, "asset_info": { "divisible": true, "asset_longname": null, @@ -1933,9 +1918,9 @@ }, "quantity_normalized": "0.00001000" }, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "block_time": 1728035367 + "block_time": 1728124070 } ], "next_cursor": 513, @@ -1944,17 +1929,17 @@ "/v2/addresses/mempool": { "result": [ { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "memo": null, "quantity": 10000, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "status": "valid", - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62, "asset_info": { "divisible": true, @@ -1965,22 +1950,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "CREDIT", "params": { - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "event": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -1990,22 +1975,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "block_index": 195, - "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "event": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -2015,30 +2000,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1728035394.2916615, + "block_time": 1728124096.9334157, "btc_amount": 0, - "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", + "data": "0200000000000000010000000000002710806873e3877a86e47e9658efa5b58bac1574161e3b", "destination": "", "fee": 10000, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62, - "utxos_info": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c:1", + "utxos_info": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "memo": null, "asset_info": { "divisible": true, @@ -2052,7 +2037,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 } ], "next_cursor": null, @@ -2061,7 +2046,7 @@ "/v2/addresses/
/balances": { "result": [ { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "A95428956980101314", "quantity": 100000000000, "utxo": null, @@ -2069,14 +2054,14 @@ "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "MYASSETA", "quantity": 97999999980, "utxo": null, @@ -2084,14 +2069,14 @@ "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "980.00000000" }, { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -2106,7 +2091,7 @@ "quantity_normalized": "826.99937000" }, { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "TESTLOCKDESC", "quantity": 10000000000, "utxo": null, @@ -2114,7 +2099,7 @@ "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2126,7 +2111,7 @@ }, "/v2/addresses/
/balances/": { "result": { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -2145,16 +2130,16 @@ "result": [ { "block_index": 191, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "event": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "tx_index": 57, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035367, + "block_time": 1728124070, "asset_info": { "divisible": true, "asset_longname": null, @@ -2166,16 +2151,16 @@ }, { "block_index": 183, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 1000, "calling_function": "cancel order", - "event": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "event": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", "tx_index": 0, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035270, + "block_time": 1728123966, "asset_info": { "divisible": true, "asset_longname": null, @@ -2187,20 +2172,20 @@ }, { "block_index": 160, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "A95428956980101314", "quantity": 100000000000, "calling_function": "issuance", - "event": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "event": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "tx_index": 47, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035254, + "block_time": 1728123950, "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2208,20 +2193,20 @@ }, { "block_index": 157, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "TESTLOCKDESC", "quantity": 10000000000, "calling_function": "issuance", - "event": "25e1fc17a0f4d328bf59dc0e2a912a1d8d235a16599a1d7ea05c778722716d91", + "event": "06655ea82f2042a38aa62ed4ef8a7b245939e5ed59c95f2e0f1ea7a19cfc8589", "tx_index": 44, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035231, + "block_time": 1728123938, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2233,16 +2218,16 @@ "asset": "MYASSETA", "quantity": 1000000000, "calling_function": "attach to utxo", - "event": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", + "event": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9", "tx_index": 39, - "utxo": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", - "utxo_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "utxo": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9:1", + "utxo_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "confirmed": true, - "block_time": 1728035209, + "block_time": 1728123915, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2256,16 +2241,16 @@ "result": [ { "block_index": 192, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "event": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035372, + "block_time": 1728124074, "asset_info": { "divisible": true, "asset_longname": null, @@ -2277,16 +2262,16 @@ }, { "block_index": 190, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "event": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "tx_index": 56, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035364, + "block_time": 1728124066, "asset_info": { "divisible": true, "asset_longname": null, @@ -2298,16 +2283,16 @@ }, { "block_index": 189, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "event": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "divisible": true, "asset_longname": null, @@ -2319,20 +2304,20 @@ }, { "block_index": 189, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "MYASSETA", "quantity": 20, "action": "mpma send", - "event": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "event": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "tx_index": 55, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2340,16 +2325,16 @@ }, { "block_index": 184, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 10000, "action": "open order", - "event": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "event": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", "tx_index": 50, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035339, + "block_time": 1728124040, "asset_info": { "divisible": true, "asset_longname": null, @@ -2372,9 +2357,9 @@ "result": [ { "tx_index": 24, - "tx_hash": "f41f652d2d2c80753bdffc256a40eaf76bd3475df008f9b60ab528e923d3e86f", + "tx_hash": "0bf6a76f91b8cb557f2039f56f49c517be18468cd3a60ff205d27b855e60b86b", "block_index": 137, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -2382,7 +2367,7 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1728035136, + "block_time": 1728123841, "fee_fraction_int_normalized": "0.00000000" } ], @@ -2393,14 +2378,14 @@ "result": [ { "tx_index": 0, - "tx_hash": "d68a8e716f18eb29ecc830a2526c11eb823056accc5a37be837d26b638d398fc", + "tx_hash": "edd8b71311ed508aadd9b5bf9712942350f1ab79acc2fe2be168f133ba593ad0", "block_index": 112, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "burned": 50000000, "earned": 74999998167, "status": "valid", "confirmed": true, - "block_time": 1728035024, + "block_time": 1728123736, "burned_normalized": "0.50000000", "earned_normalized": "749.99998000" } @@ -2412,10 +2397,10 @@ "result": [ { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "quantity": 10, "status": "valid", @@ -2423,7 +2408,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "divisible": true, "asset_longname": null, @@ -2436,10 +2421,10 @@ }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2447,11 +2432,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2460,10 +2445,10 @@ }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2471,11 +2456,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2484,10 +2469,10 @@ }, { "tx_index": 39, - "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", + "tx_hash": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9", "block_index": 152, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2495,11 +2480,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035209, + "block_time": 1728123915, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2508,10 +2493,10 @@ }, { "tx_index": 36, - "tx_hash": "1f72336ff4ba657e4b6b138859b6a99ea9dfbacd39340e3fc23fd77b5e684062", + "tx_hash": "77f92603bf1f3f1195a0790609ab08cccaa980c454b1304ff937d3545effd3ac", "block_index": 149, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "5c6270168a921c770fc53c95ea630631fde943e84f32d6e1aec7973d7733be87:1", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "f7fb8f4d173d9c0d14cbbd7cf75533d1e291f266bfe41cab2f0b642d691c5bfe:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2519,11 +2504,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035196, + "block_time": 1728123903, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2538,10 +2523,10 @@ "result": [ { "tx_index": 38, - "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", + "tx_hash": "41deac8f65f6cebec3ce845249c2f352edd44dbc9c68f4691cb591a1320a1bca", "block_index": 151, - "source": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1:0", - "destination": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", + "source": "ff0cab96bda23843a863fa0f3d7c445305607dac0fc3954626b37e8bbee04601:0", + "destination": "bcrt1qfx629dkqnwqj43xaszqvyk58ma7k2u3z8znj28", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -2549,11 +2534,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035205, + "block_time": 1728123911, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2568,10 +2553,10 @@ "result": [ { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2579,11 +2564,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2592,10 +2577,10 @@ }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -2603,11 +2588,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2616,10 +2601,10 @@ }, { "tx_index": 39, - "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", + "tx_hash": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9", "block_index": 152, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2627,11 +2612,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035209, + "block_time": 1728123915, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2640,10 +2625,10 @@ }, { "tx_index": 36, - "tx_hash": "1f72336ff4ba657e4b6b138859b6a99ea9dfbacd39340e3fc23fd77b5e684062", + "tx_hash": "77f92603bf1f3f1195a0790609ab08cccaa980c454b1304ff937d3545effd3ac", "block_index": 149, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "5c6270168a921c770fc53c95ea630631fde943e84f32d6e1aec7973d7733be87:1", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "f7fb8f4d173d9c0d14cbbd7cf75533d1e291f266bfe41cab2f0b642d691c5bfe:1", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", @@ -2651,11 +2636,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035196, + "block_time": 1728123903, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2670,10 +2655,10 @@ "result": [ { "tx_index": 38, - "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", + "tx_hash": "41deac8f65f6cebec3ce845249c2f352edd44dbc9c68f4691cb591a1320a1bca", "block_index": 151, - "source": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1:0", - "destination": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", + "source": "ff0cab96bda23843a863fa0f3d7c445305607dac0fc3954626b37e8bbee04601:0", + "destination": "bcrt1qfx629dkqnwqj43xaszqvyk58ma7k2u3z8znj28", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -2681,11 +2666,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035205, + "block_time": 1728123911, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -2700,9 +2685,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -2711,7 +2696,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2721,7 +2706,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -2742,9 +2727,9 @@ "/v2/addresses/
/dispensers/": { "result": { "tx_index": 26, - "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -2753,7 +2738,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2763,7 +2748,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -2783,19 +2768,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", + "tx_hash": "8213411fcd849f3fa3917a712d97ca268ef8706d7281bc9aa8ff8a5a432257c4", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2803,7 +2788,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2818,7 +2803,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -2832,19 +2817,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", + "tx_hash": "43b0c8cd17a550dfe8030fbc8dc6d9ed9ebb5e5510074db73b09cc7ba38486d3", "block_index": 140, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2852,7 +2837,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2867,7 +2852,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035149, + "block_time": 1728123854, "asset_info": { "divisible": true, "asset_longname": null, @@ -2887,19 +2872,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", + "tx_hash": "8213411fcd849f3fa3917a712d97ca268ef8706d7281bc9aa8ff8a5a432257c4", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2907,7 +2892,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2922,7 +2907,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -2936,19 +2921,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", + "tx_hash": "43b0c8cd17a550dfe8030fbc8dc6d9ed9ebb5e5510074db73b09cc7ba38486d3", "block_index": 140, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2956,7 +2941,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2971,7 +2956,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035149, + "block_time": 1728123854, "asset_info": { "divisible": true, "asset_longname": null, @@ -2991,19 +2976,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", + "tx_hash": "8213411fcd849f3fa3917a712d97ca268ef8706d7281bc9aa8ff8a5a432257c4", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3011,7 +2996,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3026,7 +3011,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -3040,19 +3025,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", + "tx_hash": "43b0c8cd17a550dfe8030fbc8dc6d9ed9ebb5e5510074db73b09cc7ba38486d3", "block_index": 140, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3060,7 +3045,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3075,7 +3060,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035149, + "block_time": 1728123854, "asset_info": { "divisible": true, "asset_longname": null, @@ -3095,19 +3080,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", + "tx_hash": "8213411fcd849f3fa3917a712d97ca268ef8706d7281bc9aa8ff8a5a432257c4", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3115,7 +3100,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3130,7 +3115,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -3144,19 +3129,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", + "tx_hash": "43b0c8cd17a550dfe8030fbc8dc6d9ed9ebb5e5510074db73b09cc7ba38486d3", "block_index": 140, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3164,7 +3149,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3179,7 +3164,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035149, + "block_time": 1728123854, "asset_info": { "divisible": true, "asset_longname": null, @@ -3198,16 +3183,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1728035376, + "block_time": 1728124079, "fee_paid_normalized": "0.00600000" } ], @@ -3218,14 +3203,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -3240,20 +3225,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035254, + "block_time": 1728123950, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "289069ac10783fd0cbd1f0bfbb879313bb0f9cf2838de4991ed424a5505d8560", + "tx_hash": "90b90141a2e39a491215199a3ec92bf8c2f760b51e27a89f7fc257f0bdc259f1", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -3268,20 +3253,20 @@ "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1728035250, + "block_time": 1728123946, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "384f20bde353e69fbdd357f921d6cef8b1e174f1f69fc90444aef02cc626f2f1", + "tx_hash": "2009695cf54762a464d98568a1ef063cbaa14e0cf8e2b3a34a2c3e3424fa1003", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -3296,20 +3281,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035245, + "block_time": 1728123942, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "25e1fc17a0f4d328bf59dc0e2a912a1d8d235a16599a1d7ea05c778722716d91", + "tx_hash": "06655ea82f2042a38aa62ed4ef8a7b245939e5ed59c95f2e0f1ea7a19cfc8589", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -3324,20 +3309,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035231, + "block_time": 1728123938, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 35, - "tx_hash": "1ff0cbe350e0ccae328cc4f811bff90931c321d8a839acf45a585b3c88af3f94", + "tx_hash": "596256fb3b5ee8426df31fc2dded5fe5e579d801387cd42b964db840d1d47aab", "msg_index": 0, "block_index": 148, "asset": "MYASSETA", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -3352,7 +3337,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035192, + "block_time": 1728123888, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -3366,8 +3351,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 10000000000, @@ -3375,16 +3360,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1728035231, - "last_issuance_block_time": 1728035250, + "first_issuance_block_time": 1728123938, + "last_issuance_block_time": 1728123946, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 100000000000, @@ -3392,16 +3377,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1728035192, - "last_issuance_block_time": 1728035192, + "first_issuance_block_time": 1728123888, + "last_issuance_block_time": 1728123888, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 40, @@ -3409,16 +3394,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1728035127, - "last_issuance_block_time": 1728035132, + "first_issuance_block_time": 1728123833, + "last_issuance_block_time": 1728123837, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 19, @@ -3426,16 +3411,16 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1728035101, - "last_issuance_block_time": 1728035123, + "first_issuance_block_time": 1728123816, + "last_issuance_block_time": 1728123828, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 0, @@ -3443,8 +3428,8 @@ "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1728035080, - "last_issuance_block_time": 1728035097, + "first_issuance_block_time": 1728123795, + "last_issuance_block_time": 1728123811, "supply_normalized": "0.00000000" } ], @@ -3457,8 +3442,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 10000000000, @@ -3466,16 +3451,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1728035231, - "last_issuance_block_time": 1728035250, + "first_issuance_block_time": 1728123938, + "last_issuance_block_time": 1728123946, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 100000000000, @@ -3483,16 +3468,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1728035192, - "last_issuance_block_time": 1728035192, + "first_issuance_block_time": 1728123888, + "last_issuance_block_time": 1728123888, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 40, @@ -3500,16 +3485,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1728035127, - "last_issuance_block_time": 1728035132, + "first_issuance_block_time": 1728123833, + "last_issuance_block_time": 1728123837, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 19, @@ -3517,16 +3502,16 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1728035101, - "last_issuance_block_time": 1728035123, + "first_issuance_block_time": 1728123816, + "last_issuance_block_time": 1728123828, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 0, @@ -3534,8 +3519,8 @@ "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1728035080, - "last_issuance_block_time": 1728035097, + "first_issuance_block_time": 1728123795, + "last_issuance_block_time": 1728123811, "supply_normalized": "0.00000000" } ], @@ -3548,8 +3533,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 10000000000, @@ -3557,16 +3542,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1728035231, - "last_issuance_block_time": 1728035250, + "first_issuance_block_time": 1728123938, + "last_issuance_block_time": 1728123946, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 100000000000, @@ -3574,16 +3559,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1728035192, - "last_issuance_block_time": 1728035192, + "first_issuance_block_time": 1728123888, + "last_issuance_block_time": 1728123888, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 40, @@ -3591,16 +3576,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1728035127, - "last_issuance_block_time": 1728035132, + "first_issuance_block_time": 1728123833, + "last_issuance_block_time": 1728123837, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 19, @@ -3608,16 +3593,16 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1728035101, - "last_issuance_block_time": 1728035123, + "first_issuance_block_time": 1728123816, + "last_issuance_block_time": 1728123828, "supply_normalized": "0.00000019" }, { "asset": "FAIRMINTB", "asset_id": "1046814266083", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 0, @@ -3625,8 +3610,8 @@ "first_issuance_block_index": 126, "last_issuance_block_index": 130, "confirmed": true, - "first_issuance_block_time": 1728035080, - "last_issuance_block_time": 1728035097, + "first_issuance_block_time": 1728123795, + "last_issuance_block_time": 1728123811, "supply_normalized": "0.00000000" } ], @@ -3637,17 +3622,17 @@ "result": [ { "tx_index": 58, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "block_hash": "70b881db2a63242993a4b8de578c62b17b7ec4a20a7b9147255d14d64579686d", - "block_time": 1728035372, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "3d44ff8b274cc3f75ba6f33ee7f02e272b0a26f40c64e080df313eea00d7ec5c", + "block_time": 1728124074, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1:1", + "utxos_info": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3683,23 +3668,23 @@ }, { "tx_index": 57, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "block_hash": "1bd47ab9c0d53432f4ea9f8482204319d5a5c2a8a24ed997f73220c6185ba73f", - "block_time": 1728035367, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "0e6450e6b3d3b58c879da16dc04ad66f42c1de9d34661c5bdb86c025514b0393", + "block_time": 1728124070, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "468c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "data": "46e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "supported": true, - "utxos_info": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9:1", + "utxos_info": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "offer_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "status": "valid" } }, @@ -3707,17 +3692,17 @@ }, { "tx_index": 56, - "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "tx_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "block_index": 190, - "block_hash": "03bf5438dfd4d19f3f1604e79196e24f2a835e771c69ed47d4e6d4e2e65f27bd", - "block_time": 1728035364, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "6b86f28b8f504eab3374a1d81470b051e8b42b27b2853e8267c59e63c78879ee", + "block_time": 1728124066, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b:1", + "utxos_info": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3753,17 +3738,17 @@ }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "block_hash": "2ec2529ac1494af0502892fc2321df47076f70aae7b149c121271d3af7b9c051", - "block_time": 1728035360, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "20e79046b61604c4e9590ee039eb1e54286494e970d8c530d8678a46a48044e1", + "block_time": 1728124062, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380a4d887fcef036e2e0308187f08318cc744a2be2580d347561e18a598c568ad2d3a7ad11cd98209d7d580eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "03000380695bdaa4f2331048c402a7d9cd998a903fe554c0806873e3877a86e47e9658efa5b58bac1574161e3b80ce59470c82de1a6d194e0f37389966dd417bcd66400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", "supported": true, - "utxos_info": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8:0", + "utxos_info": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", @@ -3771,14 +3756,14 @@ "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "quantity": 10, "memo": null, "memo_is_hex": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -3786,7 +3771,7 @@ }, { "asset": "XCP", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "quantity": 10, "memo": null, "memo_is_hex": null, @@ -3805,17 +3790,17 @@ }, { "tx_index": 50, - "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", "block_index": 184, - "block_hash": "311c7f7d76e3d8e5aa6bc40558c71774a35d3d396d8c3616f7c4aad8d6d653fc", - "block_time": 1728035339, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "block_hash": "103619a922c8f643da6b4623389e51f5293665c560970582491eaa44617a2e0a", + "block_time": 1728124040, + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000027100000000000000000000000000000271000150000000000000000", "supported": true, - "utxos_info": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1:1", + "utxos_info": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3857,20 +3842,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "tx_hash": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "block_index": 154, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1728035218, + "block_time": 1728123924, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -3892,9 +3877,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "tx_hash": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", "block_index": 183, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3909,7 +3894,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1728035270, + "block_time": 1728123966, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3935,9 +3920,9 @@ }, { "tx_index": 50, - "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", "block_index": 187, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -3952,7 +3937,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1728035351, + "block_time": 1728124053, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3978,9 +3963,9 @@ }, { "tx_index": 56, - "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "tx_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "block_index": 191, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -3995,7 +3980,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1728035367, + "block_time": 1728124070, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4021,9 +4006,9 @@ }, { "tx_index": 58, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -4038,7 +4023,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1728035372, + "block_time": 1728124074, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -4069,10 +4054,10 @@ "/v2/addresses/
/fairminters": { "result": [ { - "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", + "tx_hash": "2321c15f0ed1a387a180a46eae83b3f3060a307989bd0b5b75a5ded43745b8a5", "tx_index": 22, "block_index": 135, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -4097,13 +4082,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035127 + "block_time": 1728123833 }, { - "tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", + "tx_hash": "bda966bed83a01c39cdd37d0995edefb36d0519b812a8aaa420dadd410f67860", "tx_index": 18, "block_index": 131, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -4128,13 +4113,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035101 + "block_time": 1728123816 }, { - "tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1", + "tx_hash": "ea4863914628b33ad3ee9ee9c85ae6bc43bd223673258970d8971b7160cf6774", "tx_index": 14, "block_index": 130, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -4159,13 +4144,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035097 + "block_time": 1728123811 }, { - "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "tx_index": 10, "block_index": 125, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -4190,7 +4175,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035076 + "block_time": 1728123790 } ], "next_cursor": null, @@ -4199,127 +4184,127 @@ "/v2/addresses/
/fairmints": { "result": [ { - "tx_hash": "694357c4ceab6ddda8a4bedda060896587aed91c40b2569fc67d8f6ee0e8ea1e", + "tx_hash": "710ec7a948d1ca44bf85bc9e429ac341b13bf3b06b06ece4c278c228572450c9", "tx_index": 23, "block_index": 136, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "2321c15f0ed1a387a180a46eae83b3f3060a307989bd0b5b75a5ded43745b8a5", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035132, + "block_time": 1728123837, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, { - "tx_hash": "9f30caac43f286a00ab027a2cb0bffd01baa443d79d312e41eca8245b8f67307", + "tx_hash": "e9ce2624e7bdf35f2c0cc7804fbf0d43f9facee39e651ca508d2ce7eb8b75940", "tx_index": 21, "block_index": 134, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "bda966bed83a01c39cdd37d0995edefb36d0519b812a8aaa420dadd410f67860", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035123, + "block_time": 1728123828, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, { - "tx_hash": "f9afe5398a98009a36af2d436009b23b96b4f47c41e34154f2a5a2c903a9a5a3", + "tx_hash": "272d72edd28addffb4ff7d746393e9dd8b1a2a22acf9b98c6fb4297d162952a5", "tx_index": 20, "block_index": 133, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "bda966bed83a01c39cdd37d0995edefb36d0519b812a8aaa420dadd410f67860", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035120, + "block_time": 1728123824, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, { - "tx_hash": "a07ab1a0d8d953cfae7cf6cb005805562e1f3afaaf4b964911fff649c5f28a35", + "tx_hash": "145b9a5fc7387fefe926d19eee00060cc26f35c8bf4170914ea0a26547b3e766", "tx_index": 19, "block_index": 132, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "bda966bed83a01c39cdd37d0995edefb36d0519b812a8aaa420dadd410f67860", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035106, + "block_time": 1728123820, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, { - "tx_hash": "ffda0cbf5b3659e9d04bd611acd608748d5fffe26c268cebd236b0907d134299", + "tx_hash": "99be767ed2aeb44c6bd82c7ba63d959fb1d0e4e83ad9081c2564fdec0159b515", "tx_index": 15, "block_index": 127, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "ea4863914628b33ad3ee9ee9c85ae6bc43bd223673258970d8971b7160cf6774", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035084, + "block_time": 1728123799, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, { - "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", + "tx_hash": "c122e566e1fc48c449bd84b3b0fd82c9f7a8b9671c13723bc9074a9ef1d3e77a", "tx_index": 11, "block_index": 123, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035067, + "block_time": 1728123782, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } @@ -4331,22 +4316,22 @@ "/v2/addresses/
/fairmints/": { "result": [ { - "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", + "tx_hash": "c122e566e1fc48c449bd84b3b0fd82c9f7a8b9671c13723bc9074a9ef1d3e77a", "tx_index": 11, "block_index": 123, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035067, + "block_time": 1728123782, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } @@ -4361,7 +4346,7 @@ "/v2/addresses/
/compose/broadcast": { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -4373,7 +4358,7 @@ "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "02000000000101c97626c1d3a9598282d448fff613fa07f19c1b8cbba3a7afae88b21152d8222b00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff0200000000000000002b6a29fc42506ac65c3e365aea56fa81bc274d66413c39c73f269c2991cdb27fce6e2a890da6d68409e1d7699bba052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "020000000001018e4997809b7b670cb2526841509170f009e60cbadc3671407260f66bc208dd4200000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff0200000000000000002b6a2908d569159f4a4b347b34244f1f9796630a3b1de5566a0b8f9e146be7c103b093e732f79fb461639ed79bba052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "broadcast", "message_type_id": 30, @@ -4391,23 +4376,23 @@ "/v2/addresses/
/compose/btcpay": { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f" + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "order_match_id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393" }, "name": "btcpay", - "data": "434e5452505254590b3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a16c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "data": "434e5452505254590bc719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "btc_in": 5000000000, "btc_out": 3000, "btc_change": 4999978951, "btc_fee": 18049, - "rawtransaction": "02000000000101d4065f31af2ea76f24b4cd9c8ded29feef58ebd6a55246c4537329b48ee26b5d00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff03b80b000000000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7300000000000000004b6a49b56488ac19089effaf10391ad43069c819795bd1fce0a0eeef5f32f53570854874db1e14e580590a37345caa319ba89ca41f9c5f93426cfba92abcf830f3570b89c738eab65f74c972c79f052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "0200000000010188735a7e37ec12384f39f3b7368b328ac6d9f49cd26c1aad59be2fc0bf04602a00000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff03b80b000000000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408400000000000000004b6a495f3562f2fbb467e3c711067a201bacb9427d8551bb1ac4ba3be57cd2e07bbb55207f118e3f4cd24b131b871e49fd2b4a73b7b0bbfd27ad72ed4b91b1c6ff81b32f2131ad100bcc5c59c79f052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", - "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx1_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", + "order_match_id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "status": "valid" } } @@ -4416,7 +4401,7 @@ "/v2/addresses/
/compose/burn": { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "quantity": 1000, "overburn": false }, @@ -4426,27 +4411,27 @@ "btc_out": 1000, "btc_change": 4999985815, "btc_fee": 13185, - "rawtransaction": "0200000000010122c84e4a4b8d8ad665872f3213150754b535dc561b4478a8b85264f53bbe597600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000" + "rawtransaction": "020000000001013d6dee91908fe0ad54e5dbc99158ecbd9f014a1cfddb8942e270344c18a5b77300000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac97ba052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000" } }, "/v2/addresses/
/compose/cancel": { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "offer_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1" + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "offer_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1" }, "name": "cancel", - "data": "434e5452505254594696576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "data": "434e545250525459465cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985819, "btc_fee": 14181, - "rawtransaction": "02000000000101a58c56bb84670e7ab2048ef9592034e8642ab25c2c4c4094556dee537a37d52b00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff0200000000000000002b6a299379388c16277eab2bc2dc32578339adcdd20f5294ab59642cf6eeb1e4ae076d8a142f279f308356e79bba052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "02000000000101b1f0b71b64d15fe8e02b0f6adc6390e6d6bc9699441d6afca2f68baa5cc3924400000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff0200000000000000002b6a29d02c83dd2b5b91dcad8f4a7b6b7be4bf11134476dc69d85bc2769347a4badd482fb3443475a94a9db49bba052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "offer_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "status": "valid" } } @@ -4455,7 +4440,7 @@ "/v2/addresses/
/compose/destroy": { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -4474,7 +4459,7 @@ "btc_out": 0, "btc_change": 4999986346, "btc_fee": 13654, - "rawtransaction": "020000000001018654abf3c7b90a232ab2bd239ffacbf3a3adb09ff7651932c9cedd5e2f4c42a600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000226a20d13d9e37924c37c648dfef04602ebecec1b526bc648ad4b3579faadb32c07736aabc052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "02000000000101a7bb6dcd0985859ae50222df659d99f6732a03cf39a72cda2440599576d67f7800000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff020000000000000000226a2096d8a2f8d0da04c6558308349506bb82feec1135856c5d949c84fbf4d8559412aabc052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "destroy", "message_type_id": 110, @@ -4490,7 +4475,7 @@ "/v2/addresses/
/compose/dispenser": { "result": { "params": { - "source": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", + "source": "bcrt1qj805kn4ke0xqgs0vf6tcrwsn6fwvsz6mv75q6v", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -4514,7 +4499,7 @@ "btc_out": 0, "btc_change": 4949955760, "btc_fee": 14240, - "rawtransaction": "02000000000101167a45245a58c0d870fecda462cb9a3ddb40d6a934d6458e09e8635d6f2c4d2c02000000160014427d4398481b70f9c355aaa6b586849106ee68a7ffffffff0200000000000000002c6a2a3fe238a074c79c98cc1e094d2c6a3ced49e24d01d43c7562758ea3698081d14343f54ba68edb463e9611b0540a2701000000160014427d4398481b70f9c355aaa6b586849106ee68a702000000000000", + "rawtransaction": "02000000000101990bb2fb4b7777239ad15cf5922583a06b3fa37e8e6c3400405575383cf4ece60200000016001491df4b4eb6cbcc0441ec4e9781ba13d25cc80b5bffffffff0200000000000000002c6a2aefe53619a673fb74bc9f8c90013a4d9457907aca4765ce522ab41e1e3738c3e73fb4c93a3907f653c0c7b0540a270100000016001491df4b4eb6cbcc0441ec4e9781ba13d25cc80b5b02000000000000", "unpacked_data": { "message_type": "dispenser", "message_type_id": 12, @@ -4536,14 +4521,14 @@ "/v2/addresses/
/compose/dividend": { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "quantity_per_unit": 1, "asset": "FAIRMINTA", "dividend_asset": "XCP", "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -4562,7 +4547,7 @@ "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "020000000001014ecb775b555949c5e8adaaae40007cdc1339c56dbd0a12b66dd53836df1ca03600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000236a211fab2afd4db973bc3b31fdbd87083e1934ee66916904eca71c29383e7874c747c26fbc052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "02000000000101cde49db8193c0598c237842fdf4f0245590f655773ea60878c322ee40594676200000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff020000000000000000236a21b07ac87ddea73ff8d9e606e3bff70f5dae51a8aacf4dfdf127facb50a032933de26fbc052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "dividend", "message_type_id": 50, @@ -4579,10 +4564,10 @@ "/v2/addresses/
/compose/issuance": { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "transfer_destination": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "lock": false, "reset": false, @@ -4595,7 +4580,7 @@ "btc_out": 546, "btc_change": 4999983749, "btc_fee": 15705, - "rawtransaction": "020000000001017eed75ce29ec84afbae593195d5300b281d1a2a83e3e908f83f48db3f910fa5600000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff032202000000000000160014881780df3ee0da41c30dd71f7298f2ba23f10f730000000000000000236a21b26ee28d6008831970e2b69581ee429ab22217492b22c304da74ad47feaba96ff685b2052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "0200000000010136e5a4162d1e46a620ab9d28ac18f0ffcf3ba2a98884d65bdbd0983d4b276b9000000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff032202000000000000160014d7ec66d9bb2f486bd4685478b20fc2f384c340840000000000000000236a2155874182df970ece987e46e83ec676d7c8de219db8386151c6706eb2c8f8c4114585b2052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "issuance", "message_type_id": 22, @@ -4620,16 +4605,16 @@ "/v2/addresses/
/compose/mpma": { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", 1 ], [ "MYASSETA", - "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", 2 ] ], @@ -4637,26 +4622,26 @@ "memo_is_hex": false }, "name": "mpma", - "data": "434e54525052545903000280881780df3ee0da41c30dd71f7298f2ba23f10f7380a4d887fcef036e2e0308187f08318cc744a2be258f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", + "data": "434e54525052545903000280d7ec66d9bb2f486bd4685478b20fc2f384c3408480695bdaa4f2331048c402a7d9cd998a903fe554c08f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", "btc_in": 20000000000, "btc_out": 2000, "btc_change": 19999945492, "btc_fee": 52508, - "rawtransaction": "0200000000010480abb5605584502c596b75a9a219def9bab0a694cc8475afc1aa29f3f08a8a6900000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff520353fdfbff15bc5a9d0fffab7542e0a908430510b3a126a81418db3cd2cb3800000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffffd8c4d610a0b47da9ea84ba463165d4721cfc87519692fbdc323c951bdfc2d99a00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffffacd3ca0d797b824f08dcb0aa3856184e308618278eb9ae293406a82311049ac500000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff03e8030000000000006951210238cf5be961208410e5215ecdb744316cb99bcfc39f5ba137cecca4d3ed01375b21027c07f8cd41d9006ebb49b973659732148a8f1f2f0b49bfee73f685cab0ebfc3c21039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aee8030000000000006951210337cf5be961208410e50229a045a042cd44252f19d28d376b669e3c215722c6de210373743069995efc81b8279f706d8f4d1cbb03da6ba9f79a6151bee0a6dc84d0f321039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53ae14f316a804000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000002000002000002000000000000", + "rawtransaction": "0200000000010498fcd5c6a6d7b099cf718a0a41f372014c96e165a6d7c1b7a0cfa7a65b619bf100000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffffc00662172455d17528ad41ba47fe7cfdd4237b97510f90b617556db80b74475000000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffffc33dd515b38b500e4f10a9a729e0d08cc193395f26d447003e0fd284551746c700000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff90226707f9492ccd52e108c2eb64298847905c3dd45d3dfe44ab0cb02a02ce9f00000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff03e80300000000000069512102af17ffe27a1a79f1ba815e5dc0a99207192558adbd021a90da28092fb3953c632103758233d1bb41d3eb86b13a0121a5969179000bc5e51ec03a83a9e1f3fe0bc72a2103b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b45853aee80300000000000069512103a017ffe27a1a79f1baa2293032121a40e21e77e5dac3e94f15ba06ed4011ff3121023506fbb8e09b7719b5a17ac523024f5ce08a99fa004a00b5a1e1849f9264eb1f2103b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b45853ae14f316a804000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000002000002000002000000000000", "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { "asset": "MYASSETA", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "quantity": 2, "memo": "\"Hello, world!\"", "memo_is_hex": false }, { "asset": "XCP", - "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "destination": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "quantity": 1, "memo": "\"Hello, world!\"", "memo_is_hex": false @@ -4668,7 +4653,7 @@ "/v2/addresses/
/compose/order": { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "FAIRMINTA", @@ -4685,7 +4670,7 @@ "get_asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -4699,7 +4684,7 @@ "btc_out": 0, "btc_change": 4999985233, "btc_fee": 14767, - "rawtransaction": "02000000000101067dbb937fb95f56733c593416a35b86c4f248f0ba4454ea6e55ba8664e05d1c00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000356a333cb3c9527e95b47b4cc787bf0f43a4dd6576a098c581036ba53d964f2dcbdf5cda646f90b5a4e22d9726a3e32b794fd349293c51b8052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "02000000000101c4dc510f40a96e2faba79c041dcd7fc941c1b3ddbde0a647bccc6cef4b61a68700000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff020000000000000000356a335164819c4bfcedb4ad28e93d1ea54e4413b2859f7b4dc89e3b09731f528b64824ea4919905abe7a2ea0cb1b6ad4d3a6546efb051b8052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -4721,8 +4706,8 @@ "/v2/addresses/
/compose/send": { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "quantity": 1000, "memo": null, @@ -4738,19 +4723,19 @@ "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e880a4d887fcef036e2e0308187f08318cc744a2be25", + "data": "434e54525052545902000000000000000100000000000003e880695bdaa4f2331048c402a7d9cd998a903fe554c0", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999985526, "btc_fee": 14474, - "rawtransaction": "020000000001014311da56f023b4efd10d488f007eb5279a9bed2f1078b384488c941d7804148000000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000306a2e4591f9006710e0cd5a492e23d68fa77c4d8725e36eaec47de0671e3ae8d84696432f80393162aa08fcefd026cab276b9052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "020000000001012a837f688218aa4a52ac06ef23c6217d7aac0ad16dd93373ab7266704be52ff300000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff020000000000000000306a2e0f5f6e6bc86356ed6b5fb4f22edc9ad0362cb3489799735574ac2e8f773f3a0b5fe97dea41bbaad9e1c90112e82976b9052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 1000, - "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "memo": null, "quantity_normalized": "0.00001000" } @@ -4760,23 +4745,23 @@ "/v2/addresses/
/compose/sweep": { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "flags": 7, "memo": "FFFF" }, "name": "sweep", - "data": "434e5452505254590480a4d887fcef036e2e0308187f08318cc744a2be2507ffff", + "data": "434e5452505254590480695bdaa4f2331048c402a7d9cd998a903fe554c007ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 4999986287, "btc_fee": 13713, - "rawtransaction": "020000000001019f2934fbd53f96970095bf2869d8609f5d04da6df6524e5824cef03da9fb529900000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000236a21fbfc4f5282c893727702bcb5e8d884129b343ff823b9a2b5978898723ceb8d86996fbc052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "020000000001013d86afbbaf635159d542eb91f18c07d6e059e20b61d68e8278b92a05983da79700000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff020000000000000000236a21d998eced1a62c4c9dcaf6b944469e858d504e6717800e4e6e23f0bb7cc43817a8b6fbc052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "flags": 7, "memo": "ffff" } @@ -4786,8 +4771,8 @@ "/v2/addresses/
/compose/dispense": { "result": { "params": { - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "quantity": 1000 }, "name": "dispense", @@ -4796,7 +4781,7 @@ "btc_out": 1000, "btc_change": 4949852643, "btc_fee": 14357, - "rawtransaction": "020000000001016c7566ab8072e466c949d959d2fd0a968eca3097dd06e832cd88836e9ad1479002000000160014a4d887fcef036e2e0308187f08318cc744a2be25ffffffff03e803000000000000160014eff6c0c59c6d51c6c23659ab9f4d6dca6a62ce2e00000000000000000c6a0afb79f8aa72af096a2762e3c1082701000000160014a4d887fcef036e2e0308187f08318cc744a2be2502000000000000", + "rawtransaction": "02000000000101a5d61fdab732e656caa90fc859db3acbc0bc06240b90154873c155ac55310d8602000000160014695bdaa4f2331048c402a7d9cd998a903fe554c0ffffffff03e803000000000000160014ce59470c82de1a6d194e0f37389966dd417bcd6600000000000000000c6a0a8b52bbb32d49469f54f0e3c1082701000000160014695bdaa4f2331048c402a7d9cd998a903fe554c002000000000000", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -4809,7 +4794,7 @@ "/v2/addresses/
/compose/fairminter": { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -4834,7 +4819,7 @@ "btc_out": 0, "btc_change": 4999985467, "btc_fee": 14533, - "rawtransaction": "02000000000101f52a3cc99a15da3581d7dbcbfb27e865d802c21d5b2a5bdeecf62b0bc2373e7d00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000316a2ff54349a14294d39a87b9ca1fdc674436c422c2f6e0dd7af2cd0a06e92e850f3222302876f665a9dc5914f43b18702e3bb9052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "020000000001013a52c205288ca4a761648d884f877fc252b0851155a8c54194e8a6288bd01ecb00000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff020000000000000000316a2fc147752d07301dbce4e7709b17e5a14efe657270b3a932e2a7d24923ba92e1a898df3a5b70a7f249afd98eb7425d173bb9052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "fairminter", "message_type_id": 90, @@ -4863,13 +4848,13 @@ "/v2/addresses/
/compose/fairmint": { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTC", "quantity": 1, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -4881,7 +4866,7 @@ "btc_out": 0, "btc_change": 4999987049, "btc_fee": 12951, - "rawtransaction": "02000000000101b6967405b8492c0e5938c2afa74792a4af2c40f0f2e33f25d01d0060a499621f00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff020000000000000000166a14731c44a9f3ae9e841c171614cfaeddbbc34e57f769bf052a01000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000000000000", + "rawtransaction": "02000000000101db80ef4cfbc1b8830e7f9367249b52aa5c15806f896d8b65b6ac9176fa7a3eee00000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff020000000000000000166a14262b6f7b150ed89f517c169ddb203cec0b49e81069bf052a01000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000000000000", "unpacked_data": { "message_type": "fairmint", "message_type_id": 91, @@ -4895,8 +4880,8 @@ "/v2/addresses/
/compose/attach": { "result": { "params": { - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a:1", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e:1", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -4909,12 +4894,12 @@ "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e5452505254596462637274317133717463706865377572647972736364367530683978386a6867336c7a726d6e6d7a733863617c636631326637336233376636363361303734333133383333366364656133613966303733643764663766656566303963363666643436353065383964353531613a317c5843507c31303030", + "data": "434e54525052545964626372743171366c6b78646b646d3961797868347267323375747972377a37777a7678737979667138366b6b7c343761306630616565356163643131396265386332326435643736336564336635323935633963386263666130323138306664396136323630653232623630653a317c5843507c31303030", "btc_in": 30000000000, "btc_out": 3000, "btc_change": 29999918531, "btc_fee": 78469, - "rawtransaction": "020000000001069efb066a707631f5f14ac0033c482783e197db0df506a0d9e519c65707749f6700000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff9ea61502153b7bcfc088dac6400e18084c8998d52a7279aa151c15daba450adb00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff640072b9f46c31efe406932610edfd66b429195ea66efbb7f45cfa18e861ee8200000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff5d5e60207693e51895a283d9a10b5b8477e51a1465ee3b830e9dc900c09f921a00000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff570ec09765a67db3a6872fe3961fa63ee229a5d7e068feb3baa5ff4fa056d0a900000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73fffffffff861af8e26fe51b3f7f65c35ba8b0b64c99590af93343d7d21d6399929a8120700000000160014881780df3ee0da41c30dd71f7298f2ba23f10f73ffffffff04e803000000000000695121025798673dd6303bd95e65c8dbc3572774db4880d5a4852c370ea575569e3641f2210385b55cd5f8082253c654e1ac4f3ae8c4743c275c14a8ab9dca3e9fb5ed73e8ea21039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aee803000000000000695121025798673dd6303bd95e63998fd71520368909c382e7dc7a3848e4274c882043fd2103d2e21083a006690f9b58e0a84525ffcf2a683e191aadaed59f6d9ee2b37dbf0521039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aee803000000000000695121037d98673dd6303bd95e349f89d0192779b07aa4cae5dd79307bd7112fec4522032103e18329e590315a6bac3c869f23409aa91a515d2f2ccbcae1a958ae878b44dbf221039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c53aec36d22fc06000000160014881780df3ee0da41c30dd71f7298f2ba23f10f7302000002000002000002000002000002000000000000", + "rawtransaction": "020000000001063d3dedcdb26605ed4fbce196406156f298761454a0eab16c511d8d82677f5fe800000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffffca5636a31063b4267bd5302380ecc3b5fcd98b4f1a58fe40f3f34805a68d712f00000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff546deb025565d49924af81a90979d175487d5b0adde654790bac80e48d6ddad300000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff381f00c8ac5e6f573d15aa45e5095360d86275e5a6d2e5c3b955cdd54e92517200000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff032e228b056775c5b7640781c835b0bbfb59fb4724c97fb8cb5e6a6e38f5b0b700000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff7c746920dd6264a6de07c08e1005f36b717717ac709c9cd811dbd781f372645b00000000160014d7ec66d9bb2f486bd4685478b20fc2f384c34084ffffffff04e80300000000000069512103cb18e3bad2ea51f8019099b9c13a4ea4c147e869e8e8bfba4d7531c8b0386ad0210303c0257dcbed72e72636a5a5ff34fffe4a1758f94af67ee4448c85d66c01425a2103b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b45853aee80300000000000069512102cb18e3bad2ea51f801919eefd22d1be4c612e174b4e0e9e510212c87ee3f7d1e210300c1703d8dad35b36562eabdea2aedb7014011f11af92cf94689d2d66f03116c2103b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b45853aee80300000000000069512102e118e3bad2ea51f80196cdead6744ea9af68d36dbdb3ebe7741448b0d80c18aa210364f21608bf9400d05c01d2df894c8c87337129c17c9d159870bbe4e60a3123952103b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b45853aec36d22fc06000000160014d7ec66d9bb2f486bd4685478b20fc2f384c3408402000002000002000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 100, @@ -4927,8 +4912,8 @@ "/v2/utxos//compose/detach": { "result": { "params": { - "source": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "destination": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -4941,12 +4926,12 @@ "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964366162386439653463383964353261623934666138336634393835646166386564386366353165393933613335343633373930613563666333353064366433343a307c62637274317133717463706865377572647972736364367530683978386a6867336c7a726d6e6d7a733863617c5843507c31303030", + "data": "434e54525052545964313130343165323363316139343065636664323132363934323133616431373162313039333763313632333338356637666234383961396538616538313034383a307c626372743171366c6b78646b646d3961797868347267323375747972377a37777a7678737979667138366b6b7c5843507c31303030", "btc_in": 4950080000, "btc_out": 3000, "btc_change": 4950030353, "btc_fee": 46647, - "rawtransaction": "0200000000010355c7b369857a663d90eea8d179016ae45108521473beca7b923b583cd9e0389f010000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d2ffffffff167a45245a58c0d870fecda462cb9a3ddb40d6a934d6458e09e8635d6f2c4d2c000000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d2ffffffffeb243408038212c81b196fba7fd2547b204039e6529dd3db6dc587aff3732032010000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d2ffffffff04e80300000000000069512103efc1d4f22bcae6a1be8f708626f0f835de2d30e7dd18dc72b250e1eec0a993382103869c566951601c81c1faefd303191f8433a0f6cacb8a84428368f0ae05bd751f210240d39f786efe7ac804df98d56c43e637244141fdad5643c15c29edcaf26ef18e53aee80300000000000069512102efc1d4f22bcae6a1bede258127fba93cdf2f37ecd046d93cb151aaae97b998d92103c48e012001304f95d5a6f3c548191d8777f5a7ca80d3dd1fd06dafe34ee07a8d210240d39f786efe7ac804df98d56c43e637244141fdad5643c15c29edcaf26ef18e53aee80300000000000069512102c5c1d4f22bcae6a1be863c947cabfd70e35a03a3d54cd970d332d8daa6c8abfd2103b5fa6250695578e0a7c28ab73b7a79b102c5cff3f8ebb777b75ec3993c8d148f210240d39f786efe7ac804df98d56c43e637244141fdad5643c15c29edcaf26ef18e53ae11780b27010000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d202000002000002000000000000", + "rawtransaction": "020000000001039120dc19f056a7f63bcc8785a4faa7c0019e488e498328e64584fab2b103d7a201000000160014955b4a10edc11b7911e46a8f65ef4b5b43facf09ffffffff990bb2fb4b7777239ad15cf5922583a06b3fa37e8e6c3400405575383cf4ece600000000160014955b4a10edc11b7911e46a8f65ef4b5b43facf09ffffffffbc60208242dc973cc1f76c3d299c18dfc6dae76b3b483e93e769fa3a44fdfaa801000000160014955b4a10edc11b7911e46a8f65ef4b5b43facf09ffffffff04e803000000000000695121023f81aacc1a4269c1de40613f56bf63f26f694c5eb6aa210d99155a0cf7aaa3ce210345ee6334f58028f053b95b2e0fedb8bbf9dba7df43753366fc18847aabaa1f5321039657b6710dbbe1f8bb92e5c55f88bdfb429bd76a8be5908abf216de8287613e053aee803000000000000695121023f81aacc1a4269c1de1d313703b333f2656b1f5befa925419e154e1cf4eaa7f821031fbc2f62afd724ad03f712240aafe6bafdcde29003717a69be04c564bae75eff21039657b6710dbbe1f8bb92e5c55f88bdfb429bd76a8be5908abf216de8287613e053aee803000000000000695121021581aacc1a4269c1de42213650e039eb05197f13e6a3250dfc763c68c59b91b0210373d75706c4b34994628e6a4c3edd8188ceb896e97146005ec97eb31cc99e270521039657b6710dbbe1f8bb92e5c55f88bdfb429bd76a8be5908abf216de8287613e053ae11780b2701000000160014955b4a10edc11b7911e46a8f65ef4b5b43facf0902000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 100, @@ -4962,8 +4947,8 @@ "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 10000000000, @@ -4971,16 +4956,16 @@ "first_issuance_block_index": 157, "last_issuance_block_index": 159, "confirmed": true, - "first_issuance_block_time": 1728035231, - "last_issuance_block_time": 1728035250, + "first_issuance_block_time": 1728123938, + "last_issuance_block_time": 1728123946, "supply_normalized": "100.00000000" }, { "asset": "MYASSETB", "asset_id": "103804245871", "asset_longname": null, - "issuer": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "owner": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "issuer": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "owner": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "divisible": true, "locked": false, "supply": 100000000000, @@ -4988,16 +4973,16 @@ "first_issuance_block_index": 156, "last_issuance_block_index": 156, "confirmed": true, - "first_issuance_block_time": 1728035227, - "last_issuance_block_time": 1728035227, + "first_issuance_block_time": 1728123933, + "last_issuance_block_time": 1728123933, "supply_normalized": "1000.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 100000000000, @@ -5005,16 +4990,16 @@ "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1728035192, - "last_issuance_block_time": 1728035192, + "first_issuance_block_time": 1728123888, + "last_issuance_block_time": 1728123888, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 40, @@ -5022,16 +5007,16 @@ "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1728035127, - "last_issuance_block_time": 1728035132, + "first_issuance_block_time": 1728123833, + "last_issuance_block_time": 1728123837, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 19, @@ -5039,8 +5024,8 @@ "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1728035101, - "last_issuance_block_time": 1728035123, + "first_issuance_block_time": 1728123816, + "last_issuance_block_time": 1728123828, "supply_normalized": "0.00000019" } ], @@ -5052,8 +5037,8 @@ "asset": "FAIRMINTA", "asset_id": "1046814266082", "asset_longname": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 10000000000, @@ -5061,15 +5046,15 @@ "first_issuance_block_index": 122, "last_issuance_block_index": 125, "confirmed": true, - "first_issuance_block_time": 1728035063, - "last_issuance_block_time": 1728035076, + "first_issuance_block_time": 1728123777, + "last_issuance_block_time": 1728123790, "supply_normalized": "100.00000000" } }, "/v2/assets//balances": { "result": [ { - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -5077,14 +5062,14 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "95.00000000" }, { - "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -5092,7 +5077,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5104,7 +5089,7 @@ }, "/v2/assets//balances/
": { "result": { - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 82699937196, "utxo": null, @@ -5123,9 +5108,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "tx_hash": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", "block_index": 183, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -5140,7 +5125,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1728035270, + "block_time": 1728123966, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5166,9 +5151,9 @@ }, { "tx_index": 50, - "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", "block_index": 187, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -5183,7 +5168,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1728035351, + "block_time": 1728124053, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5209,9 +5194,9 @@ }, { "tx_index": 56, - "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "tx_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "block_index": 191, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -5226,7 +5211,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1728035367, + "block_time": 1728124070, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5252,9 +5237,9 @@ }, { "tx_index": 58, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -5269,7 +5254,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1728035372, + "block_time": 1728124074, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5295,9 +5280,9 @@ }, { "tx_index": 51, - "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "block_index": 186, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -5312,7 +5297,7 @@ "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1728035347, + "block_time": 1728124049, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5343,13 +5328,13 @@ "/v2/assets//matches": { "result": [ { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 53, - "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", - "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "tx1_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", + "tx1_address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -5363,7 +5348,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1728035351, + "block_time": 1728124053, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5383,13 +5368,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 51, - "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "tx1_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -5403,7 +5388,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1728035347, + "block_time": 1728124049, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5423,13 +5408,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "id": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558_dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", "tx0_index": 48, - "tx0_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 49, - "tx1_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "tx1_hash": "dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -5443,7 +5428,7 @@ "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1728035270, + "block_time": 1728123966, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -5470,20 +5455,20 @@ "result": [ { "block_index": 193, - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "sweep", - "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "event": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035376, + "block_time": 1728124079, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5491,20 +5476,20 @@ }, { "block_index": 125, - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "FAIRMINTA", "quantity": 9000000000, "calling_function": "fairmint", - "event": "9210b4f91f305545484c9c8ca59e9127f74c44aa87b1f890315fb94f1df57259", + "event": "521081f0f39e9901b68db1518abd8cb93872b0c75d5156986ce1525cad404369", "tx_index": 13, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035076, + "block_time": 1728123790, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5512,20 +5497,20 @@ }, { "block_index": 124, - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", + "event": "ec106b3a36f91c5b0e1474875dac392f431410570ece30048cd7978e24b7cc86", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035072, + "block_time": 1728123786, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5533,20 +5518,20 @@ }, { "block_index": 124, - "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", + "event": "c122e566e1fc48c449bd84b3b0fd82c9f7a8b9671c13723bc9074a9ef1d3e77a", "tx_index": 11, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035072, + "block_time": 1728123786, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5558,16 +5543,16 @@ "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "escrowed fairmint", - "event": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", + "event": "ec106b3a36f91c5b0e1474875dac392f431410570ece30048cd7978e24b7cc86", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035072, + "block_time": 1728123786, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5585,12 +5570,12 @@ "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "utxo": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "utxo_address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -5602,16 +5587,16 @@ }, { "block_index": 194, - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "quantity": 1, "action": "destroy", - "event": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", + "event": "0f768bfacee618f0993fdd0219c7917f018953e6b400332f840258561844cfa1", "tx_index": 60, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035380, + "block_time": 1728124083, "asset_info": { "divisible": true, "asset_longname": null, @@ -5623,16 +5608,16 @@ }, { "block_index": 193, - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "XCP", "quantity": 74499387833, "action": "sweep", - "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "event": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035376, + "block_time": 1728124079, "asset_info": { "divisible": true, "asset_longname": null, @@ -5644,16 +5629,16 @@ }, { "block_index": 193, - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "XCP", "quantity": 600000, "action": "sweep fee", - "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "event": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "tx_index": 59, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035376, + "block_time": 1728124079, "asset_info": { "divisible": true, "asset_longname": null, @@ -5665,16 +5650,16 @@ }, { "block_index": 192, - "address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "event": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "tx_index": 58, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035372, + "block_time": 1728124074, "asset_info": { "divisible": true, "asset_longname": null, @@ -5692,20 +5677,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "tx_hash": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "block_index": 154, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1728035218, + "block_time": 1728123924, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -5727,14 +5712,14 @@ "result": [ { "tx_index": 13, - "tx_hash": "9210b4f91f305545484c9c8ca59e9127f74c44aa87b1f890315fb94f1df57259", + "tx_hash": "521081f0f39e9901b68db1518abd8cb93872b0c75d5156986ce1525cad404369", "msg_index": 0, "block_index": 125, "asset": "FAIRMINTA", "quantity": 9000000000, "divisible": true, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -5749,20 +5734,20 @@ "fair_minting": false, "asset_events": "fairmint", "confirmed": true, - "block_time": 1728035076, + "block_time": 1728123790, "quantity_normalized": "90.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 12, - "tx_hash": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", + "tx_hash": "ec106b3a36f91c5b0e1474875dac392f431410570ece30048cd7978e24b7cc86", "msg_index": 0, "block_index": 124, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -5777,20 +5762,20 @@ "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1728035072, + "block_time": 1728123786, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 11, - "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", + "tx_hash": "c122e566e1fc48c449bd84b3b0fd82c9f7a8b9671c13723bc9074a9ef1d3e77a", "msg_index": 0, "block_index": 123, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -5805,20 +5790,20 @@ "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1728035067, + "block_time": 1728123782, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 10, - "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "msg_index": 0, "block_index": 122, "asset": "FAIRMINTA", "quantity": 0, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -5833,7 +5818,7 @@ "fair_minting": true, "asset_events": "open_fairminter", "confirmed": true, - "block_time": 1728035063, + "block_time": 1728123777, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -5845,10 +5830,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5856,7 +5841,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -5869,10 +5854,10 @@ }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "quantity": 10, "status": "valid", @@ -5880,7 +5865,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "divisible": true, "asset_longname": null, @@ -5893,10 +5878,10 @@ }, { "tx_index": 54, - "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653", + "tx_hash": "3f501c41fe6c6146534e1b119afa663718c9f91169ed945c528a810222bdcfc0", "block_index": 188, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "quantity": 10000, "status": "valid", @@ -5904,7 +5889,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035356, + "block_time": 1728124057, "asset_info": { "divisible": true, "asset_longname": null, @@ -5917,10 +5902,10 @@ }, { "tx_index": 43, - "tx_hash": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497", + "tx_hash": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592", "block_index": 156, - "source": "322073f3af87c56ddbd39d52e63940207b54d27fba6f191bc8128203083424eb:0", - "destination": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "source": "a8fafd443afa69e7933e483b6be7dac6df189c293d6cf7c13c97dc42822060bc:0", + "destination": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5928,7 +5913,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035227, + "block_time": 1728123933, "asset_info": { "divisible": true, "asset_longname": null, @@ -5941,10 +5926,10 @@ }, { "tx_index": 42, - "tx_hash": "322073f3af87c56ddbd39d52e63940207b54d27fba6f191bc8128203083424eb", + "tx_hash": "a8fafd443afa69e7933e483b6be7dac6df189c293d6cf7c13c97dc42822060bc", "block_index": 155, - "source": "7b3c93737c08a68b45cc9af91556281b85d52851b6a84c3e345087f3c63d2b51:0", - "destination": "322073f3af87c56ddbd39d52e63940207b54d27fba6f191bc8128203083424eb:0", + "source": "da2d2149755cfe7d345cef09029489ce3210ad4f62ab31ea0a1d352d859bda62:0", + "destination": "a8fafd443afa69e7933e483b6be7dac6df189c293d6cf7c13c97dc42822060bc:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -5952,7 +5937,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035222, + "block_time": 1728123928, "asset_info": { "divisible": true, "asset_longname": null, @@ -5971,9 +5956,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5982,7 +5967,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5992,7 +5977,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -6008,9 +5993,9 @@ }, { "tx_index": 29, - "tx_hash": "6a4e0c1cedffcffcc2419087aab2d67fe9653ec07ea37dc2ca3f0a86fa6c178f", + "tx_hash": "54ea58bfd9e076465510b9508233612b90d03470282da071881e07b22ba7e742", "block_index": 142, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -6019,7 +6004,7 @@ "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "origin": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -6029,7 +6014,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035157, + "block_time": 1728123863, "asset_info": { "divisible": true, "asset_longname": null, @@ -6045,9 +6030,9 @@ }, { "tx_index": 30, - "tx_hash": "350f2ee2a418aa9a7804fef45ba786f51194c1882e5ed31a9bdbcd0db5cd9e26", + "tx_hash": "bf4ec4021506f81bd1a1b88e5a9eb3f6ba835e8026e15bfe08711840a4304696", "block_index": 150, - "source": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", + "source": "mj3qajaeqhQh5otBKtGdrK6h57YJViojMA", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -6055,10 +6040,10 @@ "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "d9b07046ced1d385f141bc6bc36b0a3a5d458aaf2c22c75305847ee38de3299a", - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "last_status_tx_hash": "d3129085db91e937471d0d89b8184b60621b1827df39bb8eea653bc684d9547d", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 0, - "last_status_tx_source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "last_status_tx_source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -6066,7 +6051,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035201, + "block_time": 1728123907, "asset_info": { "divisible": true, "asset_longname": null, @@ -6082,18 +6067,18 @@ }, { "tx_index": 33, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6103,7 +6088,7 @@ "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -6124,9 +6109,9 @@ "/v2/assets//dispensers/
": { "result": { "tx_index": 26, - "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -6135,7 +6120,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6145,7 +6130,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -6173,7 +6158,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -6181,7 +6166,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "quantity": 500000000, "escrow": null, "cursor_id": "balances_13", @@ -6190,7 +6175,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -6198,7 +6183,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "quantity": 0, "escrow": null, "cursor_id": "balances_14", @@ -6207,7 +6192,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -6215,7 +6200,7 @@ }, { "asset": "FAIRMINTA", - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "quantity": 9500000000, "escrow": null, "cursor_id": "balances_15", @@ -6224,7 +6209,7 @@ "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -6239,27 +6224,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6274,7 +6259,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -6288,27 +6273,27 @@ { "tx_index": 34, "dispense_index": 0, - "tx_hash": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16", + "tx_hash": "e6ecf43c3875554000346c8e7ea33f6ba0832592f55cd19a2377774bfbb20b99", "block_index": 147, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "destination": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "destination": "bcrt1qj805kn4ke0xqgs0vf6tcrwsn6fwvsz6mv75q6v", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6323,7 +6308,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1728035188, + "block_time": 1728123884, "asset_info": { "divisible": true, "asset_longname": null, @@ -6337,19 +6322,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", + "tx_hash": "8213411fcd849f3fa3917a712d97ca268ef8706d7281bc9aa8ff8a5a432257c4", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6357,7 +6342,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6372,7 +6357,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -6386,19 +6371,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", + "tx_hash": "43b0c8cd17a550dfe8030fbc8dc6d9ed9ebb5e5510074db73b09cc7ba38486d3", "block_index": 140, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6406,7 +6391,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6421,7 +6406,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035149, + "block_time": 1728123854, "asset_info": { "divisible": true, "asset_longname": null, @@ -6442,8 +6427,8 @@ "asset": "A95428959745315388", "asset_id": "95428959745315388", "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "owner": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "owner": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false, "supply": 0, @@ -6451,8 +6436,8 @@ "first_issuance_block_index": 158, "last_issuance_block_index": 158, "confirmed": true, - "first_issuance_block_time": 1728035245, - "last_issuance_block_time": 1728035245, + "first_issuance_block_time": 1728123942, + "last_issuance_block_time": 1728123942, "supply_normalized": "0.00000000" } ], @@ -6462,10 +6447,10 @@ "/v2/assets//fairminters": { "result": [ { - "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "tx_index": 10, "block_index": 125, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -6490,7 +6475,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035076 + "block_time": 1728123790 } ], "next_cursor": null, @@ -6499,64 +6484,64 @@ "/v2/assets//fairmints": { "result": [ { - "tx_hash": "9210b4f91f305545484c9c8ca59e9127f74c44aa87b1f890315fb94f1df57259", + "tx_hash": "521081f0f39e9901b68db1518abd8cb93872b0c75d5156986ce1525cad404369", "tx_index": 13, "block_index": 125, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", - "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", + "fairminter_tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "asset": "FAIRMINTA", "earn_quantity": 9000000000, "paid_quantity": 9000000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035076, + "block_time": 1728123790, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, { - "tx_hash": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122", + "tx_hash": "ec106b3a36f91c5b0e1474875dac392f431410570ece30048cd7978e24b7cc86", "tx_index": 12, "block_index": 124, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", - "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", + "fairminter_tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035072, + "block_time": 1728123786, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, { - "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", + "tx_hash": "c122e566e1fc48c449bd84b3b0fd82c9f7a8b9671c13723bc9074a9ef1d3e77a", "tx_index": 11, "block_index": 123, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035067, + "block_time": 1728123782, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } @@ -6568,22 +6553,22 @@ "/v2/assets//fairmints/
": { "result": [ { - "tx_hash": "b4ae8ba636ed0f438a2392b65e60a447c82e86611a9bbbd3fea294ce3eb8a083", + "tx_hash": "c122e566e1fc48c449bd84b3b0fd82c9f7a8b9671c13723bc9074a9ef1d3e77a", "tx_index": 11, "block_index": 123, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "fairminter_tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "fairminter_tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1728035067, + "block_time": 1728123782, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } @@ -6596,9 +6581,9 @@ "result": [ { "tx_index": 48, - "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "tx_hash": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", "block_index": 183, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6613,7 +6598,7 @@ "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1728035270, + "block_time": 1728123966, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6639,9 +6624,9 @@ }, { "tx_index": 51, - "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "block_index": 186, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -6656,7 +6641,7 @@ "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1728035347, + "block_time": 1728124049, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6682,9 +6667,9 @@ }, { "tx_index": 50, - "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", "block_index": 187, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -6699,7 +6684,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1728035351, + "block_time": 1728124053, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6725,9 +6710,9 @@ }, { "tx_index": 53, - "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "block_index": 187, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -6742,7 +6727,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1728035351, + "block_time": 1728124053, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6768,9 +6753,9 @@ }, { "tx_index": 56, - "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "tx_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "block_index": 191, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6785,7 +6770,7 @@ "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1728035367, + "block_time": 1728124070, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6816,9 +6801,9 @@ "/v2/orders/": { "result": { "tx_index": 58, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6833,7 +6818,7 @@ "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1728035372, + "block_time": 1728124074, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -6861,13 +6846,13 @@ "/v2/orders//matches": { "result": [ { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 53, - "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", - "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "tx1_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", + "tx1_address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -6881,7 +6866,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1728035351, + "block_time": 1728124053, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6901,13 +6886,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 51, - "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "tx1_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -6921,7 +6906,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1728035347, + "block_time": 1728124049, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -6948,15 +6933,15 @@ "result": [ { "tx_index": 52, - "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", + "tx_hash": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5", "block_index": 186, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "destination": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "btc_amount": 2000, - "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "order_match_id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "status": "valid", "confirmed": true, - "block_time": 1728035347, + "block_time": 1728124049, "btc_amount_normalized": "0.00002000" } ], @@ -6967,9 +6952,9 @@ "result": [ { "tx_index": 51, - "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "tx_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "block_index": 186, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -6987,7 +6972,7 @@ "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1728035347, + "block_time": 1728124049, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7013,9 +6998,9 @@ }, { "tx_index": 53, - "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "block_index": 187, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -7033,7 +7018,7 @@ "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1728035351, + "block_time": 1728124053, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7059,9 +7044,9 @@ }, { "tx_index": 48, - "tx_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", + "tx_hash": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", "block_index": 183, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7079,7 +7064,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1728035270, + "block_time": 1728123966, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7105,9 +7090,9 @@ }, { "tx_index": 50, - "tx_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", "block_index": 187, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -7125,7 +7110,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1728035351, + "block_time": 1728124053, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7151,9 +7136,9 @@ }, { "tx_index": 56, - "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", + "tx_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", "block_index": 191, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7171,7 +7156,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1728035367, + "block_time": 1728124070, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7202,13 +7187,13 @@ "/v2/orders///matches": { "result": [ { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 53, - "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", - "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "tx1_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", + "tx1_address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -7225,7 +7210,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1728035351, + "block_time": 1728124053, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7245,13 +7230,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 51, - "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "tx1_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -7268,7 +7253,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1728035347, + "block_time": 1728124049, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7288,13 +7273,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "id": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558_dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", "tx0_index": 48, - "tx0_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 49, - "tx1_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "tx1_hash": "dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7311,7 +7296,7 @@ "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1728035270, + "block_time": 1728123966, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7337,13 +7322,13 @@ "/v2/order_matches": { "result": [ { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 53, - "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", - "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "tx1_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", + "tx1_address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -7357,7 +7342,7 @@ "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1728035351, + "block_time": 1728124053, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7377,13 +7362,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "tx0_index": 50, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 51, - "tx1_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "tx1_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -7397,7 +7382,7 @@ "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1728035347, + "block_time": 1728124049, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7417,13 +7402,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", + "id": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558_dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", "tx0_index": 48, - "tx0_hash": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_hash": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx1_index": 49, - "tx1_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "tx1_hash": "dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7437,7 +7422,7 @@ "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1728035270, + "block_time": 1728123966, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -7482,66 +7467,66 @@ "result": [ { "tx_index": 9, - "tx_hash": "c7b48a062f3601432e47e73a3941a9afaeaf0b4800ca5169808b5b13768456da", + "tx_hash": "f920c0770f9f616973178538b8dd1ec2192525f8958cac42a5118d410dd2e0b8", "block_index": 121, - "source": "bcrt1qjyy0eryelnk2mewnkg0uw8kp594qvd356tp6f2", + "source": "bcrt1qwxesp6dlda3gumx3rcchclla44ephyu74dm9d4", "burned": 50000000, "earned": 74999996667, "status": "valid", "confirmed": true, - "block_time": 1728035058, + "block_time": 1728123773, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 8, - "tx_hash": "baf794cf6c3e7e9bbc40dfa1454b9a6e7c1a956646a1fbec0c80a370c3bc9fa2", + "tx_hash": "b4f0ac7e2b6afee3f95c1b45c8ef638dc65633de6d888b1540879c1eab40f2ac", "block_index": 120, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "burned": 50000000, "earned": 74999996833, "status": "valid", "confirmed": true, - "block_time": 1728035054, + "block_time": 1728123769, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 7, - "tx_hash": "d16a231c0ffdabe0eaa8e398443275880e82e962c7be88541acae4c856f1c3c0", + "tx_hash": "b95ff728dd7a7253c164711773582686bdb5dc64736e90e1113af2f22898c5ef", "block_index": 119, - "source": "bcrt1qhpq0xvquagy2x3ywua7vl6fdj2q6w86ck90q8y", + "source": "bcrt1qsd2tz9d3pjvdun54630vtsjl8f2qp3q80vrh8j", "burned": 50000000, "earned": 74999997000, "status": "valid", "confirmed": true, - "block_time": 1728035049, + "block_time": 1728123765, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 6, - "tx_hash": "5a8c6a7c0712eea827d8cd02b7951df7b8da3982a463999971f94464e854215d", + "tx_hash": "533c9a804a1aab01c8b26a353c0343845a668c078db062093367b81dc67389d3", "block_index": 118, - "source": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", + "source": "bcrt1qj805kn4ke0xqgs0vf6tcrwsn6fwvsz6mv75q6v", "burned": 50000000, "earned": 74999997167, "status": "valid", "confirmed": true, - "block_time": 1728035045, + "block_time": 1728123761, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 5, - "tx_hash": "5f8b19d291768728471e125831fd09f6a8cfbcf37a9ddb1cd5860035d3bfa7b6", + "tx_hash": "ad9e164b9dd99f3b83c167481d77b34589706e6871429fce1633f2f9d1d74e60", "block_index": 117, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "burned": 50000000, "earned": 74999997333, "status": "valid", "confirmed": true, - "block_time": 1728035041, + "block_time": 1728123756, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" } @@ -7553,9 +7538,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7564,7 +7549,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7574,7 +7559,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -7590,9 +7575,9 @@ }, { "tx_index": 29, - "tx_hash": "6a4e0c1cedffcffcc2419087aab2d67fe9653ec07ea37dc2ca3f0a86fa6c178f", + "tx_hash": "54ea58bfd9e076465510b9508233612b90d03470282da071881e07b22ba7e742", "block_index": 142, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7601,7 +7586,7 @@ "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "origin": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -7611,7 +7596,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035157, + "block_time": 1728123863, "asset_info": { "divisible": true, "asset_longname": null, @@ -7627,9 +7612,9 @@ }, { "tx_index": 30, - "tx_hash": "350f2ee2a418aa9a7804fef45ba786f51194c1882e5ed31a9bdbcd0db5cd9e26", + "tx_hash": "bf4ec4021506f81bd1a1b88e5a9eb3f6ba835e8026e15bfe08711840a4304696", "block_index": 150, - "source": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", + "source": "mj3qajaeqhQh5otBKtGdrK6h57YJViojMA", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -7637,10 +7622,10 @@ "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "d9b07046ced1d385f141bc6bc36b0a3a5d458aaf2c22c75305847ee38de3299a", - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "last_status_tx_hash": "d3129085db91e937471d0d89b8184b60621b1827df39bb8eea653bc684d9547d", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 0, - "last_status_tx_source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "last_status_tx_source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "close_block_index": "150", "confirmed": true, "fiat_price": null, @@ -7648,7 +7633,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035201, + "block_time": 1728123907, "asset_info": { "divisible": true, "asset_longname": null, @@ -7664,18 +7649,18 @@ }, { "tx_index": 33, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7685,7 +7670,7 @@ "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -7706,9 +7691,9 @@ "/v2/dispensers/": { "result": { "tx_index": 26, - "tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7717,7 +7702,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7727,7 +7712,7 @@ "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -7747,19 +7732,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", + "tx_hash": "8213411fcd849f3fa3917a712d97ca268ef8706d7281bc9aa8ff8a5a432257c4", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7767,7 +7752,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7782,7 +7767,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -7796,19 +7781,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", + "tx_hash": "43b0c8cd17a550dfe8030fbc8dc6d9ed9ebb5e5510074db73b09cc7ba38486d3", "block_index": 140, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7816,7 +7801,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7831,7 +7816,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035149, + "block_time": 1728123854, "asset_info": { "divisible": true, "asset_longname": null, @@ -7850,20 +7835,20 @@ "result": [ { "tx_index": 41, - "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "tx_hash": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "block_index": 154, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1728035218, + "block_time": 1728123924, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -7884,20 +7869,20 @@ "/v2/dividends/": { "result": { "tx_index": 41, - "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "tx_hash": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "block_index": 154, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1728035218, + "block_time": 1728123924, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -7920,12 +7905,12 @@ "asset": "XCP", "quantity": 1500000000, "calling_function": "dividend", - "event": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "event": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "tx_index": 41, - "utxo": "7b3c93737c08a68b45cc9af91556281b85d52851b6a84c3e345087f3c63d2b51:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "utxo": "da2d2149755cfe7d345cef09029489ce3210ad4f62ab31ea0a1d352d859bda62:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "confirmed": true, - "block_time": 1728035218, + "block_time": 1728123924, "asset_info": { "divisible": true, "asset_longname": null, @@ -7937,16 +7922,16 @@ }, { "block_index": 154, - "address": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", + "address": "bcrt1qfx629dkqnwqj43xaszqvyk58ma7k2u3z8znj28", "asset": "XCP", "quantity": 500000000, "calling_function": "dividend", - "event": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "event": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "tx_index": 41, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1728035218, + "block_time": 1728123924, "asset_info": { "divisible": true, "asset_longname": null, @@ -7967,27 +7952,27 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", - "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", + "ledger_hash": "32f95aeb87bb26658f9b9aadfcaaa92fe58b2f76bc0e51b0421c0172d3d3c465", + "messages_hash": "e7018c940da39d33cab9dedf0ea1552cf4514889982b0bb567d027a4eec8db49", "transaction_count": 1, - "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", - "block_time": 1728035390 + "txlist_hash": "1c61a8219541a2aa860d4211615e4faca9d81e566b29e06040a2846774e5a5e3", + "block_time": 1728124092 }, "tx_hash": null, "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 555, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61 }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 554, @@ -7996,14 +7981,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -8014,9 +7999,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 553, @@ -8025,9 +8010,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": 0, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "asset_info": { "divisible": true, "asset_longname": null, @@ -8037,24 +8022,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -8064,9 +8049,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 551, @@ -8078,15 +8063,15 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", - "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", + "ledger_hash": "32f95aeb87bb26658f9b9aadfcaaa92fe58b2f76bc0e51b0421c0172d3d3c465", + "messages_hash": "e7018c940da39d33cab9dedf0ea1552cf4514889982b0bb567d027a4eec8db49", "transaction_count": 1, - "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", - "block_time": 1728035390 + "txlist_hash": "1c61a8219541a2aa860d4211615e4faca9d81e566b29e06040a2846774e5a5e3", + "block_time": 1728124092 }, "tx_hash": null, "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } }, "/v2/events/counts": { @@ -8121,16 +8106,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -8140,9 +8125,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 550, @@ -8152,12 +8137,12 @@ "asset": "XCP", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -8167,9 +8152,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 547, @@ -8179,39 +8164,39 @@ "asset": "MYASSETA", "block_index": 195, "calling_function": "utxo move", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", - "utxo_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "block_time": 1728035390, + "utxo": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", + "utxo_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 }, { "event_index": 533, "event": "CREDIT", "params": { - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "block_index": 193, "calling_function": "sweep", - "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "event": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "quantity": 74499387833, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1728035376, + "block_time": 1728124079, "asset_info": { "divisible": true, "asset_longname": null, @@ -8221,36 +8206,36 @@ }, "quantity_normalized": "744.99388000" }, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "block_time": 1728035376 + "block_time": 1728124079 }, { "event_index": 531, "event": "CREDIT", "params": { - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "MYASSETA", "block_index": 193, "calling_function": "sweep", - "event": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "event": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "quantity": 10, "tx_index": 59, "utxo": null, "utxo_address": null, - "block_time": 1728035376, + "block_time": 1728124079, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "block_time": 1728035376 + "block_time": 1728124079 } ], "next_cursor": 529, @@ -8267,27 +8252,27 @@ { "tx_index": 61, "dispense_index": 0, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8302,7 +8287,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -8316,27 +8301,27 @@ { "tx_index": 34, "dispense_index": 0, - "tx_hash": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16", + "tx_hash": "e6ecf43c3875554000346c8e7ea33f6ba0832592f55cd19a2377774bfbb20b99", "block_index": 147, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "destination": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "destination": "bcrt1qj805kn4ke0xqgs0vf6tcrwsn6fwvsz6mv75q6v", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, "block_index": 195, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "last_status_tx_hash": null, - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8351,7 +8336,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1728035188, + "block_time": 1728123884, "asset_info": { "divisible": true, "asset_longname": null, @@ -8365,19 +8350,19 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "9c3b5dcd4eff82a4f0f3043830238678de8af574362543485fe6c08037b60f89", + "tx_hash": "8213411fcd849f3fa3917a712d97ca268ef8706d7281bc9aa8ff8a5a432257c4", "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8385,7 +8370,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8400,7 +8385,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035153, + "block_time": 1728123858, "asset_info": { "divisible": true, "asset_longname": null, @@ -8414,19 +8399,19 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "5cd18f5f0320cc7dd26fbdb243bf1813201ecf47ed15b4f5d1211689622391c4", + "tx_hash": "43b0c8cd17a550dfe8030fbc8dc6d9ed9ebb5e5510074db73b09cc7ba38486d3", "block_index": 140, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "5b81d850dc7e8366e333bb95c17c220c6fbff3d6c2d06acfb05b31aaf70be824", + "dispenser_tx_hash": "f6309af4eb89b76574e6e784172d639b3d57119c7b79ef77181b5986917c8f3a", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8434,7 +8419,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "origin": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8449,7 +8434,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1728035149, + "block_time": 1728123854, "asset_info": { "divisible": true, "asset_longname": null, @@ -8468,10 +8453,10 @@ "result": [ { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -8479,7 +8464,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -8492,10 +8477,10 @@ }, { "tx_index": 61, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -8503,11 +8488,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -8516,10 +8501,10 @@ }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "asset": "XCP", "quantity": 10, "status": "valid", @@ -8527,7 +8512,7 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "divisible": true, "asset_longname": null, @@ -8540,10 +8525,10 @@ }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -8551,11 +8536,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -8564,10 +8549,10 @@ }, { "tx_index": 55, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "MYASSETA", "quantity": 10, "status": "valid", @@ -8575,11 +8560,11 @@ "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -8594,14 +8579,14 @@ "result": [ { "tx_index": 47, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -8616,20 +8601,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035254, + "block_time": 1728123950, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "289069ac10783fd0cbd1f0bfbb879313bb0f9cf2838de4991ed424a5505d8560", + "tx_hash": "90b90141a2e39a491215199a3ec92bf8c2f760b51e27a89f7fc257f0bdc259f1", "msg_index": 0, "block_index": 159, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -8644,20 +8629,20 @@ "fair_minting": false, "asset_events": "lock_description reissuance", "confirmed": true, - "block_time": 1728035250, + "block_time": 1728123946, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "384f20bde353e69fbdd357f921d6cef8b1e174f1f69fc90444aef02cc626f2f1", + "tx_hash": "2009695cf54762a464d98568a1ef063cbaa14e0cf8e2b3a34a2c3e3424fa1003", "msg_index": 0, "block_index": 158, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -8672,20 +8657,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035245, + "block_time": 1728123942, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 44, - "tx_hash": "25e1fc17a0f4d328bf59dc0e2a912a1d8d235a16599a1d7ea05c778722716d91", + "tx_hash": "06655ea82f2042a38aa62ed4ef8a7b245939e5ed59c95f2e0f1ea7a19cfc8589", "msg_index": 0, "block_index": 157, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -8700,20 +8685,20 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035231, + "block_time": 1728123938, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 43, - "tx_hash": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497", + "tx_hash": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592", "msg_index": 0, "block_index": 156, "asset": "MYASSETB", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "issuer": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "issuer": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "transfer": false, "callable": false, "call_date": 0, @@ -8728,7 +8713,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035227, + "block_time": 1728123933, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -8739,14 +8724,14 @@ "/v2/issuances/": { "result": { "tx_index": 47, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "msg_index": 0, "block_index": 160, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "transfer": false, "callable": false, "call_date": 0, @@ -8761,7 +8746,7 @@ "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1728035254, + "block_time": 1728123950, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" } @@ -8770,16 +8755,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1728035376, + "block_time": 1728124079, "fee_paid_normalized": "0.00600000" } ], @@ -8790,16 +8775,16 @@ "result": [ { "tx_index": 59, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1728035376, + "block_time": 1728124079, "fee_paid_normalized": "0.00600000" } ], @@ -8810,9 +8795,9 @@ "result": [ { "tx_index": 25, - "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", + "tx_hash": "e4ac3faaf800657f295e67ab2be3e46b55fd838fa0da6aa0808f9b9584e4a46f", "block_index": 138, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -8820,14 +8805,14 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1728035140, + "block_time": 1728123845, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "f41f652d2d2c80753bdffc256a40eaf76bd3475df008f9b60ab528e923d3e86f", + "tx_hash": "0bf6a76f91b8cb557f2039f56f49c517be18468cd3a60ff205d27b855e60b86b", "block_index": 137, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -8835,7 +8820,7 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1728035136, + "block_time": 1728123841, "fee_fraction_int_normalized": "0.00000000" } ], @@ -8845,9 +8830,9 @@ "/v2/broadcasts/": { "result": { "tx_index": 25, - "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", + "tx_hash": "e4ac3faaf800657f295e67ab2be3e46b55fd838fa0da6aa0808f9b9584e4a46f", "block_index": 138, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -8855,17 +8840,17 @@ "locked": false, "status": "valid", "confirmed": true, - "block_time": 1728035140, + "block_time": 1728123845, "fee_fraction_int_normalized": "0.00000000" } }, "/v2/fairminters": { "result": [ { - "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", + "tx_hash": "2321c15f0ed1a387a180a46eae83b3f3060a307989bd0b5b75a5ded43745b8a5", "tx_index": 22, "block_index": 135, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -8890,13 +8875,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035127 + "block_time": 1728123833 }, { - "tx_hash": "041251c0efe57dbadd66585ff1e4372f671eace7d42e83d82d3f874afff43756", + "tx_hash": "bda966bed83a01c39cdd37d0995edefb36d0519b812a8aaa420dadd410f67860", "tx_index": 18, "block_index": 131, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -8921,13 +8906,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035101 + "block_time": 1728123816 }, { - "tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1", + "tx_hash": "ea4863914628b33ad3ee9ee9c85ae6bc43bd223673258970d8971b7160cf6774", "tx_index": 14, "block_index": 130, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -8952,13 +8937,13 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035097 + "block_time": 1728123811 }, { - "tx_hash": "b30cd3826082cf5b1901b1a400e3059d2d8a8005feadb3c29e5250133c057c00", + "tx_hash": "7282516a6044efe1aed7520b931691e56d0d65e1947767cd14760e270dfe0e40", "tx_index": 10, "block_index": 125, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -8983,7 +8968,7 @@ "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1728035076 + "block_time": 1728123790 } ], "next_cursor": null, @@ -8997,8 +8982,8 @@ "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16", - "address": "bcrt1qgf758xzgrdc0ns6442nttp5yjyrwu698rgu80y" + "txid": "e6ecf43c3875554000346c8e7ea33f6ba0832592f55cd19a2377774bfbb20b99", + "address": "bcrt1qj805kn4ke0xqgs0vf6tcrwsn6fwvsz6mv75q6v" }, { "vout": 2, @@ -9006,8 +8991,8 @@ "value": 100000, "confirmations": 40, "amount": 0.001, - "txid": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497", - "address": "bcrt1qhpq0xvquagy2x3ywua7vl6fdj2q6w86ck90q8y" + "txid": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592", + "address": "bcrt1qsd2tz9d3pjvdun54630vtsjl8f2qp3q80vrh8j" } ], "next_cursor": null, @@ -9016,28 +9001,28 @@ "/v2/bitcoin/addresses/
/transactions": { "result": [ { - "tx_hash": "3108d0ad9dd555987a6acf477f5d0c356bdf9c3f0985e486f5f721a10dd4f122" + "tx_hash": "ff0cab96bda23843a863fa0f3d7c445305607dac0fc3954626b37e8bbee04601" }, { - "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653" + "tx_hash": "ec106b3a36f91c5b0e1474875dac392f431410570ece30048cd7978e24b7cc86" }, { - "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f" + "tx_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393" }, { - "tx_hash": "5c6270168a921c770fc53c95ea630631fde943e84f32d6e1aec7973d7733be87" + "tx_hash": "4ab3cba63a81a9c20b87c70e6a4a4bdd4552227af5209699effa7d55cdba69ab" }, { - "tx_hash": "8a90f46572a7bc30f106b132505e3514bee896814b39606d8a624e30c7c7b195" + "tx_hash": "c4c65fdb301697a27ca8ae22ea5760aa2906ba905b4b328445b758575c409fbf" }, { - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7" + "tx_hash": "3f501c41fe6c6146534e1b119afa663718c9f91169ed945c528a810222bdcfc0" }, { - "tx_hash": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1" + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea" }, { - "tx_hash": "06640cc02a5a8663370b2b0bfdabb6b283957bf19d2fd52c0b8ca6d3c0831cec" + "tx_hash": "f7fb8f4d173d9c0d14cbbd7cf75533d1e291f266bfe41cab2f0b642d691c5bfe" } ], "next_cursor": null, @@ -9045,8 +9030,8 @@ }, "/v2/bitcoin/addresses/
/transactions/oldest": { "result": { - "block_index": 10, - "tx_hash": "a26bf2aa7d915b100dabf118e94c67dbfc7a9bb1b5f8f1280404962d73ebaa34" + "block_index": 3, + "tx_hash": "c1eeed3fff12cd5530e8bcaf6a250540734811fccf3f86fc8fbbda92c46aa7cd" } }, "/v2/bitcoin/addresses/
/utxos": { @@ -9057,17 +9042,17 @@ "value": 4949970000, "confirmations": 49, "amount": 49.4997, - "txid": "2c4d2c6f5d63e8098e45d634a9d640db3d9acb62a4cdfe70d8c0585a24457a16" + "txid": "e6ecf43c3875554000346c8e7ea33f6ba0832592f55cd19a2377774bfbb20b99" } ], "next_cursor": null, "result_count": null }, "/v2/bitcoin/addresses/
/pubkey": { - "result": "039586b47644708850c970f982ff0e8e39834100d7067dcb77ad83e95a640a991c" + "result": "03b62ca7f7fc5314000724f68ff28b66b4d4f369020e15a43d666bea3750b7b458" }, "/v2/bitcoin/transactions/": { - "result": "0200000000010197f4bbaebac5c4bb208ad14cb377ea4b9758b9d15dc25e2ae0972a0e7b076b170100000000ffffffff03e8030000000000001600144b42a601c37aaf127c02d6b7b6d91b42084f64d200000000000000000c6a0ab0f4c5d51f470e7600d2dced0827010000001600149246af7d5043d6ff77a4f14f3d01b7710066e84f024730440220091e986d6c6d3d483b043c701787fff6d7ee91240aa06608a87c9f0d8e97672202200f4287af3403ae872096ae7ad7de08f2ca15d98f226bd15dbe2c4b5640fa9edf012103b294b13da2a45e6b21d003c9da606ead319b9c327970993a14bcd05cf483eafa00000000" + "result": "02000000000101927528f095990341315d133702f994733beb06d0c094172609c153804dd34b6e0100000000ffffffff03e803000000000000160014955b4a10edc11b7911e46a8f65ef4b5b43facf0900000000000000000c6a0a68b310ae6aca9ece2598dced082701000000160014678c0a39e8e4529870a6bcf19a6879453300865a0247304402204145dbcffe0da23492fa98f539cd242b2311209d987aac5d14720ab65f4fc8930220443113ff97da40d40ff1165db2357db81794cbfb44aca9277408a4dc5df39f01012102ec0760602ac1c9f741da208d93e8ddd7b4258546a6747b5607b1a687a8436e9d00000000" }, "/v2/bitcoin/estimatesmartfee": { "result": 58603 @@ -9090,27 +9075,27 @@ "/v2/mempool/events": { "result": [ { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62 }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "memo": null, "quantity": 10000, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "status": "valid", - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62, "asset_info": { "divisible": true, @@ -9121,22 +9106,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "CREDIT", "params": { - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "event": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -9146,22 +9131,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "block_index": 195, - "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "event": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -9171,30 +9156,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1728035394.2916615, + "block_time": 1728124096.9334157, "btc_amount": 0, - "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", + "data": "0200000000000000010000000000002710806873e3877a86e47e9658efa5b58bac1574161e3b", "destination": "", "fee": 10000, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62, - "utxos_info": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c:1", + "utxos_info": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "memo": null, "asset_info": { "divisible": true, @@ -9208,7 +9193,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 } ], "next_cursor": null, @@ -9217,19 +9202,19 @@ "/v2/mempool/events/": { "result": [ { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "CREDIT", "params": { - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "event": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -9239,7 +9224,7 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 } ], "next_cursor": null, @@ -9248,27 +9233,27 @@ "/v2/mempool/transactions//events": { "result": [ { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62 }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "destination": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "memo": null, "quantity": 10000, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "status": "valid", - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62, "asset_info": { "divisible": true, @@ -9279,22 +9264,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "CREDIT", "params": { - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "asset": "XCP", "block_index": 195, "calling_function": "send", - "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "event": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -9304,22 +9289,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "address": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "asset": "XCP", "block_index": 195, - "event": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "event": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "quantity": 10000, "tx_index": 62, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -9329,30 +9314,30 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 }, { - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1728035394.2916615, + "block_time": 1728124096.9334157, "btc_amount": 0, - "data": "020000000000000001000000000000271080d347561e18a598c568ad2d3a7ad11cd98209d7d5", + "data": "0200000000000000010000000000002710806873e3877a86e47e9658efa5b58bac1574161e3b", "destination": "", "fee": 10000, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", - "tx_hash": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", + "tx_hash": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac", "tx_index": 62, - "utxos_info": "d270ef1286313ea05d7ac03a725356b1b8ce330a6f3f13b6216f98f51d47141c:1", + "utxos_info": "fee62151eec80c1ed49ab9930557179c39eb05e1cb720ee76ad64b91b62094ac:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "memo": null, "asset_info": { "divisible": true, @@ -9366,7 +9351,7 @@ }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1728035394.2916615 + "timestamp": 1728124096.9334157 } ], "next_cursor": null, @@ -9388,15 +9373,15 @@ "event_index": 543, "event": "NEW_BLOCK", "params": { - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", "block_index": 195, - "block_time": 1728035390, + "block_time": 1728124092, "difficulty": 545259519, - "previous_block_hash": "3496240d341911b45eaef11ea7064f190dec7d4ff6bead94fc3464951c29ff29" + "previous_block_hash": "2c2ce87204a4276387d3e5faad7b08bc9f0acc3df6d27148d78bfe421d52ce21" }, "tx_hash": null, "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 537, @@ -9408,17 +9393,17 @@ "event_index": 544, "event": "NEW_TRANSACTION", "params": { - "block_hash": "51d2477949a8abcbe3b2276c047a8862a2966fe7032a3e042d47422e7bec7557", + "block_hash": "50039d8513a897d5f3a2e6cdb3264744ef9d0da2af02dc71f10a6f67babcd66b", "block_index": 195, - "block_time": 1728035390, + "block_time": 1728124092, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "fee": 0, - "source": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "source": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "utxos_info": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1 6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "utxos_info": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1 11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -9428,9 +9413,9 @@ }, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 538, @@ -9444,16 +9429,16 @@ "params": { "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "destination": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "out_index": 0, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 277, @@ -9466,15 +9451,15 @@ "event": "BLOCK_PARSED", "params": { "block_index": 195, - "ledger_hash": "56cfbfff48568c32baf81b0f78b0a4e6414d2d5d6dd14cbfbb88dc04f88bdbb7", - "messages_hash": "f841f45971dbfd60ce3b96c661c59e445d103695ae59bac5f288a177e86ae35b", + "ledger_hash": "32f95aeb87bb26658f9b9aadfcaaa92fe58b2f76bc0e51b0421c0172d3d3c465", + "messages_hash": "e7018c940da39d33cab9dedf0ea1552cf4514889982b0bb567d027a4eec8db49", "transaction_count": 1, - "txlist_hash": "520974e8d9385a2310a927fa8fddd452c1a2d3b6975b791b3c9b71f177bfcc2e", - "block_time": 1728035390 + "txlist_hash": "1c61a8219541a2aa860d4211615e4faca9d81e566b29e06040a2846774e5a5e3", + "block_time": 1728124092 }, "tx_hash": null, "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 542, @@ -9487,12 +9472,12 @@ "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61 }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 541, @@ -9508,12 +9493,12 @@ "address": null, "asset": "XCP", "block_index": 195, - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 1500000000, "tx_index": 61, - "utxo": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", - "utxo_address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", - "block_time": 1728035390, + "utxo": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", + "utxo_address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -9523,9 +9508,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 546, @@ -9537,16 +9522,16 @@ "event_index": 552, "event": "CREDIT", "params": { - "address": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "address": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "asset": "XCP", "block_index": 195, "calling_function": "dispense", - "event": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "event": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "quantity": 66, "tx_index": 61, "utxo": null, "utxo_address": null, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -9556,9 +9541,9 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 550, @@ -9572,14 +9557,14 @@ "params": { "asset": "XCP", "block_index": 188, - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "memo": null, "quantity": 10000, - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "status": "valid", - "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653", + "tx_hash": "3f501c41fe6c6146534e1b119afa663718c9f91169ed945c528a810222bdcfc0", "tx_index": 54, - "block_time": 1728035356, + "block_time": 1728124057, "asset_info": { "divisible": true, "asset_longname": null, @@ -9589,9 +9574,9 @@ }, "quantity_normalized": "0.00010000" }, - "tx_hash": "381af4f8e1fbce43d23629efb39d007eada3f08200f758b032a1500e973e1653", + "tx_hash": "3f501c41fe6c6146534e1b119afa663718c9f91169ed945c528a810222bdcfc0", "block_index": 188, - "block_time": 1728035356 + "block_time": 1728124057 } ], "next_cursor": null, @@ -9605,15 +9590,15 @@ "params": { "asset": "XCP", "block_index": 189, - "destination": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "memo": null, "msg_index": 2, "quantity": 10, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "valid", - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "tx_index": 55, - "block_time": 1728035360, + "block_time": 1728124062, "asset_info": { "divisible": true, "asset_longname": null, @@ -9623,9 +9608,9 @@ }, "quantity_normalized": "0.00000010" }, - "tx_hash": "a5ff0f877f1df86110f28691a3371150932ad5e52451a8dbf40a72483c0729c8", + "tx_hash": "7523f479e38c9b5098390b3a762883d5a7cb695d8eb74361ccfcb2c28bc110b8", "block_index": 189, - "block_time": 1728035360 + "block_time": 1728124062 } ], "next_cursor": 502, @@ -9648,20 +9633,20 @@ "event": "SWEEP", "params": { "block_index": 193, - "destination": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "destination": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "source": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "status": "valid", - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "tx_index": 59, - "block_time": 1728035376, + "block_time": 1728124079, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "0f405520978aa1b0fa8655c24b60c05d44005f89201d0393bcae6b18e8848cb7", + "tx_hash": "06efae1d159de77deef7eb8f00f53995cf4a7cc36bad22b8aff0198e20656cea", "block_index": 193, - "block_time": 1728035376 + "block_time": 1728124079 } ], "next_cursor": null, @@ -9678,15 +9663,15 @@ "dividend_asset": "XCP", "fee_paid": 40000, "quantity_per_unit": 100000000, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "valid", - "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "tx_hash": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "tx_index": 41, - "block_time": 1728035218, + "block_time": 1728123924, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, @@ -9700,9 +9685,9 @@ "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00040000" }, - "tx_hash": "5661e1784894e713b0582ae7540811255bae0e166d21646e4c6d744f6e0dfebf", + "tx_hash": "e9908c6bdcfe3f3b2b2900fb59bd174965920ba0716172ddc98c3d123eabc7f4", "block_index": 154, - "block_time": 1728035218 + "block_time": 1728123924 } ], "next_cursor": null, @@ -9723,11 +9708,11 @@ "asset_longname": "A95428959745315388.SUBNUMERIC", "asset_name": "A95428956980101314", "block_index": 160, - "block_time": 1728035254 + "block_time": 1728123950 }, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "block_index": 160, - "block_time": 1728035254 + "block_time": 1728123950 } ], "next_cursor": 374, @@ -9750,22 +9735,22 @@ "description_locked": false, "divisible": true, "fee_paid": 0, - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "valid", "transfer": false, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "tx_index": 47, - "block_time": 1728035254, + "block_time": 1728123950, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "b90b3eb35a773b15c6928a7b8dcaa6d7d2d38eb67c338a32e40b7a0f61c74697", + "tx_hash": "8d42b18cb01dc29afb66f84464bcd3f11dfda6f81f6991241fafefd7b5766f6c", "block_index": 160, - "block_time": 1728035254 + "block_time": 1728123950 } ], "next_cursor": 381, @@ -9780,12 +9765,12 @@ "asset": "XCP", "block_index": 194, "quantity": 1, - "source": "bcrt1qalmvp3vud4guds3ktx4e7ntdef4x9n3w5c3y4j", + "source": "bcrt1qeev5wryzmcdx6x2wpumn3xtxm4qhhntxmdfway", "status": "valid", "tag": "64657374726f79", - "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", + "tx_hash": "0f768bfacee618f0993fdd0219c7917f018953e6b400332f840258561844cfa1", "tx_index": 60, - "block_time": 1728035380, + "block_time": 1728124083, "asset_info": { "divisible": true, "asset_longname": null, @@ -9795,9 +9780,9 @@ }, "quantity_normalized": "0.00000001" }, - "tx_hash": "ed4f6cb6c7386fb63ed2571b89101c82489f0f18a80836c3f5d78e0a001ea7e0", + "tx_hash": "0f768bfacee618f0993fdd0219c7917f018953e6b400332f840258561844cfa1", "block_index": 194, - "block_time": 1728035380 + "block_time": 1728124083 } ], "next_cursor": 157, @@ -9822,11 +9807,11 @@ "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "open", - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "tx_index": 58, - "block_time": 1728035372, + "block_time": 1728124074, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -9850,9 +9835,9 @@ "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "96576d59ad6c8a732a94eb6f78b2035e34b9b68e440e7495f275a6b9afc82fb1", + "tx_hash": "5cea8ced4f36d7e38a56184a9e615932fb233c21e1990a96abec0338e620d5e1", "block_index": 192, - "block_time": 1728035372 + "block_time": 1728124074 } ], "next_cursor": 509, @@ -9870,20 +9855,20 @@ "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 3000, - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "match_expire_index": 207, "status": "pending", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "tx0_block_index": 185, "tx0_expiration": 21, - "tx0_hash": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1", + "tx0_hash": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50", "tx0_index": 50, - "tx1_address": "bcrt1q6dr4v8sc5kvv269d95a845gumxpqn47454dt8t", + "tx1_address": "bcrt1qdpe78pm6smj8a9jca7jmtzavz46pv83mgudw8k", "tx1_block_index": 187, "tx1_expiration": 21, - "tx1_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx1_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "tx1_index": 53, - "block_time": 1728035351, + "block_time": 1728124053, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -9902,9 +9887,9 @@ "backward_quantity_normalized": "0.00003000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "6c55c61a8d226d729fefa33c22b1e547116e07b89e45b063db3a8f3c7062606f", + "tx_hash": "857da845ece44b037ab483bf2c3e7f204e4841b45c425ceddac6108696724393", "block_index": 187, - "block_time": 1728035351 + "block_time": 1728124053 } ], "next_cursor": 468, @@ -9917,11 +9902,11 @@ "event": "ORDER_UPDATE", "params": { "status": "cancelled", - "tx_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b" + "tx_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056" }, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "block_time": 1728035367 + "block_time": 1728124070 } ], "next_cursor": 483, @@ -9934,11 +9919,11 @@ "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727" + "tx_hash": "93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a" }, - "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", + "tx_hash": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5", "block_index": 186, - "block_time": 1728035347 + "block_time": 1728124049 } ], "next_cursor": null, @@ -9950,13 +9935,13 @@ "event_index": 474, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", + "id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "order_match_id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", "status": "completed" }, - "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", + "tx_hash": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5", "block_index": 186, - "block_time": 1728035347 + "block_time": 1728124049 } ], "next_cursor": 447, @@ -9970,18 +9955,18 @@ "params": { "block_index": 186, "btc_amount": 2000, - "destination": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "order_match_id": "3a4717ce3a3b4b9e791a25d87b18264538624ad99e150d18b868f6f455f086a1_97a3eec29bd6118c8cd94ebd5bfe65e40f0815b8d2a5b2b9fe7420b1a8005727", - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "destination": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "order_match_id": "c719c0dc78d5b1e9574cadac9f9b650e6958041c66bddad67ef8d01df43bdf50_93940ef45028c62d80e437df9972b91a5759454ea10028d914c0a7b165788e1a", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "status": "valid", - "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", + "tx_hash": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5", "tx_index": 52, - "block_time": 1728035347, + "block_time": 1728124049, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "9047d19a6e8388cd32e806dd9730ca8e960afdd259d949c966e47280ab66756c", + "tx_hash": "860d3155ac55c1734815900b2406bcc0cb3adb59c80fa9ca56e632b7da1fd6a5", "block_index": 186, - "block_time": 1728035347 + "block_time": 1728124049 } ], "next_cursor": null, @@ -9994,16 +9979,16 @@ "event": "CANCEL_ORDER", "params": { "block_index": 191, - "offer_hash": "8c57b9f7c72313bc7bbf7f16edb557903e2a02337045f6f49c5d156f906d303b", - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "offer_hash": "e2e29b3103ae184282fa686d6320e62bc6800f76341beb6c01d3eb19c6c3b056", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "valid", - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "tx_index": 57, - "block_time": 1728035367 + "block_time": 1728124070 }, - "tx_hash": "2c688bb1ad1c8faf20d0d4c17cd9646f48038ff9ec88d55e271e52fd8869b4e9", + "tx_hash": "47a0f0aee5acd119be8c22d5d763ed3f5295c9c8bcfa02180fd9a6260e22b60e", "block_index": 191, - "block_time": 1728035367 + "block_time": 1728124070 } ], "next_cursor": null, @@ -10016,13 +10001,13 @@ "event": "ORDER_EXPIRATION", "params": { "block_index": 183, - "order_hash": "7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "block_time": 1728035270 + "order_hash": "dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "block_time": 1728123966 }, "tx_hash": null, "block_index": 183, - "block_time": 1728035270 + "block_time": 1728123966 } ], "next_cursor": 453, @@ -10035,14 +10020,14 @@ "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 183, - "order_match_id": "f92697f7b70450ba27448799bd4c9fc4b36877a94344f0bb1103fae5c1cc7c5f_7e06cab7c34b3887167357e4c7bce57c8eb33b30b8c471e3d291df5d917d3077", - "tx0_address": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "tx1_address": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", - "block_time": 1728035270 + "order_match_id": "fa836887044218389e78fee25f8ecbc26344c76d5d33d833979efe6f2bde8558_dd90d8d0737e88a95cc151674f5d738cbaacd1a4265dd8cacd5c84947b8cc501", + "tx0_address": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "tx1_address": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", + "block_time": 1728123966 }, "tx_hash": null, "block_index": 183, - "block_time": 1728035270 + "block_time": 1728123966 } ], "next_cursor": null, @@ -10060,14 +10045,14 @@ "escrow_quantity": 10000, "give_quantity": 1, "give_remaining": 10000, - "oracle_address": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "origin": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "oracle_address": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "origin": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "satoshirate": 1, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": 0, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "tx_index": 33, - "block_time": 1728035184, + "block_time": 1728123880, "asset_info": { "divisible": true, "asset_longname": null, @@ -10080,9 +10065,9 @@ "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "block_index": 146, - "block_time": 1728035184 + "block_time": 1728123880 } ], "next_cursor": 254, @@ -10097,9 +10082,9 @@ "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": 0, - "tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", + "tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", "asset_info": { "divisible": true, "asset_longname": null, @@ -10109,9 +10094,9 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 302, @@ -10125,13 +10110,13 @@ "params": { "asset": "XCP", "block_index": 144, - "destination": "mz2bpBvzHv77anSYT2uJ5CWWDvnManu8oG", + "destination": "mj3qajaeqhQh5otBKtGdrK6h57YJViojMA", "dispense_quantity": 10, - "dispenser_tx_hash": "350f2ee2a418aa9a7804fef45ba786f51194c1882e5ed31a9bdbcd0db5cd9e26", - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", - "tx_hash": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a", + "dispenser_tx_hash": "bf4ec4021506f81bd1a1b88e5a9eb3f6ba835e8026e15bfe08711840a4304696", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", + "tx_hash": "5480249d82ba625c08925eae9a4196c7bc1a80aad9122c4cc7cd7e1a0b64aeaa", "tx_index": 31, - "block_time": 1728035166, + "block_time": 1728123871, "asset_info": { "divisible": true, "asset_longname": null, @@ -10141,9 +10126,9 @@ }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "cf12f73b37f663a0743138336cdea3a9f073d7df7feef09c66fd4650e89d551a", + "tx_hash": "5480249d82ba625c08925eae9a4196c7bc1a80aad9122c4cc7cd7e1a0b64aeaa", "block_index": 144, - "block_time": 1728035166 + "block_time": 1728123871 } ], "next_cursor": null, @@ -10158,14 +10143,14 @@ "asset": "XCP", "block_index": 195, "btc_amount": 1000, - "destination": "bcrt1qjfr27l2sg0t07aay798n6qdhwyqxd6z0vcwax9", + "destination": "bcrt1qv7xq5w0gu3ffsu9xhnce56reg5esppj6h2w7jl", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "9f38e0d93c583b927bcabe7314520851e46a0179d1a8ee903d667a8569b3c755", - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "dispenser_tx_hash": "a2d703b1b2fa8445e62883498e489e01c0a7faa48587cc3bf6a756f019dc2091", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -10176,9 +10161,9 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 280, @@ -10193,19 +10178,19 @@ "block_index": 138, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qfdp2vqwr02h3ylqz66mmdkgmggyy7exjxl55al", + "source": "bcrt1qj4d55y8dcydhjy0yd28ktm6ttdpl4ncfke92km", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", + "tx_hash": "e4ac3faaf800657f295e67ab2be3e46b55fd838fa0da6aa0808f9b9584e4a46f", "tx_index": 25, "value": 66600.0, - "block_time": 1728035140, + "block_time": 1728123845, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "9a67e511323f692aaa479e428b5bce3f79b847487a273cf8f3816aaf63f5a590", + "tx_hash": "e4ac3faaf800657f295e67ab2be3e46b55fd838fa0da6aa0808f9b9584e4a46f", "block_index": 138, - "block_time": 1728035140 + "block_time": 1728123845 } ], "next_cursor": 213, @@ -10236,16 +10221,16 @@ "quantity_by_price": 60, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "start_block": 0, "status": "open", - "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", + "tx_hash": "2321c15f0ed1a387a180a46eae83b3f3060a307989bd0b5b75a5ded43745b8a5", "tx_index": 22, - "block_time": 1728035127 + "block_time": 1728123833 }, - "tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", + "tx_hash": "2321c15f0ed1a387a180a46eae83b3f3060a307989bd0b5b75a5ded43745b8a5", "block_index": 135, - "block_time": 1728035127 + "block_time": 1728123833 } ], "next_cursor": 161, @@ -10258,11 +10243,11 @@ "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "8eb5d2c2cd61ed568dc20fc6907a8e1e61edf13af7c351b33091be19cdb7f3e1" + "tx_hash": "ea4863914628b33ad3ee9ee9c85ae6bc43bd223673258970d8971b7160cf6774" }, "tx_hash": null, "block_index": 130, - "block_time": 1728035097 + "block_time": 1728123811 } ], "next_cursor": 110, @@ -10278,24 +10263,24 @@ "block_index": 136, "commission": 0, "earn_quantity": 40, - "fairminter_tx_hash": "39ba51ef0368e51e03dc29620e982d6aac7c2013b1ec72e94f79d97bae09ad14", + "fairminter_tx_hash": "2321c15f0ed1a387a180a46eae83b3f3060a307989bd0b5b75a5ded43745b8a5", "paid_quantity": 34, - "source": "bcrt1q5nvg0l80qdhzuqcgrplssvvvcaz29039jk9qzr", + "source": "bcrt1qd9da4f8jxvgy33qz5lvumxv2jql724xqatx6u3", "status": "valid", - "tx_hash": "694357c4ceab6ddda8a4bedda060896587aed91c40b2569fc67d8f6ee0e8ea1e", + "tx_hash": "710ec7a948d1ca44bf85bc9e429ac341b13bf3b06b06ece4c278c228572450c9", "tx_index": 23, - "block_time": 1728035132, + "block_time": 1728123837, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false } }, - "tx_hash": "694357c4ceab6ddda8a4bedda060896587aed91c40b2569fc67d8f6ee0e8ea1e", + "tx_hash": "710ec7a948d1ca44bf85bc9e429ac341b13bf3b06b06ece4c278c228572450c9", "block_index": 136, - "block_time": 1728035132 + "block_time": 1728123837 } ], "next_cursor": 190, @@ -10309,28 +10294,28 @@ "params": { "asset": "MYASSETA", "block_index": 152, - "destination": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670:1", + "destination": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9:1", "fee_paid": 0, "msg_index": 0, "quantity": 1000000000, - "source": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "source": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "status": "valid", - "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", + "tx_hash": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9", "tx_index": 39, - "block_time": 1728035209, + "block_time": 1728123915, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "10.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "dd91be90acfa55cc1fe665c3a4c363e529c16e9f2751dae9ee6d6a4e0ae78670", + "tx_hash": "96bf866b0156605d44091318776068edf99aac5f256b275433dbc71c44b0e1b9", "block_index": 152, - "block_time": 1728035209 + "block_time": 1728123915 } ], "next_cursor": 296, @@ -10344,28 +10329,28 @@ "params": { "asset": "MYASSETA", "block_index": 151, - "destination": "bcrt1qd2w0unvj25vh3z8vwknx3sdku4wpesrf8cuags", + "destination": "bcrt1qfx629dkqnwqj43xaszqvyk58ma7k2u3z8znj28", "fee_paid": 0, "msg_index": 0, "quantity": 500000000, - "source": "32e40e3b4c8c1dc416559b62c670e0a6c7e89dd387cd008917f79c83d66efac1:0", + "source": "ff0cab96bda23843a863fa0f3d7c445305607dac0fc3954626b37e8bbee04601:0", "status": "valid", - "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", + "tx_hash": "41deac8f65f6cebec3ce845249c2f352edd44dbc9c68f4691cb591a1320a1bca", "tx_index": 38, - "block_time": 1728035205, + "block_time": 1728123911, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3qtcphe7urdyrscd6u0h9x8jhg3lzrmnmzs8ca", + "issuer": "bcrt1q6lkxdkdm9ayxh4rg23utyr7z7wzvxsyyfq86kk", "divisible": true, "locked": false }, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "5495114bf230a00256dca20eaed763d593acd0d3e4a32256aa5d8ceed95c54cd", + "tx_hash": "41deac8f65f6cebec3ce845249c2f352edd44dbc9c68f4691cb591a1320a1bca", "block_index": 151, - "block_time": 1728035205 + "block_time": 1728123911 } ], "next_cursor": null, @@ -10379,14 +10364,14 @@ "params": { "asset": "XCP", "block_index": 195, - "destination": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34:0", + "destination": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048:0", "msg_index": 1, "quantity": 1500000000, - "source": "176b077b0e2a97e02a5ec25dd1b958974bea77b34cd18a20bbc4c5baaebbf497:1", + "source": "6e4bd34d8053c109261794c0d006eb3b7394f90237135d3141039995f0287592:1", "status": "valid", - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "tx_index": 61, - "block_time": 1728035390, + "block_time": 1728124092, "asset_info": { "divisible": true, "asset_longname": null, @@ -10396,9 +10381,9 @@ }, "quantity_normalized": "15.00000000" }, - "tx_hash": "6ab8d9e4c89d52ab94fa83f4985daf8ed8cf51e993a35463790a5cfc350d6d34", + "tx_hash": "11041e23c1a940ecfd212694213ad171b10937c1623385f7fb489a9e8ae81048", "block_index": 195, - "block_time": 1728035390 + "block_time": 1728124092 } ], "next_cursor": 548, @@ -10413,17 +10398,17 @@ "block_index": 121, "burned": 50000000, "earned": 74999996667, - "source": "bcrt1qjyy0eryelnk2mewnkg0uw8kp594qvd356tp6f2", + "source": "bcrt1qwxesp6dlda3gumx3rcchclla44ephyu74dm9d4", "status": "valid", - "tx_hash": "c7b48a062f3601432e47e73a3941a9afaeaf0b4800ca5169808b5b13768456da", + "tx_hash": "f920c0770f9f616973178538b8dd1ec2192525f8958cac42a5118d410dd2e0b8", "tx_index": 9, - "block_time": 1728035058, + "block_time": 1728123773, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, - "tx_hash": "c7b48a062f3601432e47e73a3941a9afaeaf0b4800ca5169808b5b13768456da", + "tx_hash": "f920c0770f9f616973178538b8dd1ec2192525f8958cac42a5118d410dd2e0b8", "block_index": 121, - "block_time": 1728035058 + "block_time": 1728123773 } ], "next_cursor": 65, From fc7701b36099483ae45c4b6473a5c69efcb580ca Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Sat, 5 Oct 2024 10:50:45 +0000 Subject: [PATCH 17/23] Fix AttributeError on get_transactions --- counterparty-core/counterpartycore/lib/api/api_v1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/counterparty-core/counterpartycore/lib/api/api_v1.py b/counterparty-core/counterpartycore/lib/api/api_v1.py index 10b58b0dc5..0c60e826b6 100644 --- a/counterparty-core/counterpartycore/lib/api/api_v1.py +++ b/counterparty-core/counterpartycore/lib/api/api_v1.py @@ -427,7 +427,8 @@ def adjust_get_transactions_results(query_result): """Format the data field. Try and decode the data from a utf-8 uncoded string. Invalid utf-8 strings return an empty data.""" filtered_results = [] for transaction_row in list(query_result): - transaction_row["data"] = transaction_row["data"].hex() + if isinstance(transaction_row["data"], bytes): + transaction_row["data"] = transaction_row["data"].hex() filtered_results.append(transaction_row) return filtered_results From 7c351c940b50b6d6d1b9d90f97cb79bbb2b5cca7 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Sat, 5 Oct 2024 10:59:19 +0000 Subject: [PATCH 18/23] Catch BadRequest Error --- counterparty-core/counterpartycore/lib/api/api_server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/counterparty-core/counterpartycore/lib/api/api_server.py b/counterparty-core/counterpartycore/lib/api/api_server.py index 994c57c205..5a2c62839b 100644 --- a/counterparty-core/counterpartycore/lib/api/api_server.py +++ b/counterparty-core/counterpartycore/lib/api/api_server.py @@ -310,6 +310,7 @@ def handle_route(**kwargs): result = execute_api_function(db, rule, route, function_args) except ( exceptions.JSONRPCInvalidRequest, + flask.wrappers.BadRequest, exceptions.TransactionError, exceptions.BalanceError, exceptions.UnknownPubKeyError, From bb5eab84738198bcf75fba01c39d83aa48aa6759 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Sat, 5 Oct 2024 13:13:33 +0000 Subject: [PATCH 19/23] update release notes --- release-notes/release-notes-v10.4.3.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/release-notes/release-notes-v10.4.3.md b/release-notes/release-notes-v10.4.3.md index 79de471369..96a99caf8c 100644 --- a/release-notes/release-notes-v10.4.3.md +++ b/release-notes/release-notes-v10.4.3.md @@ -3,20 +3,24 @@ # Upgrading +This release is not a protocol change and does not require any reparsing. A regression in the v1 API has been resolved. # ChangeLog -## Protocol Changes - ## Bugfixes - Fix `asset_events` during an asset ownership transfer +- Refresh XCP supply in API DB on startup +- Clean mempool after each block when catching up +- Tweak mempool cleaning in API Watcher +- Fix `AttributeError` on `get_transactions` (API v1) +- Catch `BadRequest` error (API v2) ## Codebase - -## API +- Add `regtest` and `mainnet` test for `healthz` endpoint +- Execute `check.asset_conservation()` in the background in a separate thread, at startup, and then every 12 hours ## API @@ -24,7 +28,7 @@ - Addition of the `/v2/routes` route in the `/v2/` result - Addition of the `addresses` argument for the `/v2/mempool/events` route - `/v2/transactions/unpack` now supports prefixed data -- `/v2/addresses/
/assets` now returns assets issued and owned by `
` +- `/v2/addresses/
/assets` now returns assets issued or owned by `
` - Addition of the following routes: - `/v2/addresses/
/assets/issued` - `/v2/addresses/
/assets/owned` From 27c50f0293e8139015342f9b389f8a4597c2de6a Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Sat, 5 Oct 2024 13:35:37 +0000 Subject: [PATCH 20/23] Bump version --- apiary.apib | 2 +- counterparty-core/counterpartycore/lib/config.py | 2 +- .../counterpartycore/test/regtest/apidoc/blueprint-template.md | 2 +- counterparty-core/requirements.txt | 2 +- counterparty-rs/Cargo.lock | 2 +- counterparty-rs/Cargo.toml | 2 +- counterparty-wallet/requirements.txt | 2 +- docker-compose.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apiary.apib b/apiary.apib index 0e3dc24969..c28cc90be9 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1437,7 +1437,7 @@ Returns server information and the list of documented routes in JSON format. "result": { "server_ready": true, "network": "mainnet", - "version": "10.4.2", + "version": "10.4.3", "backend_height": 850214, "counterparty_height": 850214, "documentation": "https://counterpartycore.docs.apiary.io/", diff --git a/counterparty-core/counterpartycore/lib/config.py b/counterparty-core/counterpartycore/lib/config.py index e1b3138288..e341a5f835 100644 --- a/counterparty-core/counterpartycore/lib/config.py +++ b/counterparty-core/counterpartycore/lib/config.py @@ -5,7 +5,7 @@ # Semantic Version -__version__ = "10.4.2" # for hatch +__version__ = "10.4.3" # for hatch VERSION_STRING = __version__ version = VERSION_STRING.split("-")[0].split(".") VERSION_MAJOR = int(version[0]) diff --git a/counterparty-core/counterpartycore/test/regtest/apidoc/blueprint-template.md b/counterparty-core/counterpartycore/test/regtest/apidoc/blueprint-template.md index 4401b4b0c8..28c3f264ef 100644 --- a/counterparty-core/counterpartycore/test/regtest/apidoc/blueprint-template.md +++ b/counterparty-core/counterpartycore/test/regtest/apidoc/blueprint-template.md @@ -158,7 +158,7 @@ Returns server information and the list of documented routes in JSON format. "result": { "server_ready": true, "network": "mainnet", - "version": "10.4.2", + "version": "10.4.3", "backend_height": 850214, "counterparty_height": 850214, "documentation": "https://counterpartycore.docs.apiary.io/", diff --git a/counterparty-core/requirements.txt b/counterparty-core/requirements.txt index 80452ba258..a81edc1531 100644 --- a/counterparty-core/requirements.txt +++ b/counterparty-core/requirements.txt @@ -32,4 +32,4 @@ python-gnupg==0.5.2 pyzmq==26.0.3 JSON-log-formatter==1.0 yoyo-migrations==8.2.0 -counterparty-rs==10.4.2 +counterparty-rs==10.4.3 diff --git a/counterparty-rs/Cargo.lock b/counterparty-rs/Cargo.lock index 4b8b4a1406..4d71de1633 100644 --- a/counterparty-rs/Cargo.lock +++ b/counterparty-rs/Cargo.lock @@ -382,7 +382,7 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "counterparty-rs" -version = "10.4.2" +version = "10.4.3" dependencies = [ "bip32", "bitcoin 0.29.2", diff --git a/counterparty-rs/Cargo.toml b/counterparty-rs/Cargo.toml index 481de282b3..0d1bf8c25c 100644 --- a/counterparty-rs/Cargo.toml +++ b/counterparty-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "counterparty-rs" -version = "10.4.2" +version = "10.4.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/counterparty-wallet/requirements.txt b/counterparty-wallet/requirements.txt index fd60de3e10..cdef22d3f2 100644 --- a/counterparty-wallet/requirements.txt +++ b/counterparty-wallet/requirements.txt @@ -5,4 +5,4 @@ colorlog==6.8.0 python-dateutil==2.8.2 requests==2.32.0 termcolor==2.4.0 -counterparty-core==10.4.2 +counterparty-core==10.4.3 diff --git a/docker-compose.yml b/docker-compose.yml index 7609a00533..b9907fb696 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ x-addrindexrs-common: &addrindexrs-common restart: unless-stopped x-counterparty-common: &counterparty-common - image: counterparty/counterparty:v10.4.2 + image: counterparty/counterparty:v10.4.3 stop_grace_period: 1m volumes: - data:/root/.bitcoin From c68c26573b31b51f1270196f29be65ecffa89e26 Mon Sep 17 00:00:00 2001 From: warrenpuffett Date: Sat, 5 Oct 2024 09:54:28 -0400 Subject: [PATCH 21/23] reset start_height after reorg --- counterparty-rs/src/indexer/workers/producer.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/counterparty-rs/src/indexer/workers/producer.rs b/counterparty-rs/src/indexer/workers/producer.rs index aa3ef40454..ea26886a04 100644 --- a/counterparty-rs/src/indexer/workers/producer.rs +++ b/counterparty-rs/src/indexer/workers/producer.rs @@ -56,7 +56,7 @@ where pub fn new( client: C, db: D, - start_height: u32, + initial_height: u32, reorg_window: u32, ) -> impl Fn( Receiver>, @@ -70,6 +70,7 @@ where B: BlockHasPrevBlockHash, { move |_, tx, stopper| { + let mut start_height = initial_height; let mut height = start_height; let mut target_height = if height > 0 { height - 1 } else { 0 }; let mut reorg_detection_enabled = false; @@ -111,6 +112,7 @@ where db.write_batch(|batch| db.rollback_to_height(batch, last_matching_height))?; height = last_matching_height + 1; + start_height = height; target_height = height - 1; reorg_detection_enabled = false; continue; From b80600c564e1a1da161873af36224313ac02af75 Mon Sep 17 00:00:00 2001 From: Adam Krellenstein Date: Sat, 5 Oct 2024 10:03:39 -0400 Subject: [PATCH 22/23] Tweak Release Notes for v10.4.3 --- release-notes/release-notes-v10.4.3.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/release-notes/release-notes-v10.4.3.md b/release-notes/release-notes-v10.4.3.md index 96a99caf8c..03b3942a81 100644 --- a/release-notes/release-notes-v10.4.3.md +++ b/release-notes/release-notes-v10.4.3.md @@ -1,12 +1,14 @@ -# Release Notes - Counterparty Core v10.4.3 (2024-??-??) +# Release Notes - Counterparty Core v10.4.3 (2024-10-05) + +This is a minor release with a number of bugfixes and minor improvements to the API. # Upgrading -This release is not a protocol change and does not require any reparsing. A regression in the v1 API has been resolved. +This release is not a protocol change and does not require a database reparse. -# ChangeLog +# ChangeLog ## Bugfixes @@ -19,17 +21,17 @@ This release is not a protocol change and does not require any reparsing. A regr ## Codebase -- Add `regtest` and `mainnet` test for `healthz` endpoint -- Execute `check.asset_conservation()` in the background in a separate thread, at startup, and then every 12 hours +- Add `regtest` and `mainnet` test for the `healthz` endpoint +- Re-enable `check.asset_conservation()` and run it in the background, in a separate thread, both at startup and every 12 hours ## API -- Use of the Github repository for the Blueprint URL -- Addition of the `/v2/routes` route in the `/v2/` result -- Addition of the `addresses` argument for the `/v2/mempool/events` route -- `/v2/transactions/unpack` now supports prefixed data -- `/v2/addresses/
/assets` now returns assets issued or owned by `
` -- Addition of the following routes: +- Use the GitHub repository for the Blueprint URL +- Add the `/v2/routes` route in the `/v2/` result +- Add the `addresses` argument to the `/v2/mempool/events` route +- Support prefixed data for `/v2/transactions/unpack` +- Return assets issued and owned by `
` in `/v2/addresses/
/assets` +- Add the following routes: - `/v2/addresses/
/assets/issued` - `/v2/addresses/
/assets/owned` From 927cb63f665821c4094a905c8a85f852c382b88c Mon Sep 17 00:00:00 2001 From: Adam Krellenstein Date: Sat, 5 Oct 2024 10:06:50 -0400 Subject: [PATCH 23/23] Release Notes for RSFetcher Bugfix --- release-notes/release-notes-v10.4.3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/release-notes-v10.4.3.md b/release-notes/release-notes-v10.4.3.md index 03b3942a81..f4b6b80221 100644 --- a/release-notes/release-notes-v10.4.3.md +++ b/release-notes/release-notes-v10.4.3.md @@ -18,6 +18,7 @@ This release is not a protocol change and does not require a database reparse. - Tweak mempool cleaning in API Watcher - Fix `AttributeError` on `get_transactions` (API v1) - Catch `BadRequest` error (API v2) +- Fix off-by-one error in RSFetcher reorg logic ## Codebase