From 3caa325bf2e31a6868c997ee4adcf2f1504ffdd4 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Wed, 4 Dec 2024 13:49:36 +0000 Subject: [PATCH] document events field --- apiary.apib | 4723 +++++++++-------- .../test/regtest/apidoc/blueprint-template.md | 7 + 2 files changed, 2407 insertions(+), 2323 deletions(-) diff --git a/apiary.apib b/apiary.apib index 62c9d118ed..6e0a757007 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1,4 +1,4 @@ -[//]: # (Generated by genapidoc.py on 2024-12-04 13:06:49.036437. Do not edit manually.) +[//]: # (Generated by genapidoc.py on 2024-12-04 13:44:58.215390. Do not edit manually.) FORMAT: 1A HOST: https://api.counterparty.io:4000 @@ -95,6 +95,13 @@ Or to know the events triggered by a given transaction: `/v2/transactions//events` +You can also obtain the events triggered by a transaction using the `verbose` flag: + +`/v2/transactions?verbose=true` + +However, please note that in this way, the following events are excluded from the list of events: +`NEW_TRANSACTION`, `TRANSACTION_PARSED`, `CREDIT`, `DEBIT`, `INCREMENT_TRANSACTION_COUNT`, `NEW_TRANSACTION_OUTPUT`. + ### ZeroMQ Publisher You can enable the ZeroMQ server by starting `counterparty-server` with the `--enable-zmq-publisher` flag. @@ -181,15 +188,15 @@ Here is a list of events classified by theme and for each an example response: "event_index": 941, "event": "NEW_BLOCK", "params": { - "block_hash": "77a5c38be9e0d8831260bcf5e4bfd5ae8dc2c0f05552aa5c0d954d3cb8aaaeb2", + "block_hash": "100d456a7f1485dd33cb5087a88b98d511265fac61c018ea944bebf53b532b0a", "block_index": 235, - "block_time": 1733317594, + "block_time": 1733319879, "difficulty": 545259519, - "previous_block_hash": "6e0b0acf5191344cc2ce02aa735d2af23a32fedb896ec28dde55d99f729507e4" + "previous_block_hash": "68431d0a84ea6046a98f59dc45bdd879a4afda4a72d7f302f810985437852777" }, "tx_hash": null, "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": 939, @@ -206,23 +213,23 @@ Here is a list of events classified by theme and for each an example response: "event_index": 942, "event": "NEW_TRANSACTION", "params": { - "block_hash": "77a5c38be9e0d8831260bcf5e4bfd5ae8dc2c0f05552aa5c0d954d3cb8aaaeb2", + "block_hash": "100d456a7f1485dd33cb5087a88b98d511265fac61c018ea944bebf53b532b0a", "block_index": 235, - "block_time": 1733317594, + "block_time": 1733319879, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "destination": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "fee": 0, - "source": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "source": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "transaction_type": "dispense", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "utxos_info": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1 a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1 3 0", + "utxos_info": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1 a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1 3 0", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": 932, @@ -241,16 +248,16 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "destination": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "out_index": 0, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": 592, @@ -268,15 +275,15 @@ Here is a list of events classified by theme and for each an example response: "event": "BLOCK_PARSED", "params": { "block_index": 235, - "ledger_hash": "64d540feabd4e150ab3b9eac97281654069baffdcd2737ae12f077c21ce85242", - "messages_hash": "001977e7c359961a3206d2f7ed1d9590a5e5706cc879d028b96b98e30945c11c", + "ledger_hash": "2a6e041e3eaaaa5663e09f360bd4189a68cd1f637b19d22e2979826a32ac3abc", + "messages_hash": "8b253dcdd3b48a2de501438a73f652611657c13b56da1f9f01b979c06aac4e61", "transaction_count": 1, - "txlist_hash": "ea1f11c9451f54ba4d7ca78a9a91b0b81e2f6979a532ddcd935dd24fdc00267c", - "block_time": 1733317594 + "txlist_hash": "04c7a7090441f267477a0919506801b64cdb630252571f1ca4726ff308318e68", + "block_time": 1733319879 }, "tx_hash": null, "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": 940, @@ -294,12 +301,12 @@ Here is a list of events classified by theme and for each an example response: "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110 }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": 937, @@ -322,12 +329,12 @@ Here is a list of events classified by theme and for each an example response: "address": null, "asset": "XCP", "block_index": 235, - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 2000000000, "tx_index": 110, - "utxo": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", - "utxo_address": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", - "block_time": 1733317594, + "utxo": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", + "utxo_address": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -337,9 +344,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": 944, @@ -356,16 +363,16 @@ Here is a list of events classified by theme and for each an example response: "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "address": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "block_index": 235, "calling_function": "dispense", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 66, "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -375,9 +382,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": 948, @@ -396,26 +403,26 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MPMASSET", "block_index": 201, - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "memo": null, "quantity": 1000, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54", + "tx_hash": "6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8", "tx_index": 77, - "block_time": 1733317412, + "block_time": 1733319667, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00001000" }, - "tx_hash": "8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54", + "tx_hash": "6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8", "block_index": 201, - "block_time": 1733317412 + "block_time": 1733319667 } ], "next_cursor": 528, @@ -434,15 +441,15 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 205, - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "status": "valid", - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "tx_index": 81, - "block_time": 1733317428, + "block_time": 1733319692, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -452,9 +459,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000010" }, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "block_time": 1733317428 + "block_time": 1733319692 } ], "next_cursor": 712, @@ -492,20 +499,20 @@ Here is a list of events classified by theme and for each an example response: "event": "SWEEP", "params": { "block_index": 190, - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "source": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "status": "valid", - "tx_hash": "feb95d92ac36eb01d8e0b23a8ca236463a9552b16461d9931456464735e101b9", + "tx_hash": "2d4149f571525e6c6de8b31e7fe86e5bcaecaa72040580dabb11cca44aee66c1", "tx_index": 65, - "block_time": 1733317357, + "block_time": 1733319626, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "feb95d92ac36eb01d8e0b23a8ca236463a9552b16461d9931456464735e101b9", + "tx_hash": "2d4149f571525e6c6de8b31e7fe86e5bcaecaa72040580dabb11cca44aee66c1", "block_index": 190, - "block_time": 1733317357 + "block_time": 1733319626 } ], "next_cursor": null, @@ -527,15 +534,15 @@ Here is a list of events classified by theme and for each an example response: "dividend_asset": "XCP", "fee_paid": 20000, "quantity_per_unit": 100000000, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "9da32cbbb5f31755646b0830872f7309145d02cc5814eb0555f44e8ae09b10ff", + "tx_hash": "930adf3a01bad320671e64e9d99387ddd452a25ab682d603c422ae52f0dc8ba5", "tx_index": 42, - "block_time": 1733317159, + "block_time": 1733319448, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -549,9 +556,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.00020000" }, - "tx_hash": "9da32cbbb5f31755646b0830872f7309145d02cc5814eb0555f44e8ae09b10ff", + "tx_hash": "930adf3a01bad320671e64e9d99387ddd452a25ab682d603c422ae52f0dc8ba5", "block_index": 146, - "block_time": 1733317159 + "block_time": 1733319448 } ], "next_cursor": null, @@ -584,11 +591,11 @@ Here is a list of events classified by theme and for each an example response: "asset_longname": null, "asset_name": "OPENFAIR", "block_index": 233, - "block_time": 1733317576 + "block_time": 1733319860 }, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "block_index": 233, - "block_time": 1733317576 + "block_time": 1733319860 } ], "next_cursor": 899, @@ -616,22 +623,22 @@ Here is a list of events classified by theme and for each an example response: "divisible": true, "fair_minting": true, "fee_paid": 50000000.0, - "issuer": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "issuer": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "locked": false, "quantity": 0, "reset": false, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": "valid", "transfer": false, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "tx_index": 109, - "block_time": 1733317576, + "block_time": 1733319860, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" }, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "block_index": 233, - "block_time": 1733317576 + "block_time": 1733319860 } ], "next_cursor": 900, @@ -651,16 +658,16 @@ Here is a list of events classified by theme and for each an example response: "asset": "PREMINT", "block_index": 228, "quantity": 50, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "status": "valid", "tag": "soft cap not reached", - "tx_hash": "85dc0d7ef9ae77b6d650d9794f1cd69315bfc39a73b9e9a32bc5604df81cad01", + "tx_hash": "ed55f98d546519a5d0bcdf654b30b79939ea343773a5389819ff5ffa562f53d0", "tx_index": 101, - "block_time": 1733317548, + "block_time": 1733319825, "asset_info": { "asset_longname": null, "description": "My super description", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false }, @@ -668,7 +675,7 @@ Here is a list of events classified by theme and for each an example response: }, "tx_hash": null, "block_index": 228, - "block_time": 1733317548 + "block_time": 1733319825 } ], "next_cursor": 832, @@ -700,11 +707,11 @@ Here is a list of events classified by theme and for each an example response: "give_asset": "BTC", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": "open", - "tx_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "tx_index": 108, - "block_time": 1733317572, + "block_time": 1733319847, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -715,7 +722,7 @@ Here is a list of events classified by theme and for each an example response: "get_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "issuer": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "divisible": true, "locked": false }, @@ -728,9 +735,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": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "block_index": 232, - "block_time": 1733317572 + "block_time": 1733319847 } ], "next_cursor": 920, @@ -753,24 +760,24 @@ Here is a list of events classified by theme and for each an example response: "fee_paid": 0, "forward_asset": "UTXOASSET", "forward_quantity": 1000, - "id": "3c179c0d7e8e344e64568152755651ae134ef72eaf5800aec2bf87a464bf6112_b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "id": "7a168d2f9bca64131af10487052927ff5952eba54c3293f2ad9d4703fea3a1c6_c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "match_expire_index": 252, "status": "pending", - "tx0_address": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "tx0_address": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "tx0_block_index": 231, "tx0_expiration": 21, - "tx0_hash": "3c179c0d7e8e344e64568152755651ae134ef72eaf5800aec2bf87a464bf6112", + "tx0_hash": "7a168d2f9bca64131af10487052927ff5952eba54c3293f2ad9d4703fea3a1c6", "tx0_index": 107, - "tx1_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "tx1_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "tx1_block_index": 232, "tx1_expiration": 21, - "tx1_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx1_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "tx1_index": 108, - "block_time": 1733317572, + "block_time": 1733319847, "forward_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "issuer": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "divisible": true, "locked": false }, @@ -785,9 +792,9 @@ Here is a list of events classified by theme and for each an example response: "backward_quantity_normalized": "0.00001000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "block_index": 232, - "block_time": 1733317572 + "block_time": 1733319847 } ], "next_cursor": 691, @@ -809,13 +816,13 @@ Here is a list of events classified by theme and for each an example response: "get_remaining": 0, "give_remaining": 0, "status": "open", - "tx_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "block_index": 232, - "block_time": 1733317572 + "block_time": 1733319847 } ], "next_cursor": 926, @@ -833,11 +840,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d" + "tx_hash": "36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686" }, - "tx_hash": "6358b5b1860690d3e4e47f6c9662775a563d8206150c6aa1df734adca0131f44", + "tx_hash": "30dbdde257a07fb678c79d10dfa7f5b86db8b9604affe846d131880cb7db29cd", "block_index": 182, - "block_time": 1733317298 + "block_time": 1733319578 } ], "next_cursor": null, @@ -854,13 +861,13 @@ Here is a list of events classified by theme and for each an example response: "event_index": 859, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", - "order_match_id": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "id": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", + "order_match_id": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "status": "expired" }, - "tx_hash": "ce88e76afde1df18ac3f9d23e06e3861a2ba980aae07dbbb09f158b98a0c9432", + "tx_hash": "22b588a3217ade30112909630f2b930e751438d7bd900585bb073d3f068d980f", "block_index": 225, - "block_time": 1733317539 + "block_time": 1733319815 } ], "next_cursor": 685, @@ -879,18 +886,18 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 182, "btc_amount": 2000, - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "order_match_id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "order_match_id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "status": "valid", - "tx_hash": "6358b5b1860690d3e4e47f6c9662775a563d8206150c6aa1df734adca0131f44", + "tx_hash": "30dbdde257a07fb678c79d10dfa7f5b86db8b9604affe846d131880cb7db29cd", "tx_index": 57, - "block_time": 1733317298, + "block_time": 1733319578, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "6358b5b1860690d3e4e47f6c9662775a563d8206150c6aa1df734adca0131f44", + "tx_hash": "30dbdde257a07fb678c79d10dfa7f5b86db8b9604affe846d131880cb7db29cd", "block_index": 182, - "block_time": 1733317298 + "block_time": 1733319578 } ], "next_cursor": null, @@ -908,16 +915,16 @@ Here is a list of events classified by theme and for each an example response: "event": "CANCEL_ORDER", "params": { "block_index": 188, - "offer_hash": "63c7d2dc439cbe6959f17062e007d26ab68c4f8adcb83d4861bd697a13302b9f", - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "offer_hash": "fee58885dc6a8b88911820a12726a79f2e183ab3db4b381318c671184476faa5", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "d264752a1c1be8cc73427cab722dc0c4ba2dfa1899fb34c55fc6989f136d5c29", + "tx_hash": "718475eb9efc4d3ab60544db2a84976d80dc4de9efdf8faafd1df430a8bd7cf1", "tx_index": 63, - "block_time": 1733317349 + "block_time": 1733319619 }, - "tx_hash": "d264752a1c1be8cc73427cab722dc0c4ba2dfa1899fb34c55fc6989f136d5c29", + "tx_hash": "718475eb9efc4d3ab60544db2a84976d80dc4de9efdf8faafd1df430a8bd7cf1", "block_index": 188, - "block_time": 1733317349 + "block_time": 1733319619 } ], "next_cursor": null, @@ -935,13 +942,13 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_EXPIRATION", "params": { "block_index": 211, - "order_hash": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726", - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "block_time": 1733317468 + "order_hash": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "block_time": 1733319733 }, - "tx_hash": "bc20479b2662488b6e3be5cfe523fb18cdea81aa47d7b60a15c8a3c958bf4d98", + "tx_hash": "9d2a1d609e1ef1a70c4c113d1290a262d427ca0d5a23f044599124bbb193f355", "block_index": 211, - "block_time": 1733317468 + "block_time": 1733319733 } ], "next_cursor": 705, @@ -959,14 +966,14 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 225, - "order_match_id": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "tx1_address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", - "block_time": 1733317539 + "order_match_id": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "tx1_address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", + "block_time": 1733319815 }, - "tx_hash": "ce88e76afde1df18ac3f9d23e06e3861a2ba980aae07dbbb09f158b98a0c9432", + "tx_hash": "22b588a3217ade30112909630f2b930e751438d7bd900585bb073d3f068d980f", "block_index": 225, - "block_time": 1733317539 + "block_time": 1733319815 } ], "next_cursor": 688, @@ -992,17 +999,17 @@ Here is a list of events classified by theme and for each an example response: "give_quantity": 1, "give_remaining": 10000, "oracle_address": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "satoshirate": 1, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": 0, - "tx_hash": "07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589", + "tx_hash": "30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b", "tx_index": 68, - "block_time": 1733317379, + "block_time": 1733319637, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -1011,9 +1018,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": "07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589", + "tx_hash": "30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b", "block_index": 193, - "block_time": 1733317379 + "block_time": 1733319637 } ], "next_cursor": 264, @@ -1033,9 +1040,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": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": 0, - "tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1045,9 +1052,9 @@ Here is a list of events classified by theme and for each an example response: }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": 594, @@ -1066,13 +1073,13 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 135, - "destination": "mhZNcnNt5BMcYPLrXJDmXgtRf1rnWmbRJA", + "destination": "mmKrci4btxkJ6FEYHeiS7AJuF6xEPLNZ1K", "dispense_quantity": 10, - "dispenser_tx_hash": "6e6505929dd350c32a6e02c0ef5d8859f80acc85701c21b7090b75ddfc28ccc0", - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "tx_hash": "c48ba80b7ae108a79aee7f2f5bbfc8b9e52285e313ed5694dc18277aa285f4b1", + "dispenser_tx_hash": "a25ba8cf9f67eeac83ee7dcf9b645843b38a5d6b53b07416b44dd9520b12538c", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "tx_hash": "e25dab2aec4b10303cbed3936bd2434dfefcc79dba7f6cb27eadb021e51b9249", "tx_index": 31, - "block_time": 1733317110, + "block_time": 1733319406, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1082,9 +1089,9 @@ Here is a list of events classified by theme and for each an example response: }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "c48ba80b7ae108a79aee7f2f5bbfc8b9e52285e313ed5694dc18277aa285f4b1", + "tx_hash": "e25dab2aec4b10303cbed3936bd2434dfefcc79dba7f6cb27eadb021e51b9249", "block_index": 135, - "block_time": 1733317110 + "block_time": 1733319406 } ], "next_cursor": null, @@ -1104,14 +1111,14 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "destination": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1122,9 +1129,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": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": 595, @@ -1146,19 +1153,19 @@ Here is a list of events classified by theme and for each an example response: "block_index": 129, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "045407d55adaf8e4b8a22611d3412fb257d2db322645bb1c11c36d7ed566c7b8", + "tx_hash": "8ef3a5b64b216073c4f716d868a34a39fd673f6d6e5eafdf5563f62696014155", "tx_index": 25, "value": 66600.0, - "block_time": 1733317078, + "block_time": 1733319386, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "045407d55adaf8e4b8a22611d3412fb257d2db322645bb1c11c36d7ed566c7b8", + "tx_hash": "8ef3a5b64b216073c4f716d868a34a39fd673f6d6e5eafdf5563f62696014155", "block_index": 129, - "block_time": 1733317078 + "block_time": 1733319386 } ], "next_cursor": 205, @@ -1196,12 +1203,12 @@ Here is a list of events classified by theme and for each an example response: "quantity_by_price": 1, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "start_block": 0, "status": "open", - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "tx_index": 109, - "block_time": 1733317576, + "block_time": 1733319860, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -1209,9 +1216,9 @@ Here is a list of events classified by theme and for each an example response: "max_mint_per_tx_normalized": "0.00000010", "premint_quantity_normalized": "0.00000000" }, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "block_index": 233, - "block_time": 1733317576 + "block_time": 1733319860 } ], "next_cursor": 874, @@ -1229,11 +1236,11 @@ Here is a list of events classified by theme and for each an example response: "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "85dc0d7ef9ae77b6d650d9794f1cd69315bfc39a73b9e9a32bc5604df81cad01" + "tx_hash": "ed55f98d546519a5d0bcdf654b30b79939ea343773a5389819ff5ffa562f53d0" }, "tx_hash": null, "block_index": 228, - "block_time": 1733317548 + "block_time": 1733319825 } ], "next_cursor": 869, @@ -1254,17 +1261,17 @@ Here is a list of events classified by theme and for each an example response: "block_index": 221, "commission": 20000000, "earn_quantity": 80000000, - "fairminter_tx_hash": "cb80706a61daa46e1928d94ae7c5c7ed10c70fe27fba217303b5c3121c802fcd", + "fairminter_tx_hash": "d56b8f1859300bfb423fd7791fb1f55ef3716b6c65e5a9cd380de6cf9997fcae", "paid_quantity": 100000000, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": "valid", - "tx_hash": "dfa755ad85e9fb92e0d03f2c91e2689caa84b7c093aea19a1194824656d126bf", + "tx_hash": "5745a3177af458ec03bc7a730a3d8238f3742e54dcbd1d96a8eb752232886121", "tx_index": 97, - "block_time": 1733317523, + "block_time": 1733319791, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": true }, @@ -1272,9 +1279,9 @@ Here is a list of events classified by theme and for each an example response: "commission_normalized": "0.20000000", "paid_quantity_normalized": "1.00000000" }, - "tx_hash": "dfa755ad85e9fb92e0d03f2c91e2689caa84b7c093aea19a1194824656d126bf", + "tx_hash": "5745a3177af458ec03bc7a730a3d8238f3742e54dcbd1d96a8eb752232886121", "block_index": 221, - "block_time": 1733317523 + "block_time": 1733319791 } ], "next_cursor": 816, @@ -1295,28 +1302,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "CHAINING", "block_index": 230, - "destination": "738edf85270c39abd1f1c82a56851b4a5cca33b6c368910c70967e4b6501e24b:1", + "destination": "1a447a3abb1b5768dc40ce4e9483913ad1e0e7cb0ac0175677ca0ccce4fc25ae:1", "fee_paid": 0, "msg_index": 0, "quantity": 100000000, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "status": "valid", - "tx_hash": "738edf85270c39abd1f1c82a56851b4a5cca33b6c368910c70967e4b6501e24b", + "tx_hash": "1a447a3abb1b5768dc40ce4e9483913ad1e0e7cb0ac0175677ca0ccce4fc25ae", "tx_index": 104, - "block_time": 1733317565, + "block_time": 1733319841, "asset_info": { "asset_longname": null, "description": "My super asset CHAINING", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false }, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "738edf85270c39abd1f1c82a56851b4a5cca33b6c368910c70967e4b6501e24b", + "tx_hash": "1a447a3abb1b5768dc40ce4e9483913ad1e0e7cb0ac0175677ca0ccce4fc25ae", "block_index": 230, - "block_time": 1733317565 + "block_time": 1733319841 } ], "next_cursor": 638, @@ -1335,28 +1342,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "CHAINING", "block_index": 230, - "destination": "bcrt1qw3fsc6n96la23em8lwss6yv7vzwwu36zk0j9cu", + "destination": "bcrt1qu49m5c0l5qwcmf5c5y4rl4afuzcnfsh0tfwn79", "fee_paid": 0, "msg_index": 0, "quantity": 100000000, - "source": "a5619355c157fb4b2a182c344a561e87167e549e6a6648cb517aa8fbf4142d0f:0", + "source": "256c9a320011e4780ab938e3719877e438a3ec822ab6db772e2d1b26ad3d1eb7:0", "status": "valid", - "tx_hash": "8361b927d54a408d2e6846c2f84935bcf8514f1a3230d757d786eab96bc6a227", + "tx_hash": "142f53ad3cc6b8bd78c819881dbcf548eb5e950293a726f6280de3097d73ef0c", "tx_index": 106, - "block_time": 1733317565, + "block_time": 1733319841, "asset_info": { "asset_longname": null, "description": "My super asset CHAINING", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false }, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "8361b927d54a408d2e6846c2f84935bcf8514f1a3230d757d786eab96bc6a227", + "tx_hash": "142f53ad3cc6b8bd78c819881dbcf548eb5e950293a726f6280de3097d73ef0c", "block_index": 230, - "block_time": 1733317565 + "block_time": 1733319841 } ], "next_cursor": 630, @@ -1375,14 +1382,14 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 235, - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "msg_index": 1, "quantity": 2000000000, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", "status": "valid", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1392,9 +1399,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": 946, @@ -1416,17 +1423,17 @@ Here is a list of events classified by theme and for each an example response: "block_index": 112, "burned": 50000000, "earned": 74999998167, - "source": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "source": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "status": "valid", - "tx_hash": "1408979a2a046c0bd83c5233f512dbca1087777b4f2c56a11857e2fd468b15fe", + "tx_hash": "2c7cc027807ad5f4437011c5714c378d654e7a4b51bd81e6d1f6603cc1420ade", "tx_index": 9, - "block_time": 1733317004, + "block_time": 1733319324, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, - "tx_hash": "1408979a2a046c0bd83c5233f512dbca1087777b4f2c56a11857e2fd468b15fe", + "tx_hash": "2c7cc027807ad5f4437011c5714c378d654e7a4b51bd81e6d1f6603cc1420ade", "block_index": 112, - "block_time": 1733317004 + "block_time": 1733319324 } ], "next_cursor": 58, @@ -1486,56 +1493,56 @@ Returns the list of the last ten blocks "result": [ { "block_index": 235, - "block_hash": "77a5c38be9e0d8831260bcf5e4bfd5ae8dc2c0f05552aa5c0d954d3cb8aaaeb2", - "block_time": 1733317594, - "ledger_hash": "64d540feabd4e150ab3b9eac97281654069baffdcd2737ae12f077c21ce85242", - "txlist_hash": "ea1f11c9451f54ba4d7ca78a9a91b0b81e2f6979a532ddcd935dd24fdc00267c", - "messages_hash": "001977e7c359961a3206d2f7ed1d9590a5e5706cc879d028b96b98e30945c11c", - "previous_block_hash": "6e0b0acf5191344cc2ce02aa735d2af23a32fedb896ec28dde55d99f729507e4", + "block_hash": "100d456a7f1485dd33cb5087a88b98d511265fac61c018ea944bebf53b532b0a", + "block_time": 1733319879, + "ledger_hash": "2a6e041e3eaaaa5663e09f360bd4189a68cd1f637b19d22e2979826a32ac3abc", + "txlist_hash": "04c7a7090441f267477a0919506801b64cdb630252571f1ca4726ff308318e68", + "messages_hash": "8b253dcdd3b48a2de501438a73f652611657c13b56da1f9f01b979c06aac4e61", + "previous_block_hash": "68431d0a84ea6046a98f59dc45bdd879a4afda4a72d7f302f810985437852777", "difficulty": 545259519, "transaction_count": 1 }, { "block_index": 234, - "block_hash": "6e0b0acf5191344cc2ce02aa735d2af23a32fedb896ec28dde55d99f729507e4", - "block_time": 1733317589, - "ledger_hash": "3653c56ae834dff0ac437ca604f1bcf05c591ae473897f3fc35554fd345a67e7", - "txlist_hash": "de5019a633d8fcc3fbbeef7fd59d919d735a402bbaf20cb05f7c6aa9608d4169", - "messages_hash": "19bf5fcc794606e4a97e9e0d1ec5590a3e7a708c3a35b2f97d155b4c682285e9", - "previous_block_hash": "32a6d5b5004404f55b7e7f8c3a1954de1d649c4a9a0b034904c75ea8d3d1c200", + "block_hash": "68431d0a84ea6046a98f59dc45bdd879a4afda4a72d7f302f810985437852777", + "block_time": 1733319874, + "ledger_hash": "dcbdc9b246fa36ad9054fe8263d0e84019cb8dcef6b11cf6f00b40f93c299996", + "txlist_hash": "4034fcb770e50ad34beb77355e6576ad04a665cf24124ccb8f2db202b48741ea", + "messages_hash": "ca96795358fc48985bea7fe12244450147438e93c0758b07d8728da69853d5d4", + "previous_block_hash": "2e5d9605e1eebd0eeaacb55c1e2a07c03ce617911e8d610a629b18f83d4dc163", "difficulty": 545259519, "transaction_count": 0 }, { "block_index": 233, - "block_hash": "32a6d5b5004404f55b7e7f8c3a1954de1d649c4a9a0b034904c75ea8d3d1c200", - "block_time": 1733317576, - "ledger_hash": "7b506c97162a759d91fa0434527b01bf4f10eda6135b53905a96d97c795b3a5c", - "txlist_hash": "ab2217017447bc6f7dee964c6e3fd1fe96351f99286eb153deb0aec6de505142", - "messages_hash": "84f20516f4c5d39e68d91447c5b33c6443fc490a54ddef1c011e2147eca669e1", - "previous_block_hash": "580a0e5cd73289e178a83063cd4754e2c3491530daac47552d5f81962f63bc06", + "block_hash": "2e5d9605e1eebd0eeaacb55c1e2a07c03ce617911e8d610a629b18f83d4dc163", + "block_time": 1733319860, + "ledger_hash": "11995743916b46104987c0b7262d42e79c7ceeffbc2b7723d2085c83a09a7bde", + "txlist_hash": "5c355fd9c8cfc72ee19b94bf84197eb0680fc3fa35a3d3ca0ae9b365ede7ad11", + "messages_hash": "52859e81fe7fb341ce5b1d95e4101e52575ec6dc78ad19f92beb92ba9d5e6329", + "previous_block_hash": "081d64b6be20164512557a143ea52d6187c56fd8949307c35f775d1778d777af", "difficulty": 545259519, "transaction_count": 1 }, { "block_index": 232, - "block_hash": "580a0e5cd73289e178a83063cd4754e2c3491530daac47552d5f81962f63bc06", - "block_time": 1733317572, - "ledger_hash": "327d8bcc3c62e89dc323c09ac34e7ceb2e30e19ff12bfd3cdcdd263cb9dd743d", - "txlist_hash": "ce5c35379a976005df01873a1bf4a57d3bd9703bb77a654e291c0b87bf89f226", - "messages_hash": "66dc7ce21a730f4b1476b928e1d3279b9bdcc7b6d61ef14b014f63dedcf3c9f6", - "previous_block_hash": "70b2fb079f41371a2430b1127f20af8889e2b340e6588acdd39865dc76e3bddb", + "block_hash": "081d64b6be20164512557a143ea52d6187c56fd8949307c35f775d1778d777af", + "block_time": 1733319847, + "ledger_hash": "5f292bc69abe760d845309e007d087f364e6a45513ec0e8e6b8b42b2a86aa43b", + "txlist_hash": "b0a6c1dd01d8ad954818ad14c5b76ca0d8e496aa7335ada7a18efb44294bca60", + "messages_hash": "a35386579b81154360579fdb53499e543eb27113b8fdc393d78cf9217e299172", + "previous_block_hash": "67930a3d71eab3a7f308eff1dad7d65a7fa07ec0269c6501ffec3f810939b4f4", "difficulty": 545259519, "transaction_count": 1 }, { "block_index": 231, - "block_hash": "70b2fb079f41371a2430b1127f20af8889e2b340e6588acdd39865dc76e3bddb", - "block_time": 1733317568, - "ledger_hash": "d1f5ab85a3fb834bc9be7c6d015ed8bc58507779f8c04e0ab188fcdc3de108ec", - "txlist_hash": "0a3908f1ed50c5bac8acd41cbc92931d5056e4693638fce43fcaacf6becfb8d1", - "messages_hash": "b9760893b72f868a8c5e8819b40a233f2dbf66f575f031bc94b181021d69fccb", - "previous_block_hash": "704faf134d4c8fbf059bbbfae014051289d320581bb9bcc3fa04a72de019eae8", + "block_hash": "67930a3d71eab3a7f308eff1dad7d65a7fa07ec0269c6501ffec3f810939b4f4", + "block_time": 1733319844, + "ledger_hash": "48acf0ba57c2c8c47978c9a2b8f17c44ef8a62f00f89062169bacd58b54e94ed", + "txlist_hash": "f8d85c3f538c76e5dc81cbf0075f9cedd3f5e29c854361437646621ae65b2b22", + "messages_hash": "c4f728240426cb2f2200240df187778c59f9b8a41f043eaaa1950654196b4864", + "previous_block_hash": "7c06ea5b4e237ab6e02e02f6fbbf1905c34630e7daa2b2cb7c098c85f6b015e0", "difficulty": 545259519, "transaction_count": 1 } @@ -1559,12 +1566,12 @@ Return the information of the last block { "result": { "block_index": 235, - "block_hash": "77a5c38be9e0d8831260bcf5e4bfd5ae8dc2c0f05552aa5c0d954d3cb8aaaeb2", - "block_time": 1733317594, - "ledger_hash": "64d540feabd4e150ab3b9eac97281654069baffdcd2737ae12f077c21ce85242", - "txlist_hash": "ea1f11c9451f54ba4d7ca78a9a91b0b81e2f6979a532ddcd935dd24fdc00267c", - "messages_hash": "001977e7c359961a3206d2f7ed1d9590a5e5706cc879d028b96b98e30945c11c", - "previous_block_hash": "6e0b0acf5191344cc2ce02aa735d2af23a32fedb896ec28dde55d99f729507e4", + "block_hash": "100d456a7f1485dd33cb5087a88b98d511265fac61c018ea944bebf53b532b0a", + "block_time": 1733319879, + "ledger_hash": "2a6e041e3eaaaa5663e09f360bd4189a68cd1f637b19d22e2979826a32ac3abc", + "txlist_hash": "04c7a7090441f267477a0919506801b64cdb630252571f1ca4726ff308318e68", + "messages_hash": "8b253dcdd3b48a2de501438a73f652611657c13b56da1f9f01b979c06aac4e61", + "previous_block_hash": "68431d0a84ea6046a98f59dc45bdd879a4afda4a72d7f302f810985437852777", "difficulty": 545259519, "transaction_count": 1 } @@ -1586,12 +1593,12 @@ Return the information of a block { "result": { "block_index": 235, - "block_hash": "77a5c38be9e0d8831260bcf5e4bfd5ae8dc2c0f05552aa5c0d954d3cb8aaaeb2", - "block_time": 1733317594, - "ledger_hash": "64d540feabd4e150ab3b9eac97281654069baffdcd2737ae12f077c21ce85242", - "txlist_hash": "ea1f11c9451f54ba4d7ca78a9a91b0b81e2f6979a532ddcd935dd24fdc00267c", - "messages_hash": "001977e7c359961a3206d2f7ed1d9590a5e5706cc879d028b96b98e30945c11c", - "previous_block_hash": "6e0b0acf5191344cc2ce02aa735d2af23a32fedb896ec28dde55d99f729507e4", + "block_hash": "100d456a7f1485dd33cb5087a88b98d511265fac61c018ea944bebf53b532b0a", + "block_time": 1733319879, + "ledger_hash": "2a6e041e3eaaaa5663e09f360bd4189a68cd1f637b19d22e2979826a32ac3abc", + "txlist_hash": "04c7a7090441f267477a0919506801b64cdb630252571f1ca4726ff308318e68", + "messages_hash": "8b253dcdd3b48a2de501438a73f652611657c13b56da1f9f01b979c06aac4e61", + "previous_block_hash": "68431d0a84ea6046a98f59dc45bdd879a4afda4a72d7f302f810985437852777", "difficulty": 545259519, "transaction_count": 1 } @@ -1603,7 +1610,7 @@ Return the information of a block Return the information of a block + Parameters - + block_hash: `77a5c38be9e0d8831260bcf5e4bfd5ae8dc2c0f05552aa5c0d954d3cb8aaaeb2` (str, required) - The index of the block to return + + block_hash: `100d456a7f1485dd33cb5087a88b98d511265fac61c018ea944bebf53b532b0a` (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` @@ -1613,12 +1620,12 @@ Return the information of a block { "result": { "block_index": 235, - "block_hash": "77a5c38be9e0d8831260bcf5e4bfd5ae8dc2c0f05552aa5c0d954d3cb8aaaeb2", - "block_time": 1733317594, - "ledger_hash": "64d540feabd4e150ab3b9eac97281654069baffdcd2737ae12f077c21ce85242", - "txlist_hash": "ea1f11c9451f54ba4d7ca78a9a91b0b81e2f6979a532ddcd935dd24fdc00267c", - "messages_hash": "001977e7c359961a3206d2f7ed1d9590a5e5706cc879d028b96b98e30945c11c", - "previous_block_hash": "6e0b0acf5191344cc2ce02aa735d2af23a32fedb896ec28dde55d99f729507e4", + "block_hash": "100d456a7f1485dd33cb5087a88b98d511265fac61c018ea944bebf53b532b0a", + "block_time": 1733319879, + "ledger_hash": "2a6e041e3eaaaa5663e09f360bd4189a68cd1f637b19d22e2979826a32ac3abc", + "txlist_hash": "04c7a7090441f267477a0919506801b64cdb630252571f1ca4726ff308318e68", + "messages_hash": "8b253dcdd3b48a2de501438a73f652611657c13b56da1f9f01b979c06aac4e61", + "previous_block_hash": "68431d0a84ea6046a98f59dc45bdd879a4afda4a72d7f302f810985437852777", "difficulty": 545259519, "transaction_count": 1 } @@ -1673,17 +1680,17 @@ Returns the transactions of a block "result": [ { "tx_index": 110, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_hash": "77a5c38be9e0d8831260bcf5e4bfd5ae8dc2c0f05552aa5c0d954d3cb8aaaeb2", - "block_time": 1733317594, - "source": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", - "destination": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "block_hash": "100d456a7f1485dd33cb5087a88b98d511265fac61c018ea944bebf53b532b0a", + "block_time": 1733319879, + "source": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", + "destination": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1 a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1 3 0", + "utxos_info": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1 a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1 3 0", "transaction_type": "dispense", "events": [ { @@ -1692,26 +1699,26 @@ Returns the transactions of a block "params": { "asset": "MYASSETA", "block_index": 235, - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "msg_index": 0, "quantity": 2000000000, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", "status": "valid", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 949, @@ -1719,14 +1726,14 @@ Returns the transactions of a block "params": { "asset": "XCP", "block_index": 235, - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "msg_index": 1, "quantity": 2000000000, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", "status": "valid", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1736,9 +1743,9 @@ Returns the transactions of a block }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 951, @@ -1747,9 +1754,9 @@ Returns the transactions of a block "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": 0, - "tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1759,9 +1766,9 @@ Returns the transactions of a block }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 952, @@ -1770,14 +1777,14 @@ Returns the transactions of a block "asset": "XCP", "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "destination": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1788,9 +1795,9 @@ Returns the transactions of a block "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "unpacked_data": { @@ -1853,11 +1860,11 @@ Returns the events of a block "event": "BLOCK_PARSED", "params": { "block_index": 235, - "ledger_hash": "64d540feabd4e150ab3b9eac97281654069baffdcd2737ae12f077c21ce85242", - "messages_hash": "001977e7c359961a3206d2f7ed1d9590a5e5706cc879d028b96b98e30945c11c", + "ledger_hash": "2a6e041e3eaaaa5663e09f360bd4189a68cd1f637b19d22e2979826a32ac3abc", + "messages_hash": "8b253dcdd3b48a2de501438a73f652611657c13b56da1f9f01b979c06aac4e61", "transaction_count": 1, - "txlist_hash": "ea1f11c9451f54ba4d7ca78a9a91b0b81e2f6979a532ddcd935dd24fdc00267c", - "block_time": 1733317594 + "txlist_hash": "04c7a7090441f267477a0919506801b64cdb630252571f1ca4726ff308318e68", + "block_time": 1733319879 }, "tx_hash": null }, @@ -1866,10 +1873,10 @@ Returns the events of a block "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110 }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53" + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb" }, { "event_index": 952, @@ -1878,14 +1885,14 @@ Returns the events of a block "asset": "XCP", "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "destination": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1896,7 +1903,7 @@ Returns the events of a block "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53" + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb" }, { "event_index": 951, @@ -1905,9 +1912,9 @@ Returns the events of a block "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": 0, - "tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1917,22 +1924,22 @@ Returns the events of a block }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53" + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb" }, { "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "address": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "block_index": 235, "calling_function": "dispense", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 66, "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1942,7 +1949,7 @@ Returns the events of a block }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53" + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb" } ], "next_cursor": 949, @@ -2021,16 +2028,16 @@ Returns the events of a block filtered by event "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "address": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "block_index": 235, "calling_function": "dispense", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 66, "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2040,7 +2047,7 @@ Returns the events of a block filtered by event }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53" + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb" }, { "event_index": 948, @@ -2050,12 +2057,12 @@ Returns the events of a block filtered by event "asset": "XCP", "block_index": 235, "calling_function": "utxo move", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 2000000000, "tx_index": 110, - "utxo": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", - "utxo_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "block_time": 1733317594, + "utxo": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", + "utxo_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2065,7 +2072,7 @@ Returns the events of a block filtered by event }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53" + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb" }, { "event_index": 945, @@ -2075,22 +2082,22 @@ Returns the events of a block filtered by event "asset": "MYASSETA", "block_index": 235, "calling_function": "utxo move", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 2000000000, "tx_index": 110, - "utxo": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", - "utxo_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "block_time": 1733317594, + "utxo": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", + "utxo_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53" + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb" } ], "next_cursor": null, @@ -2151,15 +2158,15 @@ Returns the credits of a block "result": [ { "block_index": 235, - "address": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "address": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2175,11 +2182,11 @@ Returns the credits of a block "asset": "XCP", "quantity": 2000000000, "calling_function": "utxo move", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "utxo": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", - "utxo_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "block_time": 1733317594, + "utxo": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", + "utxo_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2195,15 +2202,15 @@ Returns the credits of a block "asset": "MYASSETA", "quantity": 2000000000, "calling_function": "utxo move", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "utxo": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", - "utxo_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "block_time": 1733317594, + "utxo": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", + "utxo_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -2261,11 +2268,11 @@ Returns the debits of a block "asset": "XCP", "quantity": 2000000000, "action": "utxo move", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "utxo": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", - "utxo_address": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", - "block_time": 1733317594, + "utxo": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", + "utxo_address": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2281,15 +2288,15 @@ Returns the debits of a block "asset": "MYASSETA", "quantity": 2000000000, "action": "utxo move", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "utxo": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", - "utxo_address": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", - "block_time": 1733317594, + "utxo": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", + "utxo_address": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -2323,9 +2330,9 @@ Returns the expirations of a block "result": [ { "type": "order", - "object_id": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726", + "object_id": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb", "block_index": 211, - "block_time": 1733317468 + "block_time": 1733319733 } ], "next_cursor": null, @@ -2355,12 +2362,12 @@ Returns the cancels of a block "result": [ { "tx_index": 63, - "tx_hash": "d264752a1c1be8cc73427cab722dc0c4ba2dfa1899fb34c55fc6989f136d5c29", + "tx_hash": "718475eb9efc4d3ab60544db2a84976d80dc4de9efdf8faafd1df430a8bd7cf1", "block_index": 188, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "offer_hash": "63c7d2dc439cbe6959f17062e007d26ab68c4f8adcb83d4861bd697a13302b9f", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "offer_hash": "fee58885dc6a8b88911820a12726a79f2e183ab3db4b381318c671184476faa5", "status": "valid", - "block_time": 1733317349 + "block_time": 1733319619 } ], "next_cursor": null, @@ -2390,18 +2397,18 @@ Returns the destructions of a block "result": [ { "tx_index": 101, - "tx_hash": "85dc0d7ef9ae77b6d650d9794f1cd69315bfc39a73b9e9a32bc5604df81cad01", + "tx_hash": "ed55f98d546519a5d0bcdf654b30b79939ea343773a5389819ff5ffa562f53d0", "block_index": 228, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "asset": "PREMINT", "quantity": 50, "tag": "soft cap not reached", "status": "valid", - "block_time": 1733317548, + "block_time": 1733319825, "asset_info": { "asset_longname": null, "description": "My super description", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false }, @@ -2448,14 +2455,14 @@ Returns the issuances of a block "result": [ { "tx_index": 109, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "msg_index": 0, "block_index": 233, "asset": "OPENFAIR", "quantity": 0, "divisible": true, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "issuer": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "issuer": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "transfer": false, "callable": false, "call_date": 0, @@ -2469,7 +2476,7 @@ Returns the issuances of a block "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "block_time": 1733317576, + "block_time": 1733319860, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -2509,17 +2516,17 @@ Returns the sends, include Enhanced and MPMA sends, of a block "result": [ { "tx_index": 110, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "asset": "XCP", "quantity": 2000000000, "status": "valid", "msg_index": 1, "memo": null, "fee_paid": 0, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2532,21 +2539,21 @@ Returns the sends, include Enhanced and MPMA sends, of a block }, { "tx_index": 110, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "asset": "MYASSETA", "quantity": 2000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -2582,26 +2589,26 @@ Returns the dispenses of a block { "tx_index": 110, "dispense_index": 0, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "destination": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "destination": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "btc_amount": 1000, "dispenser": { "tx_index": 33, "block_index": 235, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "oracle_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "last_status_tx_hash": null, - "origin": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "origin": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2616,7 +2623,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2655,15 +2662,15 @@ Returns the sweeps of a block "result": [ { "tx_index": 65, - "tx_hash": "feb95d92ac36eb01d8e0b23a8ca236463a9552b16461d9931456464735e101b9", + "tx_hash": "2d4149f571525e6c6de8b31e7fe86e5bcaecaa72040580dabb11cca44aee66c1", "block_index": 190, - "source": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, - "block_time": 1733317357, + "block_time": 1733319626, "fee_paid_normalized": "0.00600000" } ], @@ -2700,10 +2707,10 @@ Returns the fairminters by its block index { "result": [ { - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "tx_index": 109, "block_index": 233, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "asset": "OPENFAIR", "asset_parent": null, "asset_longname": null, @@ -2727,7 +2734,7 @@ Returns the fairminters by its block index "earned_quantity": null, "paid_quantity": null, "commission": null, - "block_time": 1733317576, + "block_time": 1733319860, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -2762,21 +2769,21 @@ Returns the fairmints by its block index { "result": [ { - "tx_hash": "dfa755ad85e9fb92e0d03f2c91e2689caa84b7c093aea19a1194824656d126bf", + "tx_hash": "5745a3177af458ec03bc7a730a3d8238f3742e54dcbd1d96a8eb752232886121", "tx_index": 97, "block_index": 221, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "fairminter_tx_hash": "cb80706a61daa46e1928d94ae7c5c7ed10c70fe27fba217303b5c3121c802fcd", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "fairminter_tx_hash": "d56b8f1859300bfb423fd7791fb1f55ef3716b6c65e5a9cd380de6cf9997fcae", "asset": "BURNER", "earn_quantity": 80000000, "paid_quantity": 100000000, "commission": 20000000, "status": "valid", - "block_time": 1733317523, + "block_time": 1733319791, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": true }, @@ -2817,17 +2824,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 25, - "tx_hash": "045407d55adaf8e4b8a22611d3412fb257d2db322645bb1c11c36d7ed566c7b8", + "tx_hash": "8ef3a5b64b216073c4f716d868a34a39fd673f6d6e5eafdf5563f62696014155", "block_index": 129, - "block_hash": "09a18c6335e229abc89b438337fc1ca2d2d72379c465dfeec6a14686188f984e", - "block_time": 1733317078, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "destination": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "block_hash": "5d761f356840d93fc41d34617f08903935d991ef00e10b57e4f264f30acfb08c", + "block_time": 1733319386, + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "destination": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "btc_amount": 4949980000, "fee": 10000, "data": "1eeea6b9ef40f0428000000000000000000970726963652d555344", "supported": true, - "utxos_info": " 045407d55adaf8e4b8a22611d3412fb257d2db322645bb1c11c36d7ed566c7b8:1 2 0", + "utxos_info": " 8ef3a5b64b216073c4f716d868a34a39fd673f6d6e5eafdf5563f62696014155:1 2 0", "transaction_type": "broadcast", "events": [ { @@ -2837,19 +2844,19 @@ Here is sample API output for each of these transactions: "block_index": 129, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "045407d55adaf8e4b8a22611d3412fb257d2db322645bb1c11c36d7ed566c7b8", + "tx_hash": "8ef3a5b64b216073c4f716d868a34a39fd673f6d6e5eafdf5563f62696014155", "tx_index": 25, "value": 66600.0, - "block_time": 1733317078, + "block_time": 1733319386, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "045407d55adaf8e4b8a22611d3412fb257d2db322645bb1c11c36d7ed566c7b8", + "tx_hash": "8ef3a5b64b216073c4f716d868a34a39fd673f6d6e5eafdf5563f62696014155", "block_index": 129, - "block_time": 1733317078 + "block_time": 1733319386 } ], "unpacked_data": { @@ -2873,41 +2880,41 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 57, - "tx_hash": "6358b5b1860690d3e4e47f6c9662775a563d8206150c6aa1df734adca0131f44", + "tx_hash": "30dbdde257a07fb678c79d10dfa7f5b86db8b9604affe846d131880cb7db29cd", "block_index": 182, - "block_hash": "7a4d3f9e6f65a6d8375289f01eaadffc7840f19770c8bd54cdf82e9cd0d68844", - "block_time": 1733317298, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "block_hash": "1aca7664c44be4907b8951d59c76ef436513db1305838522c1388011d4ef027e", + "block_time": 1733319578, + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "btc_amount": 2000, "fee": 4949858000, - "data": "0b65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d608bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", + "data": "0b331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f736445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", "supported": true, - "utxos_info": " 6358b5b1860690d3e4e47f6c9662775a563d8206150c6aa1df734adca0131f44:1 3 0", + "utxos_info": " 30dbdde257a07fb678c79d10dfa7f5b86db8b9604affe846d131880cb7db29cd:1 3 0", "transaction_type": "btcpay", "events": [ { "event_index": 506, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", - "order_match_id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", + "id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", + "order_match_id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", "status": "completed" }, - "tx_hash": "6358b5b1860690d3e4e47f6c9662775a563d8206150c6aa1df734adca0131f44", + "tx_hash": "30dbdde257a07fb678c79d10dfa7f5b86db8b9604affe846d131880cb7db29cd", "block_index": 182, - "block_time": 1733317298 + "block_time": 1733319578 }, { "event_index": 507, "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d" + "tx_hash": "36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686" }, - "tx_hash": "6358b5b1860690d3e4e47f6c9662775a563d8206150c6aa1df734adca0131f44", + "tx_hash": "30dbdde257a07fb678c79d10dfa7f5b86db8b9604affe846d131880cb7db29cd", "block_index": 182, - "block_time": 1733317298 + "block_time": 1733319578 }, { "event_index": 508, @@ -2915,27 +2922,27 @@ Here is sample API output for each of these transactions: "params": { "block_index": 182, "btc_amount": 2000, - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "order_match_id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "order_match_id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "status": "valid", - "tx_hash": "6358b5b1860690d3e4e47f6c9662775a563d8206150c6aa1df734adca0131f44", + "tx_hash": "30dbdde257a07fb678c79d10dfa7f5b86db8b9604affe846d131880cb7db29cd", "tx_index": 57, - "block_time": 1733317298, + "block_time": 1733319578, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "6358b5b1860690d3e4e47f6c9662775a563d8206150c6aa1df734adca0131f44", + "tx_hash": "30dbdde257a07fb678c79d10dfa7f5b86db8b9604affe846d131880cb7db29cd", "block_index": 182, - "block_time": 1733317298 + "block_time": 1733319578 } ], "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60", - "tx1_hash": "8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", - "order_match_id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", + "tx0_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7", + "tx1_hash": "36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", + "order_match_id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", "status": "valid" } } @@ -2949,17 +2956,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 63, - "tx_hash": "d264752a1c1be8cc73427cab722dc0c4ba2dfa1899fb34c55fc6989f136d5c29", + "tx_hash": "718475eb9efc4d3ab60544db2a84976d80dc4de9efdf8faafd1df430a8bd7cf1", "block_index": 188, - "block_hash": "495e97c9ceb322019bd6929cc1102d21fbd812a03e58f85d3f5d8b29dbc296f2", - "block_time": 1733317349, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "block_hash": "15d3a849a5a5bc6539284e5e06d3187628bcb85d57ddd7b1ef7a768378b25f39", + "block_time": 1733319619, + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "btc_amount": 4999990000, "fee": 10000, - "data": "4663c7d2dc439cbe6959f17062e007d26ab68c4f8adcb83d4861bd697a13302b9f", + "data": "46fee58885dc6a8b88911820a12726a79f2e183ab3db4b381318c671184476faa5", "supported": true, - "utxos_info": " d264752a1c1be8cc73427cab722dc0c4ba2dfa1899fb34c55fc6989f136d5c29:1 2 0", + "utxos_info": " 718475eb9efc4d3ab60544db2a84976d80dc4de9efdf8faafd1df430a8bd7cf1:1 2 0", "transaction_type": "cancel", "events": [ { @@ -2967,34 +2974,34 @@ Here is sample API output for each of these transactions: "event": "ORDER_UPDATE", "params": { "status": "cancelled", - "tx_hash": "63c7d2dc439cbe6959f17062e007d26ab68c4f8adcb83d4861bd697a13302b9f" + "tx_hash": "fee58885dc6a8b88911820a12726a79f2e183ab3db4b381318c671184476faa5" }, - "tx_hash": "d264752a1c1be8cc73427cab722dc0c4ba2dfa1899fb34c55fc6989f136d5c29", + "tx_hash": "718475eb9efc4d3ab60544db2a84976d80dc4de9efdf8faafd1df430a8bd7cf1", "block_index": 188, - "block_time": 1733317349 + "block_time": 1733319619 }, { "event_index": 553, "event": "CANCEL_ORDER", "params": { "block_index": 188, - "offer_hash": "63c7d2dc439cbe6959f17062e007d26ab68c4f8adcb83d4861bd697a13302b9f", - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "offer_hash": "fee58885dc6a8b88911820a12726a79f2e183ab3db4b381318c671184476faa5", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "d264752a1c1be8cc73427cab722dc0c4ba2dfa1899fb34c55fc6989f136d5c29", + "tx_hash": "718475eb9efc4d3ab60544db2a84976d80dc4de9efdf8faafd1df430a8bd7cf1", "tx_index": 63, - "block_time": 1733317349 + "block_time": 1733319619 }, - "tx_hash": "d264752a1c1be8cc73427cab722dc0c4ba2dfa1899fb34c55fc6989f136d5c29", + "tx_hash": "718475eb9efc4d3ab60544db2a84976d80dc4de9efdf8faafd1df430a8bd7cf1", "block_index": 188, - "block_time": 1733317349 + "block_time": 1733319619 } ], "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "63c7d2dc439cbe6959f17062e007d26ab68c4f8adcb83d4861bd697a13302b9f", + "offer_hash": "fee58885dc6a8b88911820a12726a79f2e183ab3db4b381318c671184476faa5", "status": "valid" } } @@ -3016,17 +3023,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 68, - "tx_hash": "07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589", + "tx_hash": "30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b", "block_index": 193, - "block_hash": "1de51ce96c8184fa421370b3dcba4a0317eeb0782b6c806569e3df73101963da", - "block_time": 1733317379, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "block_hash": "76b2cdea4fd6c6a8500ba75d7214b9d7891abd0ce0b1da686d2f3e0be39df3ef", + "block_time": 1733319637, + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "btc_amount": 4999990000, "fee": 10000, "data": "0c00fa1f28ff3c2e3e00000000000000010000000000002710000000000000000100", "supported": true, - "utxos_info": " 07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589:1 2 0", + "utxos_info": " 30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b:1 2 0", "transaction_type": "dispenser", "events": [ { @@ -3040,17 +3047,17 @@ Here is sample API output for each of these transactions: "give_quantity": 1, "give_remaining": 10000, "oracle_address": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "satoshirate": 1, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": 0, - "tx_hash": "07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589", + "tx_hash": "30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b", "tx_index": 68, - "block_time": 1733317379, + "block_time": 1733319637, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -3059,9 +3066,9 @@ Here is sample API output for each of these transactions: "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589", + "tx_hash": "30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b", "block_index": 193, - "block_time": 1733317379 + "block_time": 1733319637 } ], "unpacked_data": { @@ -3088,17 +3095,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 110, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_hash": "77a5c38be9e0d8831260bcf5e4bfd5ae8dc2c0f05552aa5c0d954d3cb8aaaeb2", - "block_time": 1733317594, - "source": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", - "destination": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "block_hash": "100d456a7f1485dd33cb5087a88b98d511265fac61c018ea944bebf53b532b0a", + "block_time": 1733319879, + "source": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", + "destination": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1 a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1 3 0", + "utxos_info": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1 a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1 3 0", "transaction_type": "dispense", "events": [ { @@ -3107,26 +3114,26 @@ Here is sample API output for each of these transactions: "params": { "asset": "MYASSETA", "block_index": 235, - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "msg_index": 0, "quantity": 2000000000, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", "status": "valid", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 949, @@ -3134,14 +3141,14 @@ Here is sample API output for each of these transactions: "params": { "asset": "XCP", "block_index": 235, - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "msg_index": 1, "quantity": 2000000000, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", "status": "valid", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3151,9 +3158,9 @@ Here is sample API output for each of these transactions: }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 951, @@ -3162,9 +3169,9 @@ Here is sample API output for each of these transactions: "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": 0, - "tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3174,9 +3181,9 @@ Here is sample API output for each of these transactions: }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 952, @@ -3185,14 +3192,14 @@ Here is sample API output for each of these transactions: "asset": "XCP", "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "destination": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3203,9 +3210,9 @@ Here is sample API output for each of these transactions: "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "unpacked_data": { @@ -3225,17 +3232,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 42, - "tx_hash": "9da32cbbb5f31755646b0830872f7309145d02cc5814eb0555f44e8ae09b10ff", + "tx_hash": "930adf3a01bad320671e64e9d99387ddd452a25ab682d603c422ae52f0dc8ba5", "block_index": 146, - "block_hash": "5e503cfaf1e8614c07cd5914928871548c0a05ffa2336035ca3984a6f68e055f", - "block_time": 1733317159, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "block_hash": "18d80a5c36a226246ecb678d7188e19100269e257c010fe55c69f32daf6882dc", + "block_time": 1733319448, + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "btc_amount": 4999990000, "fee": 10000, "data": "320000000005f5e100000000182b37176e0000000000000001", "supported": true, - "utxos_info": " 9da32cbbb5f31755646b0830872f7309145d02cc5814eb0555f44e8ae09b10ff:1 2 0", + "utxos_info": " 930adf3a01bad320671e64e9d99387ddd452a25ab682d603c422ae52f0dc8ba5:1 2 0", "transaction_type": "dividend", "events": [ { @@ -3247,15 +3254,15 @@ Here is sample API output for each of these transactions: "dividend_asset": "XCP", "fee_paid": 20000, "quantity_per_unit": 100000000, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "9da32cbbb5f31755646b0830872f7309145d02cc5814eb0555f44e8ae09b10ff", + "tx_hash": "930adf3a01bad320671e64e9d99387ddd452a25ab682d603c422ae52f0dc8ba5", "tx_index": 42, - "block_time": 1733317159, + "block_time": 1733319448, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -3269,9 +3276,9 @@ Here is sample API output for each of these transactions: "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00020000" }, - "tx_hash": "9da32cbbb5f31755646b0830872f7309145d02cc5814eb0555f44e8ae09b10ff", + "tx_hash": "930adf3a01bad320671e64e9d99387ddd452a25ab682d603c422ae52f0dc8ba5", "block_index": 146, - "block_time": 1733317159 + "block_time": 1733319448 } ], "unpacked_data": { @@ -3294,17 +3301,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 109, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "block_index": 233, - "block_hash": "32a6d5b5004404f55b7e7f8c3a1954de1d649c4a9a0b034904c75ea8d3d1c200", - "block_time": 1733317576, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "destination": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "block_hash": "2e5d9605e1eebd0eeaacb55c1e2a07c03ce617911e8d610a629b18f83d4dc163", + "block_time": 1733319860, + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "destination": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "btc_amount": 4949950000, "fee": 10000, "data": "5a4f50454e464149527c7c307c317c31307c307c307c307c307c307c307c307c307c307c307c317c", "supported": true, - "utxos_info": " 6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86:1 2 0", + "utxos_info": " 48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea:1 2 0", "transaction_type": "fairminter", "events": [ { @@ -3330,12 +3337,12 @@ Here is sample API output for each of these transactions: "quantity_by_price": 1, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "start_block": 0, "status": "open", - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "tx_index": 109, - "block_time": 1733317576, + "block_time": 1733319860, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -3343,9 +3350,9 @@ Here is sample API output for each of these transactions: "max_mint_per_tx_normalized": "0.00000010", "premint_quantity_normalized": "0.00000000" }, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "block_index": 233, - "block_time": 1733317576 + "block_time": 1733319860 }, { "event_index": 934, @@ -3355,11 +3362,11 @@ Here is sample API output for each of these transactions: "asset_longname": null, "asset_name": "OPENFAIR", "block_index": 233, - "block_time": 1733317576 + "block_time": 1733319860 }, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "block_index": 233, - "block_time": 1733317576 + "block_time": 1733319860 }, { "event_index": 935, @@ -3376,22 +3383,22 @@ Here is sample API output for each of these transactions: "divisible": true, "fair_minting": true, "fee_paid": 50000000.0, - "issuer": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "issuer": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "locked": false, "quantity": 0, "reset": false, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": "valid", "transfer": false, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "tx_index": 109, - "block_time": 1733317576, + "block_time": 1733319860, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" }, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "block_index": 233, - "block_time": 1733317576 + "block_time": 1733319860 } ], "unpacked_data": { @@ -3427,17 +3434,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 108, - "tx_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "block_index": 232, - "block_hash": "580a0e5cd73289e178a83063cd4754e2c3491530daac47552d5f81962f63bc06", - "block_time": 1733317572, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "destination": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "block_hash": "081d64b6be20164512557a143ea52d6187c56fd8949307c35f775d1778d777af", + "block_time": 1733319847, + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "destination": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "btc_amount": 90000, "fee": 10000, "data": "0a000000000000000000000000000003e8000003f1a69ea1d300000000000003e800150000000000000000", "supported": true, - "utxos_info": " b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744:1 2 0", + "utxos_info": " c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6:1 2 0", "transaction_type": "order", "events": [ { @@ -3457,11 +3464,11 @@ Here is sample API output for each of these transactions: "give_asset": "BTC", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": "open", - "tx_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "tx_index": 108, - "block_time": 1733317572, + "block_time": 1733319847, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3472,7 +3479,7 @@ Here is sample API output for each of these transactions: "get_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "issuer": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "divisible": true, "locked": false }, @@ -3485,9 +3492,9 @@ Here is sample API output for each of these transactions: "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "block_index": 232, - "block_time": 1733317572 + "block_time": 1733319847 }, { "event_index": 926, @@ -3498,13 +3505,13 @@ Here is sample API output for each of these transactions: "get_remaining": 0, "give_remaining": 0, "status": "open", - "tx_hash": "3c179c0d7e8e344e64568152755651ae134ef72eaf5800aec2bf87a464bf6112", + "tx_hash": "7a168d2f9bca64131af10487052927ff5952eba54c3293f2ad9d4703fea3a1c6", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "block_index": 232, - "block_time": 1733317572 + "block_time": 1733319847 }, { "event_index": 927, @@ -3515,13 +3522,13 @@ Here is sample API output for each of these transactions: "get_remaining": 0, "give_remaining": 0, "status": "open", - "tx_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "block_index": 232, - "block_time": 1733317572 + "block_time": 1733319847 }, { "event_index": 928, @@ -3533,24 +3540,24 @@ Here is sample API output for each of these transactions: "fee_paid": 0, "forward_asset": "UTXOASSET", "forward_quantity": 1000, - "id": "3c179c0d7e8e344e64568152755651ae134ef72eaf5800aec2bf87a464bf6112_b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "id": "7a168d2f9bca64131af10487052927ff5952eba54c3293f2ad9d4703fea3a1c6_c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "match_expire_index": 252, "status": "pending", - "tx0_address": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "tx0_address": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "tx0_block_index": 231, "tx0_expiration": 21, - "tx0_hash": "3c179c0d7e8e344e64568152755651ae134ef72eaf5800aec2bf87a464bf6112", + "tx0_hash": "7a168d2f9bca64131af10487052927ff5952eba54c3293f2ad9d4703fea3a1c6", "tx0_index": 107, - "tx1_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "tx1_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "tx1_block_index": 232, "tx1_expiration": 21, - "tx1_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx1_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "tx1_index": 108, - "block_time": 1733317572, + "block_time": 1733319847, "forward_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "issuer": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "divisible": true, "locked": false }, @@ -3565,9 +3572,9 @@ Here is sample API output for each of these transactions: "backward_quantity_normalized": "0.00001000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "block_index": 232, - "block_time": 1733317572 + "block_time": 1733319847 } ], "unpacked_data": { @@ -3593,17 +3600,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 77, - "tx_hash": "8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54", + "tx_hash": "6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8", "block_index": 201, - "block_hash": "0b49ed9d21ad9936895a6f83329cce104f3edcc8506211b711e173095e9c221a", - "block_time": 1733317412, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "block_hash": "14d4fe954b762410bb9e584caabfb7ae02792340b07995611e4dc65066d0378d", + "block_time": 1733319667, + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "btc_amount": 4999990000, "fee": 10000, - "data": "02000000178d82231300000000000003e8805383d96ab37fb2fae079cf079dbaa15ece858677", + "data": "02000000178d82231300000000000003e880a9a1dbe97c6dd65d69a161c984462ac76ffefc69", "supported": true, - "utxos_info": " 8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54:1 2 0", + "utxos_info": " 6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8:1 2 0", "transaction_type": "enhanced_send", "events": [ { @@ -3612,26 +3619,26 @@ Here is sample API output for each of these transactions: "params": { "asset": "MPMASSET", "block_index": 201, - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "memo": null, "quantity": 1000, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54", + "tx_hash": "6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8", "tx_index": 77, - "block_time": 1733317412, + "block_time": 1733319667, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00001000" }, - "tx_hash": "8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54", + "tx_hash": "6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8", "block_index": 201, - "block_time": 1733317412 + "block_time": 1733319667 } ], "unpacked_data": { @@ -3640,7 +3647,7 @@ Here is sample API output for each of these transactions: "message_data": { "asset": "MPMASSET", "quantity": 1000, - "address": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "address": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "memo": null } } @@ -3654,17 +3661,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 81, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "block_hash": "187d4a8e8576958f00805fe13ff57819f8e20d657fca38a07cb2a8315e5f77ab", - "block_time": 1733317428, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "block_hash": "16573f01f9ca9710f26f0fe763169a0cb3055e219b9b124142f13f34085d9d9e", + "block_time": 1733319692, + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "btc_amount": 4949808000, "fee": 10000, - "data": "030003807dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6804a7985656f87a0f9e6b22bb2910f4bb44b8cdfa88091a18f40afd90b2502c750d2f79b8a0edd4660d188746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "030003807d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d80a740d99bc5c658a43fb59cf553a2621b6d46d37e80d2a04791bfe00219f1d2f3f960fbdb63b618282688746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " 73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46:0 4 ", + "utxos_info": " 84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080:0 4 ", "transaction_type": "mpma", "events": [ { @@ -3672,24 +3679,24 @@ Here is sample API output for each of these transactions: "event": "ORDER_UPDATE", "params": { "status": "expired", - "tx_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e" + "tx_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e" }, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "block_time": 1733317428 + "block_time": 1733319692 }, { "event_index": 705, "event": "ORDER_EXPIRATION", "params": { "block_index": 205, - "order_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", - "source": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", - "block_time": 1733317428 + "order_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", + "source": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", + "block_time": 1733319692 }, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "block_time": 1733317428 + "block_time": 1733319692 }, { "event_index": 711, @@ -3697,27 +3704,27 @@ Here is sample API output for each of these transactions: "params": { "asset": "MPMASSET", "block_index": 205, - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "memo": "the memo", "msg_index": 0, "quantity": 10, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "status": "valid", - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "tx_index": 81, - "block_time": 1733317428, + "block_time": 1733319692, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "block_time": 1733317428 + "block_time": 1733319692 }, { "event_index": 712, @@ -3725,27 +3732,27 @@ Here is sample API output for each of these transactions: "params": { "asset": "MPMASSET", "block_index": 205, - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "memo": "memo3", "msg_index": 1, "quantity": 10, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "status": "valid", - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "tx_index": 81, - "block_time": 1733317428, + "block_time": 1733319692, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "block_time": 1733317428 + "block_time": 1733319692 }, { "event_index": 713, @@ -3753,15 +3760,15 @@ Here is sample API output for each of these transactions: "params": { "asset": "XCP", "block_index": 205, - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "status": "valid", - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "tx_index": 81, - "block_time": 1733317428, + "block_time": 1733319692, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3771,9 +3778,9 @@ Here is sample API output for each of these transactions: }, "quantity_normalized": "0.00000010" }, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "block_time": 1733317428 + "block_time": 1733319692 } ], "unpacked_data": { @@ -3782,14 +3789,14 @@ Here is sample API output for each of these transactions: "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "quantity": 10, "memo": "the memo", "memo_is_hex": false }, { "asset": "XCP", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "quantity": 10, "memo": "memo1", "memo_is_hex": false @@ -3806,17 +3813,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 65, - "tx_hash": "feb95d92ac36eb01d8e0b23a8ca236463a9552b16461d9931456464735e101b9", + "tx_hash": "2d4149f571525e6c6de8b31e7fe86e5bcaecaa72040580dabb11cca44aee66c1", "block_index": 190, - "block_hash": "577ca4f90864509270fce931b184acd04668768ebff24623e845a5e18ea91f8e", - "block_time": 1733317357, - "source": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "block_hash": "036ff967b461ab2290eb9a738054e5c55044412bb357f24b077a081a375bd34e", + "block_time": 1733319626, + "source": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "btc_amount": 4949930000, "fee": 10000, - "data": "048091a18f40afd90b2502c750d2f79b8a0edd4660d1017377656570206d7920617373657473", + "data": "0480d2a04791bfe00219f1d2f3f960fbdb63b6182826017377656570206d7920617373657473", "supported": true, - "utxos_info": " feb95d92ac36eb01d8e0b23a8ca236463a9552b16461d9931456464735e101b9:1 2 0", + "utxos_info": " 2d4149f571525e6c6de8b31e7fe86e5bcaecaa72040580dabb11cca44aee66c1:1 2 0", "transaction_type": "sweep", "events": [ { @@ -3824,27 +3831,27 @@ Here is sample API output for each of these transactions: "event": "SWEEP", "params": { "block_index": 190, - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "source": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "status": "valid", - "tx_hash": "feb95d92ac36eb01d8e0b23a8ca236463a9552b16461d9931456464735e101b9", + "tx_hash": "2d4149f571525e6c6de8b31e7fe86e5bcaecaa72040580dabb11cca44aee66c1", "tx_index": 65, - "block_time": 1733317357, + "block_time": 1733319626, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "feb95d92ac36eb01d8e0b23a8ca236463a9552b16461d9931456464735e101b9", + "tx_hash": "2d4149f571525e6c6de8b31e7fe86e5bcaecaa72040580dabb11cca44aee66c1", "block_index": 190, - "block_time": 1733317357 + "block_time": 1733319626 } ], "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "flags": 1, "memo": "sweep my assets" } @@ -3859,17 +3866,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 104, - "tx_hash": "738edf85270c39abd1f1c82a56851b4a5cca33b6c368910c70967e4b6501e24b", + "tx_hash": "1a447a3abb1b5768dc40ce4e9483913ad1e0e7cb0ac0175677ca0ccce4fc25ae", "block_index": 230, - "block_hash": "704faf134d4c8fbf059bbbfae014051289d320581bb9bcc3fa04a72de019eae8", - "block_time": 1733317565, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", - "destination": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "block_hash": "7c06ea5b4e237ab6e02e02f6fbbf1905c34630e7daa2b2cb7c098c85f6b015e0", + "block_time": 1733319841, + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", + "destination": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "btc_amount": 10000, "fee": 4949876000, "data": "65434841494e494e477c3130303030303030307c", "supported": true, - "utxos_info": " 738edf85270c39abd1f1c82a56851b4a5cca33b6c368910c70967e4b6501e24b:1 3 0", + "utxos_info": " 1a447a3abb1b5768dc40ce4e9483913ad1e0e7cb0ac0175677ca0ccce4fc25ae:1 3 0", "transaction_type": "attach", "events": [ { @@ -3878,28 +3885,28 @@ Here is sample API output for each of these transactions: "params": { "asset": "CHAINING", "block_index": 230, - "destination": "738edf85270c39abd1f1c82a56851b4a5cca33b6c368910c70967e4b6501e24b:1", + "destination": "1a447a3abb1b5768dc40ce4e9483913ad1e0e7cb0ac0175677ca0ccce4fc25ae:1", "fee_paid": 0, "msg_index": 0, "quantity": 100000000, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "status": "valid", - "tx_hash": "738edf85270c39abd1f1c82a56851b4a5cca33b6c368910c70967e4b6501e24b", + "tx_hash": "1a447a3abb1b5768dc40ce4e9483913ad1e0e7cb0ac0175677ca0ccce4fc25ae", "tx_index": 104, - "block_time": 1733317565, + "block_time": 1733319841, "asset_info": { "asset_longname": null, "description": "My super asset CHAINING", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false }, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "738edf85270c39abd1f1c82a56851b4a5cca33b6c368910c70967e4b6501e24b", + "tx_hash": "1a447a3abb1b5768dc40ce4e9483913ad1e0e7cb0ac0175677ca0ccce4fc25ae", "block_index": 230, - "block_time": 1733317565 + "block_time": 1733319841 } ], "unpacked_data": { @@ -3921,17 +3928,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 106, - "tx_hash": "8361b927d54a408d2e6846c2f84935bcf8514f1a3230d757d786eab96bc6a227", + "tx_hash": "142f53ad3cc6b8bd78c819881dbcf548eb5e950293a726f6280de3097d73ef0c", "block_index": 230, - "block_hash": "704faf134d4c8fbf059bbbfae014051289d320581bb9bcc3fa04a72de019eae8", - "block_time": 1733317565, - "source": "bcrt1qw3fsc6n96la23em8lwss6yv7vzwwu36zk0j9cu", + "block_hash": "7c06ea5b4e237ab6e02e02f6fbbf1905c34630e7daa2b2cb7c098c85f6b015e0", + "block_time": 1733319841, + "source": "bcrt1qu49m5c0l5qwcmf5c5y4rl4afuzcnfsh0tfwn79", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6630", "supported": true, - "utxos_info": "a5619355c157fb4b2a182c344a561e87167e549e6a6648cb517aa8fbf4142d0f:0 1 0", + "utxos_info": "256c9a320011e4780ab938e3719877e438a3ec822ab6db772e2d1b26ad3d1eb7:0 1 0", "transaction_type": "detach", "events": [ { @@ -3940,28 +3947,28 @@ Here is sample API output for each of these transactions: "params": { "asset": "CHAINING", "block_index": 230, - "destination": "bcrt1qw3fsc6n96la23em8lwss6yv7vzwwu36zk0j9cu", + "destination": "bcrt1qu49m5c0l5qwcmf5c5y4rl4afuzcnfsh0tfwn79", "fee_paid": 0, "msg_index": 0, "quantity": 100000000, - "source": "a5619355c157fb4b2a182c344a561e87167e549e6a6648cb517aa8fbf4142d0f:0", + "source": "256c9a320011e4780ab938e3719877e438a3ec822ab6db772e2d1b26ad3d1eb7:0", "status": "valid", - "tx_hash": "8361b927d54a408d2e6846c2f84935bcf8514f1a3230d757d786eab96bc6a227", + "tx_hash": "142f53ad3cc6b8bd78c819881dbcf548eb5e950293a726f6280de3097d73ef0c", "tx_index": 106, - "block_time": 1733317565, + "block_time": 1733319841, "asset_info": { "asset_longname": null, "description": "My super asset CHAINING", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false }, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "8361b927d54a408d2e6846c2f84935bcf8514f1a3230d757d786eab96bc6a227", + "tx_hash": "142f53ad3cc6b8bd78c819881dbcf548eb5e950293a726f6280de3097d73ef0c", "block_index": 230, - "block_time": 1733317565 + "block_time": 1733319841 } ], "unpacked_data": { @@ -4022,17 +4029,17 @@ Returns the list of the last ten transactions "result": [ { "tx_index": 110, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_hash": "77a5c38be9e0d8831260bcf5e4bfd5ae8dc2c0f05552aa5c0d954d3cb8aaaeb2", - "block_time": 1733317594, - "source": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", - "destination": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "block_hash": "100d456a7f1485dd33cb5087a88b98d511265fac61c018ea944bebf53b532b0a", + "block_time": 1733319879, + "source": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", + "destination": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1 a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1 3 0", + "utxos_info": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1 a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1 3 0", "transaction_type": "dispense", "events": [ { @@ -4041,26 +4048,26 @@ Returns the list of the last ten transactions "params": { "asset": "MYASSETA", "block_index": 235, - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "msg_index": 0, "quantity": 2000000000, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", "status": "valid", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 949, @@ -4068,14 +4075,14 @@ Returns the list of the last ten transactions "params": { "asset": "XCP", "block_index": 235, - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "msg_index": 1, "quantity": 2000000000, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", "status": "valid", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4085,9 +4092,9 @@ Returns the list of the last ten transactions }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 951, @@ -4096,9 +4103,9 @@ Returns the list of the last ten transactions "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": 0, - "tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4108,9 +4115,9 @@ Returns the list of the last ten transactions }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 952, @@ -4119,14 +4126,14 @@ Returns the list of the last ten transactions "asset": "XCP", "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "destination": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4137,9 +4144,9 @@ Returns the list of the last ten transactions "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "unpacked_data": { @@ -4152,17 +4159,17 @@ Returns the list of the last ten transactions }, { "tx_index": 109, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "block_index": 233, - "block_hash": "32a6d5b5004404f55b7e7f8c3a1954de1d649c4a9a0b034904c75ea8d3d1c200", - "block_time": 1733317576, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "destination": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "block_hash": "2e5d9605e1eebd0eeaacb55c1e2a07c03ce617911e8d610a629b18f83d4dc163", + "block_time": 1733319860, + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "destination": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "btc_amount": 4949950000, "fee": 10000, "data": "5a4f50454e464149527c7c307c317c31307c307c307c307c307c307c307c307c307c307c307c317c", "supported": true, - "utxos_info": " 6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86:1 2 0", + "utxos_info": " 48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea:1 2 0", "transaction_type": "fairminter", "events": [ { @@ -4188,12 +4195,12 @@ Returns the list of the last ten transactions "quantity_by_price": 1, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "start_block": 0, "status": "open", - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "tx_index": 109, - "block_time": 1733317576, + "block_time": 1733319860, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -4201,9 +4208,9 @@ Returns the list of the last ten transactions "max_mint_per_tx_normalized": "0.00000010", "premint_quantity_normalized": "0.00000000" }, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "block_index": 233, - "block_time": 1733317576 + "block_time": 1733319860 }, { "event_index": 934, @@ -4213,11 +4220,11 @@ Returns the list of the last ten transactions "asset_longname": null, "asset_name": "OPENFAIR", "block_index": 233, - "block_time": 1733317576 + "block_time": 1733319860 }, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "block_index": 233, - "block_time": 1733317576 + "block_time": 1733319860 }, { "event_index": 935, @@ -4234,22 +4241,22 @@ Returns the list of the last ten transactions "divisible": true, "fair_minting": true, "fee_paid": 50000000.0, - "issuer": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "issuer": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "locked": false, "quantity": 0, "reset": false, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": "valid", "transfer": false, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "tx_index": 109, - "block_time": 1733317576, + "block_time": 1733319860, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" }, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "block_index": 233, - "block_time": 1733317576 + "block_time": 1733319860 } ], "unpacked_data": { @@ -4378,7 +4385,7 @@ Returns the count of each transaction type Returns Counterparty information from a raw transaction in hex format. + Parameters - + rawtransaction: `0200000000010100ff807a054b53b58ad2ad2c9a94db4ba0c27a8f116c40641f732752ac79388b0000000000ffffffff0200000000000000002e6a2c6c557fa467ce255bd86870dd53a084ad56a0a5134b73418cd0b7b41e5ac2fff29a0a6e6af7562c1781f9f3a0f0ca052a010000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d60247304402203205af58f6bc95cdc5ac86b0e458a42108fa8916a6a6fe8f6653d51a9dd521c402206b1296802dec18054c367603bda41126bff2df650d869fc4aa19ff124640592301210284500bf0f1030585196d1529c11911d243401d84bd4d060f268682459178d88b00000000` (str, required) - Raw transaction in hex format + + rawtransaction: `0200000000010623da78a6bde4dd30edafb8e985f54f4ce68e17a642b0ac3d74b2578cfd80c0f90000000000ffffffff6b08f93cd359265b45c66672707b15eaa531ff9e6c904a59a51562d3a581e5ab0000000000ffffffff2509b9d961d79a9cf3c0563c0ca5c03072704424cc3ae9841d9bfd4df07e918a0000000000ffffffffe8da644ec9004cf98fe1687e7a94750899c9c98990c7c2623bde127aee89da2c0000000000ffffffff212c98d69490f292ec5ab41fb2b7d6eb1deccb47b3d5322a28dc3e7c714e23fd0000000000ffffffffcb335a9042a9a45ce2096634f6ae735c10e0f4f7644ad247318884697fb98b860000000000ffffffff04e803000000000000695121030f554be24b80a92bc95c517ac4e2bb3aa95d2bba1bb8e5b307400a2557afea6821021b93b1b2b49f76dadb43a568880f8ce535fba12a4031918b3d9347090c4143a82103fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c253aee803000000000000695121020f554be24b80a92bc946a0abb7b27a1a9b42f0746ef704d2cec1af6f1804c0012103e7fa3115f446ed3508ae94e2815979b69799ba4706e86a668a5e6fab33a141212103fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c253aee803000000000000695121032e554be24b80a92bc95f5179444b9ae14021466c46d110f9a5ef277618c014942102e7fa3115f446ed1f1d1b01573d9379b69799ba4706e2ef0bef330098b3a141422103fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c253ae387923fc060000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d0247304402205867357c7fe5b836addbe992229a3a1d8390912fc25f4a7c54bd2fefe0f8250b02200f4b625ef5c4db46f5efc33a9d9382cbcc8adda0b753337662bcef7a79ce62a0012103fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c2024730440220134d8c64b0f5be5f6ecc9b8e4f0068e02f282c5fb14633fe97ed39a8f624efd7022023037503644aff24c40a97306214d59a1d0975ffdf715eff73fd5548a17b3ad2012103fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c20247304402207189dec43dbf37852b28353e8ef2c58b0408bdf42d5877c8ee9f452d624b4bc3022024d9b410191d27e58845f0455dfc686dfd62a07a5a0e9bf171fd7f8b5c213249012103fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c20247304402207b59543e0bd53a8c03afbecc1f614c6d262331ad08cfe7348b72c687164e83d9022043dcad1fdc7482316f33bea67ecbcfd2d2c16b27fd9af0a064021edabe0ff8c4012103fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c20247304402200c5c2b8bc62b9a2c283829b1ab142d62161544a696bc00c35b8f815e67af440f02206f230296397dfdff8f06900fa86aa14ccce5f1c83691a2c6f33e088ee2dedbe4012103fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c202473044022066d8ba6b8058150194eba53ba45043cfd41df36c533fc953e22e32720ba3b8d3022013ac038f41aac05bf5fc58129d048b311a5bb3b3ce7bfce9561ec9bb45d264df012103fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c200000000` (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. @@ -4389,18 +4396,53 @@ Returns Counterparty information from a raw transaction in hex format. ``` { "result": { - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "btc_amount": 4999990000, + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "btc_amount": 29999987000, "fee": 10000, - "data": "16000000178d822313000000174876e8000100004d792073757065722061737365742042", + "data": "03000380a9a1dbe97c6dd65d69a161c984462ac76ffefc6980a740d99bc5c658a43fb59cf553a2621b6d46d37e80d2a04791bfe00219f1d2f3f960fbdb63b618282640000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "00ff807a054b53b58ad2ad2c9a94db4ba0c27a8f116c40641f732752ac79388b", + "hash": "23da78a6bde4dd30edafb8e985f54f4ce68e17a642b0ac3d74b2578cfd80c0f9", + "n": 0, + "script_sig": "", + "sequence": 4294967295, + "coinbase": false + }, + { + "hash": "6b08f93cd359265b45c66672707b15eaa531ff9e6c904a59a51562d3a581e5ab", + "n": 0, + "script_sig": "", + "sequence": 4294967295, + "coinbase": false + }, + { + "hash": "2509b9d961d79a9cf3c0563c0ca5c03072704424cc3ae9841d9bfd4df07e918a", + "n": 0, + "script_sig": "", + "sequence": 4294967295, + "coinbase": false + }, + { + "hash": "e8da644ec9004cf98fe1687e7a94750899c9c98990c7c2623bde127aee89da2c", + "n": 0, + "script_sig": "", + "sequence": 4294967295, + "coinbase": false + }, + { + "hash": "212c98d69490f292ec5ab41fb2b7d6eb1deccb47b3d5322a28dc3e7c714e23fd", + "n": 0, + "script_sig": "", + "sequence": 4294967295, + "coinbase": false + }, + { + "hash": "cb335a9042a9a45ce2096634f6ae735c10e0f4f7644ad247318884697fb98b86", "n": 0, "script_sig": "", "sequence": 4294967295, @@ -4409,42 +4451,77 @@ Returns Counterparty information from a raw transaction in hex format. ], "vout": [ { - "value": 0, - "script_pub_key": "6a2c6c557fa467ce255bd86870dd53a084ad56a0a5134b73418cd0b7b41e5ac2fff29a0a6e6af7562c1781f9f3a0" + "value": 1000, + "script_pub_key": "5121030f554be24b80a92bc95c517ac4e2bb3aa95d2bba1bb8e5b307400a2557afea6821021b93b1b2b49f76dadb43a568880f8ce535fba12a4031918b3d9347090c4143a82103fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c253ae" + }, + { + "value": 1000, + "script_pub_key": "5121020f554be24b80a92bc946a0abb7b27a1a9b42f0746ef704d2cec1af6f1804c0012103e7fa3115f446ed3508ae94e2815979b69799ba4706e86a668a5e6fab33a141212103fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c253ae" }, { - "value": 4999990000, - "script_pub_key": "00147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6" + "value": 1000, + "script_pub_key": "5121032e554be24b80a92bc95f5179444b9ae14021466c46d110f9a5ef277618c014942102e7fa3115f446ed1f1d1b01573d9379b69799ba4706e2ef0bef330098b3a141422103fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c253ae" + }, + { + "value": 29999987000, + "script_pub_key": "00147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d" } ], "vtxinwit": [ - "304402203205af58f6bc95cdc5ac86b0e458a42108fa8916a6a6fe8f6653d51a9dd521c402206b1296802dec18054c367603bda41126bff2df650d869fc4aa19ff124640592301", - "0284500bf0f1030585196d1529c11911d243401d84bd4d060f268682459178d88b" + "304402205867357c7fe5b836addbe992229a3a1d8390912fc25f4a7c54bd2fefe0f8250b02200f4b625ef5c4db46f5efc33a9d9382cbcc8adda0b753337662bcef7a79ce62a001", + "03fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c2", + "30440220134d8c64b0f5be5f6ecc9b8e4f0068e02f282c5fb14633fe97ed39a8f624efd7022023037503644aff24c40a97306214d59a1d0975ffdf715eff73fd5548a17b3ad201", + "03fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c2", + "304402207189dec43dbf37852b28353e8ef2c58b0408bdf42d5877c8ee9f452d624b4bc3022024d9b410191d27e58845f0455dfc686dfd62a07a5a0e9bf171fd7f8b5c21324901", + "03fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c2", + "304402207b59543e0bd53a8c03afbecc1f614c6d262331ad08cfe7348b72c687164e83d9022043dcad1fdc7482316f33bea67ecbcfd2d2c16b27fd9af0a064021edabe0ff8c401", + "03fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c2", + "304402200c5c2b8bc62b9a2c283829b1ab142d62161544a696bc00c35b8f815e67af440f02206f230296397dfdff8f06900fa86aa14ccce5f1c83691a2c6f33e088ee2dedbe401", + "03fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c2", + "3044022066d8ba6b8058150194eba53ba45043cfd41df36c533fc953e22e32720ba3b8d3022013ac038f41aac05bf5fc58129d048b311a5bb3b3ce7bfce9561ec9bb45d264df01", + "03fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c2" ], "lock_time": 0, - "tx_hash": "2dd3ff4b45343d3fef0a8b061443f3d20f3961e1457bde26874f5dd1e4b66e59", - "tx_id": "2dd3ff4b45343d3fef0a8b061443f3d20f3961e1457bde26874f5dd1e4b66e59" + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", + "tx_id": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30" }, "unpacked_data": { - "message_type": "issuance", - "message_type_id": 22, - "message_data": { - "asset_id": 101158363923, - "asset": "MPMASSET", - "subasset_longname": null, - "quantity": 100000000000, - "divisible": true, - "lock": false, - "reset": false, - "callable": false, - "call_date": 0, - "call_price": 0.0, - "description": "My super asset B", - "status": "valid", - "quantity_normalized": "1000.00000000" - } + "message_type": "mpma_send", + "message_type_id": 3, + "message_data": [ + { + "asset": "MPMASSET", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", + "quantity": 10, + "memo": "memo2", + "memo_is_hex": false, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + { + "asset": "XCP", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "quantity": 10, + "memo": "memo1", + "memo_is_hex": false, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + } + ] }, - "btc_amount_normalized": "49.99990000" + "btc_amount_normalized": "299.99987000" } } ``` @@ -4454,7 +4531,7 @@ Returns Counterparty information from a raw transaction in hex format. Returns Counterparty information from a transaction hash. + Parameters - + tx_hash: `9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9` (str, required) - Transaction hash + + tx_hash: `91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6` (str, required) - Transaction hash + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -4463,18 +4540,18 @@ Returns Counterparty information from a transaction hash. ``` { "result": { - "source": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "btc_amount": 4949940000, "fee": 10000, - "data": "0200000000000000010000000000002710804a7985656f87a0f9e6b22bb2910f4bb44b8cdfa8", + "data": "020000000000000001000000000000271080a740d99bc5c658a43fb59cf553a2621b6d46d37e", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "0f3d2aa55b0558cc378e3f234b1f041173836f14ece62595aee2c0cc024d2df2", + "hash": "697e90bab716f143dd9778ca4c61df669793a24c1536e13bc311ae8f2fb02b33", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -4484,20 +4561,20 @@ Returns Counterparty information from a transaction hash. "vout": [ { "value": 0, - "script_pub_key": "6a2e73f585f6d3243cf6341825a407191e0e3c1b6765b03d9581c38c2d2d49c679cdb36883a22db154f5f345cf4a5eeb" + "script_pub_key": "6a2ebba6bd8ee610170538db7cc25ad0baca80dcd2bba17ad99295726c13410cb895ee0c3b38574a9c829652a2a5bcf7" }, { "value": 4949940000, - "script_pub_key": "001491a18f40afd90b2502c750d2f79b8a0edd4660d1" + "script_pub_key": "0014d2a04791bfe00219f1d2f3f960fbdb63b6182826" } ], "vtxinwit": [ - "304402206fa23a3d4548feef231b012c2984b955b1a1e51cb279945447fbaaa0389dd3a6022038cc70e6cb9eb1353cbbf24f9b41848153c9ab195b04eda0544ca4d4b2305b6501", - "02d0a10b4e13d963127d47bde2c3027da1de878ea2cb875dc1c25ac4882365018e" + "30440220711ac37c146573bfb5289127429caefc0c55dc1f33d953b2c9be2673067a8bfb02202194e87a513f4a7aa2843c876daf9cf8c4d35f5b41fd76b6c4596dc617261cfa01", + "031072c79ececcdefb691896542711819398fabddb46a4b6ade8f90794ef10f77e" ], "lock_time": 0, - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", - "tx_id": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9" + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", + "tx_id": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6" }, "unpacked_data": { "message_type": "enhanced_send", @@ -4505,7 +4582,7 @@ Returns Counterparty information from a transaction hash. "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "memo": null, "asset_info": { "asset_longname": null, @@ -4562,17 +4639,17 @@ Returns a transaction by its index. { "result": { "tx_index": 110, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_hash": "77a5c38be9e0d8831260bcf5e4bfd5ae8dc2c0f05552aa5c0d954d3cb8aaaeb2", - "block_time": 1733317594, - "source": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", - "destination": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "block_hash": "100d456a7f1485dd33cb5087a88b98d511265fac61c018ea944bebf53b532b0a", + "block_time": 1733319879, + "source": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", + "destination": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1 a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1 3 0", + "utxos_info": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1 a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1 3 0", "transaction_type": "dispense", "events": [ { @@ -4581,26 +4658,26 @@ Returns a transaction by its index. "params": { "asset": "MYASSETA", "block_index": 235, - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "msg_index": 0, "quantity": 2000000000, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", "status": "valid", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 949, @@ -4608,14 +4685,14 @@ Returns a transaction by its index. "params": { "asset": "XCP", "block_index": 235, - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "msg_index": 1, "quantity": 2000000000, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", "status": "valid", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4625,9 +4702,9 @@ Returns a transaction by its index. }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 951, @@ -4636,9 +4713,9 @@ Returns a transaction by its index. "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": 0, - "tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4648,9 +4725,9 @@ Returns a transaction by its index. }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 952, @@ -4659,14 +4736,14 @@ Returns a transaction by its index. "asset": "XCP", "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "destination": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4677,9 +4754,9 @@ Returns a transaction by its index. "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "unpacked_data": { @@ -4698,7 +4775,7 @@ Returns a transaction by its index. Returns a transaction by its hash. + Parameters - + tx_hash: `a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53` (str, required) - The hash of the transaction + + tx_hash: `a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb` (str, required) - The hash of the transaction + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -4708,17 +4785,17 @@ Returns a transaction by its hash. { "result": { "tx_index": 110, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_hash": "77a5c38be9e0d8831260bcf5e4bfd5ae8dc2c0f05552aa5c0d954d3cb8aaaeb2", - "block_time": 1733317594, - "source": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", - "destination": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "block_hash": "100d456a7f1485dd33cb5087a88b98d511265fac61c018ea944bebf53b532b0a", + "block_time": 1733319879, + "source": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", + "destination": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1 a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1 3 0", + "utxos_info": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1 a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1 3 0", "transaction_type": "dispense", "events": [ { @@ -4727,26 +4804,26 @@ Returns a transaction by its hash. "params": { "asset": "MYASSETA", "block_index": 235, - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "msg_index": 0, "quantity": 2000000000, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", "status": "valid", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 949, @@ -4754,14 +4831,14 @@ Returns a transaction by its hash. "params": { "asset": "XCP", "block_index": 235, - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "msg_index": 1, "quantity": 2000000000, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", "status": "valid", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4771,9 +4848,9 @@ Returns a transaction by its hash. }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 951, @@ -4782,9 +4859,9 @@ Returns a transaction by its hash. "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": 0, - "tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4794,9 +4871,9 @@ Returns a transaction by its hash. }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 952, @@ -4805,14 +4882,14 @@ Returns a transaction by its hash. "asset": "XCP", "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "destination": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4823,9 +4900,9 @@ Returns a transaction by its hash. "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "unpacked_data": { @@ -4866,12 +4943,12 @@ Returns the events of a transaction "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110 }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 952, @@ -4880,14 +4957,14 @@ Returns the events of a transaction "asset": "XCP", "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "destination": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4898,9 +4975,9 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 951, @@ -4909,9 +4986,9 @@ Returns the events of a transaction "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": 0, - "tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4921,24 +4998,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "address": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "block_index": 235, "calling_function": "dispense", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 66, "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4948,9 +5025,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 949, @@ -4958,14 +5035,14 @@ Returns the events of a transaction "params": { "asset": "XCP", "block_index": 235, - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "msg_index": 1, "quantity": 2000000000, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", "status": "valid", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4975,9 +5052,9 @@ Returns the events of a transaction }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": 948, @@ -4990,7 +5067,7 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53` (str, required) - The hash of the transaction to return + + tx_hash: `a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor: `954` (str, optional) - The last event index to return @@ -5012,12 +5089,12 @@ Returns the events of a transaction "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110 }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 952, @@ -5026,14 +5103,14 @@ Returns the events of a transaction "asset": "XCP", "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "destination": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5044,9 +5121,9 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 951, @@ -5055,9 +5132,9 @@ Returns the events of a transaction "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": 0, - "tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5067,24 +5144,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "address": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "block_index": 235, "calling_function": "dispense", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 66, "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5094,9 +5171,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 949, @@ -5104,14 +5181,14 @@ Returns the events of a transaction "params": { "asset": "XCP", "block_index": 235, - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "msg_index": 1, "quantity": 2000000000, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", "status": "valid", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5121,9 +5198,9 @@ Returns the events of a transaction }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": 948, @@ -5136,7 +5213,7 @@ Returns the events of a transaction Returns the sends, include Enhanced and MPMA sends, of a block + Parameters - + tx_hash: `a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53` (str, required) - The hash of the transaction to return + + tx_hash: `a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb` (str, required) - The hash of the transaction to return + send_type (enum[str], optional) - The type of the send to return + Default: `all` + Members @@ -5161,17 +5238,17 @@ Returns the sends, include Enhanced and MPMA sends, of a block "result": [ { "tx_index": 110, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "asset": "XCP", "quantity": 2000000000, "status": "valid", "msg_index": 1, "memo": null, "fee_paid": 0, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5184,21 +5261,21 @@ Returns the sends, include Enhanced and MPMA sends, of a block }, { "tx_index": 110, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "asset": "MYASSETA", "quantity": 2000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -5216,7 +5293,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block Returns the dispenses of a block + Parameters - + tx_hash: `a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53` (str, required) - The hash of the transaction to return + + tx_hash: `a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb` (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 @@ -5234,26 +5311,26 @@ Returns the dispenses of a block { "tx_index": 110, "dispense_index": 0, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "destination": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "destination": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "btc_amount": 1000, "dispenser": { "tx_index": 33, "block_index": 235, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "oracle_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "last_status_tx_hash": null, - "origin": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "origin": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5268,7 +5345,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5310,16 +5387,16 @@ Returns the events of a transaction "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "address": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "block_index": 235, "calling_function": "dispense", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 66, "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5329,9 +5406,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 948, @@ -5341,12 +5418,12 @@ Returns the events of a transaction "asset": "XCP", "block_index": 235, "calling_function": "utxo move", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 2000000000, "tx_index": 110, - "utxo": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", - "utxo_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "block_time": 1733317594, + "utxo": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", + "utxo_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5356,9 +5433,9 @@ Returns the events of a transaction }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 945, @@ -5368,24 +5445,24 @@ Returns the events of a transaction "asset": "MYASSETA", "block_index": 235, "calling_function": "utxo move", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 2000000000, "tx_index": 110, - "utxo": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", - "utxo_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "block_time": 1733317594, + "utxo": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", + "utxo_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": null, @@ -5398,7 +5475,7 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53` (str, required) - The hash of the transaction to return + + tx_hash: `a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb` (str, required) - The hash of the transaction to return + event: `CREDIT` (str, required) - The event to filter by + cursor: `954` (str, optional) - The last event index to return + Default: `None` @@ -5418,16 +5495,16 @@ Returns the events of a transaction "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "address": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "block_index": 235, "calling_function": "dispense", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 66, "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5437,9 +5514,9 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 948, @@ -5449,12 +5526,12 @@ Returns the events of a transaction "asset": "XCP", "block_index": 235, "calling_function": "utxo move", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 2000000000, "tx_index": 110, - "utxo": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", - "utxo_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "block_time": 1733317594, + "utxo": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", + "utxo_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5464,9 +5541,9 @@ Returns the events of a transaction }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 945, @@ -5476,24 +5553,24 @@ Returns the events of a transaction "asset": "MYASSETA", "block_index": 235, "calling_function": "utxo move", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 2000000000, "tx_index": 110, - "utxo": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", - "utxo_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "block_time": 1733317594, + "utxo": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", + "utxo_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": null, @@ -5508,7 +5585,7 @@ Returns the events of a transaction Returns the balances of several addresses + Parameters - + addresses: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn,bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8` (str, required) - Comma separated list of addresses + + addresses: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj,bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c` (str, required) - Comma separated list of addresses + type (enum[str], optional) - The type of balances to return + Default: `all` + Members @@ -5537,7 +5614,7 @@ Returns the balances of several addresses "total": 100000000000, "addresses": [ { - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -5547,7 +5624,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -5559,7 +5636,7 @@ Returns the balances of several addresses "total": 500000000, "addresses": [ { - "address": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "address": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -5569,7 +5646,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -5581,7 +5658,7 @@ Returns the balances of several addresses "total": 180, "addresses": [ { - "address": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "address": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "utxo": null, "utxo_address": null, "quantity": 180, @@ -5591,7 +5668,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -5603,7 +5680,7 @@ Returns the balances of several addresses "total": 40, "addresses": [ { - "address": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "address": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "utxo": null, "utxo_address": null, "quantity": 40, @@ -5613,7 +5690,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -5625,7 +5702,7 @@ Returns the balances of several addresses "total": 19, "addresses": [ { - "address": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "address": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "utxo": null, "utxo_address": null, "quantity": 19, @@ -5635,7 +5712,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -5652,7 +5729,7 @@ Returns the balances of several addresses Returns the transactions of a list of addresses + Parameters - + addresses: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn,bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj,bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c` (str, required) - Comma separated list of addresses to return + type (enum[str], optional) - The type of the transaction to return + Default: `all` + Members @@ -5695,17 +5772,17 @@ Returns the transactions of a list of addresses "result": [ { "tx_index": 81, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "block_hash": "187d4a8e8576958f00805fe13ff57819f8e20d657fca38a07cb2a8315e5f77ab", - "block_time": 1733317428, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "block_hash": "16573f01f9ca9710f26f0fe763169a0cb3055e219b9b124142f13f34085d9d9e", + "block_time": 1733319692, + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "btc_amount": 4949808000, "fee": 10000, - "data": "030003807dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6804a7985656f87a0f9e6b22bb2910f4bb44b8cdfa88091a18f40afd90b2502c750d2f79b8a0edd4660d188746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "030003807d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d80a740d99bc5c658a43fb59cf553a2621b6d46d37e80d2a04791bfe00219f1d2f3f960fbdb63b618282688746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " 73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46:0 4 ", + "utxos_info": " 84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080:0 4 ", "transaction_type": "mpma", "events": [ { @@ -5713,24 +5790,24 @@ Returns the transactions of a list of addresses "event": "ORDER_UPDATE", "params": { "status": "expired", - "tx_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e" + "tx_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e" }, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "block_time": 1733317428 + "block_time": 1733319692 }, { "event_index": 705, "event": "ORDER_EXPIRATION", "params": { "block_index": 205, - "order_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", - "source": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", - "block_time": 1733317428 + "order_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", + "source": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", + "block_time": 1733319692 }, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "block_time": 1733317428 + "block_time": 1733319692 }, { "event_index": 711, @@ -5738,27 +5815,27 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 205, - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "memo": "the memo", "msg_index": 0, "quantity": 10, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "status": "valid", - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "tx_index": 81, - "block_time": 1733317428, + "block_time": 1733319692, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "block_time": 1733317428 + "block_time": 1733319692 }, { "event_index": 712, @@ -5766,27 +5843,27 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 205, - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "memo": "memo3", "msg_index": 1, "quantity": 10, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "status": "valid", - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "tx_index": 81, - "block_time": 1733317428, + "block_time": 1733319692, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "block_time": 1733317428 + "block_time": 1733319692 }, { "event_index": 713, @@ -5794,15 +5871,15 @@ Returns the transactions of a list of addresses "params": { "asset": "XCP", "block_index": 205, - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "status": "valid", - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "tx_index": 81, - "block_time": 1733317428, + "block_time": 1733319692, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5812,9 +5889,9 @@ Returns the transactions of a list of addresses }, "quantity_normalized": "0.00000010" }, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "block_time": 1733317428 + "block_time": 1733319692 } ], "unpacked_data": { @@ -5823,14 +5900,14 @@ Returns the transactions of a list of addresses "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "quantity": 10, "memo": "the memo", "memo_is_hex": false }, { "asset": "XCP", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "quantity": 10, "memo": "memo1", "memo_is_hex": false @@ -5840,30 +5917,30 @@ Returns the transactions of a list of addresses }, { "tx_index": 80, - "tx_hash": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "tx_hash": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "block_index": 204, - "block_hash": "758b293d9a877981a17c4192e3cb4f39786be42bc2989699d421f3685022e353", - "block_time": 1733317424, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "block_hash": "5e8f4c26615466deb44ca82bcdee49eea29b6f607164fad85a00e2213d56b332", + "block_time": 1733319689, + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "btc_amount": 4949821000, "fee": 10000, - "data": "030003807dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6804a7985656f87a0f9e6b22bb2910f4bb44b8cdfa88091a18f40afd90b2502c750d2f79b8a0edd4660d1c8746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", + "data": "030003807d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d80a740d99bc5c658a43fb59cf553a2621b6d46d37e80d2a04791bfe00219f1d2f3f960fbdb63b6182826c8746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", "supported": true, - "utxos_info": " 384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1:0 4 ", + "utxos_info": " c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544:0 4 ", "transaction_type": "mpma", "events": [ { "event_index": 685, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", - "order_match_id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", + "order_match_id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "status": "expired" }, - "tx_hash": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "tx_hash": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "block_index": 204, - "block_time": 1733317424 + "block_time": 1733319689 }, { "event_index": 687, @@ -5873,26 +5950,26 @@ Returns the transactions of a list of addresses "get_remaining": 3000, "give_remaining": 3000, "status": "open", - "tx_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "tx_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "fee_required_remaining_normalized": "0.00000000" }, - "tx_hash": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "tx_hash": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "block_index": 204, - "block_time": 1733317424 + "block_time": 1733319689 }, { "event_index": 688, "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 204, - "order_match_id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "tx1_address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", - "block_time": 1733317424 + "order_match_id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "tx1_address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", + "block_time": 1733319689 }, - "tx_hash": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "tx_hash": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "block_index": 204, - "block_time": 1733317424 + "block_time": 1733319689 }, { "event_index": 689, @@ -5903,13 +5980,13 @@ Returns the transactions of a list of addresses "get_remaining": 0, "give_remaining": 0, "status": "open", - "tx_hash": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726", + "tx_hash": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "tx_hash": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "block_index": 204, - "block_time": 1733317424 + "block_time": 1733319689 }, { "event_index": 690, @@ -5920,13 +5997,13 @@ Returns the transactions of a list of addresses "get_remaining": 2000, "give_remaining": 2000, "status": "open", - "tx_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "tx_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "tx_hash": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "block_index": 204, - "block_time": 1733317424 + "block_time": 1733319689 }, { "event_index": 691, @@ -5938,20 +6015,20 @@ Returns the transactions of a list of addresses "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 1000, - "id": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "id": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "match_expire_index": 224, "status": "pending", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "tx0_block_index": 189, "tx0_expiration": 21, - "tx0_hash": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726", + "tx0_hash": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb", "tx0_index": 64, - "tx1_address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "tx1_address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "tx1_block_index": 204, "tx1_expiration": 21, - "tx1_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "tx1_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "tx1_index": 58, - "block_time": 1733317424, + "block_time": 1733319689, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5970,9 +6047,9 @@ Returns the transactions of a list of addresses "backward_quantity_normalized": "0.00001000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "tx_hash": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "block_index": 204, - "block_time": 1733317424 + "block_time": 1733319689 }, { "event_index": 697, @@ -5980,27 +6057,27 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 204, - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "memo": "746865206d656d6f", "msg_index": 0, "quantity": 10, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "status": "valid", - "tx_hash": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "tx_hash": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "tx_index": 80, - "block_time": 1733317424, + "block_time": 1733319689, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "tx_hash": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "block_index": 204, - "block_time": 1733317424 + "block_time": 1733319689 }, { "event_index": 698, @@ -6008,27 +6085,27 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 204, - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "memo": "746865206d656d6f", "msg_index": 1, "quantity": 10, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "status": "valid", - "tx_hash": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "tx_hash": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "tx_index": 80, - "block_time": 1733317424, + "block_time": 1733319689, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "tx_hash": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "block_index": 204, - "block_time": 1733317424 + "block_time": 1733319689 }, { "event_index": 699, @@ -6036,15 +6113,15 @@ Returns the transactions of a list of addresses "params": { "asset": "XCP", "block_index": 204, - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "memo": "746865206d656d6f", "msg_index": 2, "quantity": 10, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "status": "valid", - "tx_hash": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "tx_hash": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "tx_index": 80, - "block_time": 1733317424, + "block_time": 1733319689, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6054,9 +6131,9 @@ Returns the transactions of a list of addresses }, "quantity_normalized": "0.00000010" }, - "tx_hash": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "tx_hash": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "block_index": 204, - "block_time": 1733317424 + "block_time": 1733319689 } ], "unpacked_data": { @@ -6065,14 +6142,14 @@ Returns the transactions of a list of addresses "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "quantity": 10, "memo": "746865206d656d6f", "memo_is_hex": true }, { "asset": "XCP", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "quantity": 10, "memo": "746865206d656d6f", "memo_is_hex": true @@ -6082,17 +6159,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 79, - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "block_index": 203, - "block_hash": "72e5c3d89ee12dd8d329923387b538456ef46b0ec29ad4c41510963a12cd5380", - "block_time": 1733317420, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "block_hash": "1be5185cc8e2dee47d61687b08db4954591241a3d409e4dc910c4dd8a056189d", + "block_time": 1733319685, + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "btc_amount": 29999987000, "fee": 10000, - "data": "030003805383d96ab37fb2fae079cf079dbaa15ece858677804a7985656f87a0f9e6b22bb2910f4bb44b8cdfa88091a18f40afd90b2502c750d2f79b8a0edd4660d140000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "03000380a9a1dbe97c6dd65d69a161c984462ac76ffefc6980a740d99bc5c658a43fb59cf553a2621b6d46d37e80d2a04791bfe00219f1d2f3f960fbdb63b618282640000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388:0 4 ", + "utxos_info": " 698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30:0 4 ", "transaction_type": "mpma", "events": [ { @@ -6101,27 +6178,27 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 203, - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "memo": "memo2", "msg_index": 0, "quantity": 10, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "tx_index": 79, - "block_time": 1733317420, + "block_time": 1733319685, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "block_index": 203, - "block_time": 1733317420 + "block_time": 1733319685 }, { "event_index": 679, @@ -6129,27 +6206,27 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 203, - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "memo": "memo3", "msg_index": 1, "quantity": 10, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "tx_index": 79, - "block_time": 1733317420, + "block_time": 1733319685, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "block_index": 203, - "block_time": 1733317420 + "block_time": 1733319685 }, { "event_index": 680, @@ -6157,15 +6234,15 @@ Returns the transactions of a list of addresses "params": { "asset": "XCP", "block_index": 203, - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "tx_index": 79, - "block_time": 1733317420, + "block_time": 1733319685, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6175,9 +6252,9 @@ Returns the transactions of a list of addresses }, "quantity_normalized": "0.00000010" }, - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "block_index": 203, - "block_time": 1733317420 + "block_time": 1733319685 } ], "unpacked_data": { @@ -6186,14 +6263,14 @@ Returns the transactions of a list of addresses "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "quantity": 10, "memo": "memo2", "memo_is_hex": false }, { "asset": "XCP", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "quantity": 10, "memo": "memo1", "memo_is_hex": false @@ -6203,17 +6280,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 78, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "block_hash": "4890d7e384cb9096b02fd815b9f3587a5e0f986622c0b07d1c317049b42e811c", - "block_time": 1733317416, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "block_hash": "30fd326944b85e86276c5949ea63ce13928111d96beb1af72cb6f215ec27a671", + "block_time": 1733319670, + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "btc_amount": 29999987000, "fee": 10000, - "data": "030003805383d96ab37fb2fae079cf079dbaa15ece858677804a7985656f87a0f9e6b22bb2910f4bb44b8cdfa88091a18f40afd90b2502c750d2f79b8a0edd4660d188746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", + "data": "03000380a9a1dbe97c6dd65d69a161c984462ac76ffefc6980a740d99bc5c658a43fb59cf553a2621b6d46d37e80d2a04791bfe00219f1d2f3f960fbdb63b618282688746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", "supported": true, - "utxos_info": " 65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a:0 4 ", + "utxos_info": " 50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47:0 4 ", "transaction_type": "mpma", "events": [ { @@ -6221,24 +6298,24 @@ Returns the transactions of a list of addresses "event": "ORDER_UPDATE", "params": { "status": "expired", - "tx_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60" + "tx_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7" }, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "block_time": 1733317416 + "block_time": 1733319670 }, { "event_index": 660, "event": "ORDER_EXPIRATION", "params": { "block_index": 202, - "order_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60", - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "block_time": 1733317416 + "order_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "block_time": 1733319670 }, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "block_time": 1733317416 + "block_time": 1733319670 }, { "event_index": 666, @@ -6246,27 +6323,27 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 202, - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "memo": "the memo", "msg_index": 0, "quantity": 10, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "tx_index": 78, - "block_time": 1733317416, + "block_time": 1733319670, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "block_time": 1733317416 + "block_time": 1733319670 }, { "event_index": 667, @@ -6274,27 +6351,27 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 202, - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "memo": "the memo", "msg_index": 1, "quantity": 10, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "tx_index": 78, - "block_time": 1733317416, + "block_time": 1733319670, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "block_time": 1733317416 + "block_time": 1733319670 }, { "event_index": 668, @@ -6302,15 +6379,15 @@ Returns the transactions of a list of addresses "params": { "asset": "XCP", "block_index": 202, - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "memo": "the memo", "msg_index": 2, "quantity": 10, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "tx_index": 78, - "block_time": 1733317416, + "block_time": 1733319670, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6320,9 +6397,9 @@ Returns the transactions of a list of addresses }, "quantity_normalized": "0.00000010" }, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "block_time": 1733317416 + "block_time": 1733319670 } ], "unpacked_data": { @@ -6331,14 +6408,14 @@ Returns the transactions of a list of addresses "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "quantity": 10, "memo": "the memo", "memo_is_hex": false }, { "asset": "XCP", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "quantity": 10, "memo": "the memo", "memo_is_hex": false @@ -6348,17 +6425,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 77, - "tx_hash": "8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54", + "tx_hash": "6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8", "block_index": 201, - "block_hash": "0b49ed9d21ad9936895a6f83329cce104f3edcc8506211b711e173095e9c221a", - "block_time": 1733317412, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "block_hash": "14d4fe954b762410bb9e584caabfb7ae02792340b07995611e4dc65066d0378d", + "block_time": 1733319667, + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "btc_amount": 4999990000, "fee": 10000, - "data": "02000000178d82231300000000000003e8805383d96ab37fb2fae079cf079dbaa15ece858677", + "data": "02000000178d82231300000000000003e880a9a1dbe97c6dd65d69a161c984462ac76ffefc69", "supported": true, - "utxos_info": " 8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54:1 2 0", + "utxos_info": " 6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8:1 2 0", "transaction_type": "enhanced_send", "events": [ { @@ -6367,26 +6444,26 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 201, - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "memo": null, "quantity": 1000, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54", + "tx_hash": "6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8", "tx_index": 77, - "block_time": 1733317412, + "block_time": 1733319667, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00001000" }, - "tx_hash": "8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54", + "tx_hash": "6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8", "block_index": 201, - "block_time": 1733317412 + "block_time": 1733319667 } ], "unpacked_data": { @@ -6395,7 +6472,7 @@ Returns the transactions of a list of addresses "message_data": { "asset": "MPMASSET", "quantity": 1000, - "address": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "address": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "memo": null } } @@ -6411,7 +6488,7 @@ Returns the transactions of a list of addresses Returns the events of a list of addresses + Parameters - + addresses: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn,bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj,bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c` (str, required) - Comma separated list of addresses to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor: `954` (str, optional) - The last event index to return @@ -6433,29 +6510,29 @@ Returns the events of a list of addresses "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 225, - "order_match_id": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "tx1_address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", - "block_time": 1733317539 + "order_match_id": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "tx1_address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", + "block_time": 1733319815 }, - "tx_hash": "ce88e76afde1df18ac3f9d23e06e3861a2ba980aae07dbbb09f158b98a0c9432", + "tx_hash": "22b588a3217ade30112909630f2b930e751438d7bd900585bb073d3f068d980f", "block_index": 225, - "block_time": 1733317539 + "block_time": 1733319815 }, { "event_index": 860, "event": "CREDIT", "params": { - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "block_index": 225, "calling_function": "order expired", - "event": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "event": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "quantity": 1000, "tx_index": 0, "utxo": null, "utxo_address": null, - "block_time": 1733317539, + "block_time": 1733319815, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6465,37 +6542,37 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "ce88e76afde1df18ac3f9d23e06e3861a2ba980aae07dbbb09f158b98a0c9432", + "tx_hash": "22b588a3217ade30112909630f2b930e751438d7bd900585bb073d3f068d980f", "block_index": 225, - "block_time": 1733317539 + "block_time": 1733319815 }, { "event_index": 758, "event": "ORDER_EXPIRATION", "params": { "block_index": 211, - "order_hash": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726", - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "block_time": 1733317468 + "order_hash": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "block_time": 1733319733 }, - "tx_hash": "bc20479b2662488b6e3be5cfe523fb18cdea81aa47d7b60a15c8a3c958bf4d98", + "tx_hash": "9d2a1d609e1ef1a70c4c113d1290a262d427ca0d5a23f044599124bbb193f355", "block_index": 211, - "block_time": 1733317468 + "block_time": 1733319733 }, { "event_index": 757, "event": "CREDIT", "params": { - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "block_index": 211, "calling_function": "cancel order", - "event": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726", + "event": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb", "quantity": 0, "tx_index": 0, "utxo": null, "utxo_address": null, - "block_time": 1733317468, + "block_time": 1733319733, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6505,9 +6582,9 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00000000" }, - "tx_hash": "bc20479b2662488b6e3be5cfe523fb18cdea81aa47d7b60a15c8a3c958bf4d98", + "tx_hash": "9d2a1d609e1ef1a70c4c113d1290a262d427ca0d5a23f044599124bbb193f355", "block_index": 211, - "block_time": 1733317468 + "block_time": 1733319733 }, { "event_index": 713, @@ -6515,15 +6592,15 @@ Returns the events of a list of addresses "params": { "asset": "XCP", "block_index": 205, - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "status": "valid", - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "tx_index": 81, - "block_time": 1733317428, + "block_time": 1733319692, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6533,9 +6610,9 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00000010" }, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "block_time": 1733317428 + "block_time": 1733319692 } ], "next_cursor": 713, @@ -6548,7 +6625,7 @@ Returns the events of a list of addresses Returns the mempool events of a list of addresses + Parameters - + addresses: `bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv,bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz,bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem` (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 @@ -6562,17 +6639,17 @@ Returns the mempool events of a list of addresses { "result": [ { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "memo": null, "quantity": 10000, - "source": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "status": "valid", - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "tx_index": 111, "asset_info": { "asset_longname": null, @@ -6583,22 +6660,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 }, { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "CREDIT", "params": { - "address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "asset": "XCP", "block_index": 235, "calling_function": "send", - "event": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "event": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "quantity": 10000, "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6608,22 +6685,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 }, { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "address": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "asset": "XCP", "block_index": 235, - "event": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "event": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "quantity": 10000, "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6633,27 +6710,27 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 }, { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1733317598.0262008, + "block_time": 1733319883.1574712, "btc_amount": 4949940000, - "data": "0200000000000000010000000000002710804a7985656f87a0f9e6b22bb2910f4bb44b8cdfa8", - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "data": "020000000000000001000000000000271080a740d99bc5c658a43fb59cf553a2621b6d46d37e", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "fee": 10000, - "source": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "transaction_type": "enhanced_send", - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "tx_index": 111, - "utxos_info": " 9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9:1 2 0", + "utxos_info": " 91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6:1 2 0", "btc_amount_normalized": "49.49940000" }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 } ], "next_cursor": null, @@ -6666,7 +6743,7 @@ Returns the mempool events of a list of addresses Returns the balances of an address + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address to return + type (enum[str], optional) - The type of balances to return + Default: `` + Members @@ -6690,7 +6767,7 @@ Returns the balances of an address { "result": [ { - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "A95428956980101314", "asset_longname": null, "quantity": 100000000000, @@ -6699,14 +6776,14 @@ Returns the balances of an address "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "MPMASSET", "asset_longname": null, "quantity": 99999998960, @@ -6715,14 +6792,14 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "999.99998960" }, { - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "MYASSETA", "asset_longname": null, "quantity": 97999999980, @@ -6731,14 +6808,14 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "979.99999980" }, { - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "asset_longname": null, "quantity": 82599966196, @@ -6754,7 +6831,7 @@ Returns the balances of an address "quantity_normalized": "825.99966196" }, { - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "TESTLOCKDESC", "asset_longname": null, "quantity": 9999990000, @@ -6763,7 +6840,7 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -6780,7 +6857,7 @@ Returns the balances of an address Returns the balances of an address and asset + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + type (enum[str], optional) - The type of balances to return + Default: `all` @@ -6803,7 +6880,7 @@ Returns the balances of an address and asset { "result": [ { - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "asset_longname": null, "quantity": 82599966196, @@ -6829,7 +6906,7 @@ Returns the balances of an address and asset Returns the credits of an address + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -6877,15 +6954,15 @@ Returns the credits of an address "result": [ { "block_index": 225, - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "quantity": 1000, "calling_function": "order expired", - "event": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "event": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "tx_index": 0, "utxo": null, "utxo_address": null, - "block_time": 1733317539, + "block_time": 1733319815, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6897,15 +6974,15 @@ Returns the credits of an address }, { "block_index": 205, - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "quantity": 10, "calling_function": "mpma send", - "event": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "event": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "tx_index": 81, "utxo": null, "utxo_address": null, - "block_time": 1733317428, + "block_time": 1733319692, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6917,15 +6994,15 @@ Returns the credits of an address }, { "block_index": 204, - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "quantity": 10, "calling_function": "mpma send", - "event": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "event": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "tx_index": 80, "utxo": null, "utxo_address": null, - "block_time": 1733317424, + "block_time": 1733319689, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6937,15 +7014,15 @@ Returns the credits of an address }, { "block_index": 204, - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "quantity": 3000, "calling_function": "order expired", - "event": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "event": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "tx_index": 0, "utxo": null, "utxo_address": null, - "block_time": 1733317424, + "block_time": 1733319689, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6957,15 +7034,15 @@ Returns the credits of an address }, { "block_index": 202, - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "quantity": 5000, "calling_function": "cancel order", - "event": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60", + "event": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7", "tx_index": 0, "utxo": null, "utxo_address": null, - "block_time": 1733317416, + "block_time": 1733319670, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6986,7 +7063,7 @@ Returns the credits of an address Returns the debits of an address + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -7023,15 +7100,15 @@ Returns the debits of an address "result": [ { "block_index": 203, - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "event": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "tx_index": 79, "utxo": null, "utxo_address": null, - "block_time": 1733317420, + "block_time": 1733319685, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7043,19 +7120,19 @@ Returns the debits of an address }, { "block_index": 203, - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "MPMASSET", "quantity": 20, "action": "mpma send", - "event": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "event": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "tx_index": 79, "utxo": null, "utxo_address": null, - "block_time": 1733317420, + "block_time": 1733319685, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -7063,15 +7140,15 @@ Returns the debits of an address }, { "block_index": 202, - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "event": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "tx_index": 78, "utxo": null, "utxo_address": null, - "block_time": 1733317416, + "block_time": 1733319670, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7083,19 +7160,19 @@ Returns the debits of an address }, { "block_index": 202, - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "MPMASSET", "quantity": 20, "action": "mpma send", - "event": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "event": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "tx_index": 78, "utxo": null, "utxo_address": null, - "block_time": 1733317416, + "block_time": 1733319670, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -7103,19 +7180,19 @@ Returns the debits of an address }, { "block_index": 201, - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "MPMASSET", "quantity": 1000, "action": "send", - "event": "8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54", + "event": "6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8", "tx_index": 77, "utxo": null, "utxo_address": null, - "block_time": 1733317412, + "block_time": 1733319667, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -7132,7 +7209,7 @@ Returns the debits of an address Returns the bets of a feed + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address of the feed + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address of the feed + status: `filled` (enum[str], optional) - The status of the bet + Default: `open` + Members @@ -7165,7 +7242,7 @@ Returns the bets of a feed Returns the broadcasts of a source + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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 @@ -7182,16 +7259,16 @@ Returns the broadcasts of a source "result": [ { "tx_index": 24, - "tx_hash": "fe84bd9e1cf9e440165fc115b88cca6945893bbfe5cf9f651378c45d041f33da", + "tx_hash": "3e5ad5b875200cea762d8608a95cd6d95431e7f36b61dfa94a6eb171760e2d89", "block_index": 128, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, "text": "Hello, world!", "locked": false, "status": "valid", - "block_time": 1733317074, + "block_time": 1733319382, "fee_fraction_int_normalized": "0.00000000" } ], @@ -7205,7 +7282,7 @@ Returns the broadcasts of a source Returns the burns of an address + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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 @@ -7222,13 +7299,13 @@ Returns the burns of an address "result": [ { "tx_index": 5, - "tx_hash": "d4e15b227bcf4a31bd3288180ae17ec09462cfdd97cdb7988649c4dfe652bdbb", + "tx_hash": "712b9e274fbd94eccd7b3eb07662eaf06e7445dd5b4af55ce61e8df73b6f97bb", "block_index": 112, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "burned": 50000000, "earned": 74999998167, "status": "valid", - "block_time": 1733317004, + "block_time": 1733319324, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" } @@ -7243,7 +7320,7 @@ Returns the burns of an address Returns the sends, include Enhanced and MPMA sends, of an address + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address to return + send_type (enum[str], optional) - The type of sends to return + Default: `all` + Members @@ -7268,17 +7345,17 @@ Returns the sends, include Enhanced and MPMA sends, of an address "result": [ { "tx_index": 79, - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "block_index": 203, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "memo1", "fee_paid": 0, - "block_time": 1733317420, + "block_time": 1733319685, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7291,21 +7368,21 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 79, - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "block_index": 203, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "asset": "MPMASSET", "quantity": 10, "status": "valid", "msg_index": 1, "memo": "memo3", "fee_paid": 0, - "block_time": 1733317420, + "block_time": 1733319685, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -7314,21 +7391,21 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 79, - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "block_index": 203, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "asset": "MPMASSET", "quantity": 10, "status": "valid", "msg_index": 0, "memo": "memo2", "fee_paid": 0, - "block_time": 1733317420, + "block_time": 1733319685, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -7337,17 +7414,17 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 78, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "the memo", "fee_paid": 0, - "block_time": 1733317416, + "block_time": 1733319670, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7360,21 +7437,21 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 78, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "asset": "MPMASSET", "quantity": 10, "status": "valid", "msg_index": 1, "memo": "the memo", "fee_paid": 0, - "block_time": 1733317416, + "block_time": 1733319670, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -7392,7 +7469,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address Returns the receives of an address + Parameters - + address: `bcrt1qs95tnqc3qe3047tvspcyh2tgwhap4yfwxgp5va` (str, required) - The address to return + + address: `bcrt1qgn70nljxn2l26sxh0qtmlu249lphsh9ke4qgwr` (str, required) - The address to return + send_type (enum[str], optional) - The type of sends to return + Default: `all` + Members @@ -7417,21 +7494,21 @@ Returns the receives of an address "result": [ { "tx_index": 38, - "tx_hash": "145acec27d68832131aec75a5b5f1dacbdcf206644eda5bc8e71ec8193383a68", + "tx_hash": "54e54c97a951b8b60c3fefe80ab14a9c995d0e6858a9304b0ebcc5ed56208389", "block_index": 142, - "source": "f981249276b754bb2b485ed1a312e92912f7232e375c9df021bcab3bcc7f7a53:0", - "destination": "bcrt1qs95tnqc3qe3047tvspcyh2tgwhap4yfwxgp5va", + "source": "1c0fbfc15902ef7896c879c3970852f36f57af4e28388f26fc7c283e3e5dff3c:0", + "destination": "bcrt1qgn70nljxn2l26sxh0qtmlu249lphsh9ke4qgwr", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "block_time": 1733317144, + "block_time": 1733319433, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -7449,7 +7526,7 @@ Returns the receives of an address Returns the sends, include Enhanced and MPMA sends, of an address and asset + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address to return + asset: `FAIRMINTB` (str, required) - The asset to return + send_type (enum[str], optional) - The type of sends to return + Default: `all` @@ -7483,7 +7560,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset Returns the receives of an address and asset + Parameters - + address: `bcrt1qs95tnqc3qe3047tvspcyh2tgwhap4yfwxgp5va` (str, required) - The address to return + + address: `bcrt1qgn70nljxn2l26sxh0qtmlu249lphsh9ke4qgwr` (str, required) - The address to return + asset: `FAIRMINTB` (str, required) - The asset to return + send_type (enum[str], optional) - The type of sends to return + Default: `all` @@ -7517,7 +7594,7 @@ Returns the receives of an address and asset Returns the dispensers of an address + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address to return + status (enum[str], optional) - The status of the dispensers to return + Default: `all` + Members @@ -7544,9 +7621,9 @@ Returns the dispensers of an address "result": [ { "tx_index": 68, - "tx_hash": "07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589", + "tx_hash": "30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b", "block_index": 194, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "TESTLOCKDESC", "give_quantity": 1, "escrow_quantity": 10000, @@ -7555,7 +7632,7 @@ Returns the dispensers of an address "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -7565,11 +7642,11 @@ Returns the dispensers of an address "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733317383, + "block_time": 1733319640, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -7582,9 +7659,9 @@ Returns the dispensers of an address }, { "tx_index": 26, - "tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7593,7 +7670,7 @@ Returns the dispensers of an address "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7603,7 +7680,7 @@ Returns the dispensers of an address "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733317099, + "block_time": 1733319396, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7629,7 +7706,7 @@ Returns the dispensers of an address Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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` @@ -7640,9 +7717,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7651,7 +7728,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7661,7 +7738,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733317099, + "block_time": 1733319396, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7684,7 +7761,7 @@ Returns the dispenser of an address and an asset Returns the dispenses of a source + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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 @@ -7702,18 +7779,18 @@ Returns the dispenses of a source { "tx_index": 69, "dispense_index": 0, - "tx_hash": "2273d537609806af80c0d8f8416f8e7a428a4e712197201881eabb5864a86bfc", + "tx_hash": "8f6982019904f00e519e7a1504fe126faac62c39705123bc99d3c7c3c9a6db07", "block_index": 194, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "TESTLOCKDESC", "dispense_quantity": 4000, - "dispenser_tx_hash": "07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589", + "dispenser_tx_hash": "30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b", "btc_amount": 4000, "dispenser": { "tx_index": 68, "block_index": 194, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7721,7 +7798,7 @@ Returns the dispenses of a source "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -7736,11 +7813,11 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317383, + "block_time": 1733319640, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -7750,18 +7827,18 @@ Returns the dispenses of a source { "tx_index": 28, "dispense_index": 0, - "tx_hash": "1ffaae8bdeed9b7e64ac5f1c1c3be0e0c9f1c8d08951f75dde882879d9514488", + "tx_hash": "3eabd0222c2cb68104505d2af77834a1276420a257b8694b44c4521408b606e0", "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "dispenser_tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "btc_amount": 4000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7769,7 +7846,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7784,7 +7861,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317099, + "block_time": 1733319396, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7798,18 +7875,18 @@ Returns the dispenses of a source { "tx_index": 27, "dispense_index": 0, - "tx_hash": "4122c6b39046ddfe61dc42a8c4a19540cacd9d5d48d733a7adfd426bb5bddd17", + "tx_hash": "860d8b25346fc3b1c47e8ba19f5405ee123656d75fc32f96b8531a2aebdf89ef", "block_index": 131, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "dispenser_tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "btc_amount": 6000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7817,7 +7894,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7832,7 +7909,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317084, + "block_time": 1733319393, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7854,7 +7931,7 @@ Returns the dispenses of a source Returns the dispenses of a destination + Parameters - + address: `bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8` (str, required) - The address to return + + address: `bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c` (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 @@ -7872,18 +7949,18 @@ Returns the dispenses of a destination { "tx_index": 69, "dispense_index": 0, - "tx_hash": "2273d537609806af80c0d8f8416f8e7a428a4e712197201881eabb5864a86bfc", + "tx_hash": "8f6982019904f00e519e7a1504fe126faac62c39705123bc99d3c7c3c9a6db07", "block_index": 194, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "TESTLOCKDESC", "dispense_quantity": 4000, - "dispenser_tx_hash": "07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589", + "dispenser_tx_hash": "30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b", "btc_amount": 4000, "dispenser": { "tx_index": 68, "block_index": 194, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7891,7 +7968,7 @@ Returns the dispenses of a destination "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -7906,11 +7983,11 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317383, + "block_time": 1733319640, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -7920,18 +7997,18 @@ Returns the dispenses of a destination { "tx_index": 28, "dispense_index": 0, - "tx_hash": "1ffaae8bdeed9b7e64ac5f1c1c3be0e0c9f1c8d08951f75dde882879d9514488", + "tx_hash": "3eabd0222c2cb68104505d2af77834a1276420a257b8694b44c4521408b606e0", "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "dispenser_tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "btc_amount": 4000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7939,7 +8016,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7954,7 +8031,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317099, + "block_time": 1733319396, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7968,18 +8045,18 @@ Returns the dispenses of a destination { "tx_index": 27, "dispense_index": 0, - "tx_hash": "4122c6b39046ddfe61dc42a8c4a19540cacd9d5d48d733a7adfd426bb5bddd17", + "tx_hash": "860d8b25346fc3b1c47e8ba19f5405ee123656d75fc32f96b8531a2aebdf89ef", "block_index": 131, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "dispenser_tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "btc_amount": 6000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7987,7 +8064,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8002,7 +8079,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317084, + "block_time": 1733319393, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8024,7 +8101,7 @@ Returns the dispenses of a destination Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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` @@ -8043,18 +8120,18 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "1ffaae8bdeed9b7e64ac5f1c1c3be0e0c9f1c8d08951f75dde882879d9514488", + "tx_hash": "3eabd0222c2cb68104505d2af77834a1276420a257b8694b44c4521408b606e0", "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "dispenser_tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "btc_amount": 4000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8062,7 +8139,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8077,7 +8154,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317099, + "block_time": 1733319396, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8091,18 +8168,18 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "4122c6b39046ddfe61dc42a8c4a19540cacd9d5d48d733a7adfd426bb5bddd17", + "tx_hash": "860d8b25346fc3b1c47e8ba19f5405ee123656d75fc32f96b8531a2aebdf89ef", "block_index": 131, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "dispenser_tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "btc_amount": 6000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8110,7 +8187,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8125,7 +8202,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317084, + "block_time": 1733319393, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8147,7 +8224,7 @@ Returns the dispenses of an address and an asset Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8` (str, required) - The address to return + + address: `bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c` (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` @@ -8166,18 +8243,18 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "1ffaae8bdeed9b7e64ac5f1c1c3be0e0c9f1c8d08951f75dde882879d9514488", + "tx_hash": "3eabd0222c2cb68104505d2af77834a1276420a257b8694b44c4521408b606e0", "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "dispenser_tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "btc_amount": 4000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8185,7 +8262,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8200,7 +8277,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317099, + "block_time": 1733319396, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8214,18 +8291,18 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "4122c6b39046ddfe61dc42a8c4a19540cacd9d5d48d733a7adfd426bb5bddd17", + "tx_hash": "860d8b25346fc3b1c47e8ba19f5405ee123656d75fc32f96b8531a2aebdf89ef", "block_index": 131, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "dispenser_tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "btc_amount": 6000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8233,7 +8310,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8248,7 +8325,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317084, + "block_time": 1733319393, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8270,7 +8347,7 @@ Returns the dispenses of an address and an asset Returns the sweeps of an address + Parameters - + address: `bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv` (str, required) - The address to return + + address: `bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz` (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 @@ -8287,15 +8364,15 @@ Returns the sweeps of an address "result": [ { "tx_index": 65, - "tx_hash": "feb95d92ac36eb01d8e0b23a8ca236463a9552b16461d9931456464735e101b9", + "tx_hash": "2d4149f571525e6c6de8b31e7fe86e5bcaecaa72040580dabb11cca44aee66c1", "block_index": 190, - "source": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, - "block_time": 1733317357, + "block_time": 1733319626, "fee_paid_normalized": "0.00600000" } ], @@ -8309,7 +8386,7 @@ Returns the sweeps of an address Returns the issuances of an address + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address to return + asset_events (enum[str], optional) - Filter result by one or several comma separated asset events + Default: `all` + Members @@ -8339,14 +8416,14 @@ Returns the issuances of an address "result": [ { "tx_index": 76, - "tx_hash": "2dd3ff4b45343d3fef0a8b061443f3d20f3961e1457bde26874f5dd1e4b66e59", + "tx_hash": "4da0ac2ac617fbfee62cdb3e224cd6d5ca565c87c0dbb2cdc1f8922a150a0701", "msg_index": 0, "block_index": 200, "asset": "MPMASSET", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "transfer": false, "callable": false, "call_date": 0, @@ -8360,20 +8437,20 @@ Returns the issuances of an address "description_locked": false, "fair_minting": false, "asset_events": "creation", - "block_time": 1733317408, + "block_time": 1733319663, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 52, - "tx_hash": "adf39bc33034a1b683affdf28c60536226d89679b173033f4e593e3420b17e7e", + "tx_hash": "66d71fd70740c6b1e2b4d7b8aff925789203bfe62a0376fa1215cc19021656e4", "msg_index": 0, "block_index": 156, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "transfer": false, "callable": false, "call_date": 0, @@ -8387,20 +8464,20 @@ Returns the issuances of an address "description_locked": false, "fair_minting": false, "asset_events": "creation", - "block_time": 1733317216, + "block_time": 1733319495, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 51, - "tx_hash": "a3c86011fabcc8bcb6100169c8626dee92a93814de69804455282744f08ed55b", + "tx_hash": "bff7d3b3d26d5da053ad3f015ce265c08f0bab19c39999f70f61e421c21e5150", "msg_index": 0, "block_index": 155, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "transfer": false, "callable": false, "call_date": 0, @@ -8414,20 +8491,20 @@ Returns the issuances of an address "description_locked": true, "fair_minting": false, "asset_events": "lock_description", - "block_time": 1733317212, + "block_time": 1733319481, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 50, - "tx_hash": "e08842a7b01462074523f9474bbc36c1607f5013c559aa08175d6bf06df19a12", + "tx_hash": "5e540e16843c2d644243c9538cd35b5cd0d23431138fc59d22c28e2b961009f0", "msg_index": 0, "block_index": 154, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "transfer": false, "callable": false, "call_date": 0, @@ -8441,20 +8518,20 @@ Returns the issuances of an address "description_locked": false, "fair_minting": false, "asset_events": "creation", - "block_time": 1733317209, + "block_time": 1733319478, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 49, - "tx_hash": "6913183ffa6ec8d7e758459ef7349abd4173115a1ca9022ff8202ace473d15b6", + "tx_hash": "b45e0fdb80b5e96a719323ce7ee7a7711b34844a4d13c40833665c5e0a07b0a5", "msg_index": 0, "block_index": 153, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "transfer": false, "callable": false, "call_date": 0, @@ -8468,7 +8545,7 @@ Returns the issuances of an address "description_locked": false, "fair_minting": false, "asset_events": "creation", - "block_time": 1733317195, + "block_time": 1733319474, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" } @@ -8483,7 +8560,7 @@ Returns the issuances of an address Returns the valid assets issued or owned by an address + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The issuer or owner to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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 @@ -8504,8 +8581,8 @@ Returns the valid assets issued or owned by an address "asset": "MPMASSET", "asset_id": "101158363923", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 100000000000, @@ -8513,16 +8590,16 @@ Returns the valid assets issued or owned by an address "description_locked": false, "first_issuance_block_index": 200, "last_issuance_block_index": 200, - "first_issuance_block_time": 1733317408, - "last_issuance_block_time": 1733317408, + "first_issuance_block_time": 1733319663, + "last_issuance_block_time": 1733319663, "supply_normalized": "1000.00000000" }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 10000000000, @@ -8530,16 +8607,16 @@ Returns the valid assets issued or owned by an address "description_locked": false, "first_issuance_block_index": 153, "last_issuance_block_index": 155, - "first_issuance_block_time": 1733317195, - "last_issuance_block_time": 1733317212, + "first_issuance_block_time": 1733319474, + "last_issuance_block_time": 1733319481, "supply_normalized": "100.00000000" }, { "asset": "FREEFAIRMINT", "asset_id": "20774156646107637", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 180, @@ -8547,16 +8624,16 @@ Returns the valid assets issued or owned by an address "description_locked": false, "first_issuance_block_index": 148, "last_issuance_block_index": 150, - "first_issuance_block_time": 1733317167, - "last_issuance_block_time": 1733317184, + "first_issuance_block_time": 1733319455, + "last_issuance_block_time": 1733319462, "supply_normalized": "0.00000180" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 100000000000, @@ -8564,16 +8641,16 @@ Returns the valid assets issued or owned by an address "description_locked": false, "first_issuance_block_index": 139, "last_issuance_block_index": 139, - "first_issuance_block_time": 1733317134, - "last_issuance_block_time": 1733317134, + "first_issuance_block_time": 1733319420, + "last_issuance_block_time": 1733319420, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 40, @@ -8581,8 +8658,8 @@ Returns the valid assets issued or owned by an address "description_locked": false, "first_issuance_block_index": 126, "last_issuance_block_index": 127, - "first_issuance_block_time": 1733317067, - "last_issuance_block_time": 1733317070, + "first_issuance_block_time": 1733319374, + "last_issuance_block_time": 1733319377, "supply_normalized": "0.00000040" } ], @@ -8596,7 +8673,7 @@ Returns the valid assets issued or owned by an address Returns the valid assets issued by an address + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The issuer to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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 @@ -8617,8 +8694,8 @@ Returns the valid assets issued by an address "asset": "MPMASSET", "asset_id": "101158363923", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 100000000000, @@ -8626,16 +8703,16 @@ Returns the valid assets issued by an address "description_locked": false, "first_issuance_block_index": 200, "last_issuance_block_index": 200, - "first_issuance_block_time": 1733317408, - "last_issuance_block_time": 1733317408, + "first_issuance_block_time": 1733319663, + "last_issuance_block_time": 1733319663, "supply_normalized": "1000.00000000" }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 10000000000, @@ -8643,16 +8720,16 @@ Returns the valid assets issued by an address "description_locked": false, "first_issuance_block_index": 153, "last_issuance_block_index": 155, - "first_issuance_block_time": 1733317195, - "last_issuance_block_time": 1733317212, + "first_issuance_block_time": 1733319474, + "last_issuance_block_time": 1733319481, "supply_normalized": "100.00000000" }, { "asset": "FREEFAIRMINT", "asset_id": "20774156646107637", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 180, @@ -8660,16 +8737,16 @@ Returns the valid assets issued by an address "description_locked": false, "first_issuance_block_index": 148, "last_issuance_block_index": 150, - "first_issuance_block_time": 1733317167, - "last_issuance_block_time": 1733317184, + "first_issuance_block_time": 1733319455, + "last_issuance_block_time": 1733319462, "supply_normalized": "0.00000180" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 100000000000, @@ -8677,16 +8754,16 @@ Returns the valid assets issued by an address "description_locked": false, "first_issuance_block_index": 139, "last_issuance_block_index": 139, - "first_issuance_block_time": 1733317134, - "last_issuance_block_time": 1733317134, + "first_issuance_block_time": 1733319420, + "last_issuance_block_time": 1733319420, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 40, @@ -8694,8 +8771,8 @@ Returns the valid assets issued by an address "description_locked": false, "first_issuance_block_index": 126, "last_issuance_block_index": 127, - "first_issuance_block_time": 1733317067, - "last_issuance_block_time": 1733317070, + "first_issuance_block_time": 1733319374, + "last_issuance_block_time": 1733319377, "supply_normalized": "0.00000040" } ], @@ -8709,7 +8786,7 @@ Returns the valid assets issued by an address Returns the valid assets owned by an address + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The owner to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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 @@ -8730,8 +8807,8 @@ Returns the valid assets owned by an address "asset": "MPMASSET", "asset_id": "101158363923", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 100000000000, @@ -8739,16 +8816,16 @@ Returns the valid assets owned by an address "description_locked": false, "first_issuance_block_index": 200, "last_issuance_block_index": 200, - "first_issuance_block_time": 1733317408, - "last_issuance_block_time": 1733317408, + "first_issuance_block_time": 1733319663, + "last_issuance_block_time": 1733319663, "supply_normalized": "1000.00000000" }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 10000000000, @@ -8756,16 +8833,16 @@ Returns the valid assets owned by an address "description_locked": false, "first_issuance_block_index": 153, "last_issuance_block_index": 155, - "first_issuance_block_time": 1733317195, - "last_issuance_block_time": 1733317212, + "first_issuance_block_time": 1733319474, + "last_issuance_block_time": 1733319481, "supply_normalized": "100.00000000" }, { "asset": "FREEFAIRMINT", "asset_id": "20774156646107637", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 180, @@ -8773,16 +8850,16 @@ Returns the valid assets owned by an address "description_locked": false, "first_issuance_block_index": 148, "last_issuance_block_index": 150, - "first_issuance_block_time": 1733317167, - "last_issuance_block_time": 1733317184, + "first_issuance_block_time": 1733319455, + "last_issuance_block_time": 1733319462, "supply_normalized": "0.00000180" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 100000000000, @@ -8790,16 +8867,16 @@ Returns the valid assets owned by an address "description_locked": false, "first_issuance_block_index": 139, "last_issuance_block_index": 139, - "first_issuance_block_time": 1733317134, - "last_issuance_block_time": 1733317134, + "first_issuance_block_time": 1733319420, + "last_issuance_block_time": 1733319420, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": null, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "owner": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "owner": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false, "supply": 40, @@ -8807,8 +8884,8 @@ Returns the valid assets owned by an address "description_locked": false, "first_issuance_block_index": 126, "last_issuance_block_index": 127, - "first_issuance_block_time": 1733317067, - "last_issuance_block_time": 1733317070, + "first_issuance_block_time": 1733319374, + "last_issuance_block_time": 1733319377, "supply_normalized": "0.00000040" } ], @@ -8822,7 +8899,7 @@ Returns the valid assets owned by an address Returns the transactions of an address + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address to return + type (enum[str], optional) - The type of the transaction to return + Default: `all` + Members @@ -8865,17 +8942,17 @@ Returns the transactions of an address "result": [ { "tx_index": 79, - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "block_index": 203, - "block_hash": "72e5c3d89ee12dd8d329923387b538456ef46b0ec29ad4c41510963a12cd5380", - "block_time": 1733317420, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "block_hash": "1be5185cc8e2dee47d61687b08db4954591241a3d409e4dc910c4dd8a056189d", + "block_time": 1733319685, + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "btc_amount": 29999987000, "fee": 10000, - "data": "030003805383d96ab37fb2fae079cf079dbaa15ece858677804a7985656f87a0f9e6b22bb2910f4bb44b8cdfa88091a18f40afd90b2502c750d2f79b8a0edd4660d140000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "03000380a9a1dbe97c6dd65d69a161c984462ac76ffefc6980a740d99bc5c658a43fb59cf553a2621b6d46d37e80d2a04791bfe00219f1d2f3f960fbdb63b618282640000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388:0 4 ", + "utxos_info": " 698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30:0 4 ", "transaction_type": "mpma", "events": [ { @@ -8884,27 +8961,27 @@ Returns the transactions of an address "params": { "asset": "MPMASSET", "block_index": 203, - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "memo": "memo2", "msg_index": 0, "quantity": 10, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "tx_index": 79, - "block_time": 1733317420, + "block_time": 1733319685, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "block_index": 203, - "block_time": 1733317420 + "block_time": 1733319685 }, { "event_index": 679, @@ -8912,27 +8989,27 @@ Returns the transactions of an address "params": { "asset": "MPMASSET", "block_index": 203, - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "memo": "memo3", "msg_index": 1, "quantity": 10, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "tx_index": 79, - "block_time": 1733317420, + "block_time": 1733319685, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "block_index": 203, - "block_time": 1733317420 + "block_time": 1733319685 }, { "event_index": 680, @@ -8940,15 +9017,15 @@ Returns the transactions of an address "params": { "asset": "XCP", "block_index": 203, - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "tx_index": 79, - "block_time": 1733317420, + "block_time": 1733319685, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8958,9 +9035,9 @@ Returns the transactions of an address }, "quantity_normalized": "0.00000010" }, - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "block_index": 203, - "block_time": 1733317420 + "block_time": 1733319685 } ], "unpacked_data": { @@ -8969,14 +9046,14 @@ Returns the transactions of an address "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "quantity": 10, "memo": "memo2", "memo_is_hex": false }, { "asset": "XCP", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "quantity": 10, "memo": "memo1", "memo_is_hex": false @@ -8986,17 +9063,17 @@ Returns the transactions of an address }, { "tx_index": 78, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "block_hash": "4890d7e384cb9096b02fd815b9f3587a5e0f986622c0b07d1c317049b42e811c", - "block_time": 1733317416, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "block_hash": "30fd326944b85e86276c5949ea63ce13928111d96beb1af72cb6f215ec27a671", + "block_time": 1733319670, + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "btc_amount": 29999987000, "fee": 10000, - "data": "030003805383d96ab37fb2fae079cf079dbaa15ece858677804a7985656f87a0f9e6b22bb2910f4bb44b8cdfa88091a18f40afd90b2502c750d2f79b8a0edd4660d188746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", + "data": "03000380a9a1dbe97c6dd65d69a161c984462ac76ffefc6980a740d99bc5c658a43fb59cf553a2621b6d46d37e80d2a04791bfe00219f1d2f3f960fbdb63b618282688746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", "supported": true, - "utxos_info": " 65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a:0 4 ", + "utxos_info": " 50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47:0 4 ", "transaction_type": "mpma", "events": [ { @@ -9004,24 +9081,24 @@ Returns the transactions of an address "event": "ORDER_UPDATE", "params": { "status": "expired", - "tx_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60" + "tx_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7" }, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "block_time": 1733317416 + "block_time": 1733319670 }, { "event_index": 660, "event": "ORDER_EXPIRATION", "params": { "block_index": 202, - "order_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60", - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "block_time": 1733317416 + "order_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "block_time": 1733319670 }, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "block_time": 1733317416 + "block_time": 1733319670 }, { "event_index": 666, @@ -9029,27 +9106,27 @@ Returns the transactions of an address "params": { "asset": "MPMASSET", "block_index": 202, - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "memo": "the memo", "msg_index": 0, "quantity": 10, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "tx_index": 78, - "block_time": 1733317416, + "block_time": 1733319670, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "block_time": 1733317416 + "block_time": 1733319670 }, { "event_index": 667, @@ -9057,27 +9134,27 @@ Returns the transactions of an address "params": { "asset": "MPMASSET", "block_index": 202, - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "memo": "the memo", "msg_index": 1, "quantity": 10, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "tx_index": 78, - "block_time": 1733317416, + "block_time": 1733319670, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "block_time": 1733317416 + "block_time": 1733319670 }, { "event_index": 668, @@ -9085,15 +9162,15 @@ Returns the transactions of an address "params": { "asset": "XCP", "block_index": 202, - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "memo": "the memo", "msg_index": 2, "quantity": 10, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "tx_index": 78, - "block_time": 1733317416, + "block_time": 1733319670, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -9103,9 +9180,9 @@ Returns the transactions of an address }, "quantity_normalized": "0.00000010" }, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "block_time": 1733317416 + "block_time": 1733319670 } ], "unpacked_data": { @@ -9114,14 +9191,14 @@ Returns the transactions of an address "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "quantity": 10, "memo": "the memo", "memo_is_hex": false }, { "asset": "XCP", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "quantity": 10, "memo": "the memo", "memo_is_hex": false @@ -9131,17 +9208,17 @@ Returns the transactions of an address }, { "tx_index": 77, - "tx_hash": "8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54", + "tx_hash": "6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8", "block_index": 201, - "block_hash": "0b49ed9d21ad9936895a6f83329cce104f3edcc8506211b711e173095e9c221a", - "block_time": 1733317412, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "block_hash": "14d4fe954b762410bb9e584caabfb7ae02792340b07995611e4dc65066d0378d", + "block_time": 1733319667, + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "btc_amount": 4999990000, "fee": 10000, - "data": "02000000178d82231300000000000003e8805383d96ab37fb2fae079cf079dbaa15ece858677", + "data": "02000000178d82231300000000000003e880a9a1dbe97c6dd65d69a161c984462ac76ffefc69", "supported": true, - "utxos_info": " 8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54:1 2 0", + "utxos_info": " 6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8:1 2 0", "transaction_type": "enhanced_send", "events": [ { @@ -9150,26 +9227,26 @@ Returns the transactions of an address "params": { "asset": "MPMASSET", "block_index": 201, - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "memo": null, "quantity": 1000, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", - "tx_hash": "8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54", + "tx_hash": "6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8", "tx_index": 77, - "block_time": 1733317412, + "block_time": 1733319667, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "0.00001000" }, - "tx_hash": "8edc1b61feecc646808a923a59eae346da210a8acefab864f08e54a8d68b7b54", + "tx_hash": "6e2ef9f1809df1887e3c3dcc57bd6b5995cdcbcd307c1c9861f6421b2a0e21f8", "block_index": 201, - "block_time": 1733317412 + "block_time": 1733319667 } ], "unpacked_data": { @@ -9178,24 +9255,24 @@ Returns the transactions of an address "message_data": { "asset": "MPMASSET", "quantity": 1000, - "address": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "address": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "memo": null } } }, { "tx_index": 76, - "tx_hash": "2dd3ff4b45343d3fef0a8b061443f3d20f3961e1457bde26874f5dd1e4b66e59", + "tx_hash": "4da0ac2ac617fbfee62cdb3e224cd6d5ca565c87c0dbb2cdc1f8922a150a0701", "block_index": 200, - "block_hash": "3425c39c0d2d3b76c5f71f5fbc3e42571df7b2adde53e864fa5982759c9b5b14", - "block_time": 1733317408, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "block_hash": "3f1a7398b49cbe4150f7d5a8b20273a647a9a9c40e42989077a49c92da6eb677", + "block_time": 1733319663, + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "btc_amount": 4999990000, "fee": 10000, "data": "16000000178d822313000000174876e8000100004d792073757065722061737365742042", "supported": true, - "utxos_info": " 2dd3ff4b45343d3fef0a8b061443f3d20f3961e1457bde26874f5dd1e4b66e59:1 2 0", + "utxos_info": " 4da0ac2ac617fbfee62cdb3e224cd6d5ca565c87c0dbb2cdc1f8922a150a0701:1 2 0", "transaction_type": "issuance", "events": [ { @@ -9206,11 +9283,11 @@ Returns the transactions of an address "asset_longname": null, "asset_name": "MPMASSET", "block_index": 200, - "block_time": 1733317408 + "block_time": 1733319663 }, - "tx_hash": "2dd3ff4b45343d3fef0a8b061443f3d20f3961e1457bde26874f5dd1e4b66e59", + "tx_hash": "4da0ac2ac617fbfee62cdb3e224cd6d5ca565c87c0dbb2cdc1f8922a150a0701", "block_index": 200, - "block_time": 1733317408 + "block_time": 1733319663 }, { "event_index": 645, @@ -9227,22 +9304,22 @@ Returns the transactions of an address "description_locked": false, "divisible": true, "fee_paid": 50000000, - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": "valid", "transfer": false, - "tx_hash": "2dd3ff4b45343d3fef0a8b061443f3d20f3961e1457bde26874f5dd1e4b66e59", + "tx_hash": "4da0ac2ac617fbfee62cdb3e224cd6d5ca565c87c0dbb2cdc1f8922a150a0701", "tx_index": 76, - "block_time": 1733317408, + "block_time": 1733319663, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" }, - "tx_hash": "2dd3ff4b45343d3fef0a8b061443f3d20f3961e1457bde26874f5dd1e4b66e59", + "tx_hash": "4da0ac2ac617fbfee62cdb3e224cd6d5ca565c87c0dbb2cdc1f8922a150a0701", "block_index": 200, - "block_time": 1733317408 + "block_time": 1733319663 } ], "unpacked_data": { @@ -9266,17 +9343,17 @@ Returns the transactions of an address }, { "tx_index": 68, - "tx_hash": "07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589", + "tx_hash": "30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b", "block_index": 193, - "block_hash": "1de51ce96c8184fa421370b3dcba4a0317eeb0782b6c806569e3df73101963da", - "block_time": 1733317379, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "block_hash": "76b2cdea4fd6c6a8500ba75d7214b9d7891abd0ce0b1da686d2f3e0be39df3ef", + "block_time": 1733319637, + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "btc_amount": 4999990000, "fee": 10000, "data": "0c00fa1f28ff3c2e3e00000000000000010000000000002710000000000000000100", "supported": true, - "utxos_info": " 07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589:1 2 0", + "utxos_info": " 30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b:1 2 0", "transaction_type": "dispenser", "events": [ { @@ -9290,17 +9367,17 @@ Returns the transactions of an address "give_quantity": 1, "give_remaining": 10000, "oracle_address": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "satoshirate": 1, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "status": 0, - "tx_hash": "07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589", + "tx_hash": "30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b", "tx_index": 68, - "block_time": 1733317379, + "block_time": 1733319637, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -9309,9 +9386,9 @@ Returns the transactions of an address "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589", + "tx_hash": "30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b", "block_index": 193, - "block_time": 1733317379 + "block_time": 1733319637 } ], "unpacked_data": { @@ -9349,7 +9426,7 @@ Returns the count of each transaction type Returns the dividends distributed by an address + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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 @@ -9366,19 +9443,19 @@ Returns the dividends distributed by an address "result": [ { "tx_index": 42, - "tx_hash": "9da32cbbb5f31755646b0830872f7309145d02cc5814eb0555f44e8ae09b10ff", + "tx_hash": "930adf3a01bad320671e64e9d99387ddd452a25ab682d603c422ae52f0dc8ba5", "block_index": 146, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 20000, "status": "valid", - "block_time": 1733317159, + "block_time": 1733319448, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -9403,7 +9480,7 @@ Returns the dividends distributed by an address Returns the orders of an address + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address to return + status (enum[str], optional) - The status of the orders to return + Default: `all` + Members @@ -9430,9 +9507,9 @@ Returns the orders of an address "result": [ { "tx_index": 53, - "tx_hash": "2484ddd7be50b1e96f8e852b8b9fadb47b78f091ff34e3dd56d91368a907a49f", + "tx_hash": "fedb9e69d41d88cef412f7d3738e07cf8c649b04dc47f8fd9668154970c2e70f", "block_index": 179, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9448,7 +9525,7 @@ Returns the orders of an address "status": "expired", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317230, + "block_time": 1733319510, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -9476,9 +9553,9 @@ Returns the orders of an address }, { "tx_index": 55, - "tx_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60", + "tx_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7", "block_index": 202, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -9494,7 +9571,7 @@ Returns the orders of an address "status": "expired", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317416, + "block_time": 1733319670, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -9522,9 +9599,9 @@ Returns the orders of an address }, { "tx_index": 62, - "tx_hash": "63c7d2dc439cbe6959f17062e007d26ab68c4f8adcb83d4861bd697a13302b9f", + "tx_hash": "fee58885dc6a8b88911820a12726a79f2e183ab3db4b381318c671184476faa5", "block_index": 188, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9540,7 +9617,7 @@ Returns the orders of an address "status": "cancelled", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317349, + "block_time": 1733319619, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -9568,9 +9645,9 @@ Returns the orders of an address }, { "tx_index": 64, - "tx_hash": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726", + "tx_hash": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb", "block_index": 211, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 0, @@ -9586,7 +9663,7 @@ Returns the orders of an address "status": "expired", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317468, + "block_time": 1733319733, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -9623,7 +9700,7 @@ Returns the orders of an address Returns the fairminter by its source + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The source of the fairminter to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The source of the fairminter to return + status (enum[str], optional) - The status of the fairminters to return + Default: `all` + Members @@ -9646,10 +9723,10 @@ Returns the fairminter by its source { "result": [ { - "tx_hash": "6d86c58c2ef64107a8abc3270828fbb5443f48f1337dd4fc2cc1c51737df09a4", + "tx_hash": "750ae9dc983b81846c361351e35a2d91ebc352c653ae158c134e790acc6f8961", "tx_index": 44, "block_index": 150, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "FREEFAIRMINT", "asset_parent": null, "asset_longname": null, @@ -9673,7 +9750,7 @@ Returns the fairminter by its source "earned_quantity": 180, "paid_quantity": 0, "commission": 0, - "block_time": 1733317184, + "block_time": 1733319462, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000180", "soft_cap_normalized": "0.00000000", @@ -9685,10 +9762,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "04518348a752d459e109886137f7be7e68432cdae10ea7ed5fc38cd8484589b2", + "tx_hash": "27338d6666d05d746f7e600f1514e3321b391731963291153dfa04afa580c701", "tx_index": 43, "block_index": 147, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "A95428958968845068", "asset_parent": "MYASSETA", "asset_longname": "MYASSETA.SUBMYASSETA", @@ -9712,7 +9789,7 @@ Returns the fairminter by its source "earned_quantity": null, "paid_quantity": null, "commission": null, - "block_time": 1733317163, + "block_time": 1733319451, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -9721,10 +9798,10 @@ Returns the fairminter by its source "premint_quantity_normalized": "0.00000000" }, { - "tx_hash": "c33613e2e00754145f38068493bd74252ca49b4de234679ec3a2aeeada16a6b7", + "tx_hash": "622118dc8e6a2dcfb5325dd5eaafa4f033fc7492c64a8cb196b1bbabd9b13e26", "tx_index": 22, "block_index": 126, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "FAIRMINTD", "asset_parent": null, "asset_longname": null, @@ -9748,7 +9825,7 @@ Returns the fairminter by its source "earned_quantity": 40, "paid_quantity": 34, "commission": 0, - "block_time": 1733317067, + "block_time": 1733319374, "price_normalized": "50.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -9760,10 +9837,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "0.00000034" }, { - "tx_hash": "345f3c1abc0194679c2be25290e722337076e9ad7f71bc4e944c9cd156a1d2a7", + "tx_hash": "db2861534d9be23081bdae4a3c6822e14f62623834a93e38a07cde56507bf116", "tx_index": 18, "block_index": 122, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "FAIRMINTC", "asset_parent": null, "asset_longname": null, @@ -9787,7 +9864,7 @@ Returns the fairminter by its source "earned_quantity": 19, "paid_quantity": 5, "commission": 0, - "block_time": 1733317042, + "block_time": 1733319360, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -9799,10 +9876,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "0.00000005" }, { - "tx_hash": "aa19c63d20a8159e1dbeb52cdea6807d212c31340612082fcbed27da9af77dc9", + "tx_hash": "8a4825f084c9608d3efe10c94e4c8ec11b8d45a61d96aecd4b9e4ef9f38fdd47", "tx_index": 14, "block_index": 121, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "FAIRMINTB", "asset_parent": null, "asset_longname": null, @@ -9826,7 +9903,7 @@ Returns the fairminter by its source "earned_quantity": 300000000, "paid_quantity": 300000000, "commission": 0, - "block_time": 1733317039, + "block_time": 1733319356, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "100.00000000", "soft_cap_normalized": "10.00000000", @@ -9838,10 +9915,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "3.00000000" }, { - "tx_hash": "6fba47321611cf04070cec17a962075fbe639055ac45e71dec229103851e412d", + "tx_hash": "39dadbfb60720b8c566cdcba0d2c61aad30c306e51c3951848d5d36756bf08ec", "tx_index": 10, "block_index": 116, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "FAIRMINTA", "asset_parent": null, "asset_longname": null, @@ -9865,7 +9942,7 @@ Returns the fairminter by its source "earned_quantity": 10000000000, "paid_quantity": 10000000000, "commission": 0, - "block_time": 1733317021, + "block_time": 1733319339, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "100.00000000", "soft_cap_normalized": "10.00000000", @@ -9887,7 +9964,7 @@ Returns the fairminter by its source Returns the mints by address + Parameters - + address: `bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8` (str, required) - The address of the mints to return + + address: `bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c` (str, required) - The address of the mints to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -9903,21 +9980,21 @@ Returns the mints by address { "result": [ { - "tx_hash": "599040219679a977d294deb0749eda81c081b83ac30192f7d32063ed42cf28aa", + "tx_hash": "a4b602746a5e5845984d74f9a1f187ad140b6bdbf615507206a0a87265f0a38e", "tx_index": 46, "block_index": 150, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "fairminter_tx_hash": "6d86c58c2ef64107a8abc3270828fbb5443f48f1337dd4fc2cc1c51737df09a4", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "fairminter_tx_hash": "750ae9dc983b81846c361351e35a2d91ebc352c653ae158c134e790acc6f8961", "asset": "FREEFAIRMINT", "earn_quantity": 80, "paid_quantity": 0, "commission": 0, "status": "valid", - "block_time": 1733317184, + "block_time": 1733319462, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -9926,21 +10003,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "b941d9181d61a4e2adbb23f23728a8c833cf83f45696e8066bd4db4b9d822844", + "tx_hash": "1f3a0069cc5e9892798f88469b5e72f77e52cefaf03357d81b65bc666cdb8cf5", "tx_index": 45, "block_index": 149, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "fairminter_tx_hash": "6d86c58c2ef64107a8abc3270828fbb5443f48f1337dd4fc2cc1c51737df09a4", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "fairminter_tx_hash": "750ae9dc983b81846c361351e35a2d91ebc352c653ae158c134e790acc6f8961", "asset": "FREEFAIRMINT", "earn_quantity": 100, "paid_quantity": 0, "commission": 0, "status": "valid", - "block_time": 1733317171, + "block_time": 1733319458, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -9949,21 +10026,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "4bf42b8c5f922275cf7b84066e7add1875d895edc5020ccde054f8cd3fc451f8", + "tx_hash": "6862fb369eecba426d1a107a1a974e72c96e1718c754e0b6707eea9a38a92f95", "tx_index": 23, "block_index": 127, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "fairminter_tx_hash": "c33613e2e00754145f38068493bd74252ca49b4de234679ec3a2aeeada16a6b7", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "fairminter_tx_hash": "622118dc8e6a2dcfb5325dd5eaafa4f033fc7492c64a8cb196b1bbabd9b13e26", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", - "block_time": 1733317070, + "block_time": 1733319377, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -9972,21 +10049,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000034" }, { - "tx_hash": "c07498118d1f569ed37072f959a60b344c1f31c01f1692b28dc2659ce8241b8d", + "tx_hash": "91ae68a6fc850bbf2ebb0d8e118bbc4c8c82c5d035bfd5d7b99515f708a14b5b", "tx_index": 21, "block_index": 125, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "fairminter_tx_hash": "345f3c1abc0194679c2be25290e722337076e9ad7f71bc4e944c9cd156a1d2a7", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "fairminter_tx_hash": "db2861534d9be23081bdae4a3c6822e14f62623834a93e38a07cde56507bf116", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", - "block_time": 1733317063, + "block_time": 1733319371, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -9995,21 +10072,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000003" }, { - "tx_hash": "8506dc577f51b92b7c26e9e10e70f0b945d99c01212ac3ee363cd5562316a264", + "tx_hash": "153a020b46881b480c080c4746fcd7695ad13a2db25d7061de97f98721a4b076", "tx_index": 20, "block_index": 124, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "fairminter_tx_hash": "345f3c1abc0194679c2be25290e722337076e9ad7f71bc4e944c9cd156a1d2a7", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "fairminter_tx_hash": "db2861534d9be23081bdae4a3c6822e14f62623834a93e38a07cde56507bf116", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", - "block_time": 1733317050, + "block_time": 1733319366, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -10018,21 +10095,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000001" }, { - "tx_hash": "5ad177fda68b1d1692f96a82c4f4e2d6615359a1c54d662e012fdea0a597804a", + "tx_hash": "a7a73a5d55bda5ab0cac04f27c346b0a1ab327373a1c4ba963223777769989af", "tx_index": 19, "block_index": 123, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "fairminter_tx_hash": "345f3c1abc0194679c2be25290e722337076e9ad7f71bc4e944c9cd156a1d2a7", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "fairminter_tx_hash": "db2861534d9be23081bdae4a3c6822e14f62623834a93e38a07cde56507bf116", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", - "block_time": 1733317045, + "block_time": 1733319363, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -10041,21 +10118,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000001" }, { - "tx_hash": "eb6396bb6d72f4bc9725ba7e26d2201520e333dcbe4069a104f2555b5b16a724", + "tx_hash": "647a6161e850f1cb3936fa34579dee638aaec8d0e334c39f8838b60c7f1bdac4", "tx_index": 15, "block_index": 118, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "fairminter_tx_hash": "aa19c63d20a8159e1dbeb52cdea6807d212c31340612082fcbed27da9af77dc9", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "fairminter_tx_hash": "8a4825f084c9608d3efe10c94e4c8ec11b8d45a61d96aecd4b9e4ef9f38fdd47", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", - "block_time": 1733317028, + "block_time": 1733319346, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -10064,21 +10141,21 @@ Returns the mints by address "paid_quantity_normalized": "1.00000000" }, { - "tx_hash": "aa2727b27c9d05887a0ac26955e8177f976647554d55f685cd6c6db1b15c63e0", + "tx_hash": "114afafc9a82cce0617b375dba677a702c1fde11fbcd5c495697cdeb97836ff2", "tx_index": 11, "block_index": 114, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "fairminter_tx_hash": "6fba47321611cf04070cec17a962075fbe639055ac45e71dec229103851e412d", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "fairminter_tx_hash": "39dadbfb60720b8c566cdcba0d2c61aad30c306e51c3951848d5d36756bf08ec", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", - "block_time": 1733317013, + "block_time": 1733319332, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -10097,7 +10174,7 @@ Returns the mints by address Returns the mints by address and asset + Parameters - + address: `bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8` (str, required) - The address of the mints to return + + address: `bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c` (str, required) - The address of the mints to return + asset: `BURNER` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -10125,7 +10202,7 @@ Returns the mints by address and asset Returns the balances of an utxo + Parameters - + utxo: `72585f98a6d8a16246172335d868244392a80709fc31b7472e780ef900710231:1` (str, required) - The utxo to return + + utxo: `25d9510e17646cc55f9b231ddadacd97157c1d806437321fddeafcddbf9bf4d5:1` (str, required) - The utxo 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 @@ -10144,12 +10221,12 @@ Returns the balances of an utxo "asset": "UTXOASSET", "asset_longname": null, "quantity": 1000000000, - "utxo": "72585f98a6d8a16246172335d868244392a80709fc31b7472e780ef900710231:1", - "utxo_address": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "utxo": "25d9510e17646cc55f9b231ddadacd97157c1d806437321fddeafcddbf9bf4d5:1", + "utxo_address": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "issuer": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "divisible": true, "locked": false }, @@ -10209,8 +10286,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: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address that will make the bet - + feed_address: `bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8` (str, required) - The address that hosts the feed to be bet on + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address that will make the bet + + feed_address: `bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c` (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) @@ -10282,7 +10359,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: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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) @@ -10342,7 +10419,7 @@ Composes a transaction to broadcast textual and numerical information to the net { "result": { "params": { - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -10355,7 +10432,7 @@ Composes a transaction to broadcast textual and numerical information to the net "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "02000000000101b925216272d02d1e9a67065b853edf72c3c26a7b1875a561088cab69f1ffff32000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6ffffffff0200000000000000002b6a2914241efbbc6ba2178b80f8f581fe124b682576d1cf36501c619b81eacbbbde361cd10da7be24cbf43c00f2052a010000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d602000000000000" + "rawtransaction": "02000000000101f0b86252230b67b4a2b7a7889d3fd9e9b2584fd1008d4806e506d235ace70b53000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3dffffffff0200000000000000002b6a29717fd5e34ce13be206aa478bab3fdbea75c5e8b7500227742407fd6c9f05a38bc93f40ca25aefbf35e00f2052a010000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d02000000000000" } } ``` @@ -10365,8 +10442,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: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address that will be sending the payment - + order_match_id: `3c179c0d7e8e344e64568152755651ae134ef72eaf5800aec2bf87a464bf6112_b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744` (str, required) - The ID of the order match to pay for + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address that will be sending the payment + + order_match_id: `7a168d2f9bca64131af10487052927ff5952eba54c3293f2ad9d4703fea3a1c6_c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6` (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) @@ -10422,17 +10499,17 @@ Composes a transaction to pay for a BTC order match. { "result": { "params": { - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "order_match_id": "3c179c0d7e8e344e64568152755651ae134ef72eaf5800aec2bf87a464bf6112_b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "order_match_id": "7a168d2f9bca64131af10487052927ff5952eba54c3293f2ad9d4703fea3a1c6_c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "skip_validation": false }, "name": "btcpay", - "data": "434e5452505254590b3c179c0d7e8e344e64568152755651ae134ef72eaf5800aec2bf87a464bf6112b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "data": "434e5452505254590b7a168d2f9bca64131af10487052927ff5952eba54c3293f2ad9d4703fea3a1c6c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "btc_in": 5000000000, "btc_out": 1000, "btc_change": 4999999000, "btc_fee": 0, - "rawtransaction": "020000000001011c3086515f4c9098004062ec0d3870e401da9a96a6e0397261f329d5dc25d61d000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6ffffffff0300000000000000004b6a498ab3517d7edbcb93b39cba65e700667dbc3d3db7673b84fc0502f95bf3137af63ea8d569e8a060a8d93673c9fad8e411e364c2f1b085a37681fdc6c281208c59e36966dc84d0832224e803000000000000160014e3afc2cc695c137dba4a795822e23a450aaaedbf18ee052a010000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d602000000000000" + "rawtransaction": "020000000001014ad5999b5812b7761981161c1697d6946d0941abd4e375d595ae184957589173000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3dffffffff0300000000000000004b6a49c5960d62b48cc44f52197bdb924a7e61c883122d12bad745c0d160916cb33fb51ab73f589fd332bbd3bab2aca55a91f631740227edd2348982a64be10f8614801ce9f84ff0ccb32c70e8030000000000001600141edca685ff63195db71872dd39c68ef796b974fa18ee052a010000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d02000000000000" } } ``` @@ -10442,7 +10519,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: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address with the BTC to burn + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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` @@ -10501,7 +10578,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss { "result": { "params": { - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "quantity": 1000, "overburn": false, "skip_validation": false @@ -10512,7 +10589,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss "btc_out": 1000, "btc_change": 4999999000, "btc_fee": 0, - "rawtransaction": "020000000001012bc7b59cbae57af62615cdd784b0cdb6add5be457afe1e0e8274d9e717d35fe1000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac18ee052a010000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d602000000000000" + "rawtransaction": "0200000000010124655c84077dc07299648e14ca850353180d67d339b0125a724067e3d354812c000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3dffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac18ee052a010000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d02000000000000" } } ``` @@ -10522,8 +10599,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: `bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc` (str, required) - The address that placed the order/bet to be cancelled - + offer_hash: `b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744` (str, required) - The hash of the order/bet to be cancelled + + address: `bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn` (str, required) - The address that placed the order/bet to be cancelled + + offer_hash: `c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6` (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) @@ -10579,17 +10656,17 @@ Composes a transaction to cancel an open order or bet. { "result": { "params": { - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "offer_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "offer_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "skip_validation": false }, "name": "cancel", - "data": "434e54525052545946b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "data": "434e54525052545946c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "btc_in": 4949950000, "btc_out": 0, "btc_change": 4949950000, "btc_fee": 0, - "rawtransaction": "0200000000010186ab4b56048903f42695f68a8b98e8a68c033f07e1b9004199267e27050a1c6b01000000160014e4a53e50866f63dcf1f31d6696580a8863224a75ffffffff0200000000000000002b6a29e95d7e321fd8190943adb42af31bd5e746137e5d8ac390e48130c06e57294768d46bfbc8b36cc66280303e0a2701000000160014e4a53e50866f63dcf1f31d6696580a8863224a7502000000000000" + "rawtransaction": "02000000000101eac7a824001630a143ce418eac69bfdf45395958c467acb4761d7ad5959ae8480100000016001491c6ee741df64a7f2687bb0d3fc499b4fe7b1073ffffffff0200000000000000002b6a295d16a3b3fd29fdc3d5e921d4e33458f0d0923a63cdea917bb7b685831690eb81559ca95a5437589613303e0a270100000016001491c6ee741df64a7f2687bb0d3fc499b4fe7b107302000000000000" } } ``` @@ -10599,7 +10676,7 @@ Composes a transaction to cancel an open order or bet. Composes a transaction to destroy a quantity of an asset. + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address that will be sending the asset to be destroyed + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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 @@ -10658,7 +10735,7 @@ Composes a transaction to destroy a quantity of an asset. { "result": { "params": { - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -10678,7 +10755,7 @@ Composes a transaction to destroy a quantity of an asset. "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "02000000000101c20f02028120d9303416fe5eecdf09725b362fd925915ceed371bdc4ea217368000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6ffffffff020000000000000000226a2035f56bcf3ce140c3dbcc8495e452462e20bec1dca6cefe81b7cadf1ed029c25000f2052a010000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d602000000000000" + "rawtransaction": "02000000000101f4ad95bcfb532e74435ff39c317fe60ad0ed06b582f2d46d6a8c268668c1fc77000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3dffffffff020000000000000000226a20bc8f79b8b6cdf33691cede8b859e72a3c39c0bc29ef02686550e36a3d068051e00f2052a010000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d02000000000000" } } ``` @@ -10688,7 +10765,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: `bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + + address: `bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0` (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) @@ -10753,7 +10830,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv { "result": { "params": { - "source": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "source": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -10778,7 +10855,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv "btc_out": 0, "btc_change": 4949873799, "btc_fee": 0, - "rawtransaction": "02000000000101539e90824f01a3dbc18cb85df487a449fbbb35d8db4cefe0c1d8f572aebdbca1020000001600143540a02812113861ee3d8826221c911bbce2d01affffffff0200000000000000002c6a2abc4921e0542a5a81caf8e2b7eea7d2739efaf704c2310b164108daa8e5bd3ea2e8134f52f0dd874ef2b187140927010000001600143540a02812113861ee3d8826221c911bbce2d01a02000000000000" + "rawtransaction": "02000000000101fb8b4139277833b6b580ad65296a7ea885a729f21b2f3c6028da0c5263ab19a702000000160014623b2de984f68070a91684882b476f0d56f3c11bffffffff0200000000000000002c6a2abbe5a575c643330fa6a23b037ac58f600039bf7de1ad080c6465f86b6ac4c2c03572474bea1491dce7748714092701000000160014623b2de984f68070a91684882b476f0d56f3c11b02000000000000" } } ``` @@ -10788,7 +10865,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: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (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: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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: `MYASSETA` (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 @@ -10847,7 +10924,7 @@ Composes a transaction to issue a dividend to holders of a given asset. { "result": { "params": { - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "quantity_per_unit": 1, "asset": "MYASSETA", "dividend_asset": "XCP", @@ -10855,7 +10932,7 @@ Composes a transaction to issue a dividend to holders of a given asset. "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -10874,7 +10951,7 @@ Composes a transaction to issue a dividend to holders of a given asset. "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "02000000000101b2cf9e76bbca77549d0b3bdeb97701c6010730c4bfc8b8f111ed4da30afa61a8000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6ffffffff020000000000000000236a211f942455bea45c117ba9ba8506a1a0323ad279bd2dfbc63fdf4ef6978aac62f0a600f2052a010000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d602000000000000" + "rawtransaction": "02000000000101216cf7076e45e399077a29b8bd0542d68b315b802f77fd858edd366863ceb403000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3dffffffff020000000000000000236a21f20645727ed441599d55fba1d0727d7906aa92d1a5cbe0fb60b0d059c55cfa9c5400f2052a010000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d02000000000000" } } ``` @@ -10884,10 +10961,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: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address that will be issuing or transfering the asset + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, optional) - The address to receive the asset + + transfer_destination: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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` @@ -10952,10 +11029,10 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo { "result": { "params": { - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "transfer_destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "lock": false, "reset": false, @@ -10969,7 +11046,7 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo "btc_out": 546, "btc_change": 4999999454, "btc_fee": 0, - "rawtransaction": "020000000001016d721d6efe2c00e905818b9204b1fa5abe55f2569b99b23088115f44bde6ed58000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6ffffffff030000000000000000236a218352f63708b778374cad2efedf71103d4457185926242623b34fceb4f125660abe22020000000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6deef052a010000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d602000000000000" + "rawtransaction": "02000000000101d309012cadde8bcd0630e25f6dae12a7af464dcec21ce0ba4e3ee9980fa1cc29000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3dffffffff030000000000000000236a21521fba84097a4dfbc7c843ae0df5a691098a920325addece73cb7eb6f76853132722020000000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3ddeef052a010000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d02000000000000" } } ``` @@ -10979,9 +11056,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: `bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + assets: `XCP,FAIRMINTC` (str, required) - comma-separated list of assets to send - + destinations: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn,bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8` (str, required) - comma-separated list of addresses to send to + + destinations: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj,bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c` (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) + memos (list, optional) - One `memos` argument by send, if any + Default: `None` @@ -11046,16 +11123,16 @@ Composes a transaction to send multiple payments to multiple addresses. { "result": { "params": { - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", 1 ], [ "FAIRMINTC", - "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", 2 ] ], @@ -11064,12 +11141,12 @@ Composes a transaction to send multiple payments to multiple addresses. "skip_validation": false }, "name": "mpma", - "data": "434e545250525459030002807dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6805383d96ab37fb2fae079cf079dbaa15ece8586774000003ceebf84b91000000000000000240000000000000004000000000000000100", + "data": "434e545250525459030002807d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d80a9a1dbe97c6dd65d69a161c984462ac76ffefc694000003ceebf84b91000000000000000240000000000000004000000000000000100", "btc_in": 4949808000, "btc_out": 2000, "btc_change": 4949806000, "btc_fee": 0, - "rawtransaction": "02000000000101460cbbf76cef0dea05ffcc7ff8e130425b2aeab49490769ad9ad6566944ad073030000001600145383d96ab37fb2fae079cf079dbaa15ece858677ffffffff03e80300000000000069512102fc15d3f873aaeb22049566e429a7d1039f0b520b4afd11fb22893bae1bcad13321033e9db79f42611ba43b47aa949f4cb457fc4c88f13a6a61ebed3ba43ac73a344f2103c710cd6afd74e1619387d5bf04334a7cb3abf37e469b75695226187c2415e80353aee80300000000000069512103e315d3f873aaeb22048666e6a9da6d7a699deebd1244e7b5c5b3468704d059892102ca4b36ccc1b8711744f55074e683b3ca46edd63fbfec16abed3b98d478be8d602103c710cd6afd74e1619387d5bf04334a7cb3abf37e469b75695226187c2415e80353aeb00b0827010000001600145383d96ab37fb2fae079cf079dbaa15ece85867702000000000000" + "rawtransaction": "020000000001018040715e587e6ea6e6b6a19fd8c7823b604e7fedc9e103d3591b2ef5f36f628403000000160014a9a1dbe97c6dd65d69a161c984462ac76ffefc69ffffffff03e80300000000000069512103f8b31765a80925c65ed8a04592d039ef0efa350ddb8f55530385a5a8341eca8021031dd9b724d554b50ff5ce24a96bb336768f0cf02d6e9d3196b4d54154c130549021029ad8596034a260c4148bba0a26218365b5c6dcbff4c913e670a3f66461b4c54453aee80300000000000069512103e7b31765a80925c65ecba04712adbf2ec1b9208e5777573d3e1405448a61a04e210381e4368d748f5c73981879c0cad2fff2c9263742906158d6b4d57dba7eb4edc921029ad8596034a260c4148bba0a26218365b5c6dcbff4c913e670a3f66461b4c54453aeb00b082701000000160014a9a1dbe97c6dd65d69a161c984462ac76ffefc6902000000000000" } } ``` @@ -11079,7 +11156,7 @@ Composes a transaction to send multiple payments to multiple addresses. Composes a transaction to place an order on the distributed exchange. + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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: `BURNER` (str, required) - The asset that will be received in the trade @@ -11141,7 +11218,7 @@ Composes a transaction to place an order on the distributed exchange. { "result": { "params": { - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "BURNER", @@ -11159,7 +11236,7 @@ Composes a transaction to place an order on the distributed exchange. "get_asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": true }, @@ -11173,7 +11250,7 @@ Composes a transaction to place an order on the distributed exchange. "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "0200000000010195b9a3f6ff078baf9fc0dd29778323e95b15a907ea140af63fb7758d50087ed9000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6ffffffff020000000000000000356a336f77ba76551734304447275f3d0d876585846ed6d870b583bd1e63ecd11e85ec822643d675f6767f2bc25fefd0a8be749a0cb900f2052a010000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d602000000000000" + "rawtransaction": "02000000000101fe2b126ea40557f88516529bea795d2351a72cab54e237f400a25e9106935179000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3dffffffff020000000000000000356a330a6edca2b07b017cc811fec7cbaa65d59447e802ba1f3f2fb21e1cc145f4214064fbfd558b6b52620b3947f760b3cb4fc476a100f2052a010000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d02000000000000" } } ``` @@ -11183,8 +11260,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: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) - + destination: `bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8` (str, required) - The address that will be receiving the asset + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + destination: `bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c` (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 @@ -11248,8 +11325,8 @@ Composes a transaction to send a quantity of an asset to another address. { "result": { "params": { - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "quantity": 1000, "memo": null, @@ -11266,12 +11343,12 @@ Composes a transaction to send a quantity of an asset to another address. "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e8805383d96ab37fb2fae079cf079dbaa15ece858677", + "data": "434e54525052545902000000000000000100000000000003e880a9a1dbe97c6dd65d69a161c984462ac76ffefc69", "btc_in": 5000000000, "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "02000000000101484ef2b448c199ff9a38012797c1271b42ec19ccb93f1ddbf7574e715e019f1b000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6ffffffff020000000000000000306a2e2ba3526dc9aff14ff5afe57ad92c65e0bb29b1c6655cab23545c9695417f2f602427fc2991b20b28df6cf964527200f2052a010000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d602000000000000" + "rawtransaction": "02000000000101a6c7ba88b1dacdaabe9964f1f679247de5be620fa742d5d86c8dd16d4fdc9300000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3dffffffff020000000000000000306a2e591abc805b61da6b4f1eee6164e609af27558bf5b79ebc5f11d7c8ac4a098ceb124b0b0dc9bf0def25f45f1b12b200f2052a010000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d02000000000000" } } ``` @@ -11281,8 +11358,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: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address that will be sending - + destination: `bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8` (str, required) - The address to receive the assets and/or ownerships + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address that will be sending + + destination: `bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c` (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 @@ -11340,19 +11417,19 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti { "result": { "params": { - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "flags": 7, "memo": "FFFF", "skip_validation": false }, "name": "sweep", - "data": "434e54525052545904805383d96ab37fb2fae079cf079dbaa15ece85867707ffff", + "data": "434e5452505254590480a9a1dbe97c6dd65d69a161c984462ac76ffefc6907ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "020000000001014f4998480c0c1e51af4b7376f40028fcb693fb05c9b6f4b43985932273809444000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6ffffffff020000000000000000236a21def2dd3fbf40eca8a1c8fe9c96003cbc3d6eb88b47f2c09656380832c1dd16a70d00f2052a010000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d602000000000000" + "rawtransaction": "02000000000101c7ddfb2a05d9bb857bd8c5cedae455a4baf75a04c60e67e78a18f3f50f844523000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3dffffffff020000000000000000236a21f0b068688a615b96edf3d3c78babb96b4e408944dddda06dc9741b277b949055ac00f2052a010000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d02000000000000" } } ``` @@ -11362,8 +11439,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: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address that will be sending (must have the necessary quantity of BTC) - + dispenser: `bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym` (str, required) - The dispenser that will be receiving the asset + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address that will be sending (must have the necessary quantity of BTC) + + dispenser: `bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem` (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` @@ -11420,8 +11497,8 @@ Composes a transaction to send BTC to a dispenser. { "result": { "params": { - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "quantity": 1000, "skip_validation": false }, @@ -11431,7 +11508,7 @@ Composes a transaction to send BTC to a dispenser. "btc_out": 1000, "btc_change": 4999999000, "btc_fee": 0, - "rawtransaction": "020000000001011b17366dde672518668d343447ef78830e94acf9fa72db3760aee3a03ee1efb3000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6ffffffff0300000000000000000c6a0a4ee8b74641e1d64b626be80300000000000016001491a18f40afd90b2502c750d2f79b8a0edd4660d118ee052a010000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d602000000000000" + "rawtransaction": "020000000001015e8bddb4af5d4add7480222c74321340f92463c39227a1bd7b7852d3fb3e7ed4000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3dffffffff0300000000000000000c6a0a8f75446f56b715787e2ee803000000000000160014d2a04791bfe00219f1d2f3f960fbdb63b618282618ee052a010000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d02000000000000" } } ``` @@ -11441,7 +11518,7 @@ Composes a transaction to send BTC to a dispenser. Composes a transaction to issue a new asset using the FairMinter protocol. + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address that will be issuing the asset + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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: `` @@ -11530,7 +11607,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. { "result": { "params": { - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -11562,7 +11639,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "020000000001010395dac91a1d3cd853f5fb3ede7c78e3949699fa273fc26540e96a5f227155da000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6ffffffff020000000000000000316a2fefd9bdbd36f81fd00e84ad98b2dd0a2352b75fcc9430fb6988d004cc5a41fe1d7625aeb907ff414f634e20c8be1b3d00f2052a010000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d602000000000000" + "rawtransaction": "0200000000010170c7721032dec7f5db27b9681ce91b62f5fd3a71ec421b89b2ca306d1ee138f0000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3dffffffff020000000000000000316a2f07ec2727718071eea35cfb87b4db7c0aa3d53dc8a9f4596518154d82eff7842c07d5b50126431238e2795ed4b37a9700f2052a010000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d02000000000000" } } ``` @@ -11572,7 +11649,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: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address that will be minting the asset + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address that will be minting the asset + asset: `OPENFAIR` (str, required) - The asset to mint + quantity (int, optional) - The quantity of the asset to mint (in satoshis, hence integer) + Default: `0` @@ -11631,14 +11708,14 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto { "result": { "params": { - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "OPENFAIR", "quantity": 0, "skip_validation": false, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "issuer": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "divisible": true, "locked": false }, @@ -11650,7 +11727,7 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "020000000001015d3ff0349f53b10c22a0eb43a22f2035d3315bef1e0b0cf2f03fc1b3c253d91f000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6ffffffff020000000000000000156a13df6d6ecca265c6f777375d7728ba4fb472e4a600f2052a010000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d602000000000000" + "rawtransaction": "0200000000010129ab1c533ace10809124d2196696aa548a7517cc064dad5c370457aeb48254ae000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3dffffffff020000000000000000156a13d8fd666df9aa713fe0f46e5a9f0b121ff95c8e00f2052a010000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d02000000000000" } } ``` @@ -11660,7 +11737,7 @@ 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: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address from which the assets are attached + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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_vout (str, optional) - The vout of the destination output @@ -11720,7 +11797,7 @@ Composes a transaction to attach assets from an address to UTXO. { "result": { "params": { - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "quantity": 1000, "destination_vout": null, @@ -11740,7 +11817,7 @@ Composes a transaction to attach assets from an address to UTXO. "btc_out": 10000, "btc_change": 4999990000, "btc_fee": 0, - "rawtransaction": "02000000000101681bc677fc73e8051c83d62fcc83fd5be812caced53758bc05c5e1c1020dc681000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6ffffffff030000000000000000146a123e5294391dc71cad73df75bf9b91c00fefc210270000000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d6f0ca052a010000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d602000000000000" + "rawtransaction": "02000000000101d306b79147eb57f5b09bba246ff9942713617462aacd5d03e14ae4810967a990000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3dffffffff030000000000000000146a1231a3ec980e41d8f6674f8141dffafeea004a10270000000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3df0ca052a010000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d02000000000000" } } ``` @@ -11750,8 +11827,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: `72585f98a6d8a16246172335d868244392a80709fc31b7472e780ef900710231:1` (str, required) - The utxo from which the assets are detached - + destination: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, optional) - The address to detach the assets to, if not provided the addresse corresponding to the utxo is used + + utxo: `25d9510e17646cc55f9b231ddadacd97157c1d806437321fddeafcddbf9bf4d5:1` (str, required) - The utxo from which the assets are detached + + destination: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, optional) - The address to detach the assets to, if not provided the addresse corresponding to the utxo is used + Default: `None` + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -11808,17 +11885,17 @@ Composes a transaction to detach assets from UTXO to an address. { "result": { "params": { - "source": "72585f98a6d8a16246172335d868244392a80709fc31b7472e780ef900710231:1", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "25d9510e17646cc55f9b231ddadacd97157c1d806437321fddeafcddbf9bf4d5:1", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "skip_validation": false }, "name": "detach", - "data": "434e54525052545966626372743171306b37386e61346a686a6d393377306b666d6e6e756c6666727564673361786b366d756a746e", + "data": "434e54525052545966626372743171306b7276726e6d387a6b70636537717a646337657467387668656c6b343870616e6737636d6a", "btc_in": 10000, "btc_out": 0, "btc_change": 10000, "btc_fee": 0, - "rawtransaction": "0200000000010131027100f90e782e47b731fc0907a892432468d83523174662a1d8a6985f587201000000160014e3afc2cc695c137dba4a795822e23a450aaaedbfffffffff020000000000000000376a3510011ee8bf2b6603850d3b37808d45af84a228383934b97cbd5058f64457e15035956345d4eef924a083d8f7e16d629fa9ec52acf81027000000000000160014e3afc2cc695c137dba4a795822e23a450aaaedbf02000000000000" + "rawtransaction": "02000000000101d5f49bbfddfceadd1f323764801d7c1597cddada1d239b5fc56c64170e51d925010000001600141edca685ff63195db71872dd39c68ef796b974faffffffff020000000000000000376a3569c28288ffcf3e7721b9e44928dac17e035d175d0838f0216ba59f77f015ecf74a79d302c1a09442aeb94decf5e246b27bb58d9f0d10270000000000001600141edca685ff63195db71872dd39c68ef796b974fa02000000000000" } } ``` @@ -11828,8 +11905,8 @@ Composes a transaction to detach assets from UTXO to an address. Composes a transaction like a send but for moving from one UTXO to another, with the destination is specified as an address. + Parameters - + utxo: `72585f98a6d8a16246172335d868244392a80709fc31b7472e780ef900710231:1` (str, required) - The utxo from which the assets are moved - + destination: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - the address for which the destination utxo will be created + + utxo: `25d9510e17646cc55f9b231ddadacd97157c1d806437321fddeafcddbf9bf4d5:1` (str, required) - The utxo from which the assets are moved + + destination: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - the address for which the destination utxo will be created + 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) @@ -11885,8 +11962,8 @@ Composes a transaction like a send but for moving from one UTXO to another, with { "result": { "params": { - "source": "72585f98a6d8a16246172335d868244392a80709fc31b7472e780ef900710231:1", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "25d9510e17646cc55f9b231ddadacd97157c1d806437321fddeafcddbf9bf4d5:1", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "skip_validation": false }, "name": "move", @@ -11895,7 +11972,7 @@ Composes a transaction like a send but for moving from one UTXO to another, with "btc_out": 10000, "btc_change": null, "btc_fee": 0, - "rawtransaction": "0200000000010131027100f90e782e47b731fc0907a892432468d83523174662a1d8a6985f587201000000160014e3afc2cc695c137dba4a795822e23a450aaaedbfffffffff0110270000000000001600147dbc79f6b2bcb658b9f64ee73e7d291f1a88f4d602000000000000" + "rawtransaction": "02000000000101d5f49bbfddfceadd1f323764801d7c1597cddada1d239b5fc56c64170e51d925010000001600141edca685ff63195db71872dd39c68ef796b974faffffffff0110270000000000001600147d86c1cf6715838cf8026e3d95a0ecbe7f6a9c3d02000000000000" } } ``` @@ -11943,8 +12020,8 @@ Returns the valid assets "asset": "OPENFAIR", "asset_id": "117132633401", "asset_longname": null, - "issuer": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "owner": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "issuer": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "owner": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "divisible": true, "locked": false, "supply": 0, @@ -11952,16 +12029,16 @@ Returns the valid assets "description_locked": false, "first_issuance_block_index": 233, "last_issuance_block_index": 233, - "first_issuance_block_time": 1733317576, - "last_issuance_block_time": 1733317576, + "first_issuance_block_time": 1733319860, + "last_issuance_block_time": 1733319860, "supply_normalized": "0.00000000" }, { "asset": "CHAINING", "asset_id": "18229920832", "asset_longname": null, - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", - "owner": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", + "owner": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false, "supply": 1000000000, @@ -11969,16 +12046,16 @@ Returns the valid assets "description_locked": false, "first_issuance_block_index": 230, "last_issuance_block_index": 230, - "first_issuance_block_time": 1733317565, - "last_issuance_block_time": 1733317565, + "first_issuance_block_time": 1733319841, + "last_issuance_block_time": 1733319841, "supply_normalized": "10.00000000" }, { "asset": "PREMINT", "asset_id": "4837764613", "asset_longname": null, - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", - "owner": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", + "owner": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false, "supply": 0, @@ -11986,16 +12063,16 @@ Returns the valid assets "description_locked": false, "first_issuance_block_index": 227, "last_issuance_block_index": 229, - "first_issuance_block_time": 1733317545, - "last_issuance_block_time": 1733317553, + "first_issuance_block_time": 1733319822, + "last_issuance_block_time": 1733319828, "supply_normalized": "0.00000000" }, { "asset": "STARTNOW", "asset_id": "150450094622", "asset_longname": null, - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", - "owner": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", + "owner": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false, "supply": 0, @@ -12003,16 +12080,16 @@ Returns the valid assets "description_locked": false, "first_issuance_block_index": 225, "last_issuance_block_index": 226, - "first_issuance_block_time": 1733317539, - "last_issuance_block_time": 1733317542, + "first_issuance_block_time": 1733319815, + "last_issuance_block_time": 1733319819, "supply_normalized": "0.00000000" }, { "asset": "EXPANSIVE", "asset_id": "1024679892006", "asset_longname": null, - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", - "owner": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", + "owner": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false, "supply": 0, @@ -12020,8 +12097,8 @@ Returns the valid assets "description_locked": false, "first_issuance_block_index": 222, "last_issuance_block_index": 223, - "first_issuance_block_time": 1733317528, - "last_issuance_block_time": 1733317531, + "first_issuance_block_time": 1733319795, + "last_issuance_block_time": 1733319799, "supply_normalized": "0.00000000" } ], @@ -12047,8 +12124,8 @@ Returns an asset by its name "asset": "BURNER", "asset_id": "21328597", "asset_longname": null, - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", - "owner": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", + "owner": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": true, "supply": 100000000, @@ -12056,8 +12133,8 @@ Returns an asset by its name "description_locked": false, "first_issuance_block_index": 220, "last_issuance_block_index": 221, - "first_issuance_block_time": 1733317520, - "last_issuance_block_time": 1733317523, + "first_issuance_block_time": 1733319787, + "last_issuance_block_time": 1733319791, "supply_normalized": "1.00000000" } } @@ -12092,7 +12169,7 @@ Returns the asset balances { "result": [ { - "address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "utxo": null, "utxo_address": null, "asset": "BURNER", @@ -12101,14 +12178,14 @@ Returns the asset balances "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": true }, "quantity_normalized": "0.80000000" }, { - "address": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "address": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "utxo": null, "utxo_address": null, "asset": "BURNER", @@ -12117,7 +12194,7 @@ Returns the asset balances "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": true }, @@ -12135,7 +12212,7 @@ Returns the balances of an address and asset + Parameters + asset: `XCP` (str, required) - The asset to return - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (str, required) - The address to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -12145,7 +12222,7 @@ Returns the balances of an address and asset { "result": [ { - "address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "asset_longname": null, "quantity": 82599966196, @@ -12198,9 +12275,9 @@ Returns the orders of an asset "result": [ { "tx_index": 53, - "tx_hash": "2484ddd7be50b1e96f8e852b8b9fadb47b78f091ff34e3dd56d91368a907a49f", + "tx_hash": "fedb9e69d41d88cef412f7d3738e07cf8c649b04dc47f8fd9668154970c2e70f", "block_index": 179, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12216,7 +12293,7 @@ Returns the orders of an asset "status": "expired", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317230, + "block_time": 1733319510, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12244,9 +12321,9 @@ Returns the orders of an asset }, { "tx_index": 55, - "tx_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60", + "tx_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7", "block_index": 202, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -12262,7 +12339,7 @@ Returns the orders of an asset "status": "expired", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317416, + "block_time": 1733319670, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12290,9 +12367,9 @@ Returns the orders of an asset }, { "tx_index": 62, - "tx_hash": "63c7d2dc439cbe6959f17062e007d26ab68c4f8adcb83d4861bd697a13302b9f", + "tx_hash": "fee58885dc6a8b88911820a12726a79f2e183ab3db4b381318c671184476faa5", "block_index": 188, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12308,7 +12385,7 @@ Returns the orders of an asset "status": "cancelled", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317349, + "block_time": 1733319619, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12336,9 +12413,9 @@ Returns the orders of an asset }, { "tx_index": 64, - "tx_hash": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726", + "tx_hash": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb", "block_index": 211, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 0, @@ -12354,7 +12431,7 @@ Returns the orders of an asset "status": "expired", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317468, + "block_time": 1733319733, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12382,9 +12459,9 @@ Returns the orders of an asset }, { "tx_index": 56, - "tx_hash": "8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", + "tx_hash": "36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", "block_index": 182, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -12400,7 +12477,7 @@ Returns the orders of an asset "status": "filled", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317298, + "block_time": 1733319578, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12462,13 +12539,13 @@ Returns the orders of an asset { "result": [ { - "id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "tx0_index": 55, - "tx0_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "tx0_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "tx1_index": 58, - "tx1_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", - "tx1_address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "tx1_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", + "tx1_address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12481,7 +12558,7 @@ Returns the orders of an asset "match_expire_index": 203, "fee_paid": 0, "status": "expired", - "block_time": 1733317424, + "block_time": 1733319689, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12501,13 +12578,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", + "id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", "tx0_index": 55, - "tx0_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "tx0_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "tx1_index": 56, - "tx1_hash": "8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", - "tx1_address": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "tx1_hash": "36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", + "tx1_address": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12520,7 +12597,7 @@ Returns the orders of an asset "match_expire_index": 201, "fee_paid": 0, "status": "completed", - "block_time": 1733317298, + "block_time": 1733319578, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12540,13 +12617,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "2484ddd7be50b1e96f8e852b8b9fadb47b78f091ff34e3dd56d91368a907a49f_1f08e14365027cf6dd3f0ddac73a6e4226687128e16f5fe79d3609885f912f1f", + "id": "fedb9e69d41d88cef412f7d3738e07cf8c649b04dc47f8fd9668154970c2e70f_1758cfa6dc72d3e50a838b5b8743f1d3734998e37bd6fa13a8546caef847e87b", "tx0_index": 53, - "tx0_hash": "2484ddd7be50b1e96f8e852b8b9fadb47b78f091ff34e3dd56d91368a907a49f", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "tx0_hash": "fedb9e69d41d88cef412f7d3738e07cf8c649b04dc47f8fd9668154970c2e70f", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "tx1_index": 54, - "tx1_hash": "1f08e14365027cf6dd3f0ddac73a6e4226687128e16f5fe79d3609885f912f1f", - "tx1_address": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "tx1_hash": "1758cfa6dc72d3e50a838b5b8743f1d3734998e37bd6fa13a8546caef847e87b", + "tx1_address": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12559,7 +12636,7 @@ Returns the orders of an asset "match_expire_index": 178, "fee_paid": 0, "status": "expired", - "block_time": 1733317230, + "block_time": 1733319510, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12579,13 +12656,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "id": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "tx0_index": 64, - "tx0_hash": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "tx0_hash": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "tx1_index": 58, - "tx1_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", - "tx1_address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "tx1_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", + "tx1_address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12598,7 +12675,7 @@ Returns the orders of an asset "match_expire_index": 224, "fee_paid": 0, "status": "expired", - "block_time": 1733317539, + "block_time": 1733319815, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12676,19 +12753,19 @@ Returns the credits of an asset "result": [ { "block_index": 221, - "address": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "address": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "asset": "BURNER", "quantity": 20000000, "calling_function": "fairmint commission", - "event": "dfa755ad85e9fb92e0d03f2c91e2689caa84b7c093aea19a1194824656d126bf", + "event": "5745a3177af458ec03bc7a730a3d8238f3742e54dcbd1d96a8eb752232886121", "tx_index": 97, "utxo": null, "utxo_address": null, - "block_time": 1733317523, + "block_time": 1733319791, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": true }, @@ -12696,19 +12773,19 @@ Returns the credits of an asset }, { "block_index": 221, - "address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "asset": "BURNER", "quantity": 80000000, "calling_function": "fairmint", - "event": "dfa755ad85e9fb92e0d03f2c91e2689caa84b7c093aea19a1194824656d126bf", + "event": "5745a3177af458ec03bc7a730a3d8238f3742e54dcbd1d96a8eb752232886121", "tx_index": 97, "utxo": null, "utxo_address": null, - "block_time": 1733317523, + "block_time": 1733319791, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": true }, @@ -12766,11 +12843,11 @@ Returns the debits of an asset "asset": "XCP", "quantity": 2000000000, "action": "utxo move", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "utxo": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", - "utxo_address": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", - "block_time": 1733317594, + "utxo": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", + "utxo_address": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12782,15 +12859,15 @@ Returns the debits of an asset }, { "block_index": 233, - "address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "asset": "XCP", "quantity": 50000000, "action": "fairminter fee", - "event": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "event": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "tx_index": 109, "utxo": null, "utxo_address": null, - "block_time": 1733317576, + "block_time": 1733319860, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12802,15 +12879,15 @@ Returns the debits of an asset }, { "block_index": 230, - "address": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "address": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "asset": "XCP", "quantity": 50000000, "action": "issuance fee", - "event": "b96ba5bb1f56fe76cbd40a015ad9b7bd3fffd715ff121a44e763ec01da861608", + "event": "ee0e6c0a8f8013d799758256fd864a81e226cbadd559fae145707ac759de4c72", "tx_index": 103, "utxo": null, "utxo_address": null, - "block_time": 1733317565, + "block_time": 1733319841, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12822,15 +12899,15 @@ Returns the debits of an asset }, { "block_index": 227, - "address": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "address": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "asset": "XCP", "quantity": 50000000, "action": "fairminter fee", - "event": "85dc0d7ef9ae77b6d650d9794f1cd69315bfc39a73b9e9a32bc5604df81cad01", + "event": "ed55f98d546519a5d0bcdf654b30b79939ea343773a5389819ff5ffa562f53d0", "tx_index": 101, "utxo": null, "utxo_address": null, - "block_time": 1733317545, + "block_time": 1733319822, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12842,15 +12919,15 @@ Returns the debits of an asset }, { "block_index": 225, - "address": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "address": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "asset": "XCP", "quantity": 50000000, "action": "fairminter fee", - "event": "ce88e76afde1df18ac3f9d23e06e3861a2ba980aae07dbbb09f158b98a0c9432", + "event": "22b588a3217ade30112909630f2b930e751438d7bd900585bb073d3f068d980f", "tx_index": 100, "utxo": null, "utxo_address": null, - "block_time": 1733317539, + "block_time": 1733319815, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12926,14 +13003,14 @@ Returns the issuances of an asset "result": [ { "tx_index": 97, - "tx_hash": "dfa755ad85e9fb92e0d03f2c91e2689caa84b7c093aea19a1194824656d126bf", + "tx_hash": "5745a3177af458ec03bc7a730a3d8238f3742e54dcbd1d96a8eb752232886121", "msg_index": 0, "block_index": 221, "asset": "BURNER", "quantity": 100000000, "divisible": true, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "transfer": false, "callable": false, "call_date": 0, @@ -12947,20 +13024,20 @@ Returns the issuances of an asset "description_locked": true, "fair_minting": false, "asset_events": "fairmint", - "block_time": 1733317523, + "block_time": 1733319791, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 96, - "tx_hash": "cb80706a61daa46e1928d94ae7c5c7ed10c70fe27fba217303b5c3121c802fcd", + "tx_hash": "d56b8f1859300bfb423fd7791fb1f55ef3716b6c65e5a9cd380de6cf9997fcae", "msg_index": 0, "block_index": 220, "asset": "BURNER", "quantity": 0, "divisible": true, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "transfer": false, "callable": false, "call_date": 0, @@ -12974,7 +13051,7 @@ Returns the issuances of an asset "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "block_time": 1733317520, + "block_time": 1733319787, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -13014,17 +13091,17 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "result": [ { "tx_index": 110, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "asset": "XCP", "quantity": 2000000000, "status": "valid", "msg_index": 1, "memo": null, "fee_paid": 0, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13037,17 +13114,17 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 81, - "tx_hash": "73d04a946665add99a769094b4ea2a5b4230e1f87fccff05ea0def6cf7bb0c46", + "tx_hash": "84626ff3f52e1b59d303e1c9ed7f4e603b82c7d89fa1b6e6a66e7e585e714080", "block_index": 205, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "memo1", "fee_paid": 0, - "block_time": 1733317428, + "block_time": 1733319692, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13060,17 +13137,17 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 80, - "tx_hash": "384056f809033d8b5b32b2bfc852d61e4393d57864b16d9faa7b68b8b65b92b1", + "tx_hash": "c100c04e9793b94b715c9bce0b4166febd601b262d40db82d60a8f5719489544", "block_index": 204, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "746865206d656d6f", "fee_paid": 0, - "block_time": 1733317424, + "block_time": 1733319689, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13083,17 +13160,17 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 79, - "tx_hash": "a6c5b10df3d23199503c159f46cfd4ad22f1d9959783893be2ca3a7cff2ec388", + "tx_hash": "698261f3186850a46b1fb787dd97c549cf82d1ed2a228752a6c7488c9e590d30", "block_index": 203, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "memo1", "fee_paid": 0, - "block_time": 1733317420, + "block_time": 1733319685, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13106,17 +13183,17 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 78, - "tx_hash": "65e00553aa402788207d2a67c0f27ea20dee6df5d5cf26a1f65f398d6d7cd84a", + "tx_hash": "50371d8060b9c3504bbb1f2c1be4cd5cd98da334a6301ad608daba1df37f1f47", "block_index": 202, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "the memo", "fee_paid": 0, - "block_time": 1733317416, + "block_time": 1733319670, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13165,9 +13242,9 @@ Returns the dispensers of an asset "result": [ { "tx_index": 26, - "tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -13176,7 +13253,7 @@ Returns the dispensers of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13186,7 +13263,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733317099, + "block_time": 1733319396, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13203,9 +13280,9 @@ Returns the dispensers of an asset }, { "tx_index": 29, - "tx_hash": "58af487e449df16360c27f791e8931ac067e36514353c5dbd255ed895a37d162", + "tx_hash": "7a30cdd61fd6289890a24876be12e1d13df9e882a546fb7c9ad702234c99e6b5", "block_index": 133, - "source": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -13214,7 +13291,7 @@ Returns the dispensers of an asset "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "origin": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -13224,7 +13301,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733317103, + "block_time": 1733319399, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13241,9 +13318,9 @@ Returns the dispensers of an asset }, { "tx_index": 30, - "tx_hash": "6e6505929dd350c32a6e02c0ef5d8859f80acc85701c21b7090b75ddfc28ccc0", + "tx_hash": "a25ba8cf9f67eeac83ee7dcf9b645843b38a5d6b53b07416b44dd9520b12538c", "block_index": 141, - "source": "mhZNcnNt5BMcYPLrXJDmXgtRf1rnWmbRJA", + "source": "mmKrci4btxkJ6FEYHeiS7AJuF6xEPLNZ1K", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -13251,10 +13328,10 @@ Returns the dispensers of an asset "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "3e32f78244cbd6742289a73bff0aae37547b2c612d4b2a2fa11dcf5baa2ddf19", - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "last_status_tx_hash": "8f17677307f11d1f6024aa97c6a14fb66953ea072568cb5acf0e402bc32482a8", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 0, - "last_status_tx_source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "last_status_tx_source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "close_block_index": 141, "price": 1.0, "fiat_price": null, @@ -13262,7 +13339,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733317141, + "block_time": 1733319428, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13279,18 +13356,18 @@ Returns the dispensers of an asset }, { "tx_index": 33, - "tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "block_index": 235, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "oracle_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "last_status_tx_hash": null, - "origin": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "origin": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13300,7 +13377,7 @@ Returns the dispensers of an asset "fiat_unit": "USD", "oracle_price_last_updated": 129, "satoshi_price": 16, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13326,7 +13403,7 @@ Returns the dispensers of an asset Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - The address to return + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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` @@ -13337,9 +13414,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -13348,7 +13425,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13358,7 +13435,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733317099, + "block_time": 1733319396, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13400,7 +13477,7 @@ Returns the holders of an asset "result": [ { "asset": "BURNER", - "address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "quantity": 80000000, "escrow": null, "cursor_id": "balances_55", @@ -13409,7 +13486,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": true }, @@ -13417,7 +13494,7 @@ Returns the holders of an asset }, { "asset": "BURNER", - "address": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "address": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "quantity": 20000000, "escrow": null, "cursor_id": "balances_56", @@ -13426,7 +13503,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": true }, @@ -13461,26 +13538,26 @@ Returns the dispenses of an asset { "tx_index": 110, "dispense_index": 0, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "destination": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "destination": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "btc_amount": 1000, "dispenser": { "tx_index": 33, "block_index": 235, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "oracle_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "last_status_tx_hash": null, - "origin": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "origin": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13495,7 +13572,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13509,26 +13586,26 @@ Returns the dispenses of an asset { "tx_index": 34, "dispense_index": 0, - "tx_hash": "24ed87d3e3166cc6a4c7d4b02ed794f2b66e521fc4c78eeaa673963d5d0064c4", + "tx_hash": "dc9231afa230bfa786f7270a031134eac27b40e75f70688385f2c1f781a2991a", "block_index": 138, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "destination": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "destination": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "btc_amount": 10000, "dispenser": { "tx_index": 33, "block_index": 235, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "oracle_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "last_status_tx_hash": null, - "origin": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "origin": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13543,7 +13620,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733317130, + "block_time": 1733319417, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13557,18 +13634,18 @@ Returns the dispenses of an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "1ffaae8bdeed9b7e64ac5f1c1c3be0e0c9f1c8d08951f75dde882879d9514488", + "tx_hash": "3eabd0222c2cb68104505d2af77834a1276420a257b8694b44c4521408b606e0", "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "dispenser_tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "btc_amount": 4000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13576,7 +13653,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13591,7 +13668,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317099, + "block_time": 1733319396, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13605,18 +13682,18 @@ Returns the dispenses of an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "4122c6b39046ddfe61dc42a8c4a19540cacd9d5d48d733a7adfd426bb5bddd17", + "tx_hash": "860d8b25346fc3b1c47e8ba19f5405ee123656d75fc32f96b8531a2aebdf89ef", "block_index": 131, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "dispenser_tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "btc_amount": 6000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13624,7 +13701,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13639,7 +13716,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317084, + "block_time": 1733319393, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13709,10 +13786,10 @@ Returns the fairminter by its asset { "result": [ { - "tx_hash": "cb80706a61daa46e1928d94ae7c5c7ed10c70fe27fba217303b5c3121c802fcd", + "tx_hash": "d56b8f1859300bfb423fd7791fb1f55ef3716b6c65e5a9cd380de6cf9997fcae", "tx_index": 96, "block_index": 221, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "asset": "BURNER", "asset_parent": null, "asset_longname": null, @@ -13736,7 +13813,7 @@ Returns the fairminter by its asset "earned_quantity": 80000000, "paid_quantity": 100000000, "commission": 20000000, - "block_time": 1733317523, + "block_time": 1733319791, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "1.00000000", "soft_cap_normalized": "0.00000000", @@ -13774,21 +13851,21 @@ Returns the mints by asset { "result": [ { - "tx_hash": "dfa755ad85e9fb92e0d03f2c91e2689caa84b7c093aea19a1194824656d126bf", + "tx_hash": "5745a3177af458ec03bc7a730a3d8238f3742e54dcbd1d96a8eb752232886121", "tx_index": 97, "block_index": 221, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "fairminter_tx_hash": "cb80706a61daa46e1928d94ae7c5c7ed10c70fe27fba217303b5c3121c802fcd", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "fairminter_tx_hash": "d56b8f1859300bfb423fd7791fb1f55ef3716b6c65e5a9cd380de6cf9997fcae", "asset": "BURNER", "earn_quantity": 80000000, "paid_quantity": 100000000, "commission": 20000000, "status": "valid", - "block_time": 1733317523, + "block_time": 1733319791, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": true }, @@ -13807,7 +13884,7 @@ Returns the mints by asset Returns the mints by address and asset + Parameters - + address: `bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8` (str, required) - The address of the mints to return + + address: `bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c` (str, required) - The address of the mints to return + asset: `BURNER` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -13865,9 +13942,9 @@ Returns all the orders "result": [ { "tx_index": 53, - "tx_hash": "2484ddd7be50b1e96f8e852b8b9fadb47b78f091ff34e3dd56d91368a907a49f", + "tx_hash": "fedb9e69d41d88cef412f7d3738e07cf8c649b04dc47f8fd9668154970c2e70f", "block_index": 179, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -13883,7 +13960,7 @@ Returns all the orders "status": "expired", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317230, + "block_time": 1733319510, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13911,9 +13988,9 @@ Returns all the orders }, { "tx_index": 55, - "tx_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60", + "tx_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7", "block_index": 202, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -13929,7 +14006,7 @@ Returns all the orders "status": "expired", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317416, + "block_time": 1733319670, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13957,9 +14034,9 @@ Returns all the orders }, { "tx_index": 56, - "tx_hash": "8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", + "tx_hash": "36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", "block_index": 182, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -13975,7 +14052,7 @@ Returns all the orders "status": "filled", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317298, + "block_time": 1733319578, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -14003,9 +14080,9 @@ Returns all the orders }, { "tx_index": 58, - "tx_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "tx_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "block_index": 205, - "source": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "source": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 2000, @@ -14021,7 +14098,7 @@ Returns all the orders "status": "expired", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317428, + "block_time": 1733319692, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -14049,9 +14126,9 @@ Returns all the orders }, { "tx_index": 62, - "tx_hash": "63c7d2dc439cbe6959f17062e007d26ab68c4f8adcb83d4861bd697a13302b9f", + "tx_hash": "fee58885dc6a8b88911820a12726a79f2e183ab3db4b381318c671184476faa5", "block_index": 188, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -14067,7 +14144,7 @@ Returns all the orders "status": "cancelled", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317349, + "block_time": 1733319619, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14104,7 +14181,7 @@ Returns all the orders Returns the information of an order + Parameters - + order_hash: `b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744` (str, required) - The hash of the transaction that created the order + + order_hash: `c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6` (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` @@ -14114,9 +14191,9 @@ Returns the information of an order { "result": { "tx_index": 108, - "tx_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "tx_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "block_index": 232, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "give_asset": "BTC", "give_quantity": 1000, "give_remaining": 0, @@ -14132,7 +14209,7 @@ Returns the information of an order "status": "open", "give_price": 1.0, "get_price": 1.0, - "block_time": 1733317572, + "block_time": 1733319847, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -14143,7 +14220,7 @@ Returns the information of an order "get_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "issuer": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "divisible": true, "locked": false }, @@ -14166,7 +14243,7 @@ Returns the information of an order Returns the order matches of an order + Parameters - + order_hash: `3c179c0d7e8e344e64568152755651ae134ef72eaf5800aec2bf87a464bf6112` (str, required) - The hash of the transaction that created the order + + order_hash: `7a168d2f9bca64131af10487052927ff5952eba54c3293f2ad9d4703fea3a1c6` (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 @@ -14191,13 +14268,13 @@ Returns the order matches of an order { "result": [ { - "id": "3c179c0d7e8e344e64568152755651ae134ef72eaf5800aec2bf87a464bf6112_b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "id": "7a168d2f9bca64131af10487052927ff5952eba54c3293f2ad9d4703fea3a1c6_c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "tx0_index": 107, - "tx0_hash": "3c179c0d7e8e344e64568152755651ae134ef72eaf5800aec2bf87a464bf6112", - "tx0_address": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "tx0_hash": "7a168d2f9bca64131af10487052927ff5952eba54c3293f2ad9d4703fea3a1c6", + "tx0_address": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "tx1_index": 108, - "tx1_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", - "tx1_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "tx1_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", + "tx1_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "forward_asset": "UTXOASSET", "forward_quantity": 1000, "backward_asset": "BTC", @@ -14210,11 +14287,11 @@ Returns the order matches of an order "match_expire_index": 252, "fee_paid": 0, "status": "pending", - "block_time": 1733317572, + "block_time": 1733319847, "forward_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "issuer": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "divisible": true, "locked": false }, @@ -14240,7 +14317,7 @@ Returns the order matches of an order Returns the BTC pays of an order + Parameters - + order_hash: `65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60` (str, required) - The hash of the transaction that created the order + + order_hash: `331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7` (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 @@ -14257,14 +14334,14 @@ Returns the BTC pays of an order "result": [ { "tx_index": 57, - "tx_hash": "6358b5b1860690d3e4e47f6c9662775a563d8206150c6aa1df734adca0131f44", + "tx_hash": "30dbdde257a07fb678c79d10dfa7f5b86db8b9604affe846d131880cb7db29cd", "block_index": 182, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "destination": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "destination": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "btc_amount": 2000, - "order_match_id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", + "order_match_id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", "status": "valid", - "block_time": 1733317298, + "block_time": 1733319578, "btc_amount_normalized": "0.00002000" } ], @@ -14306,9 +14383,9 @@ Returns the orders to exchange two assets "result": [ { "tx_index": 56, - "tx_hash": "8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", + "tx_hash": "36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", "block_index": 182, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -14325,7 +14402,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1733317298, + "block_time": 1733319578, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -14351,9 +14428,9 @@ Returns the orders to exchange two assets }, { "tx_index": 58, - "tx_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "tx_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "block_index": 205, - "source": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "source": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 2000, @@ -14370,7 +14447,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1733317428, + "block_time": 1733319692, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -14396,9 +14473,9 @@ Returns the orders to exchange two assets }, { "tx_index": 53, - "tx_hash": "2484ddd7be50b1e96f8e852b8b9fadb47b78f091ff34e3dd56d91368a907a49f", + "tx_hash": "fedb9e69d41d88cef412f7d3738e07cf8c649b04dc47f8fd9668154970c2e70f", "block_index": 179, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -14415,7 +14492,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733317230, + "block_time": 1733319510, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14441,9 +14518,9 @@ Returns the orders to exchange two assets }, { "tx_index": 55, - "tx_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60", + "tx_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7", "block_index": 202, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -14460,7 +14537,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733317416, + "block_time": 1733319670, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14486,9 +14563,9 @@ Returns the orders to exchange two assets }, { "tx_index": 62, - "tx_hash": "63c7d2dc439cbe6959f17062e007d26ab68c4f8adcb83d4861bd697a13302b9f", + "tx_hash": "fee58885dc6a8b88911820a12726a79f2e183ab3db4b381318c671184476faa5", "block_index": 188, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -14505,7 +14582,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733317349, + "block_time": 1733319619, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14566,13 +14643,13 @@ Returns the orders to exchange two assets { "result": [ { - "id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "tx0_index": 55, - "tx0_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "tx0_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "tx1_index": 58, - "tx1_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", - "tx1_address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "tx1_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", + "tx1_address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -14588,7 +14665,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733317424, + "block_time": 1733319689, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14608,13 +14685,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", + "id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", "tx0_index": 55, - "tx0_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "tx0_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "tx1_index": 56, - "tx1_hash": "8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", - "tx1_address": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "tx1_hash": "36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", + "tx1_address": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -14630,7 +14707,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733317298, + "block_time": 1733319578, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14650,13 +14727,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "2484ddd7be50b1e96f8e852b8b9fadb47b78f091ff34e3dd56d91368a907a49f_1f08e14365027cf6dd3f0ddac73a6e4226687128e16f5fe79d3609885f912f1f", + "id": "fedb9e69d41d88cef412f7d3738e07cf8c649b04dc47f8fd9668154970c2e70f_1758cfa6dc72d3e50a838b5b8743f1d3734998e37bd6fa13a8546caef847e87b", "tx0_index": 53, - "tx0_hash": "2484ddd7be50b1e96f8e852b8b9fadb47b78f091ff34e3dd56d91368a907a49f", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "tx0_hash": "fedb9e69d41d88cef412f7d3738e07cf8c649b04dc47f8fd9668154970c2e70f", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "tx1_index": 54, - "tx1_hash": "1f08e14365027cf6dd3f0ddac73a6e4226687128e16f5fe79d3609885f912f1f", - "tx1_address": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "tx1_hash": "1758cfa6dc72d3e50a838b5b8743f1d3734998e37bd6fa13a8546caef847e87b", + "tx1_address": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -14672,7 +14749,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733317230, + "block_time": 1733319510, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14692,13 +14769,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "id": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "tx0_index": 64, - "tx0_hash": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "tx0_hash": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "tx1_index": 58, - "tx1_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", - "tx1_address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "tx1_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", + "tx1_address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -14714,7 +14791,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733317539, + "block_time": 1733319815, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14770,13 +14847,13 @@ Returns all the order matches { "result": [ { - "id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "tx0_index": 55, - "tx0_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "tx0_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "tx1_index": 58, - "tx1_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", - "tx1_address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "tx1_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", + "tx1_address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -14789,7 +14866,7 @@ Returns all the order matches "match_expire_index": 203, "fee_paid": 0, "status": "expired", - "block_time": 1733317424, + "block_time": 1733319689, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14809,13 +14886,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60_8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", + "id": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7_36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", "tx0_index": 55, - "tx0_hash": "65fb156bc9c8356be2e4254cd3fdb1b24571ae77ce25f488d96bcc572d091d60", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "tx0_hash": "331a64b5252eccc1dc62db4a32d4aab514a4591b9d9bd04e1823fb7f83bf70f7", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "tx1_index": 56, - "tx1_hash": "8bf655bcf6ecb6322e0af71d5d6bfcc15e5a3dd12526bf097d4330521110c57d", - "tx1_address": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "tx1_hash": "36445d6574c9c4e26afe409cf52049de42b307850636f2c62f001fe23ca51686", + "tx1_address": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -14828,7 +14905,7 @@ Returns all the order matches "match_expire_index": 201, "fee_paid": 0, "status": "completed", - "block_time": 1733317298, + "block_time": 1733319578, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14848,13 +14925,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "2484ddd7be50b1e96f8e852b8b9fadb47b78f091ff34e3dd56d91368a907a49f_1f08e14365027cf6dd3f0ddac73a6e4226687128e16f5fe79d3609885f912f1f", + "id": "fedb9e69d41d88cef412f7d3738e07cf8c649b04dc47f8fd9668154970c2e70f_1758cfa6dc72d3e50a838b5b8743f1d3734998e37bd6fa13a8546caef847e87b", "tx0_index": 53, - "tx0_hash": "2484ddd7be50b1e96f8e852b8b9fadb47b78f091ff34e3dd56d91368a907a49f", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "tx0_hash": "fedb9e69d41d88cef412f7d3738e07cf8c649b04dc47f8fd9668154970c2e70f", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "tx1_index": 54, - "tx1_hash": "1f08e14365027cf6dd3f0ddac73a6e4226687128e16f5fe79d3609885f912f1f", - "tx1_address": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "tx1_hash": "1758cfa6dc72d3e50a838b5b8743f1d3734998e37bd6fa13a8546caef847e87b", + "tx1_address": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -14867,7 +14944,7 @@ Returns all the order matches "match_expire_index": 178, "fee_paid": 0, "status": "expired", - "block_time": 1733317230, + "block_time": 1733319510, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14887,13 +14964,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726_0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", + "id": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb_290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", "tx0_index": 64, - "tx0_hash": "d6985039291310e1f293c7ad8d246085f4e4bdba9a7c6b850da04e0753fb7726", - "tx0_address": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "tx0_hash": "6051c4ec7ec45dc4a54c2f6c01687775e4f4d63337ac94e531113d9bead5e5fb", + "tx0_address": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "tx1_index": 58, - "tx1_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e", - "tx1_address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "tx1_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e", + "tx1_address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -14906,7 +14983,7 @@ Returns all the order matches "match_expire_index": 224, "fee_paid": 0, "status": "expired", - "block_time": 1733317539, + "block_time": 1733319815, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14926,13 +15003,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "3c179c0d7e8e344e64568152755651ae134ef72eaf5800aec2bf87a464bf6112_b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", + "id": "7a168d2f9bca64131af10487052927ff5952eba54c3293f2ad9d4703fea3a1c6_c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", "tx0_index": 107, - "tx0_hash": "3c179c0d7e8e344e64568152755651ae134ef72eaf5800aec2bf87a464bf6112", - "tx0_address": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "tx0_hash": "7a168d2f9bca64131af10487052927ff5952eba54c3293f2ad9d4703fea3a1c6", + "tx0_address": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "tx1_index": 108, - "tx1_hash": "b5f04d06c28a6e9b091888d1f9ec7f0a256954ace9423bc0634f6181120e5744", - "tx1_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "tx1_hash": "c41595d36a8333e52bec21518450cde140fda09e66e4e26ff97d8783c70bd9d6", + "tx1_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "forward_asset": "UTXOASSET", "forward_quantity": 1000, "backward_asset": "BTC", @@ -14945,11 +15022,11 @@ Returns all the order matches "match_expire_index": 252, "fee_paid": 0, "status": "pending", - "block_time": 1733317572, + "block_time": 1733319847, "forward_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "issuer": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "divisible": true, "locked": false }, @@ -15103,61 +15180,61 @@ Returns the burns "result": [ { "tx_index": 9, - "tx_hash": "1408979a2a046c0bd83c5233f512dbca1087777b4f2c56a11857e2fd468b15fe", + "tx_hash": "2c7cc027807ad5f4437011c5714c378d654e7a4b51bd81e6d1f6603cc1420ade", "block_index": 112, - "source": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "source": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "burned": 50000000, "earned": 74999998167, "status": "valid", - "block_time": 1733317004, + "block_time": 1733319324, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, { "tx_index": 8, - "tx_hash": "2cbe1fff1aef8cf542b9f1debf36f7055ab322f02272f899d3bea113be4ed4e6", + "tx_hash": "3ca1e4a65767dc929781078b1291a1cc6d40cb08903a8d287a58dcc406ca81d2", "block_index": 112, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qgn70nljxn2l26sxh0qtmlu249lphsh9ke4qgwr", "burned": 50000000, "earned": 74999998167, "status": "valid", - "block_time": 1733317004, + "block_time": 1733319324, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, { "tx_index": 7, - "tx_hash": "69aa77575f638003c1cbc156ed40975ecf4b79cb1be43d2671f03229518c1fd6", + "tx_hash": "8f7885be2977c5d217df2cee79fe20c7be1873439411d09455b28ca2610221d2", "block_index": 112, - "source": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "source": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "burned": 50000000, "earned": 74999998167, "status": "valid", - "block_time": 1733317004, + "block_time": 1733319324, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, { "tx_index": 6, - "tx_hash": "f73205eb9b0717252f7a6b8f46149f333a0a13fe51637919ddf630d5d8792bd0", + "tx_hash": "a9674e02701f733090dac742469b11963b8f68367e5985e716c56ffc0800cec2", "block_index": 112, - "source": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "burned": 50000000, "earned": 74999998167, "status": "valid", - "block_time": 1733317004, + "block_time": 1733319324, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, { "tx_index": 5, - "tx_hash": "d4e15b227bcf4a31bd3288180ae17ec09462cfdd97cdb7988649c4dfe652bdbb", + "tx_hash": "712b9e274fbd94eccd7b3eb07662eaf06e7445dd5b4af55ce61e8df73b6f97bb", "block_index": 112, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "burned": 50000000, "earned": 74999998167, "status": "valid", - "block_time": 1733317004, + "block_time": 1733319324, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" } @@ -15200,9 +15277,9 @@ Returns all dispensers "result": [ { "tx_index": 26, - "tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -15211,7 +15288,7 @@ Returns all dispensers "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -15221,7 +15298,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733317099, + "block_time": 1733319396, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -15238,9 +15315,9 @@ Returns all dispensers }, { "tx_index": 29, - "tx_hash": "58af487e449df16360c27f791e8931ac067e36514353c5dbd255ed895a37d162", + "tx_hash": "7a30cdd61fd6289890a24876be12e1d13df9e882a546fb7c9ad702234c99e6b5", "block_index": 133, - "source": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -15249,7 +15326,7 @@ Returns all dispensers "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "origin": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -15259,7 +15336,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733317103, + "block_time": 1733319399, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -15276,9 +15353,9 @@ Returns all dispensers }, { "tx_index": 30, - "tx_hash": "6e6505929dd350c32a6e02c0ef5d8859f80acc85701c21b7090b75ddfc28ccc0", + "tx_hash": "a25ba8cf9f67eeac83ee7dcf9b645843b38a5d6b53b07416b44dd9520b12538c", "block_index": 141, - "source": "mhZNcnNt5BMcYPLrXJDmXgtRf1rnWmbRJA", + "source": "mmKrci4btxkJ6FEYHeiS7AJuF6xEPLNZ1K", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -15286,10 +15363,10 @@ Returns all dispensers "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "3e32f78244cbd6742289a73bff0aae37547b2c612d4b2a2fa11dcf5baa2ddf19", - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "last_status_tx_hash": "8f17677307f11d1f6024aa97c6a14fb66953ea072568cb5acf0e402bc32482a8", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 0, - "last_status_tx_source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "last_status_tx_source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "close_block_index": 141, "price": 1.0, "fiat_price": null, @@ -15297,7 +15374,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733317141, + "block_time": 1733319428, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -15314,9 +15391,9 @@ Returns all dispensers }, { "tx_index": 68, - "tx_hash": "07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589", + "tx_hash": "30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b", "block_index": 194, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "TESTLOCKDESC", "give_quantity": 1, "escrow_quantity": 10000, @@ -15325,7 +15402,7 @@ Returns all dispensers "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -15335,11 +15412,11 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733317383, + "block_time": 1733319640, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -15352,18 +15429,18 @@ Returns all dispensers }, { "tx_index": 33, - "tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "block_index": 235, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "oracle_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "last_status_tx_hash": null, - "origin": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "origin": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -15373,7 +15450,7 @@ Returns all dispensers "fiat_unit": "USD", "oracle_price_last_updated": 129, "satoshi_price": 16, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -15399,7 +15476,7 @@ Returns all dispensers Returns the dispenser information by tx_hash + Parameters - + dispenser_hash: `464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216` (str, required) - The hash of the dispenser to return + + dispenser_hash: `0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc` (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` @@ -15409,9 +15486,9 @@ Returns the dispenser information by tx_hash { "result": { "tx_index": 26, - "tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -15420,7 +15497,7 @@ Returns the dispenser information by tx_hash "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -15430,7 +15507,7 @@ Returns the dispenser information by tx_hash "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733317099, + "block_time": 1733319396, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -15453,7 +15530,7 @@ Returns the dispenser information by tx_hash Returns the dispenses of a dispenser + Parameters - + dispenser_hash: `464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216` (str, required) - The hash of the dispenser to return + + dispenser_hash: `0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc` (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 @@ -15471,18 +15548,18 @@ Returns the dispenses of a dispenser { "tx_index": 28, "dispense_index": 0, - "tx_hash": "1ffaae8bdeed9b7e64ac5f1c1c3be0e0c9f1c8d08951f75dde882879d9514488", + "tx_hash": "3eabd0222c2cb68104505d2af77834a1276420a257b8694b44c4521408b606e0", "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "dispenser_tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "btc_amount": 4000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -15490,7 +15567,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -15505,7 +15582,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317099, + "block_time": 1733319396, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -15519,18 +15596,18 @@ Returns the dispenses of a dispenser { "tx_index": 27, "dispense_index": 0, - "tx_hash": "4122c6b39046ddfe61dc42a8c4a19540cacd9d5d48d733a7adfd426bb5bddd17", + "tx_hash": "860d8b25346fc3b1c47e8ba19f5405ee123656d75fc32f96b8531a2aebdf89ef", "block_index": 131, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "dispenser_tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "btc_amount": 6000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -15538,7 +15615,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -15553,7 +15630,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317084, + "block_time": 1733319393, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -15593,19 +15670,19 @@ Returns all the dividends "result": [ { "tx_index": 42, - "tx_hash": "9da32cbbb5f31755646b0830872f7309145d02cc5814eb0555f44e8ae09b10ff", + "tx_hash": "930adf3a01bad320671e64e9d99387ddd452a25ab682d603c422ae52f0dc8ba5", "block_index": 146, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 20000, "status": "valid", - "block_time": 1733317159, + "block_time": 1733319448, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -15630,7 +15707,7 @@ Returns all the dividends Returns a dividend by its hash + Parameters - + dividend_hash: `9da32cbbb5f31755646b0830872f7309145d02cc5814eb0555f44e8ae09b10ff` (str, required) - The hash of the dividend to return + + dividend_hash: `930adf3a01bad320671e64e9d99387ddd452a25ab682d603c422ae52f0dc8ba5` (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` @@ -15640,19 +15717,19 @@ Returns a dividend by its hash { "result": { "tx_index": 42, - "tx_hash": "9da32cbbb5f31755646b0830872f7309145d02cc5814eb0555f44e8ae09b10ff", + "tx_hash": "930adf3a01bad320671e64e9d99387ddd452a25ab682d603c422ae52f0dc8ba5", "block_index": 146, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 20000, "status": "valid", - "block_time": 1733317159, + "block_time": 1733319448, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -15674,7 +15751,7 @@ Returns a dividend by its hash Returns a dividend distribution by its hash + Parameters - + dividend_hash: `9da32cbbb5f31755646b0830872f7309145d02cc5814eb0555f44e8ae09b10ff` (str, required) - The hash of the dividend distribution to return + + dividend_hash: `930adf3a01bad320671e64e9d99387ddd452a25ab682d603c422ae52f0dc8ba5` (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 @@ -15695,11 +15772,11 @@ Returns a dividend distribution by its hash "asset": "XCP", "quantity": 2000000000, "calling_function": "dividend", - "event": "9da32cbbb5f31755646b0830872f7309145d02cc5814eb0555f44e8ae09b10ff", + "event": "930adf3a01bad320671e64e9d99387ddd452a25ab682d603c422ae52f0dc8ba5", "tx_index": 42, - "utxo": "a8dc2e708192a9ab5c8562a303d11a19cb3c98982390d957fc0943fc247484c4:0", - "utxo_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "block_time": 1733317159, + "utxo": "bc750ed75d86dd91dfbfc1a8122dc6b9beefa5783e59d253691bc33055454dc7:0", + "utxo_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "block_time": 1733319448, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -15743,27 +15820,27 @@ Returns all events "event": "BLOCK_PARSED", "params": { "block_index": 235, - "ledger_hash": "64d540feabd4e150ab3b9eac97281654069baffdcd2737ae12f077c21ce85242", - "messages_hash": "001977e7c359961a3206d2f7ed1d9590a5e5706cc879d028b96b98e30945c11c", + "ledger_hash": "2a6e041e3eaaaa5663e09f360bd4189a68cd1f637b19d22e2979826a32ac3abc", + "messages_hash": "8b253dcdd3b48a2de501438a73f652611657c13b56da1f9f01b979c06aac4e61", "transaction_count": 1, - "txlist_hash": "ea1f11c9451f54ba4d7ca78a9a91b0b81e2f6979a532ddcd935dd24fdc00267c", - "block_time": 1733317594 + "txlist_hash": "04c7a7090441f267477a0919506801b64cdb630252571f1ca4726ff308318e68", + "block_time": 1733319879 }, "tx_hash": null, "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 953, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110 }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 952, @@ -15772,14 +15849,14 @@ Returns all events "asset": "XCP", "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "destination": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "tx_index": 110, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -15790,9 +15867,9 @@ Returns all events "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 951, @@ -15801,9 +15878,9 @@ Returns all events "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "status": 0, - "tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -15813,24 +15890,24 @@ Returns all events }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "address": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "block_index": 235, "calling_function": "dispense", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 66, "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -15840,9 +15917,9 @@ Returns all events }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } ], "next_cursor": 949, @@ -15868,15 +15945,15 @@ Returns the event of an index "event": "BLOCK_PARSED", "params": { "block_index": 235, - "ledger_hash": "64d540feabd4e150ab3b9eac97281654069baffdcd2737ae12f077c21ce85242", - "messages_hash": "001977e7c359961a3206d2f7ed1d9590a5e5706cc879d028b96b98e30945c11c", + "ledger_hash": "2a6e041e3eaaaa5663e09f360bd4189a68cd1f637b19d22e2979826a32ac3abc", + "messages_hash": "8b253dcdd3b48a2de501438a73f652611657c13b56da1f9f01b979c06aac4e61", "transaction_count": 1, - "txlist_hash": "ea1f11c9451f54ba4d7ca78a9a91b0b81e2f6979a532ddcd935dd24fdc00267c", - "block_time": 1733317594 + "txlist_hash": "04c7a7090441f267477a0919506801b64cdb630252571f1ca4726ff308318e68", + "block_time": 1733319879 }, "tx_hash": null, "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 } } ``` @@ -15950,16 +16027,16 @@ Returns the events filtered by event name "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "address": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "block_index": 235, "calling_function": "dispense", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 66, "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -15969,9 +16046,9 @@ Returns the events filtered by event name }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 948, @@ -15981,12 +16058,12 @@ Returns the events filtered by event name "asset": "XCP", "block_index": 235, "calling_function": "utxo move", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 2000000000, "tx_index": 110, - "utxo": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", - "utxo_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "block_time": 1733317594, + "utxo": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", + "utxo_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -15996,9 +16073,9 @@ Returns the events filtered by event name }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 945, @@ -16008,51 +16085,51 @@ Returns the events filtered by event name "asset": "MYASSETA", "block_index": 235, "calling_function": "utxo move", - "event": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "event": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "quantity": 2000000000, "tx_index": 110, - "utxo": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", - "utxo_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "block_time": 1733317594, + "utxo": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", + "utxo_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "block_time": 1733317594 + "block_time": 1733319879 }, { "event_index": 913, "event": "CREDIT", "params": { - "address": "bcrt1qw3fsc6n96la23em8lwss6yv7vzwwu36zk0j9cu", + "address": "bcrt1qu49m5c0l5qwcmf5c5y4rl4afuzcnfsh0tfwn79", "asset": "CHAINING", "block_index": 230, "calling_function": "detach from utxo", - "event": "8361b927d54a408d2e6846c2f84935bcf8514f1a3230d757d786eab96bc6a227", + "event": "142f53ad3cc6b8bd78c819881dbcf548eb5e950293a726f6280de3097d73ef0c", "quantity": 100000000, "tx_index": 106, "utxo": null, "utxo_address": null, - "block_time": 1733317565, + "block_time": 1733319841, "asset_info": { "asset_longname": null, "description": "My super asset CHAINING", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false }, "quantity_normalized": "1.00000000" }, - "tx_hash": "8361b927d54a408d2e6846c2f84935bcf8514f1a3230d757d786eab96bc6a227", + "tx_hash": "142f53ad3cc6b8bd78c819881dbcf548eb5e950293a726f6280de3097d73ef0c", "block_index": 230, - "block_time": 1733317565 + "block_time": 1733319841 }, { "event_index": 909, @@ -16062,24 +16139,24 @@ Returns the events filtered by event name "asset": "CHAINING", "block_index": 230, "calling_function": "utxo move", - "event": "a5619355c157fb4b2a182c344a561e87167e549e6a6648cb517aa8fbf4142d0f", + "event": "256c9a320011e4780ab938e3719877e438a3ec822ab6db772e2d1b26ad3d1eb7", "quantity": 100000000, "tx_index": 105, - "utxo": "a5619355c157fb4b2a182c344a561e87167e549e6a6648cb517aa8fbf4142d0f:0", - "utxo_address": "bcrt1qw3fsc6n96la23em8lwss6yv7vzwwu36zk0j9cu", - "block_time": 1733317565, + "utxo": "256c9a320011e4780ab938e3719877e438a3ec822ab6db772e2d1b26ad3d1eb7:0", + "utxo_address": "bcrt1qu49m5c0l5qwcmf5c5y4rl4afuzcnfsh0tfwn79", + "block_time": 1733319841, "asset_info": { "asset_longname": null, "description": "My super asset CHAINING", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false }, "quantity_normalized": "1.00000000" }, - "tx_hash": "a5619355c157fb4b2a182c344a561e87167e549e6a6648cb517aa8fbf4142d0f", + "tx_hash": "256c9a320011e4780ab938e3719877e438a3ec822ab6db772e2d1b26ad3d1eb7", "block_index": 230, - "block_time": 1733317565 + "block_time": 1733319841 } ], "next_cursor": 905, @@ -16131,26 +16208,26 @@ Returns all the dispenses { "tx_index": 110, "dispense_index": 0, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "destination": "bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "destination": "bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "btc_amount": 1000, "dispenser": { "tx_index": 33, "block_index": 235, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "oracle_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "last_status_tx_hash": null, - "origin": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "origin": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -16165,7 +16242,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -16179,18 +16256,18 @@ Returns all the dispenses { "tx_index": 69, "dispense_index": 0, - "tx_hash": "2273d537609806af80c0d8f8416f8e7a428a4e712197201881eabb5864a86bfc", + "tx_hash": "8f6982019904f00e519e7a1504fe126faac62c39705123bc99d3c7c3c9a6db07", "block_index": 194, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "TESTLOCKDESC", "dispense_quantity": 4000, - "dispenser_tx_hash": "07f55c5f56b68fc0f47f84283dc5586f44338b714a607c747f1add08a30c1589", + "dispenser_tx_hash": "30d86dd8e092418be85e05ff7408ed63902dd4ddcc7610ca294f08b8aef7748b", "btc_amount": 4000, "dispenser": { "tx_index": 68, "block_index": 194, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -16198,7 +16275,7 @@ Returns all the dispenses "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -16213,11 +16290,11 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317383, + "block_time": 1733319640, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -16227,26 +16304,26 @@ Returns all the dispenses { "tx_index": 34, "dispense_index": 0, - "tx_hash": "24ed87d3e3166cc6a4c7d4b02ed794f2b66e521fc4c78eeaa673963d5d0064c4", + "tx_hash": "dc9231afa230bfa786f7270a031134eac27b40e75f70688385f2c1f781a2991a", "block_index": 138, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "destination": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "destination": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "e27fc23368c3d9f7af385954e97251b85d9d010baf23b4d2d17c3b9fb018420a", + "dispenser_tx_hash": "259ffe4b6ae1dbf0215f8ede52a73c26fb1a5795964aea7fa2b0af6670d1e326", "btc_amount": 10000, "dispenser": { "tx_index": 33, "block_index": 235, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "oracle_address": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "last_status_tx_hash": null, - "origin": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "origin": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -16261,7 +16338,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733317130, + "block_time": 1733319417, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -16275,18 +16352,18 @@ Returns all the dispenses { "tx_index": 28, "dispense_index": 0, - "tx_hash": "1ffaae8bdeed9b7e64ac5f1c1c3be0e0c9f1c8d08951f75dde882879d9514488", + "tx_hash": "3eabd0222c2cb68104505d2af77834a1276420a257b8694b44c4521408b606e0", "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "dispenser_tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "btc_amount": 4000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -16294,7 +16371,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -16309,7 +16386,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317099, + "block_time": 1733319396, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -16323,18 +16400,18 @@ Returns all the dispenses { "tx_index": 27, "dispense_index": 0, - "tx_hash": "4122c6b39046ddfe61dc42a8c4a19540cacd9d5d48d733a7adfd426bb5bddd17", + "tx_hash": "860d8b25346fc3b1c47e8ba19f5405ee123656d75fc32f96b8531a2aebdf89ef", "block_index": 131, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", - "destination": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", + "destination": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "464234184613c911a82d8291af257a56fe0991005db0f05d70c42ba0ba3c6216", + "dispenser_tx_hash": "0b0cedca231512900e714f403e43c67f05fb65c16955912042f4363349092ebc", "btc_amount": 6000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -16342,7 +16419,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "origin": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -16357,7 +16434,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733317084, + "block_time": 1733319393, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -16405,17 +16482,17 @@ Returns all the sends include Enhanced and MPMA sends "result": [ { "tx_index": 110, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "asset": "XCP", "quantity": 2000000000, "status": "valid", "msg_index": 1, "memo": null, "fee_paid": 0, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -16428,21 +16505,21 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 110, - "tx_hash": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53", + "tx_hash": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb", "block_index": 235, - "source": "54d08cf17801c817dc7817d374a5743a1e2bbbef1ec999f3467054fe87951639:1", - "destination": "a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53:1", + "source": "b6af12b4c56d4a14978f9b137b3726b82f40514164c6626ff6303054fc3ce6de:1", + "destination": "a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb:1", "asset": "MYASSETA", "quantity": 2000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -16451,21 +16528,21 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 106, - "tx_hash": "8361b927d54a408d2e6846c2f84935bcf8514f1a3230d757d786eab96bc6a227", + "tx_hash": "142f53ad3cc6b8bd78c819881dbcf548eb5e950293a726f6280de3097d73ef0c", "block_index": 230, - "source": "a5619355c157fb4b2a182c344a561e87167e549e6a6648cb517aa8fbf4142d0f:0", - "destination": "bcrt1qw3fsc6n96la23em8lwss6yv7vzwwu36zk0j9cu", + "source": "256c9a320011e4780ab938e3719877e438a3ec822ab6db772e2d1b26ad3d1eb7:0", + "destination": "bcrt1qu49m5c0l5qwcmf5c5y4rl4afuzcnfsh0tfwn79", "asset": "CHAINING", "quantity": 100000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "block_time": 1733317565, + "block_time": 1733319841, "asset_info": { "asset_longname": null, "description": "My super asset CHAINING", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false }, @@ -16474,21 +16551,21 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 105, - "tx_hash": "a5619355c157fb4b2a182c344a561e87167e549e6a6648cb517aa8fbf4142d0f", + "tx_hash": "256c9a320011e4780ab938e3719877e438a3ec822ab6db772e2d1b26ad3d1eb7", "block_index": 230, - "source": "738edf85270c39abd1f1c82a56851b4a5cca33b6c368910c70967e4b6501e24b:1", - "destination": "a5619355c157fb4b2a182c344a561e87167e549e6a6648cb517aa8fbf4142d0f:0", + "source": "1a447a3abb1b5768dc40ce4e9483913ad1e0e7cb0ac0175677ca0ccce4fc25ae:1", + "destination": "256c9a320011e4780ab938e3719877e438a3ec822ab6db772e2d1b26ad3d1eb7:0", "asset": "CHAINING", "quantity": 100000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "block_time": 1733317565, + "block_time": 1733319841, "asset_info": { "asset_longname": null, "description": "My super asset CHAINING", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false }, @@ -16497,21 +16574,21 @@ Returns all the sends include Enhanced and MPMA sends }, { "tx_index": 104, - "tx_hash": "738edf85270c39abd1f1c82a56851b4a5cca33b6c368910c70967e4b6501e24b", + "tx_hash": "1a447a3abb1b5768dc40ce4e9483913ad1e0e7cb0ac0175677ca0ccce4fc25ae", "block_index": 230, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", - "destination": "738edf85270c39abd1f1c82a56851b4a5cca33b6c368910c70967e4b6501e24b:1", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", + "destination": "1a447a3abb1b5768dc40ce4e9483913ad1e0e7cb0ac0175677ca0ccce4fc25ae:1", "asset": "CHAINING", "quantity": 100000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "block_time": 1733317565, + "block_time": 1733319841, "asset_info": { "asset_longname": null, "description": "My super asset CHAINING", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": false }, @@ -16560,14 +16637,14 @@ Returns all the issuances "result": [ { "tx_index": 109, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "msg_index": 0, "block_index": 233, "asset": "OPENFAIR", "quantity": 0, "divisible": true, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "issuer": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "issuer": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "transfer": false, "callable": false, "call_date": 0, @@ -16581,20 +16658,20 @@ Returns all the issuances "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "block_time": 1733317576, + "block_time": 1733319860, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 103, - "tx_hash": "b96ba5bb1f56fe76cbd40a015ad9b7bd3fffd715ff121a44e763ec01da861608", + "tx_hash": "ee0e6c0a8f8013d799758256fd864a81e226cbadd559fae145707ac759de4c72", "msg_index": 0, "block_index": 230, "asset": "CHAINING", "quantity": 1000000000, "divisible": true, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "transfer": false, "callable": false, "call_date": 0, @@ -16608,20 +16685,20 @@ Returns all the issuances "description_locked": false, "fair_minting": false, "asset_events": "creation", - "block_time": 1733317565, + "block_time": 1733319841, "quantity_normalized": "10.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 102, - "tx_hash": "f59489e933fad01b883cf70e7dcb8c8f5df19626e87f048dc3ae9b96ca0dce3a", + "tx_hash": "c224fe04251fd43dc44a6d0bcc6b12c76ab263cd9bed4b2526e98e9b6dfbae5f", "msg_index": 0, "block_index": 229, "asset": "PREMINT", "quantity": 0, "divisible": true, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "transfer": false, "callable": false, "call_date": 0, @@ -16635,20 +16712,20 @@ Returns all the issuances "description_locked": false, "fair_minting": false, "asset_events": "change_description", - "block_time": 1733317553, + "block_time": 1733319828, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 101, - "tx_hash": "85dc0d7ef9ae77b6d650d9794f1cd69315bfc39a73b9e9a32bc5604df81cad01", + "tx_hash": "ed55f98d546519a5d0bcdf654b30b79939ea343773a5389819ff5ffa562f53d0", "msg_index": 1, "block_index": 228, "asset": "PREMINT", "quantity": 0, "divisible": true, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "transfer": false, "callable": false, "call_date": 0, @@ -16662,20 +16739,20 @@ Returns all the issuances "description_locked": false, "fair_minting": false, "asset_events": "close_fairminter", - "block_time": 1733317548, + "block_time": 1733319825, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 101, - "tx_hash": "85dc0d7ef9ae77b6d650d9794f1cd69315bfc39a73b9e9a32bc5604df81cad01", + "tx_hash": "ed55f98d546519a5d0bcdf654b30b79939ea343773a5389819ff5ffa562f53d0", "msg_index": 0, "block_index": 227, "asset": "PREMINT", "quantity": 50, "divisible": true, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "transfer": false, "callable": false, "call_date": 0, @@ -16689,7 +16766,7 @@ Returns all the issuances "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "block_time": 1733317545, + "block_time": 1733319822, "quantity_normalized": "0.00000050", "fee_paid_normalized": "0.50000000" } @@ -16704,7 +16781,7 @@ Returns all the issuances Returns the issuances of a block + Parameters - + tx_hash: `6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86` (str, required) - The hash of the transaction to return + + tx_hash: `48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea` (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` @@ -16714,14 +16791,14 @@ Returns the issuances of a block { "result": { "tx_index": 109, - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "msg_index": 0, "block_index": 233, "asset": "OPENFAIR", "quantity": 0, "divisible": true, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "issuer": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "issuer": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "transfer": false, "callable": false, "call_date": 0, @@ -16735,7 +16812,7 @@ Returns the issuances of a block "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "block_time": 1733317576, + "block_time": 1733319860, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -16765,15 +16842,15 @@ Returns all sweeps "result": [ { "tx_index": 65, - "tx_hash": "feb95d92ac36eb01d8e0b23a8ca236463a9552b16461d9931456464735e101b9", + "tx_hash": "2d4149f571525e6c6de8b31e7fe86e5bcaecaa72040580dabb11cca44aee66c1", "block_index": 190, - "source": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, - "block_time": 1733317357, + "block_time": 1733319626, "fee_paid_normalized": "0.00600000" } ], @@ -16787,7 +16864,7 @@ Returns all sweeps Returns the sweeps of a transaction + Parameters - + tx_hash: `feb95d92ac36eb01d8e0b23a8ca236463a9552b16461d9931456464735e101b9` (str, required) - The hash of the transaction to return + + tx_hash: `2d4149f571525e6c6de8b31e7fe86e5bcaecaa72040580dabb11cca44aee66c1` (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` @@ -16798,15 +16875,15 @@ Returns the sweeps of a transaction "result": [ { "tx_index": 65, - "tx_hash": "feb95d92ac36eb01d8e0b23a8ca236463a9552b16461d9931456464735e101b9", + "tx_hash": "2d4149f571525e6c6de8b31e7fe86e5bcaecaa72040580dabb11cca44aee66c1", "block_index": 190, - "source": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, - "block_time": 1733317357, + "block_time": 1733319626, "fee_paid_normalized": "0.00600000" } ], @@ -16838,30 +16915,30 @@ Returns all valid broadcasts "result": [ { "tx_index": 25, - "tx_hash": "045407d55adaf8e4b8a22611d3412fb257d2db322645bb1c11c36d7ed566c7b8", + "tx_hash": "8ef3a5b64b216073c4f716d868a34a39fd673f6d6e5eafdf5563f62696014155", "block_index": 129, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, "text": "price-USD", "locked": false, "status": "valid", - "block_time": 1733317078, + "block_time": 1733319386, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "fe84bd9e1cf9e440165fc115b88cca6945893bbfe5cf9f651378c45d041f33da", + "tx_hash": "3e5ad5b875200cea762d8608a95cd6d95431e7f36b61dfa94a6eb171760e2d89", "block_index": 128, - "source": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "source": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, "text": "Hello, world!", "locked": false, "status": "valid", - "block_time": 1733317074, + "block_time": 1733319382, "fee_fraction_int_normalized": "0.00000000" } ], @@ -16875,7 +16952,7 @@ Returns all valid broadcasts Returns the broadcast of a transaction + Parameters - + tx_hash: `045407d55adaf8e4b8a22611d3412fb257d2db322645bb1c11c36d7ed566c7b8` (str, required) - The hash of the transaction to return + + tx_hash: `8ef3a5b64b216073c4f716d868a34a39fd673f6d6e5eafdf5563f62696014155` (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` @@ -16885,16 +16962,16 @@ Returns the broadcast of a transaction { "result": { "tx_index": 25, - "tx_hash": "045407d55adaf8e4b8a22611d3412fb257d2db322645bb1c11c36d7ed566c7b8", + "tx_hash": "8ef3a5b64b216073c4f716d868a34a39fd673f6d6e5eafdf5563f62696014155", "block_index": 129, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, "text": "price-USD", "locked": false, "status": "valid", - "block_time": 1733317078, + "block_time": 1733319386, "fee_fraction_int_normalized": "0.00000000" } } @@ -16929,10 +17006,10 @@ Returns all fairminters { "result": [ { - "tx_hash": "6b1c0a05277e26994100b9e1073f038ca6e8988b8af69526f4038904564bab86", + "tx_hash": "48e89a95d57a1d76b4ac67c458593945dfbf69ac8e41ce43a130160024a8c7ea", "tx_index": 109, "block_index": 233, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", "asset": "OPENFAIR", "asset_parent": null, "asset_longname": null, @@ -16956,7 +17033,7 @@ Returns all fairminters "earned_quantity": null, "paid_quantity": null, "commission": null, - "block_time": 1733317576, + "block_time": 1733319860, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -16965,10 +17042,10 @@ Returns all fairminters "premint_quantity_normalized": "0.00000000" }, { - "tx_hash": "85dc0d7ef9ae77b6d650d9794f1cd69315bfc39a73b9e9a32bc5604df81cad01", + "tx_hash": "ed55f98d546519a5d0bcdf654b30b79939ea343773a5389819ff5ffa562f53d0", "tx_index": 101, "block_index": 228, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "asset": "PREMINT", "asset_parent": null, "asset_longname": null, @@ -16992,7 +17069,7 @@ Returns all fairminters "earned_quantity": null, "paid_quantity": null, "commission": null, - "block_time": 1733317548, + "block_time": 1733319825, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000100", @@ -17001,10 +17078,10 @@ Returns all fairminters "premint_quantity_normalized": "0.00000050" }, { - "tx_hash": "ce88e76afde1df18ac3f9d23e06e3861a2ba980aae07dbbb09f158b98a0c9432", + "tx_hash": "22b588a3217ade30112909630f2b930e751438d7bd900585bb073d3f068d980f", "tx_index": 100, "block_index": 226, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "asset": "STARTNOW", "asset_parent": null, "asset_longname": null, @@ -17028,7 +17105,7 @@ Returns all fairminters "earned_quantity": null, "paid_quantity": null, "commission": null, - "block_time": 1733317542, + "block_time": 1733319819, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000100", @@ -17037,10 +17114,10 @@ Returns all fairminters "premint_quantity_normalized": "0.00000000" }, { - "tx_hash": "eb2b9ff40f1e3a47cc9a10f9d01f4ccbd8b4f2d1b6cb6c15f227916985434895", + "tx_hash": "72ccd1bd3716faf5938aad869468f9f79dac67eb621e7da701c9fd91d10aeb15", "tx_index": 99, "block_index": 224, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "asset": null, "asset_parent": null, "asset_longname": null, @@ -17064,13 +17141,13 @@ Returns all fairminters "earned_quantity": null, "paid_quantity": null, "commission": null, - "block_time": 1733317534 + "block_time": 1733319802 }, { - "tx_hash": "2d0c3b17a18609d2957f64c9b71f1b00b0d28d63752b44c23fd8a6198e047040", + "tx_hash": "0cc6621d25d8d7511cbd820691ecb119afd380131c94419fc916d89a139cb6df", "tx_index": 98, "block_index": 223, - "source": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "source": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "asset": "EXPANSIVE", "asset_parent": null, "asset_longname": null, @@ -17094,7 +17171,7 @@ Returns all fairminters "earned_quantity": null, "paid_quantity": null, "commission": null, - "block_time": 1733317531, + "block_time": 1733319799, "price_normalized": "99900000000.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -17154,21 +17231,21 @@ Returns all fairmints { "result": [ { - "tx_hash": "dfa755ad85e9fb92e0d03f2c91e2689caa84b7c093aea19a1194824656d126bf", + "tx_hash": "5745a3177af458ec03bc7a730a3d8238f3742e54dcbd1d96a8eb752232886121", "tx_index": 97, "block_index": 221, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "fairminter_tx_hash": "cb80706a61daa46e1928d94ae7c5c7ed10c70fe27fba217303b5c3121c802fcd", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "fairminter_tx_hash": "d56b8f1859300bfb423fd7791fb1f55ef3716b6c65e5a9cd380de6cf9997fcae", "asset": "BURNER", "earn_quantity": 80000000, "paid_quantity": 100000000, "commission": 20000000, "status": "valid", - "block_time": 1733317523, + "block_time": 1733319791, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": true }, @@ -17177,21 +17254,21 @@ Returns all fairmints "paid_quantity_normalized": "1.00000000" }, { - "tx_hash": "c890b7f5ccf4873616b14159544ed82d6ede4e21a12e11279ed9ea35b9bee61d", + "tx_hash": "abdcfa3dda961e3197cf2c40e22daaa80b39a01fa66cc7b27156779f021f009d", "tx_index": 95, "block_index": 219, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "fairminter_tx_hash": "2dc8c8226a9402b3874e990bf81bf4d3f33b4adc4b914e8c46a901a1365ad9e5", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "fairminter_tx_hash": "590971197f0e199945dc306d57b9f341111bf8c332483f36a1fa8e70bb793cb3", "asset": "LOCKDESC", "earn_quantity": 800000000, "paid_quantity": 0, "commission": 200000000, "status": "valid", - "block_time": 1733317516, + "block_time": 1733319783, "asset_info": { "asset_longname": null, "description": "My super asset LOCKDESC", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": true }, @@ -17200,21 +17277,21 @@ Returns all fairmints "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "92f7e6d0f79c8faa43eba0f25093cc5106ad470d30fcbd4f9deafb9fe7a7a39a", + "tx_hash": "128c734295ceb715e55db53e744bf9336a786ff189a588ea5ff9dad3650de571", "tx_index": 91, "block_index": 215, - "source": "bcrt1qw3fsc6n96la23em8lwss6yv7vzwwu36zk0j9cu", - "fairminter_tx_hash": "9686e5d5eecdf7a9a0807506d2606270d00c1268bd13ed795ab0183009681c0f", + "source": "bcrt1qu49m5c0l5qwcmf5c5y4rl4afuzcnfsh0tfwn79", + "fairminter_tx_hash": "5fbff360b26d454a812e4439ec49344fea5cf92eb913b25e1c07db2eb4585fc5", "asset": "A95428959531084712", "earn_quantity": 100, "paid_quantity": 0, "commission": 0, "status": "valid", - "block_time": 1733317492, + "block_time": 1733319757, "asset_info": { "asset_longname": "PARENTA.SUBASSETC", "description": "", - "issuer": "bcrt1qw3fsc6n96la23em8lwss6yv7vzwwu36zk0j9cu", + "issuer": "bcrt1qu49m5c0l5qwcmf5c5y4rl4afuzcnfsh0tfwn79", "divisible": true, "locked": false }, @@ -17223,21 +17300,21 @@ Returns all fairmints "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "599040219679a977d294deb0749eda81c081b83ac30192f7d32063ed42cf28aa", + "tx_hash": "a4b602746a5e5845984d74f9a1f187ad140b6bdbf615507206a0a87265f0a38e", "tx_index": 46, "block_index": 150, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "fairminter_tx_hash": "6d86c58c2ef64107a8abc3270828fbb5443f48f1337dd4fc2cc1c51737df09a4", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "fairminter_tx_hash": "750ae9dc983b81846c361351e35a2d91ebc352c653ae158c134e790acc6f8961", "asset": "FREEFAIRMINT", "earn_quantity": 80, "paid_quantity": 0, "commission": 0, "status": "valid", - "block_time": 1733317184, + "block_time": 1733319462, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -17246,21 +17323,21 @@ Returns all fairmints "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "b941d9181d61a4e2adbb23f23728a8c833cf83f45696e8066bd4db4b9d822844", + "tx_hash": "1f3a0069cc5e9892798f88469b5e72f77e52cefaf03357d81b65bc666cdb8cf5", "tx_index": 45, "block_index": 149, - "source": "bcrt1q2wpaj64n07e04creeuremw4ptm8gtpnhvfdtl8", - "fairminter_tx_hash": "6d86c58c2ef64107a8abc3270828fbb5443f48f1337dd4fc2cc1c51737df09a4", + "source": "bcrt1q4xsah6tudht966dpv8ycg332cahlalrfc2ru5c", + "fairminter_tx_hash": "750ae9dc983b81846c361351e35a2d91ebc352c653ae158c134e790acc6f8961", "asset": "FREEFAIRMINT", "earn_quantity": 100, "paid_quantity": 0, "commission": 0, "status": "valid", - "block_time": 1733317171, + "block_time": 1733319458, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn", + "issuer": "bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj", "divisible": true, "locked": false }, @@ -17279,7 +17356,7 @@ Returns all fairmints Returns the fairmint by its hash + Parameters - + tx_hash: `dfa755ad85e9fb92e0d03f2c91e2689caa84b7c093aea19a1194824656d126bf` (str, required) - The hash of the fairmint to return + + tx_hash: `5745a3177af458ec03bc7a730a3d8238f3742e54dcbd1d96a8eb752232886121` (str, required) - The hash of the fairmint to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -17288,21 +17365,21 @@ Returns the fairmint by its hash ``` { "result": { - "tx_hash": "dfa755ad85e9fb92e0d03f2c91e2689caa84b7c093aea19a1194824656d126bf", + "tx_hash": "5745a3177af458ec03bc7a730a3d8238f3742e54dcbd1d96a8eb752232886121", "tx_index": 97, "block_index": 221, - "source": "bcrt1qujjnu5yxda3aeu0nr4nfvkq23p3jyjn469wzkc", - "fairminter_tx_hash": "cb80706a61daa46e1928d94ae7c5c7ed10c70fe27fba217303b5c3121c802fcd", + "source": "bcrt1qj8rwuaqa7e987f58hvxnl3yeknl8kyrntgw3pn", + "fairminter_tx_hash": "d56b8f1859300bfb423fd7791fb1f55ef3716b6c65e5a9cd380de6cf9997fcae", "asset": "BURNER", "earn_quantity": 80000000, "paid_quantity": 100000000, "commission": 20000000, "status": "valid", - "block_time": 1733317523, + "block_time": 1733319791, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qz749h03s5wwn34y76g0wk2avcjw6yxkeslyu2y", + "issuer": "bcrt1qyggtdcavz0z4wggkh2y9y9avnmv5fvsrd5s7as", "divisible": true, "locked": true }, @@ -17320,7 +17397,7 @@ Returns the fairmint by its hash Returns a list of unspent outputs for a list of addresses + Parameters - + addresses: `bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh,bcrt1qw3fsc6n96la23em8lwss6yv7vzwwu36zk0j9cu` (str, required) - The addresses to search for + + addresses: `bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn,bcrt1qu49m5c0l5qwcmf5c5y4rl4afuzcnfsh0tfwn79` (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. @@ -17337,8 +17414,8 @@ Returns a list of unspent outputs for a list of addresses "value": 15000, "confirmations": 2, "amount": 0.00015, - "txid": "d862731b3bd3f41319ae06ba93fd2900463b0661d95477b4b86bcf184049fe1f", - "address": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh" + "txid": "8ddaa37a6288a878f20cd6d9d339ece64838db8b39d7fa25a1e03586e6b3fea0", + "address": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn" }, { "vout": 1, @@ -17346,8 +17423,8 @@ Returns a list of unspent outputs for a list of addresses "value": 10000, "confirmations": 37, "amount": 0.0001, - "txid": "72585f98a6d8a16246172335d868244392a80709fc31b7472e780ef900710231", - "address": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh" + "txid": "25d9510e17646cc55f9b231ddadacd97157c1d806437321fddeafcddbf9bf4d5", + "address": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn" }, { "vout": 2, @@ -17355,8 +17432,8 @@ Returns a list of unspent outputs for a list of addresses "value": 4949920000, "confirmations": 37, "amount": 49.4992, - "txid": "72585f98a6d8a16246172335d868244392a80709fc31b7472e780ef900710231", - "address": "bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh" + "txid": "25d9510e17646cc55f9b231ddadacd97157c1d806437321fddeafcddbf9bf4d5", + "address": "bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn" } ], "next_cursor": null, @@ -17369,7 +17446,7 @@ Returns a list of unspent outputs for a list of addresses Returns all transactions involving a given address + Parameters - + address: `bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv` (str, required) - The address to search for + + address: `bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz` (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 @@ -17383,28 +17460,28 @@ Returns all transactions involving a given address { "result": [ { - "tx_hash": "13252a0048756de6fa7c9abc5058ec08567ffb14dbe84de2f83cb46fb84ac253" + "tx_hash": "d84cf6f2382d11149de5d4e57c456ef2955011a1ab3275cc149d002feac9e709" }, { - "tx_hash": "54328f2cccfec417bcb22285c6ff6a8af64f65cedb76c926eef52639300e8d70" + "tx_hash": "8ebe078e73c78c225dccfe278c6353f5e64a890fbe7fe0b1d22ac1f7d19f2751" }, { - "tx_hash": "059d4a07dcf3c5f5627341c8969e522e487f8a7fe6fa8ffebe0deea0d86afd89" + "tx_hash": "290180fcaee5737ba8df37dbaf134eb79c2d68af01ee12530e3ee61f56e2136e" }, { - "tx_hash": "0fb8e883dead0d5bbf71db715e1fdda6d44f5f2ce813986b6ec5b98d9fc23d8e" + "tx_hash": "73794ca81160fa6a34bb064502533096f57a192a480f107fa542d00c7263cb8a" }, { - "tx_hash": "feb95d92ac36eb01d8e0b23a8ca236463a9552b16461d9931456464735e101b9" + "tx_hash": "68806411c37690c31bd546bdde89c64041d096e50fcd73d0ad154f1d3d7e70a7" }, { - "tx_hash": "fd6b71e85de8bd8d7ffb0edefce0c9bd50f5a50f23da6c310c0c4ca3f4992bed" + "tx_hash": "2d4149f571525e6c6de8b31e7fe86e5bcaecaa72040580dabb11cca44aee66c1" }, { - "tx_hash": "e987859b28a0089152e7c2f0f9953caa559c53bf69f1d9309ed797588dcf98ef" + "tx_hash": "dc61e5255394b8da7bda2c8c583cb684eb0bc998049231e3ddabbbf39299c9c4" }, { - "tx_hash": "c3fe1a947c3fa19b42cffac8ac7712e12e030d274778dfade91ed824d563a2f0" + "tx_hash": "2c7cc027807ad5f4437011c5714c378d654e7a4b51bd81e6d1f6603cc1420ade" } ], "next_cursor": null, @@ -17417,7 +17494,7 @@ Returns all transactions involving a given address Get the oldest transaction for an address. + Parameters - + address: `bcrt1qx4q2q2qjzyuxrm3a3qnzy8y3rw7w95q6eh6gac` (str, required) - The address to search for. + + address: `bcrt1qvgajm6vy76q8p2gksjyzk3m0p4t08sgmk7yqg0` (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. @@ -17428,8 +17505,8 @@ Get the oldest transaction for an address. ``` { "result": { - "block_index": 10, - "tx_hash": "97c58b4797d0dfce4fdc88dca4c4276e36906bd8cab87f3dca6e82ad110056f8" + "block_index": 6, + "tx_hash": "7be2dfe50ddf3d90702e834bc7855a7f97b0528d060444b3848e6dcbcf494fed" } } ``` @@ -17439,7 +17516,7 @@ Get the oldest transaction for an address. Returns a list of unspent outputs for a specific address + Parameters - + address: `bcrt1quwhu9nrftsfhmwj209vz9c36g5924mdlpc8skh` (str, required) - The address to search for + + address: `bcrt1qrmw2dp0lvvv4mdccwtwnn35w77ttja86cgjeyn` (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 @@ -17458,7 +17535,7 @@ Returns a list of unspent outputs for a specific address "value": 15000, "confirmations": 2, "amount": 0.00015, - "txid": "d862731b3bd3f41319ae06ba93fd2900463b0661d95477b4b86bcf184049fe1f" + "txid": "8ddaa37a6288a878f20cd6d9d339ece64838db8b39d7fa25a1e03586e6b3fea0" }, { "vout": 1, @@ -17466,7 +17543,7 @@ Returns a list of unspent outputs for a specific address "value": 10000, "confirmations": 37, "amount": 0.0001, - "txid": "72585f98a6d8a16246172335d868244392a80709fc31b7472e780ef900710231" + "txid": "25d9510e17646cc55f9b231ddadacd97157c1d806437321fddeafcddbf9bf4d5" }, { "vout": 2, @@ -17474,7 +17551,7 @@ Returns a list of unspent outputs for a specific address "value": 4949920000, "confirmations": 37, "amount": 49.4992, - "txid": "72585f98a6d8a16246172335d868244392a80709fc31b7472e780ef900710231" + "txid": "25d9510e17646cc55f9b231ddadacd97157c1d806437321fddeafcddbf9bf4d5" } ], "next_cursor": null, @@ -17487,7 +17564,7 @@ Returns a list of unspent outputs for a specific address Get pubkey for an address. + Parameters - + address: `bcrt1q0k78na4jhjm93w0kfmnnulffrudg3axk6mujtn` (str, required) - Address to get pubkey for. + + address: `bcrt1q0krvrnm8zkpce7qzdc7etg8vhelk48pang7cmj` (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. @@ -17497,7 +17574,7 @@ Get pubkey for an address. ``` { - "result": "0284500bf0f1030585196d1529c11911d243401d84bd4d060f268682459178d88b" + "result": "03fe7353fc9465f3cccff967eff598be82237bdbb9a2ef605cc2f5964c57fbf4c2" } ``` @@ -17506,7 +17583,7 @@ Get pubkey for an address. Get a transaction from the blockchain + Parameters - + tx_hash: `a1bcbdae72f5d8c1e0ef4cdbd835bbfb49a487f45db88cc1dba3014f82909e53` (str, required) - The transaction hash + + tx_hash: `a719ab63520cda28603c2f1bf229a785a87e6a2965ad80b5b633782739418bfb` (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. @@ -17516,7 +17593,7 @@ Get a transaction from the blockchain ``` { - "result": "0200000000010139169587fe547046f399c91eefbb2b1e3a74a574d31778dc17c80178f18cd0540100000000ffffffff0300000000000000000c6a0acf6fab7015d8945360ede803000000000000160014e4a53e50866f63dcf1f31d6696580a8863224a7587140927010000001600143540a02812113861ee3d8826221c911bbce2d01a024730440220423039539f2424c78df56b0494e6a7bf219af55b1cd50a5aeb967272e321d5fc022056283039074cda8d372c2c92151a60578fb2c0779c77bfb089f15417ed5e03810121028ee257a2543a00099af0c844137b91b61dedc929b186aa378bebf0e11587028100000000" + "result": "02000000000101dee63cfc543030f66f62c6644151402fb826377b139b8f97144a6dc5b412afb60100000000ffffffff0300000000000000000c6a0afc8a90ebecf852f163a9e80300000000000016001491c6ee741df64a7f2687bb0d3fc499b4fe7b10738714092701000000160014623b2de984f68070a91684882b476f0d56f3c11b02463043021f2468c8629d75ae64c0cc9905073cb24e446088d37f4e1d18debd2f68fba6af022010f177ddfac1ab9292fe4bff6e1a8a1502e5bae5b8aa556e7de00f76e0e1358101210319bc964f2f44be22d8a2aaad2a6df7f2fc14747d8e244de3154dcf7e13eacf0100000000" } ``` @@ -17667,27 +17744,27 @@ Returns all mempool events { "result": [ { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "tx_index": 111 }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 }, { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "memo": null, "quantity": 10000, - "source": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "status": "valid", - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "tx_index": 111, "asset_info": { "asset_longname": null, @@ -17698,22 +17775,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 }, { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "CREDIT", "params": { - "address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "asset": "XCP", "block_index": 235, "calling_function": "send", - "event": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "event": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "quantity": 10000, "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -17723,22 +17800,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 }, { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "address": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "asset": "XCP", "block_index": 235, - "event": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "event": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "quantity": 10000, "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -17748,27 +17825,27 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 }, { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1733317598.0262008, + "block_time": 1733319883.1574712, "btc_amount": 4949940000, - "data": "0200000000000000010000000000002710804a7985656f87a0f9e6b22bb2910f4bb44b8cdfa8", - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "data": "020000000000000001000000000000271080a740d99bc5c658a43fb59cf553a2621b6d46d37e", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "fee": 10000, - "source": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "transaction_type": "enhanced_send", - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "tx_index": 111, - "utxos_info": " 9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9:1 2 0", + "utxos_info": " 91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6:1 2 0", "btc_amount_normalized": "49.49940000" }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 } ], "next_cursor": null, @@ -17797,19 +17874,19 @@ Returns the mempool events filtered by event name { "result": [ { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "CREDIT", "params": { - "address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "asset": "XCP", "block_index": 235, "calling_function": "send", - "event": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "event": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "quantity": 10000, "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -17819,7 +17896,7 @@ Returns the mempool events filtered by event name }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 } ], "next_cursor": null, @@ -17832,7 +17909,7 @@ Returns the mempool events filtered by event name Returns the mempool events filtered by transaction hash + Parameters - + tx_hash: `9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9` (str, required) - The hash of the transaction to return + + tx_hash: `91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6` (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 @@ -17850,27 +17927,27 @@ Returns the mempool events filtered by transaction hash { "result": [ { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "tx_index": 111 }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 }, { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "destination": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "memo": null, "quantity": 10000, - "source": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "status": "valid", - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "tx_index": 111, "asset_info": { "asset_longname": null, @@ -17881,22 +17958,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 }, { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "CREDIT", "params": { - "address": "bcrt1qffuc2et0s7s0ne4j9wefzr6tk39cehagfgecrv", + "address": "bcrt1q5aqdnx79cev2g0a4nn648gnzrdk5d5m7p42drz", "asset": "XCP", "block_index": 235, "calling_function": "send", - "event": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "event": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "quantity": 10000, "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -17906,22 +17983,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 }, { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "address": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "asset": "XCP", "block_index": 235, - "event": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "event": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "quantity": 10000, "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733317594, + "block_time": 1733319879, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -17931,27 +18008,27 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 }, { - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1733317598.0262008, + "block_time": 1733319883.1574712, "btc_amount": 4949940000, - "data": "0200000000000000010000000000002710804a7985656f87a0f9e6b22bb2910f4bb44b8cdfa8", - "destination": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "data": "020000000000000001000000000000271080a740d99bc5c658a43fb59cf553a2621b6d46d37e", + "destination": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "fee": 10000, - "source": "bcrt1qjxsc7s90my9j2qk82rf00xu2pmw5vcx3mw6nym", + "source": "bcrt1q62sy0ydluqppnuwj70ukp77mvwmps2pxxxcxem", "transaction_type": "enhanced_send", - "tx_hash": "9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9", + "tx_hash": "91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6", "tx_index": 111, - "utxos_info": " 9a0b283673b03d6ff1f73970e7e29fa41ff6f94cf7fb69806578f7a8ae5398f9:1 2 0", + "utxos_info": " 91fc442fc17ee8d1173a424fbfcbdfd6b5177d368e1eb2eb1225d885a9a729f6:1 2 0", "btc_amount_normalized": "49.49940000" }, - "timestamp": 1733317598.0262008 + "timestamp": 1733319883.1574712 } ], "next_cursor": null, diff --git a/counterparty-core/counterpartycore/test/regtest/apidoc/blueprint-template.md b/counterparty-core/counterpartycore/test/regtest/apidoc/blueprint-template.md index 4c4a79c61a..e8e152e68f 100644 --- a/counterparty-core/counterpartycore/test/regtest/apidoc/blueprint-template.md +++ b/counterparty-core/counterpartycore/test/regtest/apidoc/blueprint-template.md @@ -69,6 +69,13 @@ Or to know the events triggered by a given transaction: `/v2/transactions//events` +You can also obtain the events triggered by a transaction using the `verbose` flag: + +`/v2/transactions?verbose=true` + +However, please note that in this way, the following events are excluded from the list of events: +`NEW_TRANSACTION`, `TRANSACTION_PARSED`, `CREDIT`, `DEBIT`, `INCREMENT_TRANSACTION_COUNT`, `NEW_TRANSACTION_OUTPUT`. + ### ZeroMQ Publisher You can enable the ZeroMQ server by starting `counterparty-server` with the `--enable-zmq-publisher` flag.