diff --git a/.github/workflows/test_compose.sh b/.github/workflows/test_compose.sh index 75b4771d76..5ab69742db 100644 --- a/.github/workflows/test_compose.sh +++ b/.github/workflows/test_compose.sh @@ -128,7 +128,7 @@ done # Run compare hashes test . "$HOME/.profile" cd counterparty-core -# sudo python3 -m pytest counterpartycore/test/mainnet_test.py --testapidb --comparehashes +sudo python3 -m pytest counterpartycore/test/mainnet_test.py --testapidb --comparehashes cd .. diff --git a/apiary.apib b/apiary.apib index f47003f0a9..6c9130d03d 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1,4 +1,4 @@ -[//]: # (Generated by genapidoc.py on 2024-10-25 17:08:10.463286. Do not edit manually.) +[//]: # (Generated by genapidoc.py on 2024-10-28 21:58:03.817904. Do not edit manually.) FORMAT: 1A HOST: https://api.counterparty.io:4000 @@ -11,6 +11,7 @@ API routes are divided into groups: - [`blocks`](#/reference/blocks) - [`transactions`](#/reference/transactions) - [`addresses`](#/reference/addresses) +- [`utxos`](#/reference/utxos) - [`compose`](#/reference/compose) - [`assets`](#/reference/assets) - [`orders`](#/reference/orders) @@ -177,22 +178,22 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 590, + "event_index": 662, "event": "NEW_BLOCK", "params": { - "block_hash": "1764b0a3c71e2a7c32468c4927b235bf41e7dc838edad64aa089c739ce3256e1", - "block_index": 201, - "block_time": 1729876074, + "block_hash": "41fc8645a8b887392faf23bd44710d08f5813b0eafe0b919b9cbc49bc6ad29a1", + "block_index": 208, + "block_time": 1730152668, "difficulty": 545259519, - "previous_block_hash": "60187b840762167e305d00a47596db3813ef4bff1d205bf0aa238f0bf8b5d280" + "previous_block_hash": "78dcceea5b1f8905c8c8bcca43699402b0f3aa9be7fe52853376ffeedc3c0fae" }, "tx_hash": null, - "block_index": 201, - "block_time": 1729876074 + "block_index": 208, + "block_time": 1730152668 } ], - "next_cursor": 580, - "result_count": 101 + "next_cursor": 653, + "result_count": 108 } ``` @@ -202,20 +203,20 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 591, + "event_index": 663, "event": "NEW_TRANSACTION", "params": { - "block_hash": "1764b0a3c71e2a7c32468c4927b235bf41e7dc838edad64aa089c739ce3256e1", - "block_index": 201, - "block_time": 1729876074, + "block_hash": "41fc8645a8b887392faf23bd44710d08f5813b0eafe0b919b9cbc49bc6ad29a1", + "block_index": 208, + "block_time": 1730152668, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "destination": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "fee": 0, - "source": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "utxos_info": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1 a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "source": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "utxos_info": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1 24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -225,13 +226,13 @@ Here is a list of events classified by theme and for each an example response: }, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 } ], - "next_cursor": 582, - "result_count": 69 + "next_cursor": 654, + "result_count": 76 } ``` @@ -241,21 +242,21 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 592, + "event_index": 664, "event": "NEW_TRANSACTION_OUTPUT", "params": { - "block_index": 201, + "block_index": 208, "btc_amount": 1000, - "destination": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "destination": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "out_index": 0, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "block_time": 1729876074, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "block_time": 1730152668, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 } ], "next_cursor": 558, @@ -269,23 +270,23 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 603, + "event_index": 675, "event": "BLOCK_PARSED", "params": { - "block_index": 201, - "ledger_hash": "1bf24c7d510c9bdddbfcc1a2bb4253dad844fcf1f918c2fd3ac2eb53548b7b66", - "messages_hash": "555be690592ed6a56bf164f3e17847a40ebcb9a1618754bef2d173445baadc45", + "block_index": 208, + "ledger_hash": "60b8fd8f2ad76538149e6de985dbe7b45c40a196ae0bb983bf4c88a03b0a5a01", + "messages_hash": "7a42fb162169182e602c0a9f3b9b87fe0679ea28f34038dd79f3ee778d672f5b", "transaction_count": 1, - "txlist_hash": "fe395baf6721b16cf3318c38c00e055f0e29be4a82dd5dc162f4703950ff3714", - "block_time": 1729876074 + "txlist_hash": "7792bb1c4bc7ea65159eea6c5970b4a75a56b5a0926a5a1d6d1843469b56dd08", + "block_time": 1730152668 }, "tx_hash": null, - "block_index": 201, - "block_time": 1729876074 + "block_index": 208, + "block_time": 1730152668 } ], - "next_cursor": 589, - "result_count": 101 + "next_cursor": 661, + "result_count": 108 } ``` @@ -295,20 +296,20 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 602, + "event_index": 674, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75 }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 } ], - "next_cursor": 578, - "result_count": 54 + "next_cursor": 660, + "result_count": 61 } ``` @@ -320,19 +321,19 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 596, + "event_index": 668, "event": "DEBIT", "params": { "action": "utxo move", "address": null, "asset": "XCP", - "block_index": 201, - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "block_index": 208, + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 1500000000, - "tx_index": 68, - "utxo": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", - "utxo_address": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", - "block_time": 1729876074, + "tx_index": 75, + "utxo": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1", + "utxo_address": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -342,13 +343,13 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "15.00000000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 } ], - "next_cursor": 593, - "result_count": 61 + "next_cursor": 665, + "result_count": 72 } ``` @@ -358,19 +359,19 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 599, + "event_index": 671, "event": "CREDIT", "params": { - "address": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "address": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "dispense", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 66, - "tx_index": 68, + "tx_index": 75, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -380,13 +381,13 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 } ], - "next_cursor": 597, - "result_count": 76 + "next_cursor": 669, + "result_count": 91 } ``` @@ -396,35 +397,35 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 498, + "event_index": 602, "event": "ENHANCED_SEND", "params": { - "asset": "XCP", - "block_index": 189, - "destination": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "asset": "MPMASSET", + "block_index": 202, + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "memo": null, - "quantity": 10000, - "source": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "quantity": 1000, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "status": "valid", - "tx_hash": "dc24a98f4f65b086869c6350383240e014524d822aab2e2630ccaa222668e74a", - "tx_index": 55, - "block_time": 1729876016, + "tx_hash": "56e8cc4cc3a55d0851ceb82c848ae152c7a40735c2a8e736c425047b6ccfc0cf", + "tx_index": 69, + "block_time": 1730152624, "asset_info": { - "divisible": true, "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false }, - "quantity_normalized": "0.00010000" + "quantity_normalized": "0.00001000" }, - "tx_hash": "dc24a98f4f65b086869c6350383240e014524d822aab2e2630ccaa222668e74a", - "block_index": 189, - "block_time": 1729876016 + "tx_hash": "56e8cc4cc3a55d0851ceb82c848ae152c7a40735c2a8e736c425047b6ccfc0cf", + "block_index": 202, + "block_time": 1730152624 } ], - "next_cursor": null, - "result_count": 1 + "next_cursor": 498, + "result_count": 2 } ``` @@ -434,20 +435,20 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 510, + "event_index": 650, "event": "MPMA_SEND", "params": { "asset": "XCP", - "block_index": 190, - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "memo": null, + "block_index": 206, + "destination": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "status": "valid", - "tx_hash": "919449b62dbff81fcd96e48125e7189c2874935af0ab6e8ca4b4ce67bb2a1f65", - "tx_index": 56, - "block_time": 1729876020, + "tx_hash": "df83baf689f317330288b53cdecda394e1a8a323267184a896edd324ae2f5e06", + "tx_index": 73, + "block_time": 1730152650, "asset_info": { "divisible": true, "asset_longname": null, @@ -457,13 +458,13 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000010" }, - "tx_hash": "919449b62dbff81fcd96e48125e7189c2874935af0ab6e8ca4b4ce67bb2a1f65", - "block_index": 190, - "block_time": 1729876020 + "tx_hash": "df83baf689f317330288b53cdecda394e1a8a323267184a896edd324ae2f5e06", + "block_index": 206, + "block_time": 1730152650 } ], - "next_cursor": 509, - "result_count": 3 + "next_cursor": 649, + "result_count": 15 } ``` @@ -497,20 +498,20 @@ Here is a list of events classified by theme and for each an example response: "event": "SWEEP", "params": { "block_index": 194, - "destination": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "destination": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "source": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "status": "valid", - "tx_hash": "1d031b9b6673ffa862e5c7d317e913556ea7cdd6a6bc1f5f92953c4c751f3c14", + "tx_hash": "2c7ae8f6e4701927ddcbe44081605a47255ab492749f67fbd114ecf1a8a65b35", "tx_index": 60, - "block_time": 1729876037, + "block_time": 1730152588, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "1d031b9b6673ffa862e5c7d317e913556ea7cdd6a6bc1f5f92953c4c751f3c14", + "tx_hash": "2c7ae8f6e4701927ddcbe44081605a47255ab492749f67fbd114ecf1a8a65b35", "block_index": 194, - "block_time": 1729876037 + "block_time": 1730152588 } ], "next_cursor": null, @@ -532,15 +533,15 @@ Here is a list of events classified by theme and for each an example response: "dividend_asset": "XCP", "fee_paid": 40000, "quantity_per_unit": 100000000, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "status": "valid", - "tx_hash": "6a9e8d85dff00cad75497c9d493b1ae63a575a6431e10264a90c8debe24c9938", + "tx_hash": "7372f146a3d2b2f8ed86192a8116aa167602a212012c7e629321341896e9a2ab", "tx_index": 41, - "block_time": 1729875884, + "block_time": 1730152419, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -554,9 +555,9 @@ Here is a list of events classified by theme and for each an example response: "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00040000" }, - "tx_hash": "6a9e8d85dff00cad75497c9d493b1ae63a575a6431e10264a90c8debe24c9938", + "tx_hash": "7372f146a3d2b2f8ed86192a8116aa167602a212012c7e629321341896e9a2ab", "block_index": 154, - "block_time": 1729875884 + "block_time": 1730152419 } ], "next_cursor": null, @@ -582,22 +583,22 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 567, + "event_index": 593, "event": "ASSET_CREATION", "params": { - "asset_id": "4336417415635", + "asset_id": "101158363923", "asset_longname": null, - "asset_name": "UTXOASSET", - "block_index": 198, - "block_time": 1729876053 + "asset_name": "MPMASSET", + "block_index": 201, + "block_time": 1730152620 }, - "tx_hash": "f3a8ec3efb4bec820d9096bd166a892a84a722f07fdd33ea1a39e8a5a5a01dc5", - "block_index": 198, - "block_time": 1729876053 + "tx_hash": "4828af32a199e79551813e98f231b88c18fce171b1aa13a0a36ebd89438480eb", + "block_index": 201, + "block_time": 1730152620 } ], - "next_cursor": 394, - "result_count": 11 + "next_cursor": 567, + "result_count": 12 } ``` @@ -607,40 +608,40 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 568, + "event_index": 594, "event": "ASSET_ISSUANCE", "params": { - "asset": "UTXOASSET", + "asset": "MPMASSET", "asset_events": "creation", "asset_longname": null, - "block_index": 198, + "block_index": 201, "call_date": 0, "call_price": 0.0, "callable": false, - "description": "My super asset", + "description": "My super asset B", "description_locked": false, "divisible": true, "fee_paid": 50000000, - "issuer": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "status": "valid", "transfer": false, - "tx_hash": "f3a8ec3efb4bec820d9096bd166a892a84a722f07fdd33ea1a39e8a5a5a01dc5", - "tx_index": 64, - "block_time": 1729876053, + "tx_hash": "4828af32a199e79551813e98f231b88c18fce171b1aa13a0a36ebd89438480eb", + "tx_index": 68, + "block_time": 1730152620, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" }, - "tx_hash": "f3a8ec3efb4bec820d9096bd166a892a84a722f07fdd33ea1a39e8a5a5a01dc5", - "block_index": 198, - "block_time": 1729876053 + "tx_hash": "4828af32a199e79551813e98f231b88c18fce171b1aa13a0a36ebd89438480eb", + "block_index": 201, + "block_time": 1730152620 } ], - "next_cursor": 395, - "result_count": 23 + "next_cursor": 568, + "result_count": 24 } ``` @@ -656,12 +657,12 @@ Here is a list of events classified by theme and for each an example response: "asset": "XCP", "block_index": 195, "quantity": 1, - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "status": "valid", "tag": "64657374726f79", - "tx_hash": "d41b13b0b1a25e8e77dbd3c8caa5b91aff948a81618a598872934c4809d49e7e", + "tx_hash": "3e84acc0f23dd773d7d0cc0544d2c4b2bcbfda1339e01039af739967efe46282", "tx_index": 61, - "block_time": 1729876041, + "block_time": 1730152592, "asset_info": { "divisible": true, "asset_longname": null, @@ -671,9 +672,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000001" }, - "tx_hash": "d41b13b0b1a25e8e77dbd3c8caa5b91aff948a81618a598872934c4809d49e7e", + "tx_hash": "3e84acc0f23dd773d7d0cc0544d2c4b2bcbfda1339e01039af739967efe46282", "block_index": 195, - "block_time": 1729876041 + "block_time": 1730152592 } ], "next_cursor": 157, @@ -689,12 +690,12 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 529, + "event_index": 659, "event": "OPEN_ORDER", "params": { - "block_index": 193, + "block_index": 207, "expiration": 21, - "expire_index": 214, + "expire_index": 228, "fee_provided": 10000, "fee_provided_remaining": 10000, "fee_required": 0, @@ -705,11 +706,11 @@ Here is a list of events classified by theme and for each an example response: "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "status": "open", - "tx_hash": "65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff", - "tx_index": 59, - "block_time": 1729876032, + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "tx_index": 74, + "block_time": 1730152654, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -733,13 +734,13 @@ 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": "65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff", - "block_index": 193, - "block_time": 1729876032 + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "block_time": 1730152654 } ], - "next_cursor": 516, - "result_count": 7 + "next_cursor": 529, + "result_count": 8 } ``` @@ -758,20 +759,20 @@ Here is a list of events classified by theme and for each an example response: "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 3000, - "id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", + "id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", "match_expire_index": 208, "status": "pending", - "tx0_address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx0_address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "tx0_block_index": 186, "tx0_expiration": 21, - "tx0_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", + "tx0_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", "tx0_index": 51, - "tx1_address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "tx1_address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "tx1_block_index": 188, "tx1_expiration": 21, - "tx1_hash": "9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", + "tx1_hash": "68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", "tx1_index": 54, - "block_time": 1729876012, + "block_time": 1730152544, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -790,9 +791,9 @@ Here is a list of events classified by theme and for each an example response: "backward_quantity_normalized": "0.00003000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", + "tx_hash": "68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", "block_index": 188, - "block_time": 1729876012 + "block_time": 1730152544 } ], "next_cursor": 475, @@ -806,19 +807,19 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 521, + "event_index": 655, "event": "ORDER_UPDATE", "params": { - "status": "cancelled", - "tx_hash": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703" + "status": "expired", + "tx_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144" }, - "tx_hash": "6e5994a49b95a9d34b6f4e68f6eb65886caabed3ac7e73da743efacf6f95c15f", - "block_index": 192, - "block_time": 1729876028 + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "block_time": 1730152654 } ], - "next_cursor": 490, - "result_count": 11 + "next_cursor": 521, + "result_count": 12 } ``` @@ -832,11 +833,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21" + "tx_hash": "f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59" }, - "tx_hash": "9ee9bd8d92a90b0b16898ec2694ab3634b8e067e8abb224eb1f5945f459ea82d", + "tx_hash": "f3a0189ad2bd8680dd5c64aeae6f5a424aa5d1b866503aba86543c94639b8a29", "block_index": 187, - "block_time": 1729876008 + "block_time": 1730152540 } ], "next_cursor": null, @@ -853,13 +854,13 @@ Here is a list of events classified by theme and for each an example response: "event_index": 481, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", - "order_match_id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", + "id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", + "order_match_id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", "status": "completed" }, - "tx_hash": "9ee9bd8d92a90b0b16898ec2694ab3634b8e067e8abb224eb1f5945f459ea82d", + "tx_hash": "f3a0189ad2bd8680dd5c64aeae6f5a424aa5d1b866503aba86543c94639b8a29", "block_index": 187, - "block_time": 1729876008 + "block_time": 1730152540 } ], "next_cursor": 454, @@ -878,18 +879,18 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 187, "btc_amount": 2000, - "destination": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "order_match_id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "destination": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "order_match_id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "status": "valid", - "tx_hash": "9ee9bd8d92a90b0b16898ec2694ab3634b8e067e8abb224eb1f5945f459ea82d", + "tx_hash": "f3a0189ad2bd8680dd5c64aeae6f5a424aa5d1b866503aba86543c94639b8a29", "tx_index": 53, - "block_time": 1729876008, + "block_time": 1730152540, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "9ee9bd8d92a90b0b16898ec2694ab3634b8e067e8abb224eb1f5945f459ea82d", + "tx_hash": "f3a0189ad2bd8680dd5c64aeae6f5a424aa5d1b866503aba86543c94639b8a29", "block_index": 187, - "block_time": 1729876008 + "block_time": 1730152540 } ], "next_cursor": null, @@ -907,16 +908,16 @@ Here is a list of events classified by theme and for each an example response: "event": "CANCEL_ORDER", "params": { "block_index": 192, - "offer_hash": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "offer_hash": "5c60fdbd8e12b558b37692f338ed060f1b08aa4280e7910c72df925b8447fe4e", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "status": "valid", - "tx_hash": "6e5994a49b95a9d34b6f4e68f6eb65886caabed3ac7e73da743efacf6f95c15f", + "tx_hash": "fc1d3b6add00941ff5311825d425d39e5178a68bd3815f6b3a798e5c6b666cf7", "tx_index": 58, - "block_time": 1729876028 + "block_time": 1730152570 }, - "tx_hash": "6e5994a49b95a9d34b6f4e68f6eb65886caabed3ac7e73da743efacf6f95c15f", + "tx_hash": "fc1d3b6add00941ff5311825d425d39e5178a68bd3815f6b3a798e5c6b666cf7", "block_index": 192, - "block_time": 1729876028 + "block_time": 1730152570 } ], "next_cursor": null, @@ -930,21 +931,21 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 462, + "event_index": 657, "event": "ORDER_EXPIRATION", "params": { - "block_index": 184, - "order_hash": "a8f1292c76427996585305824eba2290bcb249972fc3c2f705f73573e7589f04", - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "block_time": 1729875934 + "block_index": 207, + "order_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "block_time": 1730152654 }, - "tx_hash": null, - "block_index": 184, - "block_time": 1729875934 + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "block_time": 1730152654 } ], - "next_cursor": 460, - "result_count": 2 + "next_cursor": 462, + "result_count": 3 } ``` @@ -958,14 +959,14 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 184, - "order_match_id": "111cae1f148e5e4f64d102a7b4d610db135455bd946bb24c769e8de37ef9306b_a8f1292c76427996585305824eba2290bcb249972fc3c2f705f73573e7589f04", - "tx0_address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "tx1_address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "block_time": 1729875934 + "order_match_id": "e526d2697a8a05b800974f9c210fa510da6ab47751c34779b7ac367e9b4b6a4f_838658b3ae97b7aecafb85513c22563fafe5393feb711e3baeb216d4575933e2", + "tx0_address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "tx1_address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "block_time": 1730152467 }, "tx_hash": null, "block_index": 184, - "block_time": 1729875934 + "block_time": 1730152467 } ], "next_cursor": null, @@ -991,17 +992,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": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "satoshirate": 1, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "status": 0, - "tx_hash": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f", + "tx_hash": "a66401c0c7f18461dcb757685e287c5257f065eed4bb1ab2202bc6f94f1ee648", "tx_index": 62, - "block_time": 1729876044, + "block_time": 1730152595, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -1010,9 +1011,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": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f", + "tx_hash": "a66401c0c7f18461dcb757685e287c5257f065eed4bb1ab2202bc6f94f1ee648", "block_index": 196, - "block_time": 1729876044 + "block_time": 1730152595 } ], "next_cursor": 272, @@ -1026,15 +1027,15 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 600, + "event_index": 672, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "status": 0, - "tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", + "tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", "asset_info": { "divisible": true, "asset_longname": null, @@ -1044,9 +1045,9 @@ Here is a list of events classified by theme and for each an example response: }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 } ], "next_cursor": 560, @@ -1065,13 +1066,13 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 144, - "destination": "mymSDaJc8UDD3vXT5QFhccicJMeXuYM2hK", + "destination": "msW5ha2RLW5GPidCb4bcBfLpepfjUcMUQU", "dispense_quantity": 10, - "dispenser_tx_hash": "8a0a52171c4efc276df87ce95bc204e13120c49d1702588067a90c1931a5de67", - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "tx_hash": "f91defe0eba18322595dc1ad3aa8818da3374398fb0d92cc58e6420aabaa6956", + "dispenser_tx_hash": "79936cc3125e5007430b2d0bf21f27fde011aa3b3cbe455ef38d4e924e0efb2c", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "tx_hash": "c80fe863f3a38f0c594cc61d791ca06e52b16f9078039de69a47424eba880aea", "tx_index": 31, - "block_time": 1729875848, + "block_time": 1730152380, "asset_info": { "divisible": true, "asset_longname": null, @@ -1081,9 +1082,9 @@ Here is a list of events classified by theme and for each an example response: }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "f91defe0eba18322595dc1ad3aa8818da3374398fb0d92cc58e6420aabaa6956", + "tx_hash": "c80fe863f3a38f0c594cc61d791ca06e52b16f9078039de69a47424eba880aea", "block_index": 144, - "block_time": 1729875848 + "block_time": 1730152380 } ], "next_cursor": null, @@ -1097,20 +1098,20 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 601, + "event_index": 673, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 201, + "block_index": 208, "btc_amount": 1000, - "destination": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "destination": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "block_time": 1729876074, + "dispenser_tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -1121,9 +1122,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": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 } ], "next_cursor": 561, @@ -1145,19 +1146,19 @@ Here is a list of events classified by theme and for each an example response: "block_index": 138, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "d0bcadf4061f5cc9dd2021552cedac29e6d9d4cf7d8d36630832ec154f123cfa", + "tx_hash": "26aaab7c527ed95b491bf2daa22f1342cdd5f0ddcb7d9258c93f6eb27d184cf4", "tx_index": 25, "value": 66600.0, - "block_time": 1729875826, + "block_time": 1730152360, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "d0bcadf4061f5cc9dd2021552cedac29e6d9d4cf7d8d36630832ec154f123cfa", + "tx_hash": "26aaab7c527ed95b491bf2daa22f1342cdd5f0ddcb7d9258c93f6eb27d184cf4", "block_index": 138, - "block_time": 1729875826 + "block_time": 1730152360 } ], "next_cursor": 213, @@ -1195,12 +1196,12 @@ Here is a list of events classified by theme and for each an example response: "quantity_by_price": 5, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "start_block": 0, "status": "open", - "tx_hash": "772d960e551d4fc5c1336a1240f36767f99bf76fc41c0822689601aebf475857", + "tx_hash": "26539725e06907af8de0d1566e600341a0e33f7489250c5638c4fc997807d55b", "tx_index": 42, - "block_time": 1729875887, + "block_time": 1730152422, "price_normalized": "0.00000001", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -1208,9 +1209,9 @@ Here is a list of events classified by theme and for each an example response: "max_mint_per_tx_normalized": "0.00000000", "premint_quantity_normalized": "0.00000000" }, - "tx_hash": "772d960e551d4fc5c1336a1240f36767f99bf76fc41c0822689601aebf475857", + "tx_hash": "26539725e06907af8de0d1566e600341a0e33f7489250c5638c4fc997807d55b", "block_index": 155, - "block_time": 1729875887 + "block_time": 1730152422 } ], "next_cursor": 196, @@ -1228,11 +1229,11 @@ Here is a list of events classified by theme and for each an example response: "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "5bbb7d89d98e4d3cea2e5bcb4f6438a19666ff81c76b02e70f1508276c81fcfe" + "tx_hash": "6ac387e7a4732b3b47f0a44d4265bf5b9e977878f765bf98458be3555cade1d0" }, "tx_hash": null, "block_index": 130, - "block_time": 1729875786 + "block_time": 1730152319 } ], "next_cursor": 110, @@ -1253,17 +1254,17 @@ Here is a list of events classified by theme and for each an example response: "block_index": 136, "commission": 0, "earn_quantity": 40, - "fairminter_tx_hash": "5361559a88d02eae2c794d10d512f6a0cd9edcf9100e94befc4a514df243e1b5", + "fairminter_tx_hash": "7bf87f6bffa46a3fcb072996b272f354e8b8bcb62d27b5ab21bf9290781edbf4", "paid_quantity": 34, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "status": "valid", - "tx_hash": "ecec50cf753443c475ce9f73a76cedc25f382d25cefaa00d66706cdd544af1e4", + "tx_hash": "56b0ac88f54ca2611881f2c8478a761603f5cf942a379a757a13b52c2c193505", "tx_index": 23, - "block_time": 1729875818, + "block_time": 1730152352, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -1271,9 +1272,9 @@ Here is a list of events classified by theme and for each an example response: "commission_normalized": "0.00000000", "paid_quantity_normalized": "0.00000034" }, - "tx_hash": "ecec50cf753443c475ce9f73a76cedc25f382d25cefaa00d66706cdd544af1e4", + "tx_hash": "56b0ac88f54ca2611881f2c8478a761603f5cf942a379a757a13b52c2c193505", "block_index": 136, - "block_time": 1729875818 + "block_time": 1730152352 } ], "next_cursor": 190, @@ -1294,28 +1295,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "UTXOASSET", "block_index": 199, - "destination": "8f4a21628ca29d1bea08cb89d21471e891436a32de8d929d8de16f5de07f6320:1", + "destination": "207fdf628890c2cdfacd39769716d0a739ebe45cff3b74a01d319a60a717ff5b:0", "fee_paid": 0, "msg_index": 0, "quantity": 1000000000, - "source": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "source": "bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t", "status": "valid", - "tx_hash": "8f4a21628ca29d1bea08cb89d21471e891436a32de8d929d8de16f5de07f6320", + "tx_hash": "207fdf628890c2cdfacd39769716d0a739ebe45cff3b74a01d319a60a717ff5b", "tx_index": 65, - "block_time": 1729876056, + "block_time": 1730152606, "asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "issuer": "bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t", "divisible": true, "locked": false }, "quantity_normalized": "10.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "8f4a21628ca29d1bea08cb89d21471e891436a32de8d929d8de16f5de07f6320", + "tx_hash": "207fdf628890c2cdfacd39769716d0a739ebe45cff3b74a01d319a60a717ff5b", "block_index": 199, - "block_time": 1729876056 + "block_time": 1730152606 } ], "next_cursor": 319, @@ -1334,28 +1335,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MYASSETA", "block_index": 151, - "destination": "bcrt1qlnehx4acfdgpf3cz4hqtgdgf5wejvwhpr9x5kq", + "destination": "bcrt1qgj5fzklvgauxn9cwyuxjug8eqmn24f4hhp6034", "fee_paid": 0, "msg_index": 0, "quantity": 500000000, - "source": "03cae60632c738d12c7ac2243ef952bbe11e47c70391ef56c5a8012cf1c8ca86:0", + "source": "1470f4b572e577839544315fa7c74ff2ffcf96c223ad7652b4f6846af2f30a45:0", "status": "valid", - "tx_hash": "d9c867b10bea6f7411fc096f380763fb0a09ee8fc6ca89568b5c11ee0f15063c", + "tx_hash": "275ebb242af669ad747ac00fb26a598f640937588b85799a1d47bb4a881e4c86", "tx_index": 38, - "block_time": 1729875873, + "block_time": 1730152407, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "d9c867b10bea6f7411fc096f380763fb0a09ee8fc6ca89568b5c11ee0f15063c", + "tx_hash": "275ebb242af669ad747ac00fb26a598f640937588b85799a1d47bb4a881e4c86", "block_index": 151, - "block_time": 1729875873 + "block_time": 1730152407 } ], "next_cursor": null, @@ -1369,19 +1370,19 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 598, + "event_index": 670, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 201, - "destination": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "block_index": 208, + "destination": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "msg_index": 1, "quantity": 1500000000, - "source": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", + "source": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1", "status": "valid", - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "block_time": 1729876074, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -1391,12 +1392,12 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "15.00000000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 } ], - "next_cursor": 595, + "next_cursor": 667, "result_count": 11 } ``` @@ -1415,17 +1416,17 @@ Here is a list of events classified by theme and for each an example response: "block_index": 121, "burned": 50000000, "earned": 74999996667, - "source": "bcrt1qwv0kz40a9nmvlc7dgqqdmwky9e6gxn9ja9sksv", + "source": "bcrt1qy99t2ccel0rgwsv77j7t730c4v3xwu0q4z02rr", "status": "valid", - "tx_hash": "bffb2be5bdaa6276cca4057394e8a543c6324ecbc27920251c3eb7fd5e3ddc60", + "tx_hash": "faec55ede76eee50988cf0d4f1bb25d8fe1f5c75dd94ddc9427d732ef5b65344", "tx_index": 9, - "block_time": 1729875752, + "block_time": 1730152285, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, - "tx_hash": "bffb2be5bdaa6276cca4057394e8a543c6324ecbc27920251c3eb7fd5e3ddc60", + "tx_hash": "faec55ede76eee50988cf0d4f1bb25d8fe1f5c75dd94ddc9427d732ef5b65344", "block_index": 121, - "block_time": 1729875752 + "block_time": 1730152285 } ], "next_cursor": 65, @@ -1447,7 +1448,7 @@ Returns server information and the list of documented routes in JSON format. "result": { "server_ready": true, "network": "mainnet", - "version": "10.6.0", + "version": "10.6.1", "backend_height": 850214, "counterparty_height": 850214, "documentation": "https://counterpartycore.docs.apiary.io/", @@ -1464,7 +1465,7 @@ Returns server information and the list of documented routes in JSON format. Returns the list of the last ten blocks + Parameters - + cursor: `201` (str, optional) - The index of the most recent block to return + + cursor: `208` (str, optional) - The index of the most recent block to return + Default: `None` + limit: `5` (int, optional) - The number of blocks to return + Default: `10` @@ -1481,68 +1482,68 @@ Returns the list of the last ten blocks { "result": [ { - "block_index": 201, - "block_hash": "1764b0a3c71e2a7c32468c4927b235bf41e7dc838edad64aa089c739ce3256e1", - "block_time": 1729876074, - "previous_block_hash": "60187b840762167e305d00a47596db3813ef4bff1d205bf0aa238f0bf8b5d280", + "block_index": 208, + "block_hash": "41fc8645a8b887392faf23bd44710d08f5813b0eafe0b919b9cbc49bc6ad29a1", + "block_time": 1730152668, + "previous_block_hash": "78dcceea5b1f8905c8c8bcca43699402b0f3aa9be7fe52853376ffeedc3c0fae", "difficulty": 545259519, - "ledger_hash": "1bf24c7d510c9bdddbfcc1a2bb4253dad844fcf1f918c2fd3ac2eb53548b7b66", - "txlist_hash": "fe395baf6721b16cf3318c38c00e055f0e29be4a82dd5dc162f4703950ff3714", - "messages_hash": "555be690592ed6a56bf164f3e17847a40ebcb9a1618754bef2d173445baadc45", + "ledger_hash": "60b8fd8f2ad76538149e6de985dbe7b45c40a196ae0bb983bf4c88a03b0a5a01", + "txlist_hash": "7792bb1c4bc7ea65159eea6c5970b4a75a56b5a0926a5a1d6d1843469b56dd08", + "messages_hash": "7a42fb162169182e602c0a9f3b9b87fe0679ea28f34038dd79f3ee778d672f5b", "transaction_count": 1, "confirmed": true }, { - "block_index": 200, - "block_hash": "60187b840762167e305d00a47596db3813ef4bff1d205bf0aa238f0bf8b5d280", - "block_time": 1729876064, - "previous_block_hash": "680d63e1a94fcf9f7ce37000f837403efcff5a7d398a31eed9db2487ca1e40b5", + "block_index": 207, + "block_hash": "78dcceea5b1f8905c8c8bcca43699402b0f3aa9be7fe52853376ffeedc3c0fae", + "block_time": 1730152654, + "previous_block_hash": "0ed698e4a096ff2ce31cd2413b0123c47570e5e6248dcade5b66711e081b9b1f", "difficulty": 545259519, - "ledger_hash": "336efe812ffe5396c704c2595aa7eb267beae7a33cf999c18be19a41f374087c", - "txlist_hash": "59daaee3faf1931a718b4990167f6fe8e3f24e16aa871ef809babcace67b6305", - "messages_hash": "cf00d968ac2ce169aa1a4be3eac4353ba1db59fd17e66566b9867accea98b2f2", - "transaction_count": 2, + "ledger_hash": "82b7aa0986153801d34b4a42f07b47c84e24685d8696f9422a2d92fad2a337b5", + "txlist_hash": "ba6fc33695ae4f6266c33514cb0cbee9d38105f78ba7594be4a4cee634d08674", + "messages_hash": "af54cefd796959cf5d8343303d9c7be0b765b1b89b693c6b5a9ab7374afb9606", + "transaction_count": 1, "confirmed": true }, { - "block_index": 199, - "block_hash": "680d63e1a94fcf9f7ce37000f837403efcff5a7d398a31eed9db2487ca1e40b5", - "block_time": 1729876056, - "previous_block_hash": "019dfc456293078117151bea18eb53e2070e87beb9fa9e0f30da5a1f18d0d55b", + "block_index": 206, + "block_hash": "0ed698e4a096ff2ce31cd2413b0123c47570e5e6248dcade5b66711e081b9b1f", + "block_time": 1730152650, + "previous_block_hash": "6417fd8e9a6ad9919e85713fc130ea3db498e628f3e95be84cf24e648410b349", "difficulty": 545259519, - "ledger_hash": "5d19fa3c92a777c22206d0b7912c5aec9861e57fa9e23968b5b26da8d262d95e", - "txlist_hash": "1f07bdd8d6cfeaa370f401f09c76dd727c7d508ac615dbceaaf76fccee496ec5", - "messages_hash": "9cb0d96db0a3b2d578629764d069eaad58dc349b8fcee18491892b30f85e4d38", + "ledger_hash": "be00302ec692c6beb809ed6c76f726d178093e916290e232554035f57146b6f2", + "txlist_hash": "365902f962fea5f28dff03b680c5a8b9ca5fd1a33058de5de7ec14aeb225ed25", + "messages_hash": "0dc8852d7d7ecdd56b9c63c616455bc1c116fc865b45cb4b3cec60586168ca3a", "transaction_count": 1, "confirmed": true }, { - "block_index": 198, - "block_hash": "019dfc456293078117151bea18eb53e2070e87beb9fa9e0f30da5a1f18d0d55b", - "block_time": 1729876053, - "previous_block_hash": "71c33ed751f0d3896ba4ae8536beb0def514bfca9af11ca3d4a8d90245a6df48", + "block_index": 205, + "block_hash": "6417fd8e9a6ad9919e85713fc130ea3db498e628f3e95be84cf24e648410b349", + "block_time": 1730152636, + "previous_block_hash": "0fc24941821562dd4e60166d7e8ad1cbc45b7b430459c9a48264e114924458db", "difficulty": 545259519, - "ledger_hash": "2a8b021bc5ac61c2570e26def8375d076c33c15f90711aa5fd7de2a26f98ec58", - "txlist_hash": "5d3ed76ad91068aea0d582fa2971a5e1b3a7f894a797780e186c8d7ab3ce4e6f", - "messages_hash": "7d651b3b7f2137114d4a7e66c602b3b8f99bfdef221e7b850f353d87c91d5607", + "ledger_hash": "c1b7edc78b076d79b3a5e4c72424a09d7ffe14fe75b38a4debc9d23fd9f5398d", + "txlist_hash": "4eeeef0e7bd3dd22665ee35f6e47962d68777493d6d40d4ee79327499645e336", + "messages_hash": "c37fc64064bacb9a17a6bdf16fc6c67d169079ff509f690e442a561396f85182", "transaction_count": 1, "confirmed": true }, { - "block_index": 197, - "block_hash": "71c33ed751f0d3896ba4ae8536beb0def514bfca9af11ca3d4a8d90245a6df48", - "block_time": 1729876048, - "previous_block_hash": "6e3cb216f3145455efc27a2f6f579c4a01305a02305f48759144dabb73b27da3", + "block_index": 204, + "block_hash": "0fc24941821562dd4e60166d7e8ad1cbc45b7b430459c9a48264e114924458db", + "block_time": 1730152632, + "previous_block_hash": "722ff4f47c82493fc6b30fa306d6a1be83cf3d3e17d6efb4e1bcf1ab0f1fa3c3", "difficulty": 545259519, - "ledger_hash": "e03d381575e6fd123f8502086c5c4f4031998824840366947b1a1e82200076f2", - "txlist_hash": "4d905525c1e83f6f3b10de1a15f0e0c638f7e5420e4c7bfa902464194cb56ea4", - "messages_hash": "8f2707e5da86d6c8228ec3dca70cdfc49851e139797c1f8f8f4288647984f1e4", + "ledger_hash": "724180ad76ff4c429d83777f69e676fb618e8bad0ff4f7e17e21edf0fc0eebf0", + "txlist_hash": "03f7a32a202bc5cc53417126d5f8a83d7f582f25e64c67cc15e08eb9953cfb98", + "messages_hash": "351bb1b903e1bfe9b921d195c89083d3a5b5eef4fa22f16ded1b900b4dc7f6c4", "transaction_count": 1, "confirmed": true } ], - "next_cursor": 196, - "result_count": 101 + "next_cursor": 203, + "result_count": 108 } ``` @@ -1561,7 +1562,7 @@ Return the information of the last block Return the information of a block + Parameters - + block_index: `201` (int, required) - The index of the block to return + + block_index: `208` (int, required) - The index of the block to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -1572,14 +1573,14 @@ Return the information of a block ``` { "result": { - "block_index": 201, - "block_hash": "1764b0a3c71e2a7c32468c4927b235bf41e7dc838edad64aa089c739ce3256e1", - "block_time": 1729876074, - "previous_block_hash": "60187b840762167e305d00a47596db3813ef4bff1d205bf0aa238f0bf8b5d280", + "block_index": 208, + "block_hash": "41fc8645a8b887392faf23bd44710d08f5813b0eafe0b919b9cbc49bc6ad29a1", + "block_time": 1730152668, + "previous_block_hash": "78dcceea5b1f8905c8c8bcca43699402b0f3aa9be7fe52853376ffeedc3c0fae", "difficulty": 545259519, - "ledger_hash": "1bf24c7d510c9bdddbfcc1a2bb4253dad844fcf1f918c2fd3ac2eb53548b7b66", - "txlist_hash": "fe395baf6721b16cf3318c38c00e055f0e29be4a82dd5dc162f4703950ff3714", - "messages_hash": "555be690592ed6a56bf164f3e17847a40ebcb9a1618754bef2d173445baadc45", + "ledger_hash": "60b8fd8f2ad76538149e6de985dbe7b45c40a196ae0bb983bf4c88a03b0a5a01", + "txlist_hash": "7792bb1c4bc7ea65159eea6c5970b4a75a56b5a0926a5a1d6d1843469b56dd08", + "messages_hash": "7a42fb162169182e602c0a9f3b9b87fe0679ea28f34038dd79f3ee778d672f5b", "transaction_count": 1, "confirmed": true } @@ -1591,7 +1592,7 @@ Return the information of a block Return the information of a block + Parameters - + block_hash: `1764b0a3c71e2a7c32468c4927b235bf41e7dc838edad64aa089c739ce3256e1` (str, required) - The index of the block to return + + block_hash: `41fc8645a8b887392faf23bd44710d08f5813b0eafe0b919b9cbc49bc6ad29a1` (str, required) - The index of the block to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -1602,14 +1603,14 @@ Return the information of a block ``` { "result": { - "block_index": 201, - "block_hash": "1764b0a3c71e2a7c32468c4927b235bf41e7dc838edad64aa089c739ce3256e1", - "block_time": 1729876074, - "previous_block_hash": "60187b840762167e305d00a47596db3813ef4bff1d205bf0aa238f0bf8b5d280", + "block_index": 208, + "block_hash": "41fc8645a8b887392faf23bd44710d08f5813b0eafe0b919b9cbc49bc6ad29a1", + "block_time": 1730152668, + "previous_block_hash": "78dcceea5b1f8905c8c8bcca43699402b0f3aa9be7fe52853376ffeedc3c0fae", "difficulty": 545259519, - "ledger_hash": "1bf24c7d510c9bdddbfcc1a2bb4253dad844fcf1f918c2fd3ac2eb53548b7b66", - "txlist_hash": "fe395baf6721b16cf3318c38c00e055f0e29be4a82dd5dc162f4703950ff3714", - "messages_hash": "555be690592ed6a56bf164f3e17847a40ebcb9a1618754bef2d173445baadc45", + "ledger_hash": "60b8fd8f2ad76538149e6de985dbe7b45c40a196ae0bb983bf4c88a03b0a5a01", + "txlist_hash": "7792bb1c4bc7ea65159eea6c5970b4a75a56b5a0926a5a1d6d1843469b56dd08", + "messages_hash": "7a42fb162169182e602c0a9f3b9b87fe0679ea28f34038dd79f3ee778d672f5b", "transaction_count": 1, "confirmed": true } @@ -1621,8 +1622,8 @@ Return the information of a block Returns the transactions of a block + Parameters - + block_index: `201` (int, required) - The index of the block to return - + cursor: `68` (str, optional) - The last transaction index to return + + block_index: `208` (int, required) - The index of the block to return + + cursor: `75` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return + Default: `10` @@ -1639,18 +1640,18 @@ Returns the transactions of a block { "result": [ { - "tx_index": 68, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_hash": "1764b0a3c71e2a7c32468c4927b235bf41e7dc838edad64aa089c739ce3256e1", - "block_time": 1729876074, - "source": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", - "destination": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "tx_index": 75, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_hash": "41fc8645a8b887392faf23bd44710d08f5813b0eafe0b919b9cbc49bc6ad29a1", + "block_time": 1730152668, + "source": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", + "destination": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1 a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "utxos_info": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1 24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -1672,10 +1673,10 @@ Returns the transactions of a block Returns the events of a block + Parameters - + block_index: `201` (int, required) - The index of the block to return + + block_index: `208` (int, required) - The index of the block to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `603` (str, optional) - The last event index to return + + cursor: `675` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -1692,43 +1693,43 @@ Returns the events of a block { "result": [ { - "event_index": 603, + "event_index": 675, "event": "BLOCK_PARSED", "params": { - "block_index": 201, - "ledger_hash": "1bf24c7d510c9bdddbfcc1a2bb4253dad844fcf1f918c2fd3ac2eb53548b7b66", - "messages_hash": "555be690592ed6a56bf164f3e17847a40ebcb9a1618754bef2d173445baadc45", + "block_index": 208, + "ledger_hash": "60b8fd8f2ad76538149e6de985dbe7b45c40a196ae0bb983bf4c88a03b0a5a01", + "messages_hash": "7a42fb162169182e602c0a9f3b9b87fe0679ea28f34038dd79f3ee778d672f5b", "transaction_count": 1, - "txlist_hash": "fe395baf6721b16cf3318c38c00e055f0e29be4a82dd5dc162f4703950ff3714", - "block_time": 1729876074 + "txlist_hash": "7792bb1c4bc7ea65159eea6c5970b4a75a56b5a0926a5a1d6d1843469b56dd08", + "block_time": 1730152668 }, "tx_hash": null }, { - "event_index": 602, + "event_index": 674, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75 }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980" + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7" }, { - "event_index": 601, + "event_index": 673, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 201, + "block_index": 208, "btc_amount": 1000, - "destination": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "destination": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "block_time": 1729876074, + "dispenser_tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -1739,18 +1740,18 @@ Returns the events of a block "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980" + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7" }, { - "event_index": 600, + "event_index": 672, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "status": 0, - "tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", + "tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", "asset_info": { "divisible": true, "asset_longname": null, @@ -1760,22 +1761,22 @@ Returns the events of a block }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980" + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7" }, { - "event_index": 599, + "event_index": 671, "event": "CREDIT", "params": { - "address": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "address": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "dispense", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 66, - "tx_index": 68, + "tx_index": 75, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -1785,10 +1786,10 @@ Returns the events of a block }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980" + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7" } ], - "next_cursor": 598, + "next_cursor": 670, "result_count": 14 } ``` @@ -1798,7 +1799,7 @@ Returns the events of a block Returns the event counts of a block + Parameters - + block_index: `201` (int, required) - The index of the block to return + + block_index: `208` (int, required) - The index of the block to return + cursor (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return @@ -1846,7 +1847,7 @@ Returns the event counts of a block Returns the events of a block filtered by event + Parameters - + block_index: `201` (int, required) - The index of the block to return + + block_index: `208` (int, required) - The index of the block to return + event: `CREDIT` (str, required) - The event to filter by + cursor (str, optional) - The last event index to return + Default: `None` @@ -1865,19 +1866,19 @@ Returns the events of a block filtered by event { "result": [ { - "event_index": 599, + "event_index": 671, "event": "CREDIT", "params": { - "address": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "address": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "dispense", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 66, - "tx_index": 68, + "tx_index": 75, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -1887,22 +1888,22 @@ Returns the events of a block filtered by event }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980" + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7" }, { - "event_index": 597, + "event_index": 669, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "utxo move", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 1500000000, - "tx_index": 68, - "utxo": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", - "utxo_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "block_time": 1729876074, + "tx_index": 75, + "utxo": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", + "utxo_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -1912,32 +1913,32 @@ Returns the events of a block filtered by event }, "quantity_normalized": "15.00000000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980" + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7" }, { - "event_index": 594, + "event_index": 666, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 201, + "block_index": 208, "calling_function": "utxo move", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 1500000000, - "tx_index": 68, - "utxo": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", - "utxo_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "block_time": 1729876074, + "tx_index": 75, + "utxo": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", + "utxo_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "block_time": 1730152668, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980" + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7" } ], "next_cursor": null, @@ -1950,7 +1951,7 @@ Returns the events of a block filtered by event Returns the credits of a block + Parameters - + block_index: `201` (int, required) - The index of the block to return + + block_index: `208` (int, required) - The index of the block to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -1999,17 +2000,17 @@ Returns the credits of a block { "result": [ { - "block_index": 201, - "address": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "block_index": 208, + "address": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -2020,17 +2021,17 @@ Returns the credits of a block "quantity_normalized": "0.00000066" }, { - "block_index": 201, + "block_index": 208, "address": null, "asset": "XCP", "quantity": 1500000000, "calling_function": "utxo move", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "utxo": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", - "utxo_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "utxo": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", + "utxo_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "confirmed": true, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -2041,21 +2042,21 @@ Returns the credits of a block "quantity_normalized": "15.00000000" }, { - "block_index": 201, + "block_index": 208, "address": null, "asset": "MYASSETA", "quantity": 1500000000, "calling_function": "utxo move", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "utxo": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", - "utxo_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "utxo": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", + "utxo_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "confirmed": true, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -2072,7 +2073,7 @@ Returns the credits of a block Returns the debits of a block + Parameters - + block_index: `201` (int, required) - The index of the block to return + + block_index: `208` (int, required) - The index of the block to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -2110,17 +2111,17 @@ Returns the debits of a block { "result": [ { - "block_index": 201, + "block_index": 208, "address": null, "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "utxo": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", - "utxo_address": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "utxo": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1", + "utxo_address": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "confirmed": true, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -2131,21 +2132,21 @@ Returns the debits of a block "quantity_normalized": "15.00000000" }, { - "block_index": 201, + "block_index": 208, "address": null, "asset": "MYASSETA", "quantity": 1500000000, "action": "utxo move", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "utxo": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", - "utxo_address": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "utxo": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1", + "utxo_address": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "confirmed": true, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -2162,7 +2163,7 @@ Returns the debits of a block Returns the expirations of a block + Parameters - + block_index: `184` (int, required) - The index of the block to return + + block_index: `207` (int, required) - The index of the block to return + cursor (str, optional) - The last index of the expirations to return + Default: `None` + limit: `5` (int, optional) - The maximum number of expirations to return @@ -2181,28 +2182,14 @@ Returns the expirations of a block "result": [ { "type": "order", - "object_id": "a8f1292c76427996585305824eba2290bcb249972fc3c2f705f73573e7589f04", - "block_index": 184, - "confirmed": true, - "block_time": 1729875934 - }, - { - "type": "order", - "object_id": "111cae1f148e5e4f64d102a7b4d610db135455bd946bb24c769e8de37ef9306b", - "block_index": 184, - "confirmed": true, - "block_time": 1729875934 - }, - { - "type": "order_match", - "object_id": "111cae1f148e5e4f64d102a7b4d610db135455bd946bb24c769e8de37ef9306b_a8f1292c76427996585305824eba2290bcb249972fc3c2f705f73573e7589f04", - "block_index": 184, + "object_id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "block_index": 207, "confirmed": true, - "block_time": 1729875934 + "block_time": 1730152654 } ], "next_cursor": null, - "result_count": 3 + "result_count": 1 } ``` @@ -2230,13 +2217,13 @@ Returns the cancels of a block "result": [ { "tx_index": 58, - "tx_hash": "6e5994a49b95a9d34b6f4e68f6eb65886caabed3ac7e73da743efacf6f95c15f", + "tx_hash": "fc1d3b6add00941ff5311825d425d39e5178a68bd3815f6b3a798e5c6b666cf7", "block_index": 192, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "offer_hash": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "offer_hash": "5c60fdbd8e12b558b37692f338ed060f1b08aa4280e7910c72df925b8447fe4e", "status": "valid", "confirmed": true, - "block_time": 1729876028 + "block_time": 1730152570 } ], "next_cursor": null, @@ -2268,15 +2255,15 @@ Returns the destructions of a block "result": [ { "tx_index": 61, - "tx_hash": "d41b13b0b1a25e8e77dbd3c8caa5b91aff948a81618a598872934c4809d49e7e", + "tx_hash": "3e84acc0f23dd773d7d0cc0544d2c4b2bcbfda1339e01039af739967efe46282", "block_index": 195, - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "asset": "XCP", "quantity": 1, "tag": "64657374726f79", "status": "valid", "confirmed": true, - "block_time": 1729876041, + "block_time": 1730152592, "asset_info": { "divisible": true, "asset_longname": null, @@ -2297,7 +2284,7 @@ Returns the destructions of a block Returns the issuances of a block + Parameters - + block_index: `198` (int, required) - The index of the block to return + + block_index: `201` (int, required) - The index of the block to return + asset_events (enum[str], optional) - Filter result by one or several comma separated asset events + Default: `all` + Members @@ -2328,20 +2315,20 @@ Returns the issuances of a block { "result": [ { - "tx_index": 64, - "tx_hash": "f3a8ec3efb4bec820d9096bd166a892a84a722f07fdd33ea1a39e8a5a5a01dc5", + "tx_index": 68, + "tx_hash": "4828af32a199e79551813e98f231b88c18fce171b1aa13a0a36ebd89438480eb", "msg_index": 0, - "block_index": 198, - "asset": "UTXOASSET", + "block_index": 201, + "asset": "MPMASSET", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", - "issuer": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, - "description": "My super asset", + "description": "My super asset B", "fee_paid": 50000000, "status": "valid", "asset_longname": null, @@ -2351,7 +2338,7 @@ Returns the issuances of a block "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1729876053, + "block_time": 1730152620, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -2366,7 +2353,7 @@ Returns the issuances of a block Returns the sends, include Enhanced and MPMA sends, of a block + Parameters - + block_index: `201` (int, required) - The index of the block to return + + block_index: `208` (int, required) - The index of the block to return + cursor (str, optional) - The last index of the debits to return + Default: `None` + limit: `5` (int, optional) - The maximum number of debits to return @@ -2384,11 +2371,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block { "result": [ { - "tx_index": 68, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "source": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", - "destination": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "tx_index": 75, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "source": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1", + "destination": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -2396,7 +2383,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -2408,11 +2395,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block "fee_paid_normalized": "0.00000000" }, { - "tx_index": 68, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "source": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", - "destination": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "tx_index": 75, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "source": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1", + "destination": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -2420,11 +2407,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -2442,7 +2429,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block Returns the dispenses of a block + Parameters - + block_index: `201` (int, required) - The index of the block to return + + block_index: `208` (int, required) - The index of the block to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -2460,29 +2447,29 @@ Returns the dispenses of a block { "result": [ { - "tx_index": 68, + "tx_index": 75, "dispense_index": 0, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "destination": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "destination": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", + "dispenser_tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 201, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "block_index": 208, + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "oracle_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "last_status_tx_hash": null, - "origin": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "origin": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2497,7 +2484,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -2538,16 +2525,16 @@ Returns the sweeps of a block "result": [ { "tx_index": 60, - "tx_hash": "1d031b9b6673ffa862e5c7d317e913556ea7cdd6a6bc1f5f92953c4c751f3c14", + "tx_hash": "2c7ae8f6e4701927ddcbe44081605a47255ab492749f67fbd114ecf1a8a65b35", "block_index": 194, - "source": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", - "destination": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "source": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "destination": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1729876037, + "block_time": 1730152588, "fee_paid_normalized": "0.00600000" } ], @@ -2586,10 +2573,10 @@ Returns the fairminters by its block index { "result": [ { - "tx_hash": "772d960e551d4fc5c1336a1240f36767f99bf76fc41c0822689601aebf475857", + "tx_hash": "26539725e06907af8de0d1566e600341a0e33f7489250c5638c4fc997807d55b", "tx_index": 42, "block_index": 155, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "A95428958968845068", "asset_parent": "MYASSETA", "asset_longname": "MYASSETA.SUBMYASSETA", @@ -2614,7 +2601,7 @@ Returns the fairminters by its block index "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1729875887, + "block_time": 1730152422, "price_normalized": "0.00000001", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -2651,22 +2638,22 @@ Returns the fairmints by its block index { "result": [ { - "tx_hash": "ecec50cf753443c475ce9f73a76cedc25f382d25cefaa00d66706cdd544af1e4", + "tx_hash": "56b0ac88f54ca2611881f2c8478a761603f5cf942a379a757a13b52c2c193505", "tx_index": 23, "block_index": 136, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "5361559a88d02eae2c794d10d512f6a0cd9edcf9100e94befc4a514df243e1b5", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "7bf87f6bffa46a3fcb072996b272f354e8b8bcb62d27b5ab21bf9290781edbf4", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875818, + "block_time": 1730152352, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -2705,17 +2692,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 25, - "tx_hash": "d0bcadf4061f5cc9dd2021552cedac29e6d9d4cf7d8d36630832ec154f123cfa", + "tx_hash": "26aaab7c527ed95b491bf2daa22f1342cdd5f0ddcb7d9258c93f6eb27d184cf4", "block_index": 138, - "block_hash": "3083921a78e7ee083fedf47e7f62eb1277862a866255eff5c0bb140bc42551c0", - "block_time": 1729875826, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "block_hash": "53cb12386a68a0eb2d712688e0a922b31c36cca2e8337ea04f21b73843540e08", + "block_time": 1730152360, + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "destination": null, "btc_amount": 0, "fee": 10000, "data": "1eeea6b9ef40f0428000000000000000000970726963652d555344", "supported": true, - "utxos_info": "d0bcadf4061f5cc9dd2021552cedac29e6d9d4cf7d8d36630832ec154f123cfa:1", + "utxos_info": "26aaab7c527ed95b491bf2daa22f1342cdd5f0ddcb7d9258c93f6eb27d184cf4:1", "confirmed": true, "unpacked_data": { "message_type": "broadcast", @@ -2740,25 +2727,25 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 53, - "tx_hash": "9ee9bd8d92a90b0b16898ec2694ab3634b8e067e8abb224eb1f5945f459ea82d", + "tx_hash": "f3a0189ad2bd8680dd5c64aeae6f5a424aa5d1b866503aba86543c94639b8a29", "block_index": 187, - "block_hash": "565497e933d18065920c7991438a01968c62c1bb8bed233a7b58a2b11b615589", - "block_time": 1729876008, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "destination": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "block_hash": "5044c36de08b93fffc6876d3f7129b682a3aed38618d51b8a3a755666c378a72", + "block_time": 1730152540, + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "destination": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "btc_amount": 2000, "fee": 10000, - "data": "0bd520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c12d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", + "data": "0b0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", "supported": true, - "utxos_info": "9ee9bd8d92a90b0b16898ec2694ab3634b8e067e8abb224eb1f5945f459ea82d:0", + "utxos_info": "f3a0189ad2bd8680dd5c64aeae6f5a424aa5d1b866503aba86543c94639b8a29:0", "confirmed": true, "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", - "tx1_hash": "2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", - "order_match_id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", + "tx0_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "tx1_hash": "f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", + "order_match_id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", "status": "valid" } }, @@ -2773,23 +2760,23 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 58, - "tx_hash": "6e5994a49b95a9d34b6f4e68f6eb65886caabed3ac7e73da743efacf6f95c15f", + "tx_hash": "fc1d3b6add00941ff5311825d425d39e5178a68bd3815f6b3a798e5c6b666cf7", "block_index": 192, - "block_hash": "6be48c382c9942ca735bebd63f6fd172f2370046494e2b051ab2230e49f7c8c4", - "block_time": 1729876028, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "block_hash": "7cdd71a5dc05b5bbe83295e9dd2b0c687e13e6d2964c7861b87dad729343aac4", + "block_time": 1730152570, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "46f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", + "data": "465c60fdbd8e12b558b37692f338ed060f1b08aa4280e7910c72df925b8447fe4e", "supported": true, - "utxos_info": "6e5994a49b95a9d34b6f4e68f6eb65886caabed3ac7e73da743efacf6f95c15f:1", + "utxos_info": "fc1d3b6add00941ff5311825d425d39e5178a68bd3815f6b3a798e5c6b666cf7:1", "confirmed": true, "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", + "offer_hash": "5c60fdbd8e12b558b37692f338ed060f1b08aa4280e7910c72df925b8447fe4e", "status": "valid" } }, @@ -2804,17 +2791,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 61, - "tx_hash": "d41b13b0b1a25e8e77dbd3c8caa5b91aff948a81618a598872934c4809d49e7e", + "tx_hash": "3e84acc0f23dd773d7d0cc0544d2c4b2bcbfda1339e01039af739967efe46282", "block_index": 195, - "block_hash": "36a4db927a1097c8fae6e5b7defeffb6d4a5a8c21b2fbf7caab713bc9e4caef2", - "block_time": 1729876041, - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "block_hash": "3f462ac5ddea322e484ed6d05aecc7c1920781323352104cfe685930eb32c4ee", + "block_time": 1730152592, + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "destination": null, "btc_amount": 0, "fee": 10000, "data": "6e0000000000000001000000000000000164657374726f79", "supported": true, - "utxos_info": "d41b13b0b1a25e8e77dbd3c8caa5b91aff948a81618a598872934c4809d49e7e:1", + "utxos_info": "3e84acc0f23dd773d7d0cc0544d2c4b2bcbfda1339e01039af739967efe46282:1", "confirmed": true, "unpacked_data": { "message_type": "destroy", @@ -2844,17 +2831,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 62, - "tx_hash": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f", + "tx_hash": "a66401c0c7f18461dcb757685e287c5257f065eed4bb1ab2202bc6f94f1ee648", "block_index": 196, - "block_hash": "6e3cb216f3145455efc27a2f6f579c4a01305a02305f48759144dabb73b27da3", - "block_time": 1729876044, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "block_hash": "5838e566e95890cb4624db9ee9ccaac5bdd5e02a1bd554532c8d360540c25acc", + "block_time": 1730152595, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0c00fa1f28ff3c2e3e00000000000000010000000000002710000000000000000100", "supported": true, - "utxos_info": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f:1", + "utxos_info": "a66401c0c7f18461dcb757685e287c5257f065eed4bb1ab2202bc6f94f1ee648:1", "confirmed": true, "unpacked_data": { "message_type": "dispenser", @@ -2871,7 +2858,7 @@ Here is sample API output for each of these transactions: "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -2889,18 +2876,18 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 68, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_hash": "1764b0a3c71e2a7c32468c4927b235bf41e7dc838edad64aa089c739ce3256e1", - "block_time": 1729876074, - "source": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", - "destination": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "tx_index": 75, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_hash": "41fc8645a8b887392faf23bd44710d08f5813b0eafe0b919b9cbc49bc6ad29a1", + "block_time": 1730152668, + "source": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", + "destination": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1 a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "utxos_info": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1 24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -2920,17 +2907,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 41, - "tx_hash": "6a9e8d85dff00cad75497c9d493b1ae63a575a6431e10264a90c8debe24c9938", + "tx_hash": "7372f146a3d2b2f8ed86192a8116aa167602a212012c7e629321341896e9a2ab", "block_index": 154, - "block_hash": "2cf4d7d1187638ff4ed85d26bcde0cf0056b88791dd56365fe15f8c6e70f4dfd", - "block_time": 1729875884, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "block_hash": "6efbde2429b5135643b2c45667e5daa038a188e1d611f50c96a0af39a2ac9d8a", + "block_time": 1730152419, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "destination": null, "btc_amount": 0, "fee": 10000, "data": "320000000005f5e100000000182b37176e0000000000000001", "supported": true, - "utxos_info": "6a9e8d85dff00cad75497c9d493b1ae63a575a6431e10264a90c8debe24c9938:1", + "utxos_info": "7372f146a3d2b2f8ed86192a8116aa167602a212012c7e629321341896e9a2ab:1", "confirmed": true, "unpacked_data": { "message_type": "dividend", @@ -2943,7 +2930,7 @@ Here is sample API output for each of these transactions: "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -2967,25 +2954,25 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 64, - "tx_hash": "f3a8ec3efb4bec820d9096bd166a892a84a722f07fdd33ea1a39e8a5a5a01dc5", - "block_index": 198, - "block_hash": "019dfc456293078117151bea18eb53e2070e87beb9fa9e0f30da5a1f18d0d55b", - "block_time": 1729876053, - "source": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "tx_index": 68, + "tx_hash": "4828af32a199e79551813e98f231b88c18fce171b1aa13a0a36ebd89438480eb", + "block_index": 201, + "block_hash": "7aefd1926dfc5229ca8b4f5f928c519809b6544393fcc22c1be0ed4e0823a910", + "block_time": 1730152620, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "16000003f1a69ea1d3000000174876e8000100004d79207375706572206173736574", + "data": "16000000178d822313000000174876e8000100004d792073757065722061737365742042", "supported": true, - "utxos_info": "f3a8ec3efb4bec820d9096bd166a892a84a722f07fdd33ea1a39e8a5a5a01dc5:1", + "utxos_info": "4828af32a199e79551813e98f231b88c18fce171b1aa13a0a36ebd89438480eb:1", "confirmed": true, "unpacked_data": { "message_type": "issuance", "message_type_id": 22, "message_data": { - "asset_id": 4336417415635, - "asset": "UTXOASSET", + "asset_id": 101158363923, + "asset": "MPMASSET", "subasset_longname": null, "quantity": 100000000000, "divisible": true, @@ -2994,7 +2981,7 @@ Here is sample API output for each of these transactions: "callable": false, "call_date": 0, "call_price": 0.0, - "description": "My super asset", + "description": "My super asset B", "status": "valid", "quantity_normalized": "1000.00000000" } @@ -3009,18 +2996,18 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 59, - "tx_hash": "65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff", - "block_index": 193, - "block_hash": "45f185041d0ca45bc37935f64eb5d323bdbf3867d26d00c4fe1ad1525a9812b6", - "block_time": 1729876032, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx_index": 74, + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "block_hash": "78dcceea5b1f8905c8c8bcca43699402b0f3aa9be7fe52853376ffeedc3c0fae", + "block_time": 1730152654, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff:1", + "utxos_info": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -3062,35 +3049,35 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 55, - "tx_hash": "dc24a98f4f65b086869c6350383240e014524d822aab2e2630ccaa222668e74a", - "block_index": 189, - "block_hash": "7f8dd9644d785ad09a65590da5ffb834ea647d348690d66d8cf0a5c7fa3c4011", - "block_time": 1729876016, - "source": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "tx_index": 69, + "tx_hash": "56e8cc4cc3a55d0851ceb82c848ae152c7a40735c2a8e736c425047b6ccfc0cf", + "block_index": 202, + "block_hash": "79b4c1c873594bc980c6c6d4733edf015c77175fae846e37158cbc393a56609d", + "block_time": 1730152624, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "020000000000000001000000000000271080ff7bfd93f2bf72a1088e1cdf07174f46f787c026", + "data": "02000000178d82231300000000000003e8805511f1f6819b94a0094d338694640cbee5b8969d", "supported": true, - "utxos_info": "dc24a98f4f65b086869c6350383240e014524d822aab2e2630ccaa222668e74a:1", + "utxos_info": "56e8cc4cc3a55d0851ceb82c848ae152c7a40735c2a8e736c425047b6ccfc0cf:1", "confirmed": true, "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { - "asset": "XCP", - "quantity": 10000, - "address": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "asset": "MPMASSET", + "quantity": 1000, + "address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "memo": null, "asset_info": { - "divisible": true, "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false }, - "quantity_normalized": "0.00010000" + "quantity_normalized": "0.00001000" } }, "btc_amount_normalized": "0.00000000" @@ -3103,33 +3090,33 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 56, - "tx_hash": "919449b62dbff81fcd96e48125e7189c2874935af0ab6e8ca4b4ce67bb2a1f65", - "block_index": 190, - "block_hash": "0c22d5f5069d1e48684934297db7b24cd14f263b972adee4e059a1b97f242b5a", - "block_time": 1729876020, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx_index": 73, + "tx_hash": "df83baf689f317330288b53cdecda394e1a8a323267184a896edd324ae2f5e06", + "block_index": 206, + "block_hash": "0ed698e4a096ff2ce31cd2413b0123c47570e5e6248dcade5b66711e081b9b1f", + "block_time": 1730152650, + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380e8c3b1adeb653f6e4f1b59eb2bd4db48f26652ba8041bc73770b22d4ed185c6ac763c7d17e3a3272ce80ff7bfd93f2bf72a1088e1cdf07174f46f787c026400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "030003807967f0a0bd9d33804ecfac05d869b2782a3467a180a7571097c4fb8e6abca791ff02187aaecf8530ec802f97d5f43cfda62fa2b92fe2d2b1dcd874e475b488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": "919449b62dbff81fcd96e48125e7189c2874935af0ab6e8ca4b4ce67bb2a1f65:0", + "utxos_info": "df83baf689f317330288b53cdecda394e1a8a323267184a896edd324ae2f5e06:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { - "asset": "MYASSETA", - "destination": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "asset": "MPMASSET", + "destination": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "quantity": 10, - "memo": null, - "memo_is_hex": null, + "memo": "the memo", + "memo_is_hex": false, "asset_info": { "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -3137,10 +3124,10 @@ Here is sample API output for each of these transactions: }, { "asset": "XCP", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "destination": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "quantity": 10, - "memo": null, - "memo_is_hex": null, + "memo": "memo1", + "memo_is_hex": false, "asset_info": { "divisible": true, "asset_longname": null, @@ -3163,23 +3150,23 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 60, - "tx_hash": "1d031b9b6673ffa862e5c7d317e913556ea7cdd6a6bc1f5f92953c4c751f3c14", + "tx_hash": "2c7ae8f6e4701927ddcbe44081605a47255ab492749f67fbd114ecf1a8a65b35", "block_index": 194, - "block_hash": "1b34943023cd7688d3cd4fa56d187dbfb87e0fa3bfba57dc07c9dade989aab67", - "block_time": 1729876037, - "source": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "block_hash": "62df80f065f42d63baeec0fc56cfa085a830945ca932cdeb4cd048b4e81e37f7", + "block_time": 1730152588, + "source": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0480ff7bfd93f2bf72a1088e1cdf07174f46f787c026017377656570206d7920617373657473", + "data": "04802f97d5f43cfda62fa2b92fe2d2b1dcd874e475b4017377656570206d7920617373657473", "supported": true, - "utxos_info": "1d031b9b6673ffa862e5c7d317e913556ea7cdd6a6bc1f5f92953c4c751f3c14:1", + "utxos_info": "2c7ae8f6e4701927ddcbe44081605a47255ab492749f67fbd114ecf1a8a65b35:1", "confirmed": true, "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "destination": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "flags": 1, "memo": "sweep my assets" } @@ -3194,7 +3181,7 @@ Here is sample API output for each of these transactions: Returns the list of the last ten transactions + Parameters - + cursor: `68` (str, optional) - The index of the most recent transactions to return + + cursor: `75` (str, optional) - The index of the most recent transactions to return + Default: `None` + limit: `2` (int, optional) - The number of transactions to return + Default: `10` @@ -3211,18 +3198,18 @@ Returns the list of the last ten transactions { "result": [ { - "tx_index": 68, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_hash": "1764b0a3c71e2a7c32468c4927b235bf41e7dc838edad64aa089c739ce3256e1", - "block_time": 1729876074, - "source": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", - "destination": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "tx_index": 75, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_hash": "41fc8645a8b887392faf23bd44710d08f5813b0eafe0b919b9cbc49bc6ad29a1", + "block_time": 1730152668, + "source": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", + "destination": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1 a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "utxos_info": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1 24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3234,23 +3221,54 @@ Returns the list of the last ten transactions "btc_amount_normalized": "0.00001000" }, { - "tx_index": 67, - "tx_hash": "69c82666bed1f4cb98b3c9af4a8ae1face1cde752ff77c6db647b839b4630d98", - "block_index": 200, - "block_hash": "60187b840762167e305d00a47596db3813ef4bff1d205bf0aa238f0bf8b5d280", - "block_time": 1729876064, - "source": "", + "tx_index": 74, + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "block_hash": "78dcceea5b1f8905c8c8bcca43699402b0f3aa9be7fe52853376ffeedc3c0fae", + "block_time": 1730152654, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "destination": null, - "btc_amount": null, - "fee": null, - "data": null, + "btc_amount": 0, + "fee": 10000, + "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "9c2f9e99beb979505233c78212b30ea9459b688aa39a6df3714257ad8519f6e3:0 69c82666bed1f4cb98b3c9af4a8ae1face1cde752ff77c6db647b839b4630d98:0", - "confirmed": true + "utxos_info": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b:1", + "confirmed": true, + "unpacked_data": { + "message_type": "order", + "message_type_id": 10, + "message_data": { + "give_asset": "XCP", + "give_quantity": 1000, + "get_asset": "BTC", + "get_quantity": 1000, + "expiration": 21, + "fee_required": 0, + "status": "open", + "give_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "get_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Bitcoin cryptocurrency", + "locked": false, + "issuer": null + }, + "give_quantity_normalized": "0.00001000", + "get_quantity_normalized": "0.00001000", + "fee_required_normalized": "0.00000000" + } + }, + "btc_amount_normalized": "0.00000000" } ], - "next_cursor": 66, - "result_count": 69 + "next_cursor": 73, + "result_count": 76 } ``` @@ -3259,7 +3277,7 @@ Returns the list of the last ten transactions Returns Counterparty information from a raw transaction in hex format. + Parameters - + rawtransaction: `020000000001014f8571a488ab04a918215d4a1f93ee57bdee8f748751083d045a02d7c5d0ec200000000000ffffffff0200000000000000002c6a2a53d62d377950872e33ce781c58a42345cae314bd15ad5cbb2bf248066d88550d0a7fbbbc01cc7240fbcaf0ca052a01000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff7480247304402200288c8930b6f242c23cd4b2c836cdd35a7f36120a57ad0a8a74a2a5634326ea402203c74a2e6277f1bb7e2d1c7162240daf44dbb75309807fe199a4dfe4f00e67bc001210211fc3ee26c9dc627b64802ffd7b0b6e4b6b7457ab997983e0a3b366bc6f2f51500000000` (str, required) - Raw transaction in hex format + + rawtransaction: `020000000001011d619aab321211396b23bb1b23b64c2f834d03416457d82cec83697f6cd6a38a0000000000ffffffff020000000000000000356a3327c367fc2cfb37dc6531af27af803c5260f6ebef6c5928e491c8932f7f76d52faa764936b4a720e062b566e4536ccd0ffed168f0ca052a010000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1024730440220637c88748ba11d0a32a201ae071961d394e46e5b6d196154324e6027a48ba65502201f7e7ed2867dd9516e75b43cc4e4033e3735ae5a01641fbe10a92d55d2316fde012103be1550749fb1f6e8569a217e3386b6fe9cd46a26502621789da3a82663b2d50000000000` (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. @@ -3272,18 +3290,18 @@ Returns Counterparty information from a raw transaction in hex format. ``` { "result": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0c00fa1f28ff3c2e3e00000000000000010000000000002710000000000000000100", + "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "4f8571a488ab04a918215d4a1f93ee57bdee8f748751083d045a02d7c5d0ec20", + "hash": "1d619aab321211396b23bb1b23b64c2f834d03416457d82cec83697f6cd6a38a", "n": 0, "script_sig": "", "sequence": 4294967295, @@ -3293,42 +3311,49 @@ Returns Counterparty information from a raw transaction in hex format. "vout": [ { "value": 0, - "script_pub_key": "6a2a53d62d377950872e33ce781c58a42345cae314bd15ad5cbb2bf248066d88550d0a7fbbbc01cc7240fbca" + "script_pub_key": "6a3327c367fc2cfb37dc6531af27af803c5260f6ebef6c5928e491c8932f7f76d52faa764936b4a720e062b566e4536ccd0ffed168" }, { "value": 4999990000, - "script_pub_key": "0014aa5f1fcf04bccbd58dfaa75c74514113e56ff748" + "script_pub_key": "00147967f0a0bd9d33804ecfac05d869b2782a3467a1" } ], "vtxinwit": [ - "304402200288c8930b6f242c23cd4b2c836cdd35a7f36120a57ad0a8a74a2a5634326ea402203c74a2e6277f1bb7e2d1c7162240daf44dbb75309807fe199a4dfe4f00e67bc001", - "0211fc3ee26c9dc627b64802ffd7b0b6e4b6b7457ab997983e0a3b366bc6f2f515" + "30440220637c88748ba11d0a32a201ae071961d394e46e5b6d196154324e6027a48ba65502201f7e7ed2867dd9516e75b43cc4e4033e3735ae5a01641fbe10a92d55d2316fde01", + "03be1550749fb1f6e8569a217e3386b6fe9cd46a26502621789da3a82663b2d500" ], "lock_time": 0, - "tx_hash": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f", - "tx_id": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f" + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "tx_id": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b" }, "unpacked_data": { - "message_type": "dispenser", - "message_type_id": 12, + "message_type": "order", + "message_type_id": 10, "message_data": { - "asset": "TESTLOCKDESC", - "give_quantity": 1, - "escrow_quantity": 10000, - "mainchainrate": 1, - "dispenser_status": 0, - "action_address": null, - "oracle_address": null, - "status": "valid", - "asset_info": { + "give_asset": "XCP", + "give_quantity": 1000, + "get_asset": "BTC", + "get_quantity": 1000, + "expiration": 21, + "fee_required": 0, + "status": "open", + "give_asset_info": { + "divisible": true, "asset_longname": null, - "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "get_asset_info": { "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Bitcoin cryptocurrency", + "locked": false, + "issuer": null }, - "give_quantity_normalized": "0.00000001", - "escrow_quantity_normalized": "0.00010000" + "give_quantity_normalized": "0.00001000", + "get_quantity_normalized": "0.00001000", + "fee_required_normalized": "0.00000000" } }, "btc_amount_normalized": "0.00000000" @@ -3341,7 +3366,7 @@ Returns Counterparty information from a raw transaction in hex format. Returns Counterparty information from a transaction hash. + Parameters - + tx_hash: `4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515` (str, required) - Transaction hash + + tx_hash: `176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43` (str, required) - Transaction hash + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3352,18 +3377,18 @@ Returns Counterparty information from a transaction hash. ``` { "result": { - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "02000000000000000100000000000027108041bc73770b22d4ed185c6ac763c7d17e3a3272ce", + "data": "020000000000000001000000000000271080a7571097c4fb8e6abca791ff02187aaecf8530ec", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "1a4736dcb5b00f8859901726b6a731d7ddd53fde667085c039e038518019c026", + "hash": "138349f715f3b77257e2c4ad6a7dd21e86edaa83fc46bc3d9e966c702eb2831d", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -3373,20 +3398,20 @@ Returns Counterparty information from a transaction hash. "vout": [ { "value": 0, - "script_pub_key": "6a2e57e589f583ae5424e2cac4d48559fda7d7431a2a617073832f3eb2f7d5e48c232aa072921da9f0ca2cdbeb9f7cfd" + "script_pub_key": "6a2eff33b1f7f8e902221f13c27b12b7d32e190f805c939dcf9ab4de5baf7143247463d682a89b00ffe16d91d8dc9d1f" }, { "value": 4999970000, - "script_pub_key": "0014ff7bfd93f2bf72a1088e1cdf07174f46f787c026" + "script_pub_key": "00142f97d5f43cfda62fa2b92fe2d2b1dcd874e475b4" } ], "vtxinwit": [ - "3044022010433c1e6d727485a461ff6e7bf52076e8005d7829c43cff5f2e0bae9ca8d36902205d3f93066744c90a7e5b9ffbfef092f666962e4f14679ecf69201db42447d5d101", - "0271e87f8220264edfff84c2d6d6e03361443ffa736d66fc4cc0ea261e2fa56d73" + "3044022036beb3fb4d3dd6bd98282613490c124c3a14f85ae1b1f004c2f44bd429f4a588022051a6de46a46e50e2ae2b08532f731486c334ac19db5ba804a53f0921fb2e890701", + "023e3d46364a1fab486d12778805a80a614ea43362116ec89285ecd3f2893be2b9" ], "lock_time": 0, - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", - "tx_id": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515" + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", + "tx_id": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43" }, "unpacked_data": { "message_type": "enhanced_send", @@ -3394,7 +3419,7 @@ Returns Counterparty information from a transaction hash. "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "memo": null, "asset_info": { "divisible": true, @@ -3443,7 +3468,7 @@ Unpacks Counterparty data in hex format and returns the message type and data. Returns a transaction by its index. + Parameters - + tx_index: `68` (int, required) - The index of the transaction + + tx_index: `75` (int, required) - The index of the transaction + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3454,18 +3479,18 @@ Returns a transaction by its index. ``` { "result": { - "tx_index": 68, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_hash": "1764b0a3c71e2a7c32468c4927b235bf41e7dc838edad64aa089c739ce3256e1", - "block_time": 1729876074, - "source": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", - "destination": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "tx_index": 75, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_hash": "41fc8645a8b887392faf23bd44710d08f5813b0eafe0b919b9cbc49bc6ad29a1", + "block_time": 1730152668, + "source": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", + "destination": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1 a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "utxos_info": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1 24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3484,7 +3509,7 @@ Returns a transaction by its index. Returns a transaction by its hash. + Parameters - + tx_hash: `a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980` (str, required) - The hash of the transaction + + tx_hash: `24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7` (str, required) - The hash of the transaction + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -3495,18 +3520,18 @@ Returns a transaction by its hash. ``` { "result": { - "tx_index": 68, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_hash": "1764b0a3c71e2a7c32468c4927b235bf41e7dc838edad64aa089c739ce3256e1", - "block_time": 1729876074, - "source": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", - "destination": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "tx_index": 75, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_hash": "41fc8645a8b887392faf23bd44710d08f5813b0eafe0b919b9cbc49bc6ad29a1", + "block_time": 1730152668, + "source": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", + "destination": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1 a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "utxos_info": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1 24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "confirmed": true, "unpacked_data": { "message_type": "dispense", @@ -3525,7 +3550,7 @@ Returns a transaction by its hash. Returns the events of a transaction + Parameters - + tx_index: `68` (int, required) - The index of the transaction to return + + tx_index: `75` (int, required) - The index of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor (str, optional) - The last event index to return @@ -3545,32 +3570,32 @@ Returns the events of a transaction { "result": [ { - "event_index": 602, + "event_index": 674, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75 }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 601, + "event_index": 673, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 201, + "block_index": 208, "btc_amount": 1000, - "destination": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "destination": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "block_time": 1729876074, + "dispenser_tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -3581,20 +3606,20 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 600, + "event_index": 672, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "status": 0, - "tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", + "tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", "asset_info": { "divisible": true, "asset_longname": null, @@ -3604,24 +3629,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 599, + "event_index": 671, "event": "CREDIT", "params": { - "address": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "address": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "dispense", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 66, - "tx_index": 68, + "tx_index": 75, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -3631,24 +3656,24 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 598, + "event_index": 670, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 201, - "destination": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "block_index": 208, + "destination": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "msg_index": 1, "quantity": 1500000000, - "source": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", + "source": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1", "status": "valid", - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "block_time": 1729876074, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -3658,12 +3683,12 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 } ], - "next_cursor": 597, + "next_cursor": 669, "result_count": 12 } ``` @@ -3673,10 +3698,10 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980` (str, required) - The hash of the transaction to return + + tx_hash: `24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `603` (str, optional) - The last event index to return + + cursor: `675` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -3693,32 +3718,32 @@ Returns the events of a transaction { "result": [ { - "event_index": 602, + "event_index": 674, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75 }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 601, + "event_index": 673, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 201, + "block_index": 208, "btc_amount": 1000, - "destination": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "destination": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "block_time": 1729876074, + "dispenser_tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -3729,20 +3754,20 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 600, + "event_index": 672, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "status": 0, - "tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", + "tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", "asset_info": { "divisible": true, "asset_longname": null, @@ -3752,24 +3777,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 599, + "event_index": 671, "event": "CREDIT", "params": { - "address": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "address": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "dispense", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 66, - "tx_index": 68, + "tx_index": 75, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -3779,24 +3804,24 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 598, + "event_index": 670, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 201, - "destination": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "block_index": 208, + "destination": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "msg_index": 1, "quantity": 1500000000, - "source": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", + "source": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1", "status": "valid", - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "block_time": 1729876074, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -3806,12 +3831,12 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 } ], - "next_cursor": 597, + "next_cursor": 669, "result_count": 12 } ``` @@ -3821,7 +3846,7 @@ Returns the events of a transaction Returns the sends, include Enhanced and MPMA sends, of a block + Parameters - + tx_hash: `a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980` (str, required) - The hash of the transaction to return + + tx_hash: `24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7` (str, required) - The hash of the transaction to return + cursor (str, optional) - The last index of the debits to return + Default: `None` + limit: `5` (int, optional) - The maximum number of debits to return @@ -3839,11 +3864,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block { "result": [ { - "tx_index": 68, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "source": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", - "destination": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "tx_index": 75, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "source": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1", + "destination": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -3851,7 +3876,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -3863,11 +3888,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block "fee_paid_normalized": "0.00000000" }, { - "tx_index": 68, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "source": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", - "destination": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "tx_index": 75, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "source": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1", + "destination": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -3875,11 +3900,11 @@ Returns the sends, include Enhanced and MPMA sends, of a block "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -3897,7 +3922,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block Returns the dispenses of a block + Parameters - + tx_hash: `a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980` (str, required) - The hash of the transaction to return + + tx_hash: `24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7` (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 @@ -3915,29 +3940,29 @@ Returns the dispenses of a block { "result": [ { - "tx_index": 68, + "tx_index": 75, "dispense_index": 0, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "destination": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "destination": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", + "dispenser_tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 201, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "block_index": 208, + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "oracle_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "last_status_tx_hash": null, - "origin": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "origin": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3952,7 +3977,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -3974,9 +3999,9 @@ Returns the dispenses of a block Returns the events of a transaction + Parameters - + tx_index: `68` (int, required) - The index of the transaction to return + + tx_index: `75` (int, required) - The index of the transaction to return + event: `CREDIT` (str, required) - The event to filter by - + cursor: `603` (str, optional) - The last event index to return + + cursor: `675` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -3993,19 +4018,19 @@ Returns the events of a transaction { "result": [ { - "event_index": 599, + "event_index": 671, "event": "CREDIT", "params": { - "address": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "address": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "dispense", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 66, - "tx_index": 68, + "tx_index": 75, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -4015,24 +4040,24 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 597, + "event_index": 669, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "utxo move", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 1500000000, - "tx_index": 68, - "utxo": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", - "utxo_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "block_time": 1729876074, + "tx_index": 75, + "utxo": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", + "utxo_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -4042,36 +4067,36 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 594, + "event_index": 666, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 201, + "block_index": 208, "calling_function": "utxo move", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 1500000000, - "tx_index": 68, - "utxo": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", - "utxo_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "block_time": 1729876074, + "tx_index": 75, + "utxo": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", + "utxo_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "block_time": 1730152668, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 } ], "next_cursor": null, @@ -4084,9 +4109,9 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980` (str, required) - The hash of the transaction to return + + tx_hash: `24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7` (str, required) - The hash of the transaction to return + event: `CREDIT` (str, required) - The event to filter by - + cursor: `603` (str, optional) - The last event index to return + + cursor: `675` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -4103,19 +4128,19 @@ Returns the events of a transaction { "result": [ { - "event_index": 599, + "event_index": 671, "event": "CREDIT", "params": { - "address": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "address": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "dispense", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 66, - "tx_index": 68, + "tx_index": 75, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -4125,24 +4150,24 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 597, + "event_index": 669, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "utxo move", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 1500000000, - "tx_index": 68, - "utxo": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", - "utxo_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "block_time": 1729876074, + "tx_index": 75, + "utxo": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", + "utxo_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -4152,36 +4177,36 @@ Returns the events of a transaction }, "quantity_normalized": "15.00000000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 594, + "event_index": 666, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 201, + "block_index": 208, "calling_function": "utxo move", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 1500000000, - "tx_index": 68, - "utxo": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", - "utxo_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "block_time": 1729876074, + "tx_index": 75, + "utxo": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", + "utxo_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "block_time": 1730152668, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 } ], "next_cursor": null, @@ -4196,7 +4221,7 @@ Returns the events of a transaction Returns the balances of several addresses + Parameters - + addresses: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva,bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws` (str, required) - Comma separated list of addresses + + addresses: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s,bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g` (str, required) - Comma separated list of addresses + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -4220,7 +4245,7 @@ Returns the balances of several addresses "total": 100000000000, "addresses": [ { - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -4230,39 +4255,39 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, "total_normalized": "1000.00000000" }, { - "asset": "MYASSETA", - "total": 97999999980, + "asset": "MPMASSET", + "total": 99999998960, "addresses": [ { - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "utxo": null, "utxo_address": null, - "quantity": 97999999980, - "quantity_normalized": "980.00000000" + "quantity": 99999998960, + "quantity_normalized": "999.99999000" } ], "asset_info": { "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, - "total_normalized": "980.00000000" + "total_normalized": "999.99999000" }, { "asset": "FAIRMINTA", "total": 500000000, "addresses": [ { - "address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -4272,18 +4297,39 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, "total_normalized": "5.00000000" }, + { + "asset": "MPMASSET", + "total": 960, + "addresses": [ + { + "address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "utxo": null, + "utxo_address": null, + "quantity": 960, + "quantity_normalized": "0.00000960" + } + ], + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false + }, + "total_normalized": "0.00000960" + }, { "asset": "FAIRMINTD", "total": 40, "addresses": [ { - "address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "utxo": null, "utxo_address": null, "quantity": 40, @@ -4293,7 +4339,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -4304,7 +4350,7 @@ Returns the balances of several addresses "total": 19, "addresses": [ { - "address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "utxo": null, "utxo_address": null, "quantity": 19, @@ -4314,15 +4360,15 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, "total_normalized": "0.00000019" } ], - "next_cursor": "TESTLOCKDESC", - "result_count": 7 + "next_cursor": "MYASSETA", + "result_count": 8 } ``` @@ -4331,8 +4377,8 @@ Returns the balances of several addresses Returns the transactions of a list of addresses + Parameters - + addresses: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva,bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws` (str, required) - Comma separated list of addresses to return - + cursor: `68` (str, optional) - The last transaction index to return + + addresses: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s,bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g` (str, required) - Comma separated list of addresses to return + + cursor: `75` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return + Default: `100` @@ -4349,80 +4395,18 @@ Returns the transactions of a list of addresses { "result": [ { - "tx_index": 63, - "tx_hash": "111da276d70487dd4e13a1a34d06d5b818ca44563e219ccbe23b63fe949791f2", - "block_index": 197, - "block_hash": "71c33ed751f0d3896ba4ae8536beb0def514bfca9af11ca3d4a8d90245a6df48", - "block_time": 1729876048, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "destination": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "btc_amount": 4000, - "fee": 0, - "data": "0d00", - "supported": true, - "utxos_info": "111da276d70487dd4e13a1a34d06d5b818ca44563e219ccbe23b63fe949791f2:0", - "confirmed": true, - "unpacked_data": { - "message_type": "dispense", - "message_type_id": 13, - "message_data": { - "data": "00" - } - }, - "btc_amount_normalized": "0.00004000" - }, - { - "tx_index": 62, - "tx_hash": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f", - "block_index": 196, - "block_hash": "6e3cb216f3145455efc27a2f6f579c4a01305a02305f48759144dabb73b27da3", - "block_time": 1729876044, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx_index": 74, + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "block_hash": "78dcceea5b1f8905c8c8bcca43699402b0f3aa9be7fe52853376ffeedc3c0fae", + "block_time": 1730152654, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0c00fa1f28ff3c2e3e00000000000000010000000000002710000000000000000100", + "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f:1", - "confirmed": true, - "unpacked_data": { - "message_type": "dispenser", - "message_type_id": 12, - "message_data": { - "asset": "TESTLOCKDESC", - "give_quantity": 1, - "escrow_quantity": 10000, - "mainchainrate": 1, - "dispenser_status": 0, - "action_address": null, - "oracle_address": null, - "status": "valid", - "asset_info": { - "asset_longname": null, - "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "divisible": true, - "locked": false - }, - "give_quantity_normalized": "0.00000001", - "escrow_quantity_normalized": "0.00010000" - } - }, - "btc_amount_normalized": "0.00000000" - }, - { - "tx_index": 59, - "tx_hash": "65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff", - "block_index": 193, - "block_hash": "45f185041d0ca45bc37935f64eb5d323bdbf3867d26d00c4fe1ad1525a9812b6", - "block_time": 1729876032, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", - "supported": true, - "utxos_info": "65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff:1", + "utxos_info": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -4457,78 +4441,216 @@ Returns the transactions of a list of addresses "btc_amount_normalized": "0.00000000" }, { - "tx_index": 58, - "tx_hash": "6e5994a49b95a9d34b6f4e68f6eb65886caabed3ac7e73da743efacf6f95c15f", - "block_index": 192, - "block_hash": "6be48c382c9942ca735bebd63f6fd172f2370046494e2b051ab2230e49f7c8c4", - "block_time": 1729876028, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx_index": 73, + "tx_hash": "df83baf689f317330288b53cdecda394e1a8a323267184a896edd324ae2f5e06", + "block_index": 206, + "block_hash": "0ed698e4a096ff2ce31cd2413b0123c47570e5e6248dcade5b66711e081b9b1f", + "block_time": 1730152650, + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "46f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", + "data": "030003807967f0a0bd9d33804ecfac05d869b2782a3467a180a7571097c4fb8e6abca791ff02187aaecf8530ec802f97d5f43cfda62fa2b92fe2d2b1dcd874e475b488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": "6e5994a49b95a9d34b6f4e68f6eb65886caabed3ac7e73da743efacf6f95c15f:1", + "utxos_info": "df83baf689f317330288b53cdecda394e1a8a323267184a896edd324ae2f5e06:0", "confirmed": true, "unpacked_data": { - "message_type": "cancel", - "message_type_id": 70, - "message_data": { - "offer_hash": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", - "status": "valid" - } + "message_type": "mpma_send", + "message_type_id": 3, + "message_data": [ + { + "asset": "MPMASSET", + "destination": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "quantity": 10, + "memo": "the memo", + "memo_is_hex": false, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + { + "asset": "XCP", + "destination": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "quantity": 10, + "memo": "memo1", + "memo_is_hex": false, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "quantity_normalized": "0.00000010" + } + ] }, "btc_amount_normalized": "0.00000000" }, { - "tx_index": 57, - "tx_hash": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", - "block_index": 191, - "block_hash": "4003b7caf894823fd81bb6e27f945a17aad4e8674493d4cb6aeceb6233323e87", - "block_time": 1729876024, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx_index": 72, + "tx_hash": "78838727d9ea59909023454951a459386ba82bfc2ca4fe4c188bc9083f2850fa", + "block_index": 205, + "block_hash": "6417fd8e9a6ad9919e85713fc130ea3db498e628f3e95be84cf24e648410b349", + "block_time": 1730152636, + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", + "data": "030003807967f0a0bd9d33804ecfac05d869b2782a3467a180a7571097c4fb8e6abca791ff02187aaecf8530ec802f97d5f43cfda62fa2b92fe2d2b1dcd874e475b4c8746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", "supported": true, - "utxos_info": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703:1", + "utxos_info": "78838727d9ea59909023454951a459386ba82bfc2ca4fe4c188bc9083f2850fa:0", "confirmed": true, "unpacked_data": { - "message_type": "order", - "message_type_id": 10, - "message_data": { - "give_asset": "XCP", - "give_quantity": 1000, - "get_asset": "BTC", - "get_quantity": 1000, - "expiration": 21, - "fee_required": 0, - "status": "open", - "give_asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null + "message_type": "mpma_send", + "message_type_id": 3, + "message_data": [ + { + "asset": "MPMASSET", + "destination": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "quantity": 10, + "memo": "746865206d656d6f", + "memo_is_hex": true, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" }, - "get_asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Bitcoin cryptocurrency", - "locked": false, - "issuer": null + { + "asset": "XCP", + "destination": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "quantity": 10, + "memo": "746865206d656d6f", + "memo_is_hex": true, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "quantity_normalized": "0.00000010" + } + ] + }, + "btc_amount_normalized": "0.00000000" + }, + { + "tx_index": 71, + "tx_hash": "010878cb258fcb650e08a643b378a6d4cb639088fb6ede26fd2da787ef6e1198", + "block_index": 204, + "block_hash": "0fc24941821562dd4e60166d7e8ad1cbc45b7b430459c9a48264e114924458db", + "block_time": 1730152632, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": null, + "btc_amount": 0, + "fee": 10000, + "data": "030003805511f1f6819b94a0094d338694640cbee5b8969d80a7571097c4fb8e6abca791ff02187aaecf8530ec802f97d5f43cfda62fa2b92fe2d2b1dcd874e475b440000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "supported": true, + "utxos_info": "010878cb258fcb650e08a643b378a6d4cb639088fb6ede26fd2da787ef6e1198:0", + "confirmed": true, + "unpacked_data": { + "message_type": "mpma_send", + "message_type_id": 3, + "message_data": [ + { + "asset": "MPMASSET", + "destination": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "quantity": 10, + "memo": "memo2", + "memo_is_hex": false, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" }, - "give_quantity_normalized": "0.00001000", - "get_quantity_normalized": "0.00001000", - "fee_required_normalized": "0.00000000" - } + { + "asset": "XCP", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "quantity": 10, + "memo": "memo1", + "memo_is_hex": false, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "quantity_normalized": "0.00000010" + } + ] + }, + "btc_amount_normalized": "0.00000000" + }, + { + "tx_index": 70, + "tx_hash": "e7fa392f3c77dd7ccf5a213a0499a37e09b2766a3e18d399368df57975d62a4b", + "block_index": 203, + "block_hash": "722ff4f47c82493fc6b30fa306d6a1be83cf3d3e17d6efb4e1bcf1ab0f1fa3c3", + "block_time": 1730152628, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": null, + "btc_amount": 0, + "fee": 10000, + "data": "030003805511f1f6819b94a0094d338694640cbee5b8969d80a7571097c4fb8e6abca791ff02187aaecf8530ec802f97d5f43cfda62fa2b92fe2d2b1dcd874e475b488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", + "supported": true, + "utxos_info": "e7fa392f3c77dd7ccf5a213a0499a37e09b2766a3e18d399368df57975d62a4b:0", + "confirmed": true, + "unpacked_data": { + "message_type": "mpma_send", + "message_type_id": 3, + "message_data": [ + { + "asset": "MPMASSET", + "destination": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "quantity": 10, + "memo": "the memo", + "memo_is_hex": false, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + { + "asset": "XCP", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "quantity": 10, + "memo": "the memo", + "memo_is_hex": false, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "quantity_normalized": "0.00000010" + } + ] }, "btc_amount_normalized": "0.00000000" } ], - "next_cursor": 56, - "result_count": 39 + "next_cursor": 69, + "result_count": 46 } ``` @@ -4537,10 +4659,10 @@ Returns the transactions of a list of addresses Returns the events of a list of addresses + Parameters - + addresses: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva,bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s,bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g` (str, required) - Comma separated list of addresses to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `603` (str, optional) - The last event index to return + + cursor: `675` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -4557,115 +4679,174 @@ Returns the events of a list of addresses { "result": [ { - "event_index": 561, - "event": "DISPENSE", + "event_index": 659, + "event": "OPEN_ORDER", "params": { - "asset": "TESTLOCKDESC", - "block_index": 197, - "btc_amount": 4000, - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "dispense_index": 0, - "dispense_quantity": 4000, - "dispenser_tx_hash": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f", - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "tx_hash": "111da276d70487dd4e13a1a34d06d5b818ca44563e219ccbe23b63fe949791f2", - "tx_index": 63, - "block_time": 1729876048, - "asset_info": { + "block_index": 207, + "expiration": 21, + "expire_index": 228, + "fee_provided": 10000, + "fee_provided_remaining": 10000, + "fee_required": 0, + "fee_required_remaining": 0, + "get_asset": "BTC", + "get_quantity": 1000, + "get_remaining": 1000, + "give_asset": "XCP", + "give_quantity": 1000, + "give_remaining": 1000, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "status": "open", + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "tx_index": 74, + "block_time": 1730152654, + "give_asset_info": { + "divisible": true, "asset_longname": null, - "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "get_asset_info": { "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Bitcoin cryptocurrency", + "locked": false, + "issuer": null }, - "dispense_quantity_normalized": "0.00004000", - "btc_amount_normalized": "0.00004000" + "give_quantity_normalized": "0.00001000", + "get_quantity_normalized": "0.00001000", + "get_remaining_normalized": "0.00001000", + "give_remaining_normalized": "0.00001000", + "fee_provided_normalized": "0.00010000", + "fee_required_normalized": "0.00000000", + "fee_required_remaining_normalized": "0.00000000", + "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "111da276d70487dd4e13a1a34d06d5b818ca44563e219ccbe23b63fe949791f2", - "block_index": 197, - "block_time": 1729876048 + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "block_time": 1730152654 }, { - "event_index": 560, - "event": "DISPENSER_UPDATE", + "event_index": 658, + "event": "DEBIT", "params": { - "asset": "TESTLOCKDESC", - "dispense_count": 1, - "give_remaining": 6000, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "status": 0, - "tx_hash": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f", + "action": "open order", + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "asset": "XCP", + "block_index": 207, + "event": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "quantity": 1000, + "tx_index": 74, + "utxo": null, + "utxo_address": null, + "block_time": 1730152654, "asset_info": { - "asset_longname": null, - "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "give_remaining_normalized": "0.00006000" + "quantity_normalized": "0.00001000" }, - "tx_hash": "111da276d70487dd4e13a1a34d06d5b818ca44563e219ccbe23b63fe949791f2", - "block_index": 197, - "block_time": 1729876048 + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "block_time": 1730152654 }, { - "event_index": 559, + "event_index": 657, + "event": "ORDER_EXPIRATION", + "params": { + "block_index": 207, + "order_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "block_time": 1730152654 + }, + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "block_time": 1730152654 + }, + { + "event_index": 656, "event": "CREDIT", "params": { - "address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "asset": "TESTLOCKDESC", - "block_index": 197, - "calling_function": "dispense", - "event": "111da276d70487dd4e13a1a34d06d5b818ca44563e219ccbe23b63fe949791f2", - "quantity": 4000, - "tx_index": 63, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "asset": "XCP", + "block_index": 207, + "calling_function": "cancel order", + "event": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "quantity": 5000, + "tx_index": 0, "utxo": null, "utxo_address": null, - "block_time": 1729876048, + "block_time": 1730152654, "asset_info": { - "asset_longname": null, - "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "0.00004000" + "quantity_normalized": "0.00005000" }, - "tx_hash": "111da276d70487dd4e13a1a34d06d5b818ca44563e219ccbe23b63fe949791f2", - "block_index": 197, - "block_time": 1729876048 + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "block_time": 1730152654 }, { - "event_index": 557, + "event_index": 654, "event": "NEW_TRANSACTION", "params": { - "block_hash": "71c33ed751f0d3896ba4ae8536beb0def514bfca9af11ca3d4a8d90245a6df48", - "block_index": 197, - "block_time": 1729876048, - "btc_amount": 4000, - "data": "0d00", - "destination": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "fee": 0, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "tx_hash": "111da276d70487dd4e13a1a34d06d5b818ca44563e219ccbe23b63fe949791f2", - "tx_index": 63, - "utxos_info": "111da276d70487dd4e13a1a34d06d5b818ca44563e219ccbe23b63fe949791f2:0", + "block_hash": "78dcceea5b1f8905c8c8bcca43699402b0f3aa9be7fe52853376ffeedc3c0fae", + "block_index": 207, + "block_time": 1730152654, + "btc_amount": 0, + "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", + "destination": "", + "fee": 10000, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "tx_index": 74, + "utxos_info": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b:1", "unpacked_data": { - "message_type": "dispense", - "message_type_id": 13, + "message_type": "order", + "message_type_id": 10, "message_data": { - "data": "00" + "give_asset": "XCP", + "give_quantity": 1000, + "get_asset": "BTC", + "get_quantity": 1000, + "expiration": 21, + "fee_required": 0, + "status": "open", + "give_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "get_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Bitcoin cryptocurrency", + "locked": false, + "issuer": null + }, + "give_quantity_normalized": "0.00001000", + "get_quantity_normalized": "0.00001000" } }, - "btc_amount_normalized": "0.00004000" + "btc_amount_normalized": "0.00000000" }, - "tx_hash": "111da276d70487dd4e13a1a34d06d5b818ca44563e219ccbe23b63fe949791f2", - "block_index": 197, - "block_time": 1729876048 + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "block_time": 1730152654 } ], - "next_cursor": 557, - "result_count": 189 + "next_cursor": 650, + "result_count": 237 } ``` @@ -4674,7 +4855,7 @@ Returns the events of a list of addresses Returns the mempool events of a list of addresses + Parameters - + addresses: `bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l,bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2,bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2` (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 @@ -4690,18 +4871,18 @@ Returns the mempool events of a list of addresses { "result": [ { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "destination": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "memo": null, "quantity": 10000, - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "status": "valid", - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", - "tx_index": 69, + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", + "tx_index": 76, "asset_info": { "divisible": true, "asset_longname": null, @@ -4711,22 +4892,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 }, { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "CREDIT", "params": { - "address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "send", - "event": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "event": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "quantity": 10000, - "tx_index": 69, + "tx_index": 76, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -4736,22 +4917,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 }, { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "address": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "asset": "XCP", - "block_index": 201, - "event": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "block_index": 208, + "event": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "quantity": 10000, - "tx_index": 69, + "tx_index": 76, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -4761,30 +4942,30 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 }, { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1729876077.4463573, + "block_time": 1730152671.386915, "btc_amount": 0, - "data": "02000000000000000100000000000027108041bc73770b22d4ed185c6ac763c7d17e3a3272ce", + "data": "020000000000000001000000000000271080a7571097c4fb8e6abca791ff02187aaecf8530ec", "destination": "", "fee": 10000, - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", - "tx_index": 69, - "utxos_info": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515:1", + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", + "tx_index": 76, + "utxos_info": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "memo": null, "asset_info": { "divisible": true, @@ -4798,7 +4979,7 @@ Returns the mempool events of a list of addresses }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 } ], "next_cursor": null, @@ -4811,7 +4992,7 @@ Returns the mempool events of a list of addresses Returns the balances of an address + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address to return + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -4831,7 +5012,7 @@ Returns the balances of an address { "result": [ { - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "A95428956980101314", "quantity": 100000000000, "utxo": null, @@ -4839,14 +5020,29 @@ Returns the balances of an address "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "asset": "MPMASSET", + "quantity": 99999998960, + "utxo": null, + "utxo_address": null, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false + }, + "quantity_normalized": "999.99999000" + }, + { + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "MYASSETA", "quantity": 97999999980, "utxo": null, @@ -4854,16 +5050,16 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, "quantity_normalized": "980.00000000" }, { - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", - "quantity": 82699937196, + "quantity": 82649941196, "utxo": null, "utxo_address": null, "asset_info": { @@ -4873,10 +5069,10 @@ Returns the balances of an address "locked": true, "issuer": null }, - "quantity_normalized": "826.99937000" + "quantity_normalized": "826.49941000" }, { - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "TESTLOCKDESC", "quantity": 9999990000, "utxo": null, @@ -4884,7 +5080,7 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -4892,7 +5088,7 @@ Returns the balances of an address } ], "next_cursor": null, - "result_count": 4 + "result_count": 5 } ``` @@ -4901,7 +5097,7 @@ Returns the balances of an address Returns the balances of an address and asset + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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` @@ -4914,9 +5110,9 @@ Returns the balances of an address and asset { "result": [ { - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", - "quantity": 82699937196, + "quantity": 82649941196, "utxo": null, "utxo_address": null, "asset_info": { @@ -4926,7 +5122,7 @@ Returns the balances of an address and asset "locked": true, "issuer": null }, - "quantity_normalized": "826.99937000" + "quantity_normalized": "826.49941000" } ], "next_cursor": null, @@ -4939,7 +5135,7 @@ Returns the balances of an address and asset Returns the credits of an address + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -4988,17 +5184,17 @@ Returns the credits of an address { "result": [ { - "block_index": 192, - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "block_index": 207, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", - "quantity": 1000, + "quantity": 5000, "calling_function": "cancel order", - "event": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", - "tx_index": 58, + "event": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "tx_index": 0, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729876028, + "block_time": 1730152654, "asset_info": { "divisible": true, "asset_longname": null, @@ -5006,20 +5202,20 @@ Returns the credits of an address "locked": true, "issuer": null }, - "quantity_normalized": "0.00001000" + "quantity_normalized": "0.00005000" }, { - "block_index": 184, - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "block_index": 206, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", - "quantity": 1000, - "calling_function": "cancel order", - "event": "111cae1f148e5e4f64d102a7b4d610db135455bd946bb24c769e8de37ef9306b", - "tx_index": 0, + "quantity": 10, + "calling_function": "mpma send", + "event": "df83baf689f317330288b53cdecda394e1a8a323267184a896edd324ae2f5e06", + "tx_index": 73, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729875934, + "block_time": 1730152650, "asset_info": { "divisible": true, "asset_longname": null, @@ -5027,74 +5223,74 @@ Returns the credits of an address "locked": true, "issuer": null }, - "quantity_normalized": "0.00001000" + "quantity_normalized": "0.00000010" }, { - "block_index": 161, - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "asset": "A95428956980101314", - "quantity": 100000000000, - "calling_function": "issuance", - "event": "92b8cfc3dc569089881dfa46bd7aded69c484e727c25ac8c0d98ea48d182e205", - "tx_index": 48, + "block_index": 205, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "asset": "XCP", + "quantity": 10, + "calling_function": "mpma send", + "event": "78838727d9ea59909023454951a459386ba82bfc2ca4fe4c188bc9083f2850fa", + "tx_index": 72, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729875920, + "block_time": 1730152636, "asset_info": { - "asset_longname": "A95428959745315388.SUBNUMERIC", - "description": "A subnumeric asset", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "1000.00000000" + "quantity_normalized": "0.00000010" }, { - "block_index": 158, - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "asset": "TESTLOCKDESC", - "quantity": 10000000000, + "block_index": 201, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "asset": "MPMASSET", + "quantity": 100000000000, "calling_function": "issuance", - "event": "d679c8a07c7838453357da218c63bf8e7fb7b0efdf968013a632b9f14d728268", - "tx_index": 45, + "event": "4828af32a199e79551813e98f231b88c18fce171b1aa13a0a36ebd89438480eb", + "tx_index": 68, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729875898, + "block_time": 1730152620, "asset_info": { "asset_longname": null, - "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, - "quantity_normalized": "100.00000000" + "quantity_normalized": "1000.00000000" }, { - "block_index": 152, - "address": null, - "asset": "MYASSETA", - "quantity": 1000000000, - "calling_function": "attach to utxo", - "event": "52ccdea2e1b30a387fbe11e985eca8000c34c698e3fbc7d42b122d8112f49ca1", - "tx_index": 39, - "utxo": "52ccdea2e1b30a387fbe11e985eca8000c34c698e3fbc7d42b122d8112f49ca1:1", - "utxo_address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "block_index": 192, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "asset": "XCP", + "quantity": 1000, + "calling_function": "cancel order", + "event": "5c60fdbd8e12b558b37692f338ed060f1b08aa4280e7910c72df925b8447fe4e", + "tx_index": 58, + "utxo": null, + "utxo_address": null, "confirmed": true, - "block_time": 1729875878, + "block_time": 1730152570, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "10.00000000" + "quantity_normalized": "0.00001000" } ], - "next_cursor": 44, - "result_count": 15 + "next_cursor": 59, + "result_count": 19 } ``` @@ -5103,7 +5299,7 @@ Returns the credits of an address Returns the debits of an address + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -5141,38 +5337,17 @@ Returns the debits of an address { "result": [ { - "block_index": 196, - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "asset": "TESTLOCKDESC", - "quantity": 10000, - "action": "open dispenser", - "event": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f", - "tx_index": 62, - "utxo": null, - "utxo_address": null, - "confirmed": true, - "block_time": 1729876044, - "asset_info": { - "asset_longname": null, - "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "divisible": true, - "locked": false - }, - "quantity_normalized": "0.00010000" - }, - { - "block_index": 193, - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "block_index": 207, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", "quantity": 1000, "action": "open order", - "event": "65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff", - "tx_index": 59, + "event": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "tx_index": 74, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729876032, + "block_time": 1730152654, "asset_info": { "divisible": true, "asset_longname": null, @@ -5183,17 +5358,17 @@ Returns the debits of an address "quantity_normalized": "0.00001000" }, { - "block_index": 191, - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "block_index": 204, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", - "quantity": 1000, - "action": "open order", - "event": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", - "tx_index": 57, + "quantity": 10, + "action": "mpma send", + "event": "010878cb258fcb650e08a643b378a6d4cb639088fb6ede26fd2da787ef6e1198", + "tx_index": 71, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729876024, + "block_time": 1730152632, "asset_info": { "divisible": true, "asset_longname": null, @@ -5201,20 +5376,41 @@ Returns the debits of an address "locked": true, "issuer": null }, - "quantity_normalized": "0.00001000" + "quantity_normalized": "0.00000010" + }, + { + "block_index": 204, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "asset": "MPMASSET", + "quantity": 20, + "action": "mpma send", + "event": "010878cb258fcb650e08a643b378a6d4cb639088fb6ede26fd2da787ef6e1198", + "tx_index": 71, + "utxo": null, + "utxo_address": null, + "confirmed": true, + "block_time": 1730152632, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000020" }, { - "block_index": 190, - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "block_index": 203, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "919449b62dbff81fcd96e48125e7189c2874935af0ab6e8ca4b4ce67bb2a1f65", - "tx_index": 56, + "event": "e7fa392f3c77dd7ccf5a213a0499a37e09b2766a3e18d399368df57975d62a4b", + "tx_index": 70, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729876020, + "block_time": 1730152628, "asset_info": { "divisible": true, "asset_longname": null, @@ -5225,29 +5421,29 @@ Returns the debits of an address "quantity_normalized": "0.00000010" }, { - "block_index": 190, - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "asset": "MYASSETA", + "block_index": 203, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "asset": "MPMASSET", "quantity": 20, "action": "mpma send", - "event": "919449b62dbff81fcd96e48125e7189c2874935af0ab6e8ca4b4ce67bb2a1f65", - "tx_index": 56, + "event": "e7fa392f3c77dd7ccf5a213a0499a37e09b2766a3e18d399368df57975d62a4b", + "tx_index": 70, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729876020, + "block_time": 1730152628, "asset_info": { "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, "quantity_normalized": "0.00000020" } ], - "next_cursor": 44, - "result_count": 21 + "next_cursor": 61, + "result_count": 28 } ``` @@ -5256,7 +5452,7 @@ Returns the debits of an address Returns the bets of a feed + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address of the feed + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address of the feed + status: `filled` (enum[str], optional) - The status of the bet + Default: `open` + Members @@ -5291,7 +5487,7 @@ Returns the bets of a feed Returns the broadcasts of a source + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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 @@ -5310,9 +5506,9 @@ Returns the broadcasts of a source "result": [ { "tx_index": 24, - "tx_hash": "782e54445dc6f9962386534b10d6a8aaf57293a2b3496497dfb06449c9a278c5", + "tx_hash": "278eb0af25f68b3a6653ba0f2df33f974ff0da6c7104e66879b1e7398e7c5c0a", "block_index": 137, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -5320,7 +5516,7 @@ Returns the broadcasts of a source "locked": false, "status": "valid", "confirmed": true, - "block_time": 1729875823, + "block_time": 1730152356, "fee_fraction_int_normalized": "0.00000000" } ], @@ -5334,7 +5530,7 @@ Returns the broadcasts of a source Returns the burns of an address + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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 @@ -5353,14 +5549,14 @@ Returns the burns of an address "result": [ { "tx_index": 0, - "tx_hash": "03c6237993bf4e49be2d4706650f42c8f5e92d5801c440c704be95b788fa3a94", + "tx_hash": "43020304a8d69e758c8cfe4f200d3db11286a5b782bdf8270be5b1ce40029012", "block_index": 112, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "burned": 50000000, "earned": 74999998167, "status": "valid", "confirmed": true, - "block_time": 1729875719, + "block_time": 1730152253, "burned_normalized": "0.50000000", "earned_normalized": "749.99998000" } @@ -5375,7 +5571,7 @@ Returns the burns of an address Returns the sends, include Enhanced and MPMA sends, of an address + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5393,19 +5589,19 @@ Returns the sends, include Enhanced and MPMA sends, of an address { "result": [ { - "tx_index": 56, - "tx_hash": "919449b62dbff81fcd96e48125e7189c2874935af0ab6e8ca4b4ce67bb2a1f65", - "block_index": 190, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "tx_index": 71, + "tx_hash": "010878cb258fcb650e08a643b378a6d4cb639088fb6ede26fd2da787ef6e1198", + "block_index": 204, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, - "memo": null, + "memo": "memo1", "fee_paid": 0, "confirmed": true, - "block_time": 1729876020, + "block_time": 1730152632, "asset_info": { "divisible": true, "asset_longname": null, @@ -5417,23 +5613,23 @@ Returns the sends, include Enhanced and MPMA sends, of an address "fee_paid_normalized": "0.00000000" }, { - "tx_index": 56, - "tx_hash": "919449b62dbff81fcd96e48125e7189c2874935af0ab6e8ca4b4ce67bb2a1f65", - "block_index": 190, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", - "asset": "MYASSETA", + "tx_index": 71, + "tx_hash": "010878cb258fcb650e08a643b378a6d4cb639088fb6ede26fd2da787ef6e1198", + "block_index": 204, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", + "asset": "MPMASSET", "quantity": 10, "status": "valid", "msg_index": 1, - "memo": null, + "memo": "memo3", "fee_paid": 0, "confirmed": true, - "block_time": 1729876020, + "block_time": 1730152632, "asset_info": { "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -5441,23 +5637,23 @@ Returns the sends, include Enhanced and MPMA sends, of an address "fee_paid_normalized": "0.00000000" }, { - "tx_index": 56, - "tx_hash": "919449b62dbff81fcd96e48125e7189c2874935af0ab6e8ca4b4ce67bb2a1f65", - "block_index": 190, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", - "asset": "MYASSETA", + "tx_index": 71, + "tx_hash": "010878cb258fcb650e08a643b378a6d4cb639088fb6ede26fd2da787ef6e1198", + "block_index": 204, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "asset": "MPMASSET", "quantity": 10, "status": "valid", "msg_index": 0, - "memo": null, + "memo": "memo2", "fee_paid": 0, "confirmed": true, - "block_time": 1729876020, + "block_time": 1730152632, "asset_info": { "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -5465,56 +5661,56 @@ Returns the sends, include Enhanced and MPMA sends, of an address "fee_paid_normalized": "0.00000000" }, { - "tx_index": 39, - "tx_hash": "52ccdea2e1b30a387fbe11e985eca8000c34c698e3fbc7d42b122d8112f49ca1", - "block_index": 152, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "52ccdea2e1b30a387fbe11e985eca8000c34c698e3fbc7d42b122d8112f49ca1:1", - "asset": "MYASSETA", - "quantity": 1000000000, + "tx_index": 70, + "tx_hash": "e7fa392f3c77dd7ccf5a213a0499a37e09b2766a3e18d399368df57975d62a4b", + "block_index": 203, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "asset": "XCP", + "quantity": 10, "status": "valid", - "msg_index": 0, - "memo": null, + "msg_index": 2, + "memo": "the memo", "fee_paid": 0, "confirmed": true, - "block_time": 1729875878, + "block_time": 1730152628, "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "10.00000000", + "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 36, - "tx_hash": "20d672e20ae3e08302a625db8ec5e88b336dc5db4c807e88ee72d21b4d556904", - "block_index": 149, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "d04cbc4143bd475740dfb3d02bfdaaa23e40fc357c9e9475d29ecc97b6a5851a:1", - "asset": "MYASSETA", - "quantity": 1000000000, + "tx_index": 70, + "tx_hash": "e7fa392f3c77dd7ccf5a213a0499a37e09b2766a3e18d399368df57975d62a4b", + "block_index": 203, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", + "asset": "MPMASSET", + "quantity": 10, "status": "valid", - "msg_index": 0, - "memo": null, + "msg_index": 1, + "memo": "the memo", "fee_paid": 0, "confirmed": true, - "block_time": 1729875866, + "block_time": 1730152628, "asset_info": { "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, - "quantity_normalized": "10.00000000", + "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" } ], - "next_cursor": null, - "result_count": 5 + "next_cursor": 19, + "result_count": 12 } ``` @@ -5523,7 +5719,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address Returns the receives of an address + Parameters - + address: `bcrt1qlnehx4acfdgpf3cz4hqtgdgf5wejvwhpr9x5kq` (str, required) - The address to return + + address: `bcrt1qgj5fzklvgauxn9cwyuxjug8eqmn24f4hhp6034` (str, required) - The address to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5542,10 +5738,10 @@ Returns the receives of an address "result": [ { "tx_index": 38, - "tx_hash": "d9c867b10bea6f7411fc096f380763fb0a09ee8fc6ca89568b5c11ee0f15063c", + "tx_hash": "275ebb242af669ad747ac00fb26a598f640937588b85799a1d47bb4a881e4c86", "block_index": 151, - "source": "03cae60632c738d12c7ac2243ef952bbe11e47c70391ef56c5a8012cf1c8ca86:0", - "destination": "bcrt1qlnehx4acfdgpf3cz4hqtgdgf5wejvwhpr9x5kq", + "source": "1470f4b572e577839544315fa7c74ff2ffcf96c223ad7652b4f6846af2f30a45:0", + "destination": "bcrt1qgj5fzklvgauxn9cwyuxjug8eqmn24f4hhp6034", "asset": "MYASSETA", "quantity": 500000000, "status": "valid", @@ -5553,11 +5749,11 @@ Returns the receives of an address "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1729875873, + "block_time": 1730152407, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -5575,8 +5771,8 @@ Returns the receives of an address Returns the sends, include Enhanced and MPMA sends, of an address and asset + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return - + asset: `MYASSETA` (str, required) - The asset to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address to return + + asset: `MPMASSET` (str, required) - The asset to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5594,23 +5790,23 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset { "result": [ { - "tx_index": 56, - "tx_hash": "919449b62dbff81fcd96e48125e7189c2874935af0ab6e8ca4b4ce67bb2a1f65", - "block_index": 190, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", - "asset": "MYASSETA", + "tx_index": 71, + "tx_hash": "010878cb258fcb650e08a643b378a6d4cb639088fb6ede26fd2da787ef6e1198", + "block_index": 204, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", + "asset": "MPMASSET", "quantity": 10, "status": "valid", "msg_index": 1, - "memo": null, + "memo": "memo3", "fee_paid": 0, "confirmed": true, - "block_time": 1729876020, + "block_time": 1730152632, "asset_info": { "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -5618,23 +5814,47 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "fee_paid_normalized": "0.00000000" }, { - "tx_index": 56, - "tx_hash": "919449b62dbff81fcd96e48125e7189c2874935af0ab6e8ca4b4ce67bb2a1f65", - "block_index": 190, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", - "asset": "MYASSETA", + "tx_index": 71, + "tx_hash": "010878cb258fcb650e08a643b378a6d4cb639088fb6ede26fd2da787ef6e1198", + "block_index": 204, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "asset": "MPMASSET", "quantity": 10, "status": "valid", "msg_index": 0, - "memo": null, + "memo": "memo2", + "fee_paid": 0, + "confirmed": true, + "block_time": 1730152632, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010", + "fee_paid_normalized": "0.00000000" + }, + { + "tx_index": 70, + "tx_hash": "e7fa392f3c77dd7ccf5a213a0499a37e09b2766a3e18d399368df57975d62a4b", + "block_index": 203, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", + "asset": "MPMASSET", + "quantity": 10, + "status": "valid", + "msg_index": 1, + "memo": "the memo", "fee_paid": 0, "confirmed": true, - "block_time": 1729876020, + "block_time": 1730152628, "asset_info": { "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -5642,56 +5862,56 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset "fee_paid_normalized": "0.00000000" }, { - "tx_index": 39, - "tx_hash": "52ccdea2e1b30a387fbe11e985eca8000c34c698e3fbc7d42b122d8112f49ca1", - "block_index": 152, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "52ccdea2e1b30a387fbe11e985eca8000c34c698e3fbc7d42b122d8112f49ca1:1", - "asset": "MYASSETA", - "quantity": 1000000000, + "tx_index": 70, + "tx_hash": "e7fa392f3c77dd7ccf5a213a0499a37e09b2766a3e18d399368df57975d62a4b", + "block_index": 203, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "asset": "MPMASSET", + "quantity": 10, "status": "valid", "msg_index": 0, - "memo": null, + "memo": "the memo", "fee_paid": 0, "confirmed": true, - "block_time": 1729875878, + "block_time": 1730152628, "asset_info": { "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, - "quantity_normalized": "10.00000000", + "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 36, - "tx_hash": "20d672e20ae3e08302a625db8ec5e88b336dc5db4c807e88ee72d21b4d556904", - "block_index": 149, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "d04cbc4143bd475740dfb3d02bfdaaa23e40fc357c9e9475d29ecc97b6a5851a:1", - "asset": "MYASSETA", - "quantity": 1000000000, + "tx_index": 69, + "tx_hash": "56e8cc4cc3a55d0851ceb82c848ae152c7a40735c2a8e736c425047b6ccfc0cf", + "block_index": 202, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "asset": "MPMASSET", + "quantity": 1000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1729875866, + "block_time": 1730152624, "asset_info": { "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, - "quantity_normalized": "10.00000000", + "quantity_normalized": "0.00001000", "fee_paid_normalized": "0.00000000" } ], "next_cursor": null, - "result_count": 4 + "result_count": 5 } ``` @@ -5700,8 +5920,8 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset Returns the receives of an address and asset + Parameters - + address: `bcrt1qlnehx4acfdgpf3cz4hqtgdgf5wejvwhpr9x5kq` (str, required) - The address to return - + asset: `MYASSETA` (str, required) - The asset to return + + address: `bcrt1qgj5fzklvgauxn9cwyuxjug8eqmn24f4hhp6034` (str, required) - The address to return + + asset: `MPMASSET` (str, required) - The asset to return + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5717,34 +5937,9 @@ Returns the receives of an address and asset ``` { - "result": [ - { - "tx_index": 38, - "tx_hash": "d9c867b10bea6f7411fc096f380763fb0a09ee8fc6ca89568b5c11ee0f15063c", - "block_index": 151, - "source": "03cae60632c738d12c7ac2243ef952bbe11e47c70391ef56c5a8012cf1c8ca86:0", - "destination": "bcrt1qlnehx4acfdgpf3cz4hqtgdgf5wejvwhpr9x5kq", - "asset": "MYASSETA", - "quantity": 500000000, - "status": "valid", - "msg_index": 0, - "memo": null, - "fee_paid": 0, - "confirmed": true, - "block_time": 1729875873, - "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "divisible": true, - "locked": false - }, - "quantity_normalized": "5.00000000", - "fee_paid_normalized": "0.00000000" - } - ], + "result": [], "next_cursor": null, - "result_count": 1 + "result_count": 0 } ``` @@ -5753,7 +5948,7 @@ Returns the receives of an address and asset Returns the dispensers of an address + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address to return + status (enum[str], optional) - The status of the dispensers to return + Default: `all` + Members @@ -5782,9 +5977,9 @@ Returns the dispensers of an address "result": [ { "tx_index": 26, - "tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5793,7 +5988,7 @@ Returns the dispensers of an address "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5803,7 +5998,7 @@ Returns the dispensers of an address "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1729875837, + "block_time": 1730152371, "asset_info": { "divisible": true, "asset_longname": null, @@ -5819,9 +6014,9 @@ Returns the dispensers of an address }, { "tx_index": 62, - "tx_hash": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f", + "tx_hash": "a66401c0c7f18461dcb757685e287c5257f065eed4bb1ab2202bc6f94f1ee648", "block_index": 197, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "TESTLOCKDESC", "give_quantity": 1, "escrow_quantity": 10000, @@ -5830,7 +6025,7 @@ Returns the dispensers of an address "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -5840,11 +6035,11 @@ Returns the dispensers of an address "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1729876048, + "block_time": 1730152599, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -5865,7 +6060,7 @@ Returns the dispensers of an address Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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` @@ -5878,9 +6073,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -5889,7 +6084,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5899,7 +6094,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1729875837, + "block_time": 1730152371, "asset_info": { "divisible": true, "asset_longname": null, @@ -5921,7 +6116,7 @@ Returns the dispenser of an address and an asset Returns the dispenses of a source + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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 @@ -5941,19 +6136,19 @@ Returns the dispenses of a source { "tx_index": 63, "dispense_index": 0, - "tx_hash": "111da276d70487dd4e13a1a34d06d5b818ca44563e219ccbe23b63fe949791f2", + "tx_hash": "106579c58f047e17b477ed29537a950c9bd5764e11e554aecd245d2b34c593bb", "block_index": 197, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "TESTLOCKDESC", "dispense_quantity": 4000, - "dispenser_tx_hash": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f", + "dispenser_tx_hash": "a66401c0c7f18461dcb757685e287c5257f065eed4bb1ab2202bc6f94f1ee648", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 62, "block_index": 197, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -5961,7 +6156,7 @@ Returns the dispenses of a source "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -5976,11 +6171,11 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729876048, + "block_time": 1730152599, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -5990,19 +6185,19 @@ Returns the dispenses of a source { "tx_index": 28, "dispense_index": 0, - "tx_hash": "895ffd0096fc74da46fae8991008d7b96917b3d7af4052139abd8ca5243c7d6f", + "tx_hash": "475aace33224bce0e872b971aec679f51e613b383e613646278c6b56f677ba98", "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "dispenser_tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6010,7 +6205,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6025,7 +6220,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729875837, + "block_time": 1730152371, "asset_info": { "divisible": true, "asset_longname": null, @@ -6039,19 +6234,19 @@ Returns the dispenses of a source { "tx_index": 27, "dispense_index": 0, - "tx_hash": "25170fc51b03a3d18f94ff7d53767773e1a9a2ef3e46d71c32b0431533374742", + "tx_hash": "2d37d2e02bbcaf2608cf7a4a6ffd2ba0fa304b2a8fdcdd11dba977438e2de7cb", "block_index": 140, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "dispenser_tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6059,7 +6254,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6074,7 +6269,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729875832, + "block_time": 1730152367, "asset_info": { "divisible": true, "asset_longname": null, @@ -6096,7 +6291,7 @@ Returns the dispenses of a source Returns the dispenses of a destination + Parameters - + address: `bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws` (str, required) - The address to return + + address: `bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g` (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 @@ -6116,19 +6311,19 @@ Returns the dispenses of a destination { "tx_index": 63, "dispense_index": 0, - "tx_hash": "111da276d70487dd4e13a1a34d06d5b818ca44563e219ccbe23b63fe949791f2", + "tx_hash": "106579c58f047e17b477ed29537a950c9bd5764e11e554aecd245d2b34c593bb", "block_index": 197, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "TESTLOCKDESC", "dispense_quantity": 4000, - "dispenser_tx_hash": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f", + "dispenser_tx_hash": "a66401c0c7f18461dcb757685e287c5257f065eed4bb1ab2202bc6f94f1ee648", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 62, "block_index": 197, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6136,7 +6331,7 @@ Returns the dispenses of a destination "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -6151,11 +6346,11 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729876048, + "block_time": 1730152599, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -6165,19 +6360,19 @@ Returns the dispenses of a destination { "tx_index": 28, "dispense_index": 0, - "tx_hash": "895ffd0096fc74da46fae8991008d7b96917b3d7af4052139abd8ca5243c7d6f", + "tx_hash": "475aace33224bce0e872b971aec679f51e613b383e613646278c6b56f677ba98", "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "dispenser_tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6185,7 +6380,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6200,7 +6395,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729875837, + "block_time": 1730152371, "asset_info": { "divisible": true, "asset_longname": null, @@ -6214,19 +6409,19 @@ Returns the dispenses of a destination { "tx_index": 27, "dispense_index": 0, - "tx_hash": "25170fc51b03a3d18f94ff7d53767773e1a9a2ef3e46d71c32b0431533374742", + "tx_hash": "2d37d2e02bbcaf2608cf7a4a6ffd2ba0fa304b2a8fdcdd11dba977438e2de7cb", "block_index": 140, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "dispenser_tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6234,7 +6429,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6249,7 +6444,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729875832, + "block_time": 1730152367, "asset_info": { "divisible": true, "asset_longname": null, @@ -6271,7 +6466,7 @@ Returns the dispenses of a destination Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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` @@ -6292,19 +6487,19 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "895ffd0096fc74da46fae8991008d7b96917b3d7af4052139abd8ca5243c7d6f", + "tx_hash": "475aace33224bce0e872b971aec679f51e613b383e613646278c6b56f677ba98", "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "dispenser_tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6312,7 +6507,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6327,7 +6522,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729875837, + "block_time": 1730152371, "asset_info": { "divisible": true, "asset_longname": null, @@ -6341,19 +6536,19 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "25170fc51b03a3d18f94ff7d53767773e1a9a2ef3e46d71c32b0431533374742", + "tx_hash": "2d37d2e02bbcaf2608cf7a4a6ffd2ba0fa304b2a8fdcdd11dba977438e2de7cb", "block_index": 140, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "dispenser_tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6361,7 +6556,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6376,7 +6571,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729875832, + "block_time": 1730152367, "asset_info": { "divisible": true, "asset_longname": null, @@ -6398,7 +6593,7 @@ Returns the dispenses of an address and an asset Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws` (str, required) - The address to return + + address: `bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g` (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` @@ -6419,19 +6614,19 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "895ffd0096fc74da46fae8991008d7b96917b3d7af4052139abd8ca5243c7d6f", + "tx_hash": "475aace33224bce0e872b971aec679f51e613b383e613646278c6b56f677ba98", "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "dispenser_tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6439,7 +6634,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6454,7 +6649,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729875837, + "block_time": 1730152371, "asset_info": { "divisible": true, "asset_longname": null, @@ -6468,19 +6663,19 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "25170fc51b03a3d18f94ff7d53767773e1a9a2ef3e46d71c32b0431533374742", + "tx_hash": "2d37d2e02bbcaf2608cf7a4a6ffd2ba0fa304b2a8fdcdd11dba977438e2de7cb", "block_index": 140, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "dispenser_tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6488,7 +6683,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6503,7 +6698,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729875832, + "block_time": 1730152367, "asset_info": { "divisible": true, "asset_longname": null, @@ -6525,7 +6720,7 @@ Returns the dispenses of an address and an asset Returns the sweeps of an address + Parameters - + address: `bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l` (str, required) - The address to return + + address: `bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2` (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 @@ -6544,16 +6739,16 @@ Returns the sweeps of an address "result": [ { "tx_index": 60, - "tx_hash": "1d031b9b6673ffa862e5c7d317e913556ea7cdd6a6bc1f5f92953c4c751f3c14", + "tx_hash": "2c7ae8f6e4701927ddcbe44081605a47255ab492749f67fbd114ecf1a8a65b35", "block_index": 194, - "source": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", - "destination": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "source": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "destination": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1729876037, + "block_time": 1730152588, "fee_paid_normalized": "0.00600000" } ], @@ -6567,7 +6762,7 @@ Returns the sweeps of an address Returns the issuances of an address + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address to return + asset_events (enum[str], optional) - Filter result by one or several comma separated asset events + Default: `all` + Members @@ -6597,16 +6792,44 @@ Returns the issuances of an address ``` { "result": [ + { + "tx_index": 68, + "tx_hash": "4828af32a199e79551813e98f231b88c18fce171b1aa13a0a36ebd89438480eb", + "msg_index": 0, + "block_index": 201, + "asset": "MPMASSET", + "quantity": 100000000000, + "divisible": true, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "transfer": false, + "callable": false, + "call_date": 0, + "call_price": 0.0, + "description": "My super asset B", + "fee_paid": 50000000, + "status": "valid", + "asset_longname": null, + "locked": false, + "reset": false, + "description_locked": false, + "fair_minting": false, + "asset_events": "creation", + "confirmed": true, + "block_time": 1730152620, + "quantity_normalized": "1000.00000000", + "fee_paid_normalized": "0.50000000" + }, { "tx_index": 48, - "tx_hash": "92b8cfc3dc569089881dfa46bd7aded69c484e727c25ac8c0d98ea48d182e205", + "tx_hash": "9e318339eedce8001504b264f6284e226cd64f7682b8d8516c334f650d696d1a", "msg_index": 0, "block_index": 161, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "transfer": false, "callable": false, "call_date": 0, @@ -6621,20 +6844,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1729875920, + "block_time": 1730152454, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 47, - "tx_hash": "be598808b3f486e15e9e7267071c662fd87779a774a700271319f7ac59268ea9", + "tx_hash": "45cb917d16df66648e5f28c6c2bd440fe45d164add86d0e42b41da39eb7f0556", "msg_index": 0, "block_index": 160, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "transfer": false, "callable": false, "call_date": 0, @@ -6649,20 +6872,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "lock_description", "confirmed": true, - "block_time": 1729875905, + "block_time": 1730152441, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "d356791a0df1d37ddaf36b4b2a55eccaeda19adbaf8e099acda84fe9f8d43bb2", + "tx_hash": "ac506b92d017443f43af978440e014edeebaeb005ef74872f0a538268c655b9e", "msg_index": 0, "block_index": 159, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "transfer": false, "callable": false, "call_date": 0, @@ -6677,20 +6900,20 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1729875901, + "block_time": 1730152437, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 45, - "tx_hash": "d679c8a07c7838453357da218c63bf8e7fb7b0efdf968013a632b9f14d728268", + "tx_hash": "9083ecad51d2ce0aeb1ab41b80c7db2a58cda52c3031dfb8b79d2bb2689cf70a", "msg_index": 0, "block_index": 158, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "transfer": false, "callable": false, "call_date": 0, @@ -6705,41 +6928,13 @@ Returns the issuances of an address "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1729875898, + "block_time": 1730152434, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" - }, - { - "tx_index": 42, - "tx_hash": "772d960e551d4fc5c1336a1240f36767f99bf76fc41c0822689601aebf475857", - "msg_index": 0, - "block_index": 155, - "asset": "A95428958968845068", - "quantity": 0, - "divisible": true, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "transfer": false, - "callable": false, - "call_date": 0, - "call_price": 0.0, - "description": "", - "fee_paid": 0, - "status": "valid", - "asset_longname": "MYASSETA.SUBMYASSETA", - "locked": false, - "reset": false, - "description_locked": false, - "fair_minting": true, - "asset_events": "open_fairminter", - "confirmed": true, - "block_time": 1729875887, - "quantity_normalized": "0.00000000", - "fee_paid_normalized": "0.00000000" } ], - "next_cursor": 16, - "result_count": 21 + "next_cursor": 17, + "result_count": 22 } ``` @@ -6748,7 +6943,7 @@ Returns the issuances of an address Returns the valid assets issued or owned by an address + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The issuer or owner to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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 @@ -6767,12 +6962,29 @@ Returns the valid assets issued or owned by an address ``` { "result": [ + { + "asset": "MPMASSET", + "asset_id": "101158363923", + "asset_longname": null, + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false, + "supply": 100000000000, + "description": "My super asset B", + "first_issuance_block_index": 201, + "last_issuance_block_index": 201, + "confirmed": true, + "first_issuance_block_time": 1730152620, + "last_issuance_block_time": 1730152620, + "supply_normalized": "1000.00000000" + }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 10000000000, @@ -6780,16 +6992,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 158, "last_issuance_block_index": 160, "confirmed": true, - "first_issuance_block_time": 1729875898, - "last_issuance_block_time": 1729875905, + "first_issuance_block_time": 1730152434, + "last_issuance_block_time": 1730152441, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 100000000000, @@ -6797,16 +7009,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1729875862, - "last_issuance_block_time": 1729875862, + "first_issuance_block_time": 1730152396, + "last_issuance_block_time": 1730152396, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 40, @@ -6814,16 +7026,16 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1729875814, - "last_issuance_block_time": 1729875818, + "first_issuance_block_time": 1730152348, + "last_issuance_block_time": 1730152352, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 19, @@ -6831,30 +7043,13 @@ Returns the valid assets issued or owned by an address "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1729875789, - "last_issuance_block_time": 1729875810, + "first_issuance_block_time": 1730152322, + "last_issuance_block_time": 1730152344, "supply_normalized": "0.00000019" - }, - { - "asset": "FAIRMINTB", - "asset_id": "1046814266083", - "asset_longname": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "divisible": true, - "locked": false, - "supply": 0, - "description": "", - "first_issuance_block_index": 126, - "last_issuance_block_index": 130, - "confirmed": true, - "first_issuance_block_time": 1729875771, - "last_issuance_block_time": 1729875786, - "supply_normalized": "0.00000000" } ], - "next_cursor": 2, - "result_count": 6 + "next_cursor": 3, + "result_count": 7 } ``` @@ -6863,7 +7058,7 @@ Returns the valid assets issued or owned by an address Returns the valid assets issued by an address + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The issuer to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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 @@ -6882,12 +7077,29 @@ Returns the valid assets issued by an address ``` { "result": [ + { + "asset": "MPMASSET", + "asset_id": "101158363923", + "asset_longname": null, + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false, + "supply": 100000000000, + "description": "My super asset B", + "first_issuance_block_index": 201, + "last_issuance_block_index": 201, + "confirmed": true, + "first_issuance_block_time": 1730152620, + "last_issuance_block_time": 1730152620, + "supply_normalized": "1000.00000000" + }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 10000000000, @@ -6895,16 +7107,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 158, "last_issuance_block_index": 160, "confirmed": true, - "first_issuance_block_time": 1729875898, - "last_issuance_block_time": 1729875905, + "first_issuance_block_time": 1730152434, + "last_issuance_block_time": 1730152441, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 100000000000, @@ -6912,16 +7124,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1729875862, - "last_issuance_block_time": 1729875862, + "first_issuance_block_time": 1730152396, + "last_issuance_block_time": 1730152396, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 40, @@ -6929,16 +7141,16 @@ Returns the valid assets issued by an address "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1729875814, - "last_issuance_block_time": 1729875818, + "first_issuance_block_time": 1730152348, + "last_issuance_block_time": 1730152352, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 19, @@ -6946,30 +7158,13 @@ Returns the valid assets issued by an address "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1729875789, - "last_issuance_block_time": 1729875810, + "first_issuance_block_time": 1730152322, + "last_issuance_block_time": 1730152344, "supply_normalized": "0.00000019" - }, - { - "asset": "FAIRMINTB", - "asset_id": "1046814266083", - "asset_longname": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "divisible": true, - "locked": false, - "supply": 0, - "description": "", - "first_issuance_block_index": 126, - "last_issuance_block_index": 130, - "confirmed": true, - "first_issuance_block_time": 1729875771, - "last_issuance_block_time": 1729875786, - "supply_normalized": "0.00000000" } ], - "next_cursor": 2, - "result_count": 6 + "next_cursor": 3, + "result_count": 7 } ``` @@ -6978,7 +7173,7 @@ Returns the valid assets issued by an address Returns the valid assets owned by an address + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The owner to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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 @@ -6997,12 +7192,29 @@ Returns the valid assets owned by an address ``` { "result": [ + { + "asset": "MPMASSET", + "asset_id": "101158363923", + "asset_longname": null, + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false, + "supply": 100000000000, + "description": "My super asset B", + "first_issuance_block_index": 201, + "last_issuance_block_index": 201, + "confirmed": true, + "first_issuance_block_time": 1730152620, + "last_issuance_block_time": 1730152620, + "supply_normalized": "1000.00000000" + }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 10000000000, @@ -7010,16 +7222,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 158, "last_issuance_block_index": 160, "confirmed": true, - "first_issuance_block_time": 1729875898, - "last_issuance_block_time": 1729875905, + "first_issuance_block_time": 1730152434, + "last_issuance_block_time": 1730152441, "supply_normalized": "100.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 100000000000, @@ -7027,16 +7239,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1729875862, - "last_issuance_block_time": 1729875862, + "first_issuance_block_time": 1730152396, + "last_issuance_block_time": 1730152396, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 40, @@ -7044,16 +7256,16 @@ Returns the valid assets owned by an address "first_issuance_block_index": 135, "last_issuance_block_index": 136, "confirmed": true, - "first_issuance_block_time": 1729875814, - "last_issuance_block_time": 1729875818, + "first_issuance_block_time": 1730152348, + "last_issuance_block_time": 1730152352, "supply_normalized": "0.00000040" }, { "asset": "FAIRMINTC", "asset_id": "1046814266084", "asset_longname": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 19, @@ -7061,30 +7273,13 @@ Returns the valid assets owned by an address "first_issuance_block_index": 131, "last_issuance_block_index": 134, "confirmed": true, - "first_issuance_block_time": 1729875789, - "last_issuance_block_time": 1729875810, + "first_issuance_block_time": 1730152322, + "last_issuance_block_time": 1730152344, "supply_normalized": "0.00000019" - }, - { - "asset": "FAIRMINTB", - "asset_id": "1046814266083", - "asset_longname": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "divisible": true, - "locked": false, - "supply": 0, - "description": "", - "first_issuance_block_index": 126, - "last_issuance_block_index": 130, - "confirmed": true, - "first_issuance_block_time": 1729875771, - "last_issuance_block_time": 1729875786, - "supply_normalized": "0.00000000" } ], - "next_cursor": 2, - "result_count": 6 + "next_cursor": 3, + "result_count": 7 } ``` @@ -7093,8 +7288,8 @@ Returns the valid assets owned by an address Returns the transactions of an address + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return - + cursor: `68` (str, optional) - The last transaction index to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address to return + + cursor: `75` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return + Default: `10` @@ -7111,57 +7306,18 @@ Returns the transactions of an address { "result": [ { - "tx_index": 62, - "tx_hash": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f", - "block_index": 196, - "block_hash": "6e3cb216f3145455efc27a2f6f579c4a01305a02305f48759144dabb73b27da3", - "block_time": 1729876044, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "0c00fa1f28ff3c2e3e00000000000000010000000000002710000000000000000100", - "supported": true, - "utxos_info": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f:1", - "confirmed": true, - "unpacked_data": { - "message_type": "dispenser", - "message_type_id": 12, - "message_data": { - "asset": "TESTLOCKDESC", - "give_quantity": 1, - "escrow_quantity": 10000, - "mainchainrate": 1, - "dispenser_status": 0, - "action_address": null, - "oracle_address": null, - "status": "valid", - "asset_info": { - "asset_longname": null, - "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "divisible": true, - "locked": false - }, - "give_quantity_normalized": "0.00000001", - "escrow_quantity_normalized": "0.00010000" - } - }, - "btc_amount_normalized": "0.00000000" - }, - { - "tx_index": 59, - "tx_hash": "65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff", - "block_index": 193, - "block_hash": "45f185041d0ca45bc37935f64eb5d323bdbf3867d26d00c4fe1ad1525a9812b6", - "block_time": 1729876032, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx_index": 74, + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "block_hash": "78dcceea5b1f8905c8c8bcca43699402b0f3aa9be7fe52853376ffeedc3c0fae", + "block_time": 1730152654, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", "supported": true, - "utxos_info": "65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff:1", + "utxos_info": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b:1", "confirmed": true, "unpacked_data": { "message_type": "order", @@ -7196,103 +7352,85 @@ Returns the transactions of an address "btc_amount_normalized": "0.00000000" }, { - "tx_index": 58, - "tx_hash": "6e5994a49b95a9d34b6f4e68f6eb65886caabed3ac7e73da743efacf6f95c15f", - "block_index": 192, - "block_hash": "6be48c382c9942ca735bebd63f6fd172f2370046494e2b051ab2230e49f7c8c4", - "block_time": 1729876028, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "46f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", - "supported": true, - "utxos_info": "6e5994a49b95a9d34b6f4e68f6eb65886caabed3ac7e73da743efacf6f95c15f:1", - "confirmed": true, - "unpacked_data": { - "message_type": "cancel", - "message_type_id": 70, - "message_data": { - "offer_hash": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", - "status": "valid" - } - }, - "btc_amount_normalized": "0.00000000" - }, - { - "tx_index": 57, - "tx_hash": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", - "block_index": 191, - "block_hash": "4003b7caf894823fd81bb6e27f945a17aad4e8674493d4cb6aeceb6233323e87", - "block_time": 1729876024, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx_index": 71, + "tx_hash": "010878cb258fcb650e08a643b378a6d4cb639088fb6ede26fd2da787ef6e1198", + "block_index": 204, + "block_hash": "0fc24941821562dd4e60166d7e8ad1cbc45b7b430459c9a48264e114924458db", + "block_time": 1730152632, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0a000000000000000100000000000003e8000000000000000000000000000003e800150000000000000000", + "data": "030003805511f1f6819b94a0094d338694640cbee5b8969d80a7571097c4fb8e6abca791ff02187aaecf8530ec802f97d5f43cfda62fa2b92fe2d2b1dcd874e475b440000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703:1", + "utxos_info": "010878cb258fcb650e08a643b378a6d4cb639088fb6ede26fd2da787ef6e1198:0", "confirmed": true, "unpacked_data": { - "message_type": "order", - "message_type_id": 10, - "message_data": { - "give_asset": "XCP", - "give_quantity": 1000, - "get_asset": "BTC", - "get_quantity": 1000, - "expiration": 21, - "fee_required": 0, - "status": "open", - "give_asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "get_asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Bitcoin cryptocurrency", - "locked": false, - "issuer": null + "message_type": "mpma_send", + "message_type_id": 3, + "message_data": [ + { + "asset": "MPMASSET", + "destination": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "quantity": 10, + "memo": "memo2", + "memo_is_hex": false, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" }, - "give_quantity_normalized": "0.00001000", - "get_quantity_normalized": "0.00001000", - "fee_required_normalized": "0.00000000" - } + { + "asset": "XCP", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "quantity": 10, + "memo": "memo1", + "memo_is_hex": false, + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "quantity_normalized": "0.00000010" + } + ] }, "btc_amount_normalized": "0.00000000" }, { - "tx_index": 56, - "tx_hash": "919449b62dbff81fcd96e48125e7189c2874935af0ab6e8ca4b4ce67bb2a1f65", - "block_index": 190, - "block_hash": "0c22d5f5069d1e48684934297db7b24cd14f263b972adee4e059a1b97f242b5a", - "block_time": 1729876020, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx_index": 70, + "tx_hash": "e7fa392f3c77dd7ccf5a213a0499a37e09b2766a3e18d399368df57975d62a4b", + "block_index": 203, + "block_hash": "722ff4f47c82493fc6b30fa306d6a1be83cf3d3e17d6efb4e1bcf1ab0f1fa3c3", + "block_time": 1730152628, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380e8c3b1adeb653f6e4f1b59eb2bd4db48f26652ba8041bc73770b22d4ed185c6ac763c7d17e3a3272ce80ff7bfd93f2bf72a1088e1cdf07174f46f787c026400000060acdc5db9400000000000000290000000000000005200000000000000020000000000000001400", + "data": "030003805511f1f6819b94a0094d338694640cbee5b8969d80a7571097c4fb8e6abca791ff02187aaecf8530ec802f97d5f43cfda62fa2b92fe2d2b1dcd874e475b488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", "supported": true, - "utxos_info": "919449b62dbff81fcd96e48125e7189c2874935af0ab6e8ca4b4ce67bb2a1f65:0", + "utxos_info": "e7fa392f3c77dd7ccf5a213a0499a37e09b2766a3e18d399368df57975d62a4b:0", "confirmed": true, "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { - "asset": "MYASSETA", - "destination": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "asset": "MPMASSET", + "destination": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "quantity": 10, - "memo": null, - "memo_is_hex": null, + "memo": "the memo", + "memo_is_hex": false, "asset_info": { "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -7300,10 +7438,10 @@ Returns the transactions of an address }, { "asset": "XCP", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "quantity": 10, - "memo": null, - "memo_is_hex": null, + "memo": "the memo", + "memo_is_hex": false, "asset_info": { "divisible": true, "asset_longname": null, @@ -7316,10 +7454,79 @@ Returns the transactions of an address ] }, "btc_amount_normalized": "0.00000000" + }, + { + "tx_index": 69, + "tx_hash": "56e8cc4cc3a55d0851ceb82c848ae152c7a40735c2a8e736c425047b6ccfc0cf", + "block_index": 202, + "block_hash": "79b4c1c873594bc980c6c6d4733edf015c77175fae846e37158cbc393a56609d", + "block_time": 1730152624, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": null, + "btc_amount": 0, + "fee": 10000, + "data": "02000000178d82231300000000000003e8805511f1f6819b94a0094d338694640cbee5b8969d", + "supported": true, + "utxos_info": "56e8cc4cc3a55d0851ceb82c848ae152c7a40735c2a8e736c425047b6ccfc0cf:1", + "confirmed": true, + "unpacked_data": { + "message_type": "enhanced_send", + "message_type_id": 2, + "message_data": { + "asset": "MPMASSET", + "quantity": 1000, + "address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "memo": null, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00001000" + } + }, + "btc_amount_normalized": "0.00000000" + }, + { + "tx_index": 68, + "tx_hash": "4828af32a199e79551813e98f231b88c18fce171b1aa13a0a36ebd89438480eb", + "block_index": 201, + "block_hash": "7aefd1926dfc5229ca8b4f5f928c519809b6544393fcc22c1be0ed4e0823a910", + "block_time": 1730152620, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": null, + "btc_amount": 0, + "fee": 10000, + "data": "16000000178d822313000000174876e8000100004d792073757065722061737365742042", + "supported": true, + "utxos_info": "4828af32a199e79551813e98f231b88c18fce171b1aa13a0a36ebd89438480eb:1", + "confirmed": true, + "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" + } + }, + "btc_amount_normalized": "0.00000000" } ], - "next_cursor": 51, - "result_count": 26 + "next_cursor": 62, + "result_count": 31 } ``` @@ -7328,7 +7535,7 @@ Returns the transactions of an address Returns the dividends distributed by an address + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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 @@ -7347,20 +7554,20 @@ Returns the dividends distributed by an address "result": [ { "tx_index": 41, - "tx_hash": "6a9e8d85dff00cad75497c9d493b1ae63a575a6431e10264a90c8debe24c9938", + "tx_hash": "7372f146a3d2b2f8ed86192a8116aa167602a212012c7e629321341896e9a2ab", "block_index": 154, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1729875884, + "block_time": 1730152419, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -7385,7 +7592,7 @@ Returns the dividends distributed by an address Returns the orders of an address + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address to return + status (enum[str], optional) - The status of the orders to return + Default: `all` + Members @@ -7414,9 +7621,9 @@ Returns the orders of an address "result": [ { "tx_index": 49, - "tx_hash": "111cae1f148e5e4f64d102a7b4d610db135455bd946bb24c769e8de37ef9306b", + "tx_hash": "e526d2697a8a05b800974f9c210fa510da6ab47751c34779b7ac367e9b4b6a4f", "block_index": 184, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7431,7 +7638,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1729875934, + "block_time": 1730152467, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7457,9 +7664,9 @@ Returns the orders of an address }, { "tx_index": 51, - "tx_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", - "block_index": 188, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "block_index": 207, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -7472,9 +7679,9 @@ Returns the orders of an address "fee_required_remaining": 0, "fee_provided": 10000, "fee_provided_remaining": 10000, - "status": "open", + "status": "expired", "confirmed": true, - "block_time": 1729876012, + "block_time": 1730152654, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7500,9 +7707,9 @@ Returns the orders of an address }, { "tx_index": 57, - "tx_hash": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", + "tx_hash": "5c60fdbd8e12b558b37692f338ed060f1b08aa4280e7910c72df925b8447fe4e", "block_index": 192, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7517,7 +7724,7 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1729876028, + "block_time": 1730152570, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7543,9 +7750,9 @@ Returns the orders of an address }, { "tx_index": 59, - "tx_hash": "65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff", + "tx_hash": "b5909bb972e8db050ad13378b2bb33e60dcf58c0e358ef41f60556c84f4beb1f", "block_index": 193, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7560,7 +7767,50 @@ Returns the orders of an address "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1729876032, + "block_time": 1730152583, + "give_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "get_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Bitcoin cryptocurrency", + "locked": false, + "issuer": null + }, + "give_quantity_normalized": "0.00001000", + "get_quantity_normalized": "0.00001000", + "get_remaining_normalized": "0.00001000", + "give_remaining_normalized": "0.00001000", + "fee_provided_normalized": "0.00010000", + "fee_required_normalized": "0.00000000", + "fee_required_remaining_normalized": "0.00000000", + "fee_provided_remaining_normalized": "0.00010000" + }, + { + "tx_index": 74, + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "give_asset": "XCP", + "give_quantity": 1000, + "give_remaining": 1000, + "get_asset": "BTC", + "get_quantity": 1000, + "get_remaining": 1000, + "expiration": 21, + "expire_index": 228, + "fee_required": 0, + "fee_required_remaining": 0, + "fee_provided": 10000, + "fee_provided_remaining": 10000, + "status": "open", + "confirmed": true, + "block_time": 1730152654, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7586,7 +7836,7 @@ Returns the orders of an address } ], "next_cursor": null, - "result_count": 4 + "result_count": 5 } ``` @@ -7595,7 +7845,7 @@ Returns the orders of an address Returns the fairminter by its source + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The source of the fairminter to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The source of the fairminter to return + status (enum[str], optional) - The status of the fairminters to return + Default: `all` + Members @@ -7620,10 +7870,10 @@ Returns the fairminter by its source { "result": [ { - "tx_hash": "772d960e551d4fc5c1336a1240f36767f99bf76fc41c0822689601aebf475857", + "tx_hash": "26539725e06907af8de0d1566e600341a0e33f7489250c5638c4fc997807d55b", "tx_index": 42, "block_index": 155, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "A95428958968845068", "asset_parent": "MYASSETA", "asset_longname": "MYASSETA.SUBMYASSETA", @@ -7648,7 +7898,7 @@ Returns the fairminter by its source "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1729875887, + "block_time": 1730152422, "price_normalized": "0.00000001", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -7657,10 +7907,10 @@ Returns the fairminter by its source "premint_quantity_normalized": "0.00000000" }, { - "tx_hash": "5361559a88d02eae2c794d10d512f6a0cd9edcf9100e94befc4a514df243e1b5", + "tx_hash": "7bf87f6bffa46a3fcb072996b272f354e8b8bcb62d27b5ab21bf9290781edbf4", "tx_index": 22, "block_index": 135, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -7685,7 +7935,7 @@ Returns the fairminter by its source "commission": 0, "paid_quantity": 34, "confirmed": true, - "block_time": 1729875814, + "block_time": 1730152348, "price_normalized": "0.00000050", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -7697,10 +7947,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "0.00000034" }, { - "tx_hash": "ef080661adc888d76e84e31b7fac496b24e1f17a36ceb0636ff5a0e378d127f5", + "tx_hash": "f496a13cefb5917af9ca4382b65ec34a3e9377aad3a9573222f40fc26e5d4e38", "tx_index": 18, "block_index": 131, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -7725,7 +7975,7 @@ Returns the fairminter by its source "commission": 0, "paid_quantity": 5, "confirmed": true, - "block_time": 1729875789, + "block_time": 1730152322, "price_normalized": "0.00000001", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -7737,10 +7987,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "0.00000005" }, { - "tx_hash": "5bbb7d89d98e4d3cea2e5bcb4f6438a19666ff81c76b02e70f1508276c81fcfe", + "tx_hash": "6ac387e7a4732b3b47f0a44d4265bf5b9e977878f765bf98458be3555cade1d0", "tx_index": 14, "block_index": 130, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -7765,7 +8015,7 @@ Returns the fairminter by its source "commission": 0, "paid_quantity": 300000000, "confirmed": true, - "block_time": 1729875786, + "block_time": 1730152319, "price_normalized": "0.00000001", "hard_cap_normalized": "100.00000000", "soft_cap_normalized": "10.00000000", @@ -7777,10 +8027,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "3.00000000" }, { - "tx_hash": "e5fbab5552d39b8da2835a6510f0a5df1ca29f754c9cffa94cc56e5acb501dba", + "tx_hash": "c54b70535645814003d679de1dea6c3d208a360033ed6961b9958ac910e83988", "tx_index": 10, "block_index": 125, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -7805,7 +8055,7 @@ Returns the fairminter by its source "commission": 0, "paid_quantity": 10000000000, "confirmed": true, - "block_time": 1729875767, + "block_time": 1730152299, "price_normalized": "0.00000001", "hard_cap_normalized": "100.00000000", "soft_cap_normalized": "10.00000000", @@ -7827,7 +8077,7 @@ Returns the fairminter by its source Returns the mints by address + Parameters - + address: `bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws` (str, required) - The address of the mints to return + + address: `bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g` (str, required) - The address of the mints to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -7845,22 +8095,22 @@ Returns the mints by address { "result": [ { - "tx_hash": "ecec50cf753443c475ce9f73a76cedc25f382d25cefaa00d66706cdd544af1e4", + "tx_hash": "56b0ac88f54ca2611881f2c8478a761603f5cf942a379a757a13b52c2c193505", "tx_index": 23, "block_index": 136, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "5361559a88d02eae2c794d10d512f6a0cd9edcf9100e94befc4a514df243e1b5", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "7bf87f6bffa46a3fcb072996b272f354e8b8bcb62d27b5ab21bf9290781edbf4", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875818, + "block_time": 1730152352, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -7869,22 +8119,22 @@ Returns the mints by address "paid_quantity_normalized": "0.00000034" }, { - "tx_hash": "87884ac53a4aacf74156f175cb165810d1814f1f8055d20c774db5c03037d974", + "tx_hash": "ff6f27751d9a86791bebbfbdf6c94db117df2b3f2193fb80951f246a234aec33", "tx_index": 21, "block_index": 134, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "ef080661adc888d76e84e31b7fac496b24e1f17a36ceb0636ff5a0e378d127f5", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "f496a13cefb5917af9ca4382b65ec34a3e9377aad3a9573222f40fc26e5d4e38", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875810, + "block_time": 1730152344, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -7893,22 +8143,22 @@ Returns the mints by address "paid_quantity_normalized": "0.00000003" }, { - "tx_hash": "cac3154c795618e62f7795292f95404673f9cf0c3ec5d3b8569e7e54e56041b5", + "tx_hash": "d8a0233a8d8e6e63a86f2762bdcd19f395771e948e9d9fd91e4131cf9b4b466c", "tx_index": 20, "block_index": 133, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "ef080661adc888d76e84e31b7fac496b24e1f17a36ceb0636ff5a0e378d127f5", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "f496a13cefb5917af9ca4382b65ec34a3e9377aad3a9573222f40fc26e5d4e38", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875796, + "block_time": 1730152329, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -7917,22 +8167,22 @@ Returns the mints by address "paid_quantity_normalized": "0.00000001" }, { - "tx_hash": "9938a552fcf5b52aac1996f6ef4c65ef99ff68e50830c40666c0ae6a2a3a0ea8", + "tx_hash": "9cbbbc1ba5c0c6a6a4766e5b10e4e35fe2772e4e9a4ac36a36fe0e0239c134f8", "tx_index": 19, "block_index": 132, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "ef080661adc888d76e84e31b7fac496b24e1f17a36ceb0636ff5a0e378d127f5", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "f496a13cefb5917af9ca4382b65ec34a3e9377aad3a9573222f40fc26e5d4e38", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875793, + "block_time": 1730152326, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -7941,22 +8191,22 @@ Returns the mints by address "paid_quantity_normalized": "0.00000001" }, { - "tx_hash": "35e610d6b6a17ffa96a45a34067de3837f4816e5de97bbaa1a4ba6c0e62aabd1", + "tx_hash": "cd779281665ec54a0657c909a5a5888c98253660c075af8adf487672735a1d69", "tx_index": 15, "block_index": 127, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "5bbb7d89d98e4d3cea2e5bcb4f6438a19666ff81c76b02e70f1508276c81fcfe", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "6ac387e7a4732b3b47f0a44d4265bf5b9e977878f765bf98458be3555cade1d0", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875776, + "block_time": 1730152307, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -7965,22 +8215,22 @@ Returns the mints by address "paid_quantity_normalized": "1.00000000" }, { - "tx_hash": "de184419a11537960bae99ccefa71431f36d0c43aa7748376b4cc904b81daed8", + "tx_hash": "ad038314ecaadc5a21c95e7031f68c14cf21d4376168426a31ac625e89895b71", "tx_index": 11, "block_index": 123, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "e5fbab5552d39b8da2835a6510f0a5df1ca29f754c9cffa94cc56e5acb501dba", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "c54b70535645814003d679de1dea6c3d208a360033ed6961b9958ac910e83988", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875760, + "block_time": 1730152293, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -7999,7 +8249,7 @@ Returns the mints by address Returns the mints by address and asset + Parameters - + address: `bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws` (str, required) - The address of the mints to return + + address: `bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g` (str, required) - The address of the mints to return + asset: `FAIRMINTA` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -8018,22 +8268,22 @@ Returns the mints by address and asset { "result": [ { - "tx_hash": "de184419a11537960bae99ccefa71431f36d0c43aa7748376b4cc904b81daed8", + "tx_hash": "ad038314ecaadc5a21c95e7031f68c14cf21d4376168426a31ac625e89895b71", "tx_index": 11, "block_index": 123, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "e5fbab5552d39b8da2835a6510f0a5df1ca29f754c9cffa94cc56e5acb501dba", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "c54b70535645814003d679de1dea6c3d208a360033ed6961b9958ac910e83988", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875760, + "block_time": 1730152293, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -8047,6 +8297,64 @@ Returns the mints by address and asset } ``` +## Group Utxos + +### Get Utxo Balances [GET /v2/utxos/{utxo}/balances{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] + +Returns the balances of an utxo + ++ Parameters + + utxo: `24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0` (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 + + Default: `100` + + offset (int, optional) - The number of lines to skip before returning results (overrides the `cursor` parameter) + + Default: `None` + + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + + Default: `false` + + show_unconfirmed (bool, optional) - Include results from Mempool. + + Default: `false` + ++ Response 200 (application/json) + + ``` + { + "result": [ + { + "asset": "XCP", + "quantity": 1500000000, + "utxo": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", + "utxo_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null + }, + "quantity_normalized": "15.00000000" + }, + { + "asset": "MYASSETA", + "quantity": 1500000000, + "utxo": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", + "utxo_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "asset_info": { + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false + }, + "quantity_normalized": "15.00000000" + } + ], + "next_cursor": null, + "result_count": 2 + } + ``` + ## Group Compose **Notes about the Optional `encoding` Parameter.** @@ -8070,13 +8378,13 @@ By default the default value of the `encoding` parameter detailed above is `auto - Sign the transaction following the `Bitcoinjs-lib on javascript, signing a P2SH redeeming transaction` section - **NOTE**: Don't leave pretxs hanging without transmitting the second transaction as this pollutes the UTXO set and risks making bitcoin harder to run on low spec nodes. -### Compose Bet [GET /v2/addresses/{address}/compose/bet{?feed_address}{&bet_type}{&deadline}{&wager_quantity}{&counterwager_quantity}{&expiration}{&leverage}{&target_value}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Bet [GET /v2/addresses/{address}/compose/bet{?feed_address}{&bet_type}{&deadline}{&wager_quantity}{&counterwager_quantity}{&expiration}{&leverage}{&target_value}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to issue a bet against a feed. + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address that will make the bet - + feed_address: `bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws` (str, required) - The address that hosts the feed to be bet on + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address that will make the bet + + feed_address: `bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g` (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) @@ -8126,6 +8434,10 @@ Composes a transaction to issue a bet against a feed. + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -8139,12 +8451,12 @@ Composes a transaction to issue a bet against a feed. } ``` -### Compose Broadcast [GET /v2/addresses/{address}/compose/broadcast{?timestamp}{&value}{&fee_fraction}{&text}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Broadcast [GET /v2/addresses/{address}/compose/broadcast{?timestamp}{&value}{&fee_fraction}{&text}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to broadcast textual and numerical information to the network. + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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) @@ -8189,6 +8501,10 @@ Composes a transaction to broadcast textual and numerical information to the net + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -8200,7 +8516,7 @@ Composes a transaction to broadcast textual and numerical information to the net { "result": { "params": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -8210,9 +8526,9 @@ Composes a transaction to broadcast textual and numerical information to the net "data": "434e5452505254591eeea6b9f14059000000000000004c4b400f2248656c6c6f2c20776f726c642122", "btc_in": 5000000000, "btc_out": 0, - "btc_change": 4999985110, - "btc_fee": 14890, - "rawtransaction": "02000000000101ba9f4524168be2765a45cc71adb2b22281788fd6a477ebf760ed1f395345bbcb00000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff0200000000000000002b6a2924f04cf861aaab433b87d991283f4abe647b7b8e6bdddce649bd29af4473b032afe6299df3411027f4d6b7052a01000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74802000000000000", + "btc_change": 4999985795, + "btc_fee": 14205, + "rawtransaction": "020000000001016bbdac07a76d292a49995d8bf8de89da525d9b32d2ab29a52feb98c105f20576000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff0200000000000000002b6a29b93f99a28b4bb16aef7b085834e88cc7ffc295c6ea9bc30651365677485eea265eb32240ea4dc2f70483ba052a010000001600147967f0a0bd9d33804ecfac05d869b2782a3467a102000000000000", "unpacked_data": { "message_type": "broadcast", "message_type_id": 30, @@ -8229,13 +8545,13 @@ Composes a transaction to broadcast textual and numerical information to the net } ``` -### Compose BTCPay [GET /v2/addresses/{address}/compose/btcpay{?order_match_id}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose BTCPay [GET /v2/addresses/{address}/compose/btcpay{?order_match_id}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to pay for a BTC order match. + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address that will be sending the payment - + order_match_id: `d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf` (str, required) - The ID of the order match to pay for + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address that will be sending the payment + + order_match_id: `0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8` (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) @@ -8276,6 +8592,10 @@ Composes a transaction to pay for a BTC order match. + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -8287,23 +8607,23 @@ Composes a transaction to pay for a BTC order match. { "result": { "params": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "order_match_id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf" + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "order_match_id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8" }, "name": "btcpay", - "data": "434e5452505254590bd520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c19ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", + "data": "434e5452505254590b0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca436714468448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", "btc_in": 5000000000, "btc_out": 3000, - "btc_change": 4999978049, - "btc_fee": 18951, - "rawtransaction": "02000000000101be150b833f3b3d41e45aa03d1956746c24462d6ee5fa356310ae29f0fac3fdab00000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff03b80b000000000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74800000000000000004b6a49c822823fcbefad04994d17ebc7cd5ac8aecd0288a5df471749e7634949cae075fc3c11394264e28ade6e0acb72a1cd42aa03094bf3bb3a54bdafd74d88414cb76cc29609c85e65b0ef419c052a01000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74802000000000000", + "btc_change": 4999978921, + "btc_fee": 18079, + "rawtransaction": "020000000001013ba8474dba78d5b2a7418f254db65d0f667eb6846cf0a2d1a37fec518310b597000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff03b80b0000000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a100000000000000004b6a4975cbfbf03e30e31bb5e20d495fb01c2653599b2a09b993f3207ec6a8201d7607d5182a30e2d2fa8df227d622eecd6eb3b30958a79f37fd67972e55d5fc313b9c11b791efbb1facff6ca99f052a010000001600147967f0a0bd9d33804ecfac05d869b2782a3467a102000000000000", "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", - "tx1_hash": "9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", - "order_match_id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", + "tx0_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "tx1_hash": "68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", + "order_match_id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", "status": "valid" } } @@ -8311,12 +8631,12 @@ Composes a transaction to pay for a BTC order match. } ``` -### Compose Burn [GET /v2/addresses/{address}/compose/burn{?quantity}{&overburn}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Burn [GET /v2/addresses/{address}/compose/burn{?quantity}{&overburn}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] 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: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address with the BTC to burn + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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` @@ -8360,6 +8680,10 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -8371,7 +8695,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss { "result": { "params": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "quantity": 1000, "overburn": false }, @@ -8379,20 +8703,20 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss "data": null, "btc_in": 5000000000, "btc_out": 1000, - "btc_change": 4999985156, - "btc_fee": 13844, - "rawtransaction": "0200000000010137ec33628fcdb1a9c50007c3a89a0e6bae5706b02951f6125718f6b4529e541600000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac04b8052a01000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74802000000000000" + "btc_change": 4999985793, + "btc_fee": 13207, + "rawtransaction": "02000000000101b2eea65ffc130ffefef3cddf867d62b6a3a3d85413826b0f9a9bec147e2af13f000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac81ba052a010000001600147967f0a0bd9d33804ecfac05d869b2782a3467a102000000000000" } } ``` -### Compose Cancel [GET /v2/addresses/{address}/compose/cancel{?offer_hash}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Cancel [GET /v2/addresses/{address}/compose/cancel{?offer_hash}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to cancel an open order or bet. + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address that placed the order/bet to be cancelled - + offer_hash: `65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff` (str, required) - The hash of the order/bet to be cancelled + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address that placed the order/bet to be cancelled + + offer_hash: `94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b` (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) @@ -8433,6 +8757,10 @@ Composes a transaction to cancel an open order or bet. + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -8444,21 +8772,21 @@ Composes a transaction to cancel an open order or bet. { "result": { "params": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "offer_hash": "65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff" + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "offer_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b" }, "name": "cancel", - "data": "434e5452505254594665c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff", + "data": "434e5452505254594694d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", "btc_in": 5000000000, "btc_out": 0, - "btc_change": 4999985110, - "btc_fee": 14890, - "rawtransaction": "020000000001017586b86bc163821cd6b659640efd899c63173e2317436686e63e8e3368fa8ec800000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff0200000000000000002b6a298361e9b61b93c70680ebfc9f5db9ec6456157f10da5722c9c577426d29610c2a694f715838bea74b93d6b7052a01000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74802000000000000", + "btc_change": 4999985795, + "btc_fee": 14205, + "rawtransaction": "020000000001017607181c41ad743b880f28175184e2c04167fd1d94fd25a7209c9ea321fb3887000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff0200000000000000002b6a29303ebad3021b4d6138b5db967d05db545eedba6d0c675259c45a095f6fd75b9424d81427e4e3aaa10e83ba052a010000001600147967f0a0bd9d33804ecfac05d869b2782a3467a102000000000000", "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff", + "offer_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", "status": "valid" } } @@ -8466,12 +8794,12 @@ Composes a transaction to cancel an open order or bet. } ``` -### Compose Destroy [GET /v2/addresses/{address}/compose/destroy{?asset}{&quantity}{&tag}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Destroy [GET /v2/addresses/{address}/compose/destroy{?asset}{&quantity}{&tag}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to destroy a quantity of an asset. + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address that will be sending the asset to be destroyed + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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 @@ -8515,6 +8843,10 @@ Composes a transaction to destroy a quantity of an asset. + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -8526,7 +8858,7 @@ Composes a transaction to destroy a quantity of an asset. { "result": { "params": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -8543,9 +8875,9 @@ Composes a transaction to destroy a quantity of an asset. "data": "434e5452505254596e000000000000000100000000000003e822627567732122", "btc_in": 5000000000, "btc_out": 0, - "btc_change": 4999985664, - "btc_fee": 14336, - "rawtransaction": "020000000001012e0e50c19f5074eea1d8c17cd6879adcb051c25abbe3e1a9328f06faf229116000000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff020000000000000000226a20c96ff42fd9bc9aecb9251b0a6417472b0690430266ca7cfe494b636da1f2197500ba052a01000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74802000000000000", + "btc_change": 4999986323, + "btc_fee": 13677, + "rawtransaction": "02000000000101187d4666a3e0d464a2bfa34950f8e7420dc6a833e8186850829a30dbb5ddc164000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff020000000000000000226a2094d7a3f3bbcd35ff65faa7e260b5ef6c46b4bb390ea97ca5c8ec89f01b2ffc9493bc052a010000001600147967f0a0bd9d33804ecfac05d869b2782a3467a102000000000000", "unpacked_data": { "message_type": "destroy", "message_type_id": 110, @@ -8560,12 +8892,12 @@ Composes a transaction to destroy a quantity of an asset. } ``` -### Compose Dispenser [GET /v2/addresses/{address}/compose/dispenser{?asset}{&give_quantity}{&escrow_quantity}{&mainchainrate}{&status}{&open_address}{&oracle_address}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Dispenser [GET /v2/addresses/{address}/compose/dispenser{?asset}{&give_quantity}{&escrow_quantity}{&mainchainrate}{&status}{&open_address}{&oracle_address}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] 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: `bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + + address: `bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t` (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) @@ -8615,6 +8947,10 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -8626,7 +8962,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv { "result": { "params": { - "source": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "source": "bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -8648,9 +8984,9 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv "data": "434e5452505254590c000000000000000100000000000003e800000000000003e8000000000000006400", "btc_in": 4949934500, "btc_out": 0, - "btc_change": 4949919549, - "btc_fee": 14951, - "rawtransaction": "02000000000101e3f61985ad574271f36d9aa38a689b45a90eb31282c733525079b9be999e2f9c010000001600140e46f99c97e82da0b0b17c2eaf78f51070e611b4ffffffff0200000000000000002c6a2a4277113ca832cfadb6d4e12145ec87337a9894e147e80622109d08e3ed56eaef9652bd96b7ead91554df3dc70927010000001600140e46f99c97e82da0b0b17c2eaf78f51070e611b402000000000000", + "btc_change": 4949920236, + "btc_fee": 14264, + "rawtransaction": "02000000000101d1c09a210e2f9eb576d8d0c26d620bd0524b583f80fab9276b3596b96e02afae01000000160014da3f874dd1752afc2255c5a8d149ba44da1c5a7effffffff0200000000000000002c6a2a727cb1709e366477fd16c83cc5d4d3816740f1707e9354508ff03c7fc05a03221c9533b31becd82add28ecc9092701000000160014da3f874dd1752afc2255c5a8d149ba44da1c5a7e02000000000000", "unpacked_data": { "message_type": "dispenser", "message_type_id": 12, @@ -8671,12 +9007,12 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv } ``` -### Compose Dividend [GET /v2/addresses/{address}/compose/dividend{?quantity_per_unit}{&asset}{÷nd_asset}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Dividend [GET /v2/addresses/{address}/compose/dividend{?quantity_per_unit}{&asset}{÷nd_asset}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to issue a dividend to holders of a given asset. + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (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: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + quantity_per_unit: `1` (int, required) - The amount of dividend_asset rewarded (in satoshis, hence integer) + asset: `FAIRMINTA` (str, required) - The asset or subasset that the dividends are being rewarded on + dividend_asset: `XCP` (str, required) - The asset or subasset that the dividends are paid in @@ -8720,6 +9056,10 @@ Composes a transaction to issue a dividend to holders of a given asset. + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -8731,14 +9071,14 @@ Composes a transaction to issue a dividend to holders of a given asset. { "result": { "params": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "quantity_per_unit": 1, "asset": "FAIRMINTA", "dividend_asset": "XCP", "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -8755,9 +9095,9 @@ Composes a transaction to issue a dividend to holders of a given asset. "data": "434e545250525459320000000000000001000000f3bafe12e20000000000000001", "btc_in": 5000000000, "btc_out": 0, - "btc_change": 4999985602, - "btc_fee": 14398, - "rawtransaction": "0200000000010117d0c94606515db5d229f7068ab8f8b313ed418d31799d5245c932e70fe2a39700000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff020000000000000000236a217c09d61d451fcc78daa6dfaf67020c301b75fe683edb01d4f2fd53209555b2be5bc2b9052a01000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74802000000000000", + "btc_change": 4999986264, + "btc_fee": 13736, + "rawtransaction": "02000000000101bccddcc7c292c9f93bd0a857d43e2f251b8660b79784967209514551c8d90556000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff020000000000000000236a2116d6d2bf8ee338938cd8bb42921a91b70dcb91491707280fba52b2d7971bd7428158bc052a010000001600147967f0a0bd9d33804ecfac05d869b2782a3467a102000000000000", "unpacked_data": { "message_type": "dividend", "message_type_id": 50, @@ -8773,15 +9113,15 @@ Composes a transaction to issue a dividend to holders of a given asset. } ``` -### Compose Issuance [GET /v2/addresses/{address}/compose/issuance{?asset}{&quantity}{&transfer_destination}{&divisible}{&lock}{&reset}{&description}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Issuance [GET /v2/addresses/{address}/compose/issuance{?asset}{&quantity}{&transfer_destination}{&divisible}{&lock}{&reset}{&description}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] 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: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address that will be issuing or transfering the asset + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, optional) - The address to receive the asset + + transfer_destination: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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` @@ -8831,6 +9171,10 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -8842,10 +9186,10 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo { "result": { "params": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "transfer_destination": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "lock": false, "reset": false, @@ -8856,9 +9200,9 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo "data": "434e5452505254591600000001a956fbdf00000000000003e8010000c04e554c4c", "btc_in": 5000000000, "btc_out": 546, - "btc_change": 4999982964, - "btc_fee": 16490, - "rawtransaction": "02000000000101327c00ce43ede25debe22ed780dac3ba76d392a9ba648307f515b626983b9be800000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff032202000000000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff7480000000000000000236a21e04797aade082d95379ff0cfde5da76db1a9aca46565564ebd5c7cc3b9711a964274af052a01000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74802000000000000", + "btc_change": 4999983723, + "btc_fee": 15731, + "rawtransaction": "02000000000101139de7476f55fdf21e92052391719656f33b7347ea131643e6b1453a536795c7000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff0322020000000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a10000000000000000236a21ceeba0a4b3fe260c096002670704f57eedf714525e8020461d52d24f2d7fbe50646bb2052a010000001600147967f0a0bd9d33804ecfac05d869b2782a3467a102000000000000", "unpacked_data": { "message_type": "issuance", "message_type_id": 22, @@ -8882,18 +9226,22 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo } ``` -### Compose MPMA [GET /v2/addresses/{address}/compose/mpma{?assets}{&destinations}{&quantities}{&memo}{&memo_is_hex}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose MPMA [GET /v2/addresses/{address}/compose/mpma{?assets}{&destinations}{&quantities}{&memos}{&memos_are_hex}{&memo}{&memo_is_hex}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to send multiple payments to multiple addresses. + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) - + assets: `XCP,MYASSETA` (str, required) - comma-separated list of assets to send - + destinations: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva,bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws` (str, required) - comma-separated list of addresses to send to + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + assets: `XCP,MPMASSET` (str, required) - comma-separated list of assets to send + + destinations: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s,bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g` (str, required) - comma-separated list of addresses to send to + quantities: `1,2` (str, required) - comma-separated list of quantities to send (in satoshis, hence integer) - + memo: `"Hello, world!"` (str, optional) - The Memo associated with this transaction + + memos (list, optional) - One `memos` argument by send, if any + Default: `None` - + memo_is_hex: `False` (bool, optional) - Whether the memo field is a hexadecimal string + + memos_are_hex (bool, optional) - Whether the memos are in hexadecimal format + + Default: `None` + + memo (str, optional) - The Memo associated with this transaction, used by default for all sends if no `memos` are specified + + Default: `None` + + memo_is_hex (bool, optional) - Whether the memo field is a hexadecimal string + Default: `False` + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -8935,6 +9283,10 @@ Composes a transaction to send multiple payments to multiple addresses. + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -8946,46 +9298,46 @@ Composes a transaction to send multiple payments to multiple addresses. { "result": { "params": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", 1 ], [ - "MYASSETA", - "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "MPMASSET", + "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", 2 ] ], - "memo": "\"Hello, world!\"", + "memo": null, "memo_is_hex": false }, "name": "mpma", - "data": "434e54525052545903000280aa5f1fcf04bccbd58dfaa75c74514113e56ff74880e8c3b1adeb653f6e4f1b59eb2bd4db48f26652ba8f2248656c6c6f2c20776f726c6421228000000c159b8bb72000000000000000480000000000000008000000000000000200", + "data": "434e545250525459030002807967f0a0bd9d33804ecfac05d869b2782a3467a1805511f1f6819b94a0094d338694640cbee5b8969d40000005e36088c4d000000000000000240000000000000004000000000000000100", "btc_in": 20000000000, "btc_out": 2000, - "btc_change": 19999942870, - "btc_fee": 55130, - "rawtransaction": "020000000001040dea2852b03c6db35c901546ffbbaebe82b32effb00adc6c763c9323ca41e24e00000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffffd57a84ba84f216251a91df650d6b7116bf3b34922a157d82884f3d5c88678a0500000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff377647a5bd5470af2f29be5e89fbfe894378660e3eb587b09f3ce528215c9c0b00000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff1f89794624b6dd4e5cdb4d3a46b6f08abc0f8c40cad8f8f03d83cb294ef2b5fe00000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff03e8030000000000006951210359b1740fd686fce25029f048f4d762e7b9cfe85d1af814e08e031b6682763dcd21020336c3c2524555b015219669c830c4f6d6ae1751359a1b08bdc43930dd723abf210211fc3ee26c9dc627b64802ffd7b0b6e4b6b7457ab997983e0a3b366bc6f2f51553aee8030000000000006951210356b1740fd686fce2500a8725061159d9544b5496c36075cc65574a27919352402103f47e0b2a91f4f85b701ef026d3692fdd02755da353c8a1879f8c5c5cb11d169d210211fc3ee26c9dc627b64802ffd7b0b6e4b6b7457ab997983e0a3b366bc6f2f51553aed6e816a804000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74802000002000002000002000000000000", + "btc_change": 19999945404, + "btc_fee": 52596, + "rawtransaction": "020000000001049e5f6c01f025eb801bd2f83123f1fbe1bc26d82731c5e989f8827fd1c96545ca000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1fffffffff1945c0490ae4bbe569a4e9478ec268003a1461dd53616cbc78fa81d421f8ee6000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1fffffffffa6f704e1baaf5c6952e2ea6c20f6981d6dc033886747b9cf110bf2877cd5b1a000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffffe4f980087f32a896e9ad9c82620f463004e29fc7dfad97e2a3ee49ab2d75c415000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff03e80300000000000069512102f405a8ba5cf6a2b810a6c3550b257049f2d6e1b083639fb7cdf85a7788a4b72d210255bb00ed856a417842a099b3da1b48400df47e096af35ec60cb900f2caafc54d2103be1550749fb1f6e8569a217e3386b6fe9cd46a26502621789da3a82663b2d50053aee80300000000000069512102eb05a8ba5cf6a2b81075c3578b5c17b9524f7c83032d501bc82433c5f08e835c2103321a81b8949bb7f9d93439ba9728ced469f8c0ecd265c3860cb90511aa2701df2103be1550749fb1f6e8569a217e3386b6fe9cd46a26502621789da3a82663b2d50053aebcf216a8040000001600147967f0a0bd9d33804ecfac05d869b2782a3467a102000002000002000002000000000000", "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { - "asset": "MYASSETA", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "asset": "MPMASSET", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "quantity": 2, - "memo": "\"Hello, world!\"", - "memo_is_hex": false + "memo": null, + "memo_is_hex": null }, { "asset": "XCP", - "destination": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "destination": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "quantity": 1, - "memo": "\"Hello, world!\"", - "memo_is_hex": false + "memo": null, + "memo_is_hex": null } ] } @@ -8993,12 +9345,12 @@ Composes a transaction to send multiple payments to multiple addresses. } ``` -### Compose Order [GET /v2/addresses/{address}/compose/order{?give_asset}{&give_quantity}{&get_asset}{&get_quantity}{&expiration}{&fee_required}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Order [GET /v2/addresses/{address}/compose/order{?give_asset}{&give_quantity}{&get_asset}{&get_quantity}{&expiration}{&fee_required}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to place an order on the distributed exchange. + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + give_asset: `XCP` (str, required) - The asset that will be given in the trade + give_quantity: `1000` (int, required) - The quantity of the asset that will be given (in satoshis, hence integer) + get_asset: `FAIRMINTA` (str, required) - The asset that will be received in the trade @@ -9045,6 +9397,10 @@ Composes a transaction to place an order on the distributed exchange. + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -9056,7 +9412,7 @@ Composes a transaction to place an order on the distributed exchange. { "result": { "params": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "FAIRMINTA", @@ -9073,7 +9429,7 @@ Composes a transaction to place an order on the distributed exchange. "get_asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -9085,9 +9441,9 @@ Composes a transaction to place an order on the distributed exchange. "data": "434e5452505254590a000000000000000100000000000003e8000000f3bafe12e200000000000003e800640000000000000064", "btc_in": 5000000000, "btc_out": 0, - "btc_change": 4999984495, - "btc_fee": 15505, - "rawtransaction": "02000000000101ee39364187a27e574280596410b70f4847254d3f3aff821fcd8a0f9829133b3100000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff020000000000000000356a3373690747fb312f865b7593ea2d05ea3fe290d77e97b1bc967973240e6d379222a28d90fd71664cd13dc8f4773ffbfd91df14f06fb5052a01000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74802000000000000", + "btc_change": 4999985208, + "btc_fee": 14792, + "rawtransaction": "02000000000101ab499e5a3d8196519c12febc23e233920eb19d00e35c78dca0789e44b26cdac2000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff020000000000000000356a33bece1d3d171adcd7284dfef1ab9a46411240de9c5909b634b7850938f967c24dbdbf6ce5d336636d946de16548c2ee67eca42a38b8052a010000001600147967f0a0bd9d33804ecfac05d869b2782a3467a102000000000000", "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -9108,13 +9464,13 @@ Composes a transaction to place an order on the distributed exchange. } ``` -### Compose Send [GET /v2/addresses/{address}/compose/send{?destination}{&asset}{&quantity}{&memo}{&memo_is_hex}{&use_enhanced_send}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Send [GET /v2/addresses/{address}/compose/send{?destination}{&asset}{&quantity}{&memo}{&memo_is_hex}{&use_enhanced_send}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to send a quantity of an asset to another address. + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) - + destination: `bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws` (str, required) - The address that will be receiving the asset + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + destination: `bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g` (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 @@ -9163,6 +9519,10 @@ Composes a transaction to send a quantity of an asset to another address. + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -9174,8 +9534,8 @@ Composes a transaction to send a quantity of an asset to another address. { "result": { "params": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "quantity": 1000, "memo": null, @@ -9191,19 +9551,19 @@ Composes a transaction to send a quantity of an asset to another address. "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e880e8c3b1adeb653f6e4f1b59eb2bd4db48f26652ba", + "data": "434e54525052545902000000000000000100000000000003e8805511f1f6819b94a0094d338694640cbee5b8969d", "btc_in": 5000000000, "btc_out": 0, - "btc_change": 4999984803, - "btc_fee": 15197, - "rawtransaction": "020000000001015f572b10e82ae4e7245d3788318ec4699543a4e925fc2232a2de2c9271c49c8100000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff020000000000000000306a2ee796c2a399c14ecdd3bf731ace596700d4468848a6fdb759d1f64c8cfdb93a279ea80c4a861fba8a3e3f8c180e25a3b6052a01000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74802000000000000", + "btc_change": 4999985501, + "btc_fee": 14499, + "rawtransaction": "02000000000101b2623bad63243f7a0e974d94b0c223add9b0b80a5e255266b92ba264c7a45311000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff020000000000000000306a2ea21d7eb608cf78cca691ce6c36f4842f50d439486b60d2e6b88abcceecd2cedf427af27fa2b7385ff2398e091e045db9052a010000001600147967f0a0bd9d33804ecfac05d869b2782a3467a102000000000000", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 1000, - "address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "memo": null, "quantity_normalized": "0.00001000" } @@ -9212,13 +9572,13 @@ Composes a transaction to send a quantity of an asset to another address. } ``` -### Compose Sweep [GET /v2/addresses/{address}/compose/sweep{?destination}{&flags}{&memo}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Sweep [GET /v2/addresses/{address}/compose/sweep{?destination}{&flags}{&memo}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to Sends all assets and/or transfer ownerships to a destination address. + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address that will be sending - + destination: `bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws` (str, required) - The address to receive the assets and/or ownerships + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address that will be sending + + destination: `bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g` (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 @@ -9261,6 +9621,10 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -9272,23 +9636,23 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti { "result": { "params": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "flags": 7, "memo": "FFFF" }, "name": "sweep", - "data": "434e5452505254590480e8c3b1adeb653f6e4f1b59eb2bd4db48f26652ba07ffff", + "data": "434e54525052545904805511f1f6819b94a0094d338694640cbee5b8969d07ffff", "btc_in": 5000000000, "btc_out": 0, - "btc_change": 4999985602, - "btc_fee": 14398, - "rawtransaction": "02000000000101f01cf8227b24abff6c956382c4b2ebbeba4380b6f6290d16d7f3d1888da0998b00000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff020000000000000000236a21b8ac5ec1c7c141350f22bbc7877bfd56e15fe9314cfecc34c55bc586ce69dbc72ac2b9052a01000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74802000000000000", + "btc_change": 4999986264, + "btc_fee": 13736, + "rawtransaction": "02000000000101cf72977222916e5cfff737c5d75904919a603da30c94d8ca213d849c9728dd9b000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff020000000000000000236a2190fbdb1d8fa53db0eb2a8fc10d632c18bddc537f624460499580413ae7e1bfc5bd58bc052a010000001600147967f0a0bd9d33804ecfac05d869b2782a3467a102000000000000", "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "flags": 7, "memo": "ffff" } @@ -9297,13 +9661,13 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti } ``` -### Compose Dispense [GET /v2/addresses/{address}/compose/dispense{?dispenser}{&quantity}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Dispense [GET /v2/addresses/{address}/compose/dispense{?dispenser}{&quantity}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to send BTC to a dispenser. + Parameters - + address: `bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws` (str, required) - The address that will be sending (must have the necessary quantity of BTC) - + dispenser: `bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj` (str, required) - The dispenser that will be receiving the asset + + address: `bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g` (str, required) - The address that will be sending (must have the necessary quantity of BTC) + + dispenser: `bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2` (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` @@ -9345,6 +9709,10 @@ Composes a transaction to send BTC to a dispenser. + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -9356,17 +9724,17 @@ Composes a transaction to send BTC to a dispenser. { "result": { "params": { - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "destination": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "destination": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "quantity": 1000 }, "name": "dispense", "data": "434e5452505254590d00", - "btc_in": 4949854000, + "btc_in": 4949828000, "btc_out": 1000, - "btc_change": 4949837926, - "btc_fee": 15074, - "rawtransaction": "02000000000101f2919794fe633be2cb9c213e5644ca18b8d5064da3a1134edd8704d776a21d1102000000160014e8c3b1adeb653f6e4f1b59eb2bd4db48f26652baffffffff03e803000000000000160014ff7bfd93f2bf72a1088e1cdf07174f46f787c02600000000000000000c6a0a1e1e622ba185e90744bf6688082701000000160014e8c3b1adeb653f6e4f1b59eb2bd4db48f26652ba02000000000000", + "btc_change": 4949812619, + "btc_fee": 14381, + "rawtransaction": "02000000000101065e2fae24d3ed96a884712623a3a8e194a3cdde3cb588023317f389f6ba83df030000001600145511f1f6819b94a0094d338694640cbee5b8969dffffffff03e8030000000000001600142f97d5f43cfda62fa2b92fe2d2b1dcd874e475b400000000000000000c6a0a2e4844bdce5321afdbce8b250827010000001600145511f1f6819b94a0094d338694640cbee5b8969d02000000000000", "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -9378,12 +9746,12 @@ Composes a transaction to send BTC to a dispenser. } ``` -### Compose Fairminter [GET /v2/addresses/{address}/compose/fairminter{?asset}{&asset_parent}{&price}{&quantity_by_price}{&max_mint_per_tx}{&hard_cap}{&premint_quantity}{&start_block}{&end_block}{&soft_cap}{&soft_cap_deadline_block}{&minted_asset_commission}{&burn_payment}{&lock_description}{&lock_quantity}{&divisible}{&description}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Fairminter [GET /v2/addresses/{address}/compose/fairminter{?asset}{&asset_parent}{&price}{&quantity_by_price}{&max_mint_per_tx}{&hard_cap}{&premint_quantity}{&start_block}{&end_block}{&soft_cap}{&soft_cap_deadline_block}{&minted_asset_commission}{&burn_payment}{&lock_description}{&lock_quantity}{&divisible}{&description}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to issue a new asset using the FairMinter protocol. + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address that will be issuing the asset + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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: `` @@ -9457,6 +9825,10 @@ Composes a transaction to issue a new asset using the FairMinter protocol. + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -9468,7 +9840,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. { "result": { "params": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -9497,9 +9869,9 @@ Composes a transaction to issue a new asset using the FairMinter protocol. "data": "434e5452505254595a4d5941535345547c7c31307c317c307c307c307c307c307c307c307c307c307c307c307c317c", "btc_in": 5000000000, "btc_out": 0, - "btc_change": 4999984741, - "btc_fee": 15259, - "rawtransaction": "020000000001012a035812009894c8e7773b1d3a74269e92d17e91c4061aed16f13ca471a66f0500000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff020000000000000000316a2f04837b856423fea56cbc0aaccecd1342cc3751ec4c51b50e00cc5fc3939103c81dfe27dede267cf8fad823f319dd7a65b6052a01000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74802000000000000", + "btc_change": 4999985443, + "btc_fee": 14557, + "rawtransaction": "02000000000101ab2eb3e3483c4039cce505f85cc0563cd331a85d45dff80d9bf880fe20828bb2000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff020000000000000000316a2f0dec8a46d77959fb639a45d020ade0350620490390b08869ef4325180cb952a68b03d1100c753808ff73cd2066b25e23b9052a010000001600147967f0a0bd9d33804ecfac05d869b2782a3467a102000000000000", "unpacked_data": { "message_type": "fairminter", "message_type_id": 90, @@ -9533,12 +9905,12 @@ Composes a transaction to issue a new asset using the FairMinter protocol. } ``` -### Compose Fairmint [GET /v2/addresses/{address}/compose/fairmint{?asset}{&quantity}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Fairmint [GET /v2/addresses/{address}/compose/fairmint{?asset}{&quantity}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to mint a quantity of an asset using the FairMinter protocol. + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address that will be minting the asset + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address that will be minting the asset + asset: `FAIRMINTC` (str, required) - The asset to mint + quantity: `1` (int, optional) - The quantity of the asset to mint (in satoshis, hence integer) + Default: `0` @@ -9582,6 +9954,10 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -9593,13 +9969,13 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto { "result": { "params": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "FAIRMINTC", "quantity": 1, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -9609,9 +9985,9 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto "data": "434e5452505254595b464149524d494e54437c31", "btc_in": 5000000000, "btc_out": 0, - "btc_change": 4999986402, - "btc_fee": 13598, - "rawtransaction": "02000000000101de0c787ae9cc816f11a997c834c15422b17f83ce29db74bc454956f6c4de267800000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff020000000000000000166a1474ca8fac46f44178e095034e94a2d1b7d50beb40e2bc052a01000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74802000000000000", + "btc_change": 4999987028, + "btc_fee": 12972, + "rawtransaction": "02000000000101268cd03227a87269a296132dced7a43ec578c67b187578cdda41ab4861774127000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff020000000000000000166a14eebd7268248a3ec571ad08ef295683791a5dd5c154bf052a010000001600147967f0a0bd9d33804ecfac05d869b2782a3467a102000000000000", "unpacked_data": { "message_type": "fairmint", "message_type_id": 91, @@ -9625,15 +10001,15 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto } ``` -### Compose Attach [GET /v2/addresses/{address}/compose/attach{?asset}{&quantity}{&destination}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Attach [GET /v2/addresses/{address}/compose/attach{?asset}{&quantity}{&destination}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to attach assets from an address to UTXO. + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address from which the assets are attached + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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: `6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f:1` (str, optional) - The utxo to attach the assets to + + destination: `94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b:1` (str, optional) - The utxo to attach the assets to + Default: `None` + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -9675,6 +10051,10 @@ Composes a transaction to attach assets from an address to UTXO. + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -9686,8 +10066,8 @@ Composes a transaction to attach assets from an address to UTXO. { "result": { "params": { - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f:1", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b:1", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -9700,12 +10080,12 @@ Composes a transaction to attach assets from an address to UTXO. "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964626372743171346630336c6e6379686e39617472303635617738673532707a306a6b6c6136673435707a76617c366537343964363866663964393938633138313733363561363035373633323431363931633532383362363137366366636563303235396262306565326336663a317c5843507c31303030", + "data": "434e5452505254596462637274317130396e6c706739616e356563716e6b3034737a617336646a30713472676561703561377539737c393464323835333663333666383932316563353335643561336532633533386665613265306561663936663138663536666536323861323436376233636435623a317c5843507c31303030", "btc_in": 30000000000, "btc_out": 3000, - "btc_change": 29999914612, - "btc_fee": 82388, - "rawtransaction": "0200000000010617008f4f372adb06a763d40a362f96e2e2740a0555de276dd5c8a1ff0650f2fa00000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748fffffffff528117da56199d9812d06e4ef27ed43620b916671babdd567a37a807614114700000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff76667f1d58f0b61461070d53d8bb7a55789c81b0a42ce2cad54bfe5d07b9832200000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff3a6e9e132bbe15f2b73d289f8abccc38b2894bfcb946091ed09d869a042b328200000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff54ee4eeab8d8a9eb4b8674287e88971334d615f78698f49de365af94e34114b600000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff0f821efaabb6e0e6971b5914b00bb4a770e9c495e67ed297762d8752328f8b0800000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff748ffffffff04e80300000000000069512102a750859296f9e5fa5855687c9443f3876369e4961a2d7e818363d1f300ab7b852103ed73bb9e8a0b92b1f28c4b0a44cc55a7eb92b65b6df3f77aad1d54c0a158297d210211fc3ee26c9dc627b64802ffd7b0b6e4b6b7457ab997983e0a3b366bc6f2f51553aee80300000000000069512102a750859296f9e5fa58096c79df53fbcf6f6ce59d47742ecede6cdea241ee7d182103e874eed8845596e0b7c443534d9605a6bac5e54872e6a634ae410196a8597acb210211fc3ee26c9dc627b64802ffd7b0b6e4b6b7457ab997983e0a3b366bc6f2f51553aee803000000000000695121028d50859296f9e5fa58036929800df38a0f4c84d947732dc8eb0de89274d94bb72103db46dae9b26ca78382f67b602fa034918ca6832b178596069b7863f4983c1f98210211fc3ee26c9dc627b64802ffd7b0b6e4b6b7457ab997983e0a3b366bc6f2f51553ae745e22fc06000000160014aa5f1fcf04bccbd58dfaa75c74514113e56ff74802000002000002000002000002000002000000000000", + "btc_change": 29999918400, + "btc_fee": 78600, + "rawtransaction": "02000000000106ca9abaac6407cea4a26e4325a5b6b605c16a5f49ad8b20edb751d3f839e60f01000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff2b86ecbeb4d73419de2ce8914ce12bc97ad3c5f326f3974cc97b9b093a3a7286000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff5efbf12951347af1bc0c104cf84743ee371bbf9077467d9da40739605f1e7c7b000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff10fe6ccda7c1f8982d6c4e3ff1bbe67e2821d56b3b69cba67ccfd95d0d080b28000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff101bb44012e5c305a391479949891b545cbdbd18c3e2f7116a1854b927bcea27000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffffb0d9bedd8c9fdd0eadc8ba2c4a7d994422c13be06f07d20dc8f80ad0497d221d000000001600147967f0a0bd9d33804ecfac05d869b2782a3467a1ffffffff04e80300000000000069512103db6eed4d1970d0de5bf33f4147e75816cf60917a132dbe1fd32db973c4ef5847210387118c8bf69ca93d3ddb93f8b8d0f234f045d2b0dab2d5cac29c2aba24522f1d2103be1550749fb1f6e8569a217e3386b6fe9cd46a26502621789da3a82663b2d50053aee80300000000000069512102db6eed4d1970d0de5ba13e1103f5515ecd689a755679b21a8879ef7587e206ac2102841d9994f6ddfa69328a84f5fcd1a66de64585e1cabd948e9a9a7abe2b052f502103be1550749fb1f6e8569a217e3386b6fe9cd46a26502621789da3a82663b2d50053aee80300000000000069512103f16eed4d1970d0de5bf4391757a9581ba71aaf6a527ab74ebd18dc10b58133e32103b725fff197ef9f5957ebe2cccab797558070b387af8ba6b6fba84e881c671c9d2103be1550749fb1f6e8569a217e3386b6fe9cd46a26502621789da3a82663b2d50053ae406d22fc060000001600147967f0a0bd9d33804ecfac05d869b2782a3467a102000002000002000002000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 100, @@ -9717,13 +10097,13 @@ Composes a transaction to attach assets from an address to UTXO. } ``` -### Compose Detach [GET /v2/utxos/{utxo}/compose/detach{?destination}{&asset}{&quantity}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&verbose}{&show_unconfirmed}] +### Compose Detach [GET /v2/utxos/{utxo}/compose/detach{?destination}{&asset}{&quantity}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&verbose}{&show_unconfirmed}] Composes a transaction to detach assets from UTXO to an address. + Parameters - + utxo: `a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0` (str, required) - The utxo from which the assets are detached - + destination: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to detach the assets to + + utxo: `24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0` (str, required) - The utxo from which the assets are detached + + destination: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address to detach the assets to + asset: `XCP` (str, required) - The asset or subasset to detach + quantity: `1000` (int, required) - The quantity of the asset to detach (in satoshis, hence integer) + encoding (str, optional) - The encoding method to use @@ -9766,6 +10146,10 @@ Composes a transaction to detach assets from UTXO to an address. + Default: `False` + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + Default: `False` + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + Default: `False` + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception + + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -9777,8 +10161,8 @@ Composes a transaction to detach assets from UTXO to an address. { "result": { "params": { - "source": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", - "destination": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", + "destination": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", "quantity": 1000, "asset_info": { @@ -9791,12 +10175,12 @@ Composes a transaction to detach assets from UTXO to an address. "quantity_normalized": "0.00001000" }, "name": "utxo", - "data": "434e54525052545964613763316533666335643338353462643362333135306632313531393432343436353236663538626530653331333837316261386530333337333131353938303a307c626372743171346630336c6e6379686e39617472303635617738673532707a306a6b6c6136673435707a76617c5843507c31303030", + "data": "434e54525052545964323432353561353564363832353735323130626261393164616434666538643536336138316664346234663137353665343164633566636538643966383865373a307c62637274317130396e6c706739616e356563716e6b3034737a617336646a30713472676561703561377539737c5843507c31303030", "btc_in": 4950080000, "btc_out": 3000, - "btc_change": 4950028023, - "btc_fee": 48977, - "rawtransaction": "02000000000103add2da36e3c80ec048f687ac495f3292dcab0d29f5898eb447e64dbe5ef76f2a010000001600149f22482d5ab564881e7bf35d1fe53187f23d85b7ffffffff2809c45f929d5db89e3bd6e3b3557330c64ae9cc1e0a7c6dbbe4ce90596c62bb000000001600149f22482d5ab564881e7bf35d1fe53187f23d85b7ffffffffa1980cf0c44a39398be3125f10f7a8eccd9a915fe1c121ea9001b44c410dad1d010000001600149f22482d5ab564881e7bf35d1fe53187f23d85b7ffffffff04e8030000000000006951210273d9564b709bebfe06c33885d9490a4153d102da83c9e97be48ed4a6a53d893c21037ce4e1a59dca1a69f97747044000cc02a68b0132b17a0ef41a499688cc68024b2103dfe916dc86fb9eef3d273cb8dd60f9776dd6ab378df03396da81eef4b9137e5f53aee8030000000000006951210373d9564b709bebfe06c26981894f5c4304870e8680cbec33e48995b0a77d88b521032ab2e0f8c6985a35a57a12460702cc51f2c45b30b42d4dbf191bcad5cf3f5d062103dfe916dc86fb9eef3d273cb8dd60f9776dd6ab378df03396da81eef4b9137e5f53aee8030000000000006951210359d9564b709bebfe06936cc2c00e0e0e6df167c281c1ec7f86eae7c4960cbcb521034c82d394a8fb235dcb4373327532fa6493b36357811f3dc52971a1b9ae093a732103dfe916dc86fb9eef3d273cb8dd60f9776dd6ab378df03396da81eef4b9137e5f53aef76e0b27010000001600149f22482d5ab564881e7bf35d1fe53187f23d85b702000002000002000000000000", + "btc_change": 4950030275, + "btc_fee": 46725, + "rawtransaction": "0200000000010300dce77bb944104741936aa0b2b4b265b003e9de46966f0d609e03bc7b0b968901000000160014f9f761de6a26b38c86a3f54543766007cab6e30ffffffffffdbd816d4d7e0daa457fcbda1e6f3ec2bd72cdf3639c9bcafb60916c861b28e300000000160014f9f761de6a26b38c86a3f54543766007cab6e30fffffffff940d2ffcf377a103eb93ce0505be650e0aef5a5f64e5701e6aeeb1560331a58001000000160014f9f761de6a26b38c86a3f54543766007cab6e30fffffffff04e80300000000000069512103c010e4c250f47059c81bf89b12fd3195b90f36696ef58e25d277a20a1ed3deda2103b8e00811d3b48a87c103c6bf3db54b399759dee65ada72df8c304d2ed768e69321038eb56f40d73925b3d8f96921e3476fd17e0f73b12a6d015e7d44353f2e12637a53aee80300000000000069512103c010e4c250f47059c84aaccc45f060cdea026a3a61fd8b6e8526e14e4dc08fba2102b8bf0000d0b98d8ccc0290f860bf433c82478bf758d829d8c8325a7d836df5b621038eb56f40d73925b3d8f96921e3476fd17e0f73b12a6d015e7d44353f2e12637a53aee80300000000000069512103ea10e4c250f47059c84aab9855f17788d479022367f78b22e745933a7cb1bfa3210281d16c70b780ece2f967f3890ed47308f13dea846ebc43e8b906281ae60c854c21038eb56f40d73925b3d8f96921e3476fd17e0f73b12a6d015e7d44353f2e12637a53aec3770b2701000000160014f9f761de6a26b38c86a3f54543766007cab6e30f02000002000002000000000000", "unpacked_data": { "message_type": "unknown", "message_type_id": 100, @@ -9861,12 +10245,29 @@ Returns the valid assets ``` { "result": [ + { + "asset": "MPMASSET", + "asset_id": "101158363923", + "asset_longname": null, + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "divisible": true, + "locked": false, + "supply": 100000000000, + "description": "My super asset B", + "first_issuance_block_index": 201, + "last_issuance_block_index": 201, + "confirmed": true, + "first_issuance_block_time": 1730152620, + "last_issuance_block_time": 1730152620, + "supply_normalized": "1000.00000000" + }, { "asset": "UTXOASSET", "asset_id": "4336417415635", "asset_longname": null, - "issuer": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", - "owner": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "issuer": "bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t", + "owner": "bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t", "divisible": true, "locked": false, "supply": 100000000000, @@ -9874,16 +10275,16 @@ Returns the valid assets "first_issuance_block_index": 198, "last_issuance_block_index": 198, "confirmed": true, - "first_issuance_block_time": 1729876053, - "last_issuance_block_time": 1729876053, + "first_issuance_block_time": 1730152603, + "last_issuance_block_time": 1730152603, "supply_normalized": "1000.00000000" }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 10000000000, @@ -9891,16 +10292,16 @@ Returns the valid assets "first_issuance_block_index": 158, "last_issuance_block_index": 160, "confirmed": true, - "first_issuance_block_time": 1729875898, - "last_issuance_block_time": 1729875905, + "first_issuance_block_time": 1730152434, + "last_issuance_block_time": 1730152441, "supply_normalized": "100.00000000" }, { "asset": "MYASSETB", "asset_id": "103804245871", "asset_longname": null, - "issuer": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", - "owner": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "issuer": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", + "owner": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "divisible": true, "locked": false, "supply": 100000000000, @@ -9908,16 +10309,16 @@ Returns the valid assets "first_issuance_block_index": 157, "last_issuance_block_index": 157, "confirmed": true, - "first_issuance_block_time": 1729875894, - "last_issuance_block_time": 1729875894, + "first_issuance_block_time": 1730152430, + "last_issuance_block_time": 1730152430, "supply_normalized": "1000.00000000" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 100000000000, @@ -9925,30 +10326,13 @@ Returns the valid assets "first_issuance_block_index": 148, "last_issuance_block_index": 148, "confirmed": true, - "first_issuance_block_time": 1729875862, - "last_issuance_block_time": 1729875862, + "first_issuance_block_time": 1730152396, + "last_issuance_block_time": 1730152396, "supply_normalized": "1000.00000000" - }, - { - "asset": "FAIRMINTD", - "asset_id": "1046814266085", - "asset_longname": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "divisible": true, - "locked": false, - "supply": 40, - "description": "", - "first_issuance_block_index": 135, - "last_issuance_block_index": 136, - "confirmed": true, - "first_issuance_block_time": 1729875814, - "last_issuance_block_time": 1729875818, - "supply_normalized": "0.00000040" } ], - "next_cursor": 4, - "result_count": 9 + "next_cursor": 5, + "result_count": 10 } ``` @@ -9971,8 +10355,8 @@ Returns an asset by its name "asset": "FAIRMINTA", "asset_id": "1046814266082", "asset_longname": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "owner": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false, "supply": 10000000000, @@ -9980,8 +10364,8 @@ Returns an asset by its name "first_issuance_block_index": 122, "last_issuance_block_index": 125, "confirmed": true, - "first_issuance_block_time": 1729875755, - "last_issuance_block_time": 1729875767, + "first_issuance_block_time": 1730152289, + "last_issuance_block_time": 1730152299, "supply_normalized": "100.00000000" } } @@ -10012,7 +10396,7 @@ Returns the asset balances { "result": [ { - "address": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "address": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -10020,14 +10404,14 @@ Returns the asset balances "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, "quantity_normalized": "95.00000000" }, { - "address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "utxo": null, "utxo_address": null, "asset": "FAIRMINTA", @@ -10035,7 +10419,7 @@ Returns the asset balances "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -10053,7 +10437,7 @@ Returns the balances of an address and asset + Parameters + asset: `XCP` (str, required) - The asset to return - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (str, required) - The address to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -10065,9 +10449,9 @@ Returns the balances of an address and asset { "result": [ { - "address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", - "quantity": 82699937196, + "quantity": 82649941196, "utxo": null, "utxo_address": null, "asset_info": { @@ -10077,7 +10461,7 @@ Returns the balances of an address and asset "locked": true, "issuer": null }, - "quantity_normalized": "826.99937000" + "quantity_normalized": "826.49941000" } ], "next_cursor": null, @@ -10119,9 +10503,9 @@ Returns the orders of an asset "result": [ { "tx_index": 49, - "tx_hash": "111cae1f148e5e4f64d102a7b4d610db135455bd946bb24c769e8de37ef9306b", + "tx_hash": "e526d2697a8a05b800974f9c210fa510da6ab47751c34779b7ac367e9b4b6a4f", "block_index": 184, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -10136,7 +10520,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1729875934, + "block_time": 1730152467, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -10162,9 +10546,9 @@ Returns the orders of an asset }, { "tx_index": 51, - "tx_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", - "block_index": 188, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "block_index": 207, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -10177,9 +10561,9 @@ Returns the orders of an asset "fee_required_remaining": 0, "fee_provided": 10000, "fee_provided_remaining": 10000, - "status": "open", + "status": "expired", "confirmed": true, - "block_time": 1729876012, + "block_time": 1730152654, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -10205,9 +10589,9 @@ Returns the orders of an asset }, { "tx_index": 57, - "tx_hash": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", + "tx_hash": "5c60fdbd8e12b558b37692f338ed060f1b08aa4280e7910c72df925b8447fe4e", "block_index": 192, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -10222,7 +10606,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "cancelled", "confirmed": true, - "block_time": 1729876028, + "block_time": 1730152570, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -10248,9 +10632,9 @@ Returns the orders of an asset }, { "tx_index": 59, - "tx_hash": "65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff", + "tx_hash": "b5909bb972e8db050ad13378b2bb33e60dcf58c0e358ef41f60556c84f4beb1f", "block_index": 193, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -10265,7 +10649,7 @@ Returns the orders of an asset "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1729876032, + "block_time": 1730152583, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -10290,51 +10674,51 @@ Returns the orders of an asset "fee_provided_remaining_normalized": "0.00010000" }, { - "tx_index": 52, - "tx_hash": "2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", - "block_index": 187, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "give_asset": "BTC", - "give_quantity": 2000, - "give_remaining": 0, - "get_asset": "XCP", - "get_quantity": 2000, - "get_remaining": 0, + "tx_index": 74, + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "give_asset": "XCP", + "give_quantity": 1000, + "give_remaining": 1000, + "get_asset": "BTC", + "get_quantity": 1000, + "get_remaining": 1000, "expiration": 21, - "expire_index": 207, + "expire_index": 228, "fee_required": 0, "fee_required_remaining": 0, "fee_provided": 10000, "fee_provided_remaining": 10000, - "status": "filled", + "status": "open", "confirmed": true, - "block_time": 1729876008, + "block_time": 1730152654, "give_asset_info": { "divisible": true, "asset_longname": null, - "description": "The Bitcoin cryptocurrency", - "locked": false, + "description": "The Counterparty protocol native currency", + "locked": true, "issuer": null }, "get_asset_info": { "divisible": true, "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, + "description": "The Bitcoin cryptocurrency", + "locked": false, "issuer": null }, - "give_quantity_normalized": "0.00002000", - "get_quantity_normalized": "0.00002000", - "get_remaining_normalized": "0.00000000", - "give_remaining_normalized": "0.00000000", + "give_quantity_normalized": "0.00001000", + "get_quantity_normalized": "0.00001000", + "get_remaining_normalized": "0.00001000", + "give_remaining_normalized": "0.00001000", "fee_provided_normalized": "0.00010000", "fee_required_normalized": "0.00000000", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" } ], - "next_cursor": 54, - "result_count": 7 + "next_cursor": 52, + "result_count": 8 } ``` @@ -10370,13 +10754,13 @@ Returns the orders of an asset { "result": [ { - "id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", + "id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", "tx0_index": 51, - "tx0_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", - "tx0_address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx0_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "tx0_address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "tx1_index": 54, - "tx1_hash": "9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", - "tx1_address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "tx1_hash": "68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", + "tx1_address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -10390,7 +10774,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1729876012, + "block_time": 1730152544, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -10410,13 +10794,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", + "id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", "tx0_index": 51, - "tx0_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", - "tx0_address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx0_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "tx0_address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "tx1_index": 52, - "tx1_hash": "2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", - "tx1_address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "tx1_hash": "f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", + "tx1_address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -10430,7 +10814,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1729876008, + "block_time": 1730152540, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -10450,13 +10834,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "111cae1f148e5e4f64d102a7b4d610db135455bd946bb24c769e8de37ef9306b_a8f1292c76427996585305824eba2290bcb249972fc3c2f705f73573e7589f04", + "id": "e526d2697a8a05b800974f9c210fa510da6ab47751c34779b7ac367e9b4b6a4f_838658b3ae97b7aecafb85513c22563fafe5393feb711e3baeb216d4575933e2", "tx0_index": 49, - "tx0_hash": "111cae1f148e5e4f64d102a7b4d610db135455bd946bb24c769e8de37ef9306b", - "tx0_address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx0_hash": "e526d2697a8a05b800974f9c210fa510da6ab47751c34779b7ac367e9b4b6a4f", + "tx0_address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "tx1_index": 50, - "tx1_hash": "a8f1292c76427996585305824eba2290bcb249972fc3c2f705f73573e7589f04", - "tx1_address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "tx1_hash": "838658b3ae97b7aecafb85513c22563fafe5393feb711e3baeb216d4575933e2", + "tx1_address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -10470,7 +10854,7 @@ Returns the orders of an asset "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1729875934, + "block_time": 1730152467, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -10550,20 +10934,20 @@ Returns the credits of an asset "result": [ { "block_index": 194, - "address": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "address": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "sweep", - "event": "1d031b9b6673ffa862e5c7d317e913556ea7cdd6a6bc1f5f92953c4c751f3c14", + "event": "2c7ae8f6e4701927ddcbe44081605a47255ab492749f67fbd114ecf1a8a65b35", "tx_index": 60, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729876037, + "block_time": 1730152588, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -10571,20 +10955,20 @@ Returns the credits of an asset }, { "block_index": 125, - "address": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "address": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "asset": "FAIRMINTA", "quantity": 9000000000, "calling_function": "fairmint", - "event": "247a83049c76d2c8cce458965c61b55515a12725eee4559c2cbf08a90aa52cc1", + "event": "0f647573fb92582b6a2cb04ce8f42d7d23464c608d33108953f3d3879df32fe7", "tx_index": 13, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729875767, + "block_time": 1730152299, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -10592,20 +10976,20 @@ Returns the credits of an asset }, { "block_index": 124, - "address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "fb7a4f0b452e71991d1e44f65ec7ff0767bd9988506e968fc5b0a67d4aa921a3", + "event": "c06eded0f95cde9156548bea56a6019e2eee629859e1e1986086ad10b2dd5a75", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729875763, + "block_time": 1730152296, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -10613,20 +10997,20 @@ Returns the credits of an asset }, { "block_index": 124, - "address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "unescrowed fairmint", - "event": "de184419a11537960bae99ccefa71431f36d0c43aa7748376b4cc904b81daed8", + "event": "ad038314ecaadc5a21c95e7031f68c14cf21d4376168426a31ac625e89895b71", "tx_index": 11, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729875763, + "block_time": 1730152296, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -10638,16 +11022,16 @@ Returns the credits of an asset "asset": "FAIRMINTA", "quantity": 500000000, "calling_function": "escrowed fairmint", - "event": "fb7a4f0b452e71991d1e44f65ec7ff0767bd9988506e968fc5b0a67d4aa921a3", + "event": "c06eded0f95cde9156548bea56a6019e2eee629859e1e1986086ad10b2dd5a75", "tx_index": 12, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729875763, + "block_time": 1730152296, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -10702,17 +11086,17 @@ Returns the debits of an asset { "result": [ { - "block_index": 201, + "block_index": 208, "address": null, "asset": "XCP", "quantity": 1500000000, "action": "utxo move", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "utxo": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", - "utxo_address": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "utxo": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1", + "utxo_address": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "confirmed": true, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -10723,17 +11107,17 @@ Returns the debits of an asset "quantity_normalized": "15.00000000" }, { - "block_index": 198, - "address": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "block_index": 207, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", - "quantity": 50000000, - "action": "issuance fee", - "event": "f3a8ec3efb4bec820d9096bd166a892a84a722f07fdd33ea1a39e8a5a5a01dc5", - "tx_index": 64, + "quantity": 1000, + "action": "open order", + "event": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "tx_index": 74, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729876053, + "block_time": 1730152654, "asset_info": { "divisible": true, "asset_longname": null, @@ -10741,20 +11125,20 @@ Returns the debits of an asset "locked": true, "issuer": null }, - "quantity_normalized": "0.50000000" + "quantity_normalized": "0.00001000" }, { - "block_index": 195, - "address": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "block_index": 206, + "address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", - "quantity": 1, - "action": "destroy", - "event": "d41b13b0b1a25e8e77dbd3c8caa5b91aff948a81618a598872934c4809d49e7e", - "tx_index": 61, + "quantity": 10, + "action": "mpma send", + "event": "df83baf689f317330288b53cdecda394e1a8a323267184a896edd324ae2f5e06", + "tx_index": 73, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729876041, + "block_time": 1730152650, "asset_info": { "divisible": true, "asset_longname": null, @@ -10762,20 +11146,20 @@ Returns the debits of an asset "locked": true, "issuer": null }, - "quantity_normalized": "0.00000001" + "quantity_normalized": "0.00000010" }, { - "block_index": 194, - "address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "block_index": 205, + "address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", - "quantity": 74499387833, - "action": "sweep", - "event": "1d031b9b6673ffa862e5c7d317e913556ea7cdd6a6bc1f5f92953c4c751f3c14", - "tx_index": 60, + "quantity": 10, + "action": "mpma send", + "event": "78838727d9ea59909023454951a459386ba82bfc2ca4fe4c188bc9083f2850fa", + "tx_index": 72, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729876037, + "block_time": 1730152636, "asset_info": { "divisible": true, "asset_longname": null, @@ -10783,20 +11167,20 @@ Returns the debits of an asset "locked": true, "issuer": null }, - "quantity_normalized": "744.99388000" + "quantity_normalized": "0.00000010" }, { - "block_index": 194, - "address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "block_index": 204, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", - "quantity": 600000, - "action": "sweep fee", - "event": "1d031b9b6673ffa862e5c7d317e913556ea7cdd6a6bc1f5f92953c4c751f3c14", - "tx_index": 60, + "quantity": 10, + "action": "mpma send", + "event": "010878cb258fcb650e08a643b378a6d4cb639088fb6ede26fd2da787ef6e1198", + "tx_index": 71, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729876037, + "block_time": 1730152632, "asset_info": { "divisible": true, "asset_longname": null, @@ -10804,11 +11188,11 @@ Returns the debits of an asset "locked": true, "issuer": null }, - "quantity_normalized": "0.00600000" + "quantity_normalized": "0.00000010" } ], - "next_cursor": 49, - "result_count": 40 + "next_cursor": 63, + "result_count": 46 } ``` @@ -10817,7 +11201,7 @@ Returns the debits of an asset Returns the dividends of an asset + Parameters - + asset: `MYASSETA` (str, required) - The asset to return + + asset: `MPMASSET` (str, required) - The asset to return + cursor (str, optional) - The last index of the dividend to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dividend to return @@ -10833,39 +11217,9 @@ Returns the dividends of an asset ``` { - "result": [ - { - "tx_index": 41, - "tx_hash": "6a9e8d85dff00cad75497c9d493b1ae63a575a6431e10264a90c8debe24c9938", - "block_index": 154, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "asset": "MYASSETA", - "dividend_asset": "XCP", - "quantity_per_unit": 100000000, - "fee_paid": 40000, - "status": "valid", - "confirmed": true, - "block_time": 1729875884, - "asset_info": { - "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "divisible": true, - "locked": false - }, - "dividend_asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, - "issuer": null - }, - "quantity_per_unit_normalized": "1.00000000", - "fee_paid_normalized": "0.00040000" - } - ], + "result": [], "next_cursor": null, - "result_count": 1 + "result_count": 0 } ``` @@ -10906,14 +11260,14 @@ Returns the issuances of an asset "result": [ { "tx_index": 13, - "tx_hash": "247a83049c76d2c8cce458965c61b55515a12725eee4559c2cbf08a90aa52cc1", + "tx_hash": "0f647573fb92582b6a2cb04ce8f42d7d23464c608d33108953f3d3879df32fe7", "msg_index": 0, "block_index": 125, "asset": "FAIRMINTA", "quantity": 9000000000, "divisible": true, - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "transfer": false, "callable": false, "call_date": 0, @@ -10928,20 +11282,20 @@ Returns the issuances of an asset "fair_minting": false, "asset_events": "fairmint", "confirmed": true, - "block_time": 1729875767, + "block_time": 1730152299, "quantity_normalized": "90.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 12, - "tx_hash": "fb7a4f0b452e71991d1e44f65ec7ff0767bd9988506e968fc5b0a67d4aa921a3", + "tx_hash": "c06eded0f95cde9156548bea56a6019e2eee629859e1e1986086ad10b2dd5a75", "msg_index": 0, "block_index": 124, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "transfer": false, "callable": false, "call_date": 0, @@ -10956,20 +11310,20 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1729875763, + "block_time": 1730152296, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 11, - "tx_hash": "de184419a11537960bae99ccefa71431f36d0c43aa7748376b4cc904b81daed8", + "tx_hash": "ad038314ecaadc5a21c95e7031f68c14cf21d4376168426a31ac625e89895b71", "msg_index": 0, "block_index": 123, "asset": "FAIRMINTA", "quantity": 500000000, "divisible": true, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "transfer": false, "callable": false, "call_date": 0, @@ -10984,20 +11338,20 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "fairmint", "confirmed": true, - "block_time": 1729875760, + "block_time": 1730152293, "quantity_normalized": "5.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 10, - "tx_hash": "e5fbab5552d39b8da2835a6510f0a5df1ca29f754c9cffa94cc56e5acb501dba", + "tx_hash": "c54b70535645814003d679de1dea6c3d208a360033ed6961b9958ac910e83988", "msg_index": 0, "block_index": 122, "asset": "FAIRMINTA", "quantity": 0, "divisible": true, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "transfer": false, "callable": false, "call_date": 0, @@ -11012,7 +11366,7 @@ Returns the issuances of an asset "fair_minting": true, "asset_events": "open_fairminter", "confirmed": true, - "block_time": 1729875755, + "block_time": 1730152289, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -11045,11 +11399,11 @@ Returns the sends, include Enhanced and MPMA sends, of an asset { "result": [ { - "tx_index": 68, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "source": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", - "destination": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "tx_index": 75, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "source": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1", + "destination": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -11057,7 +11411,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -11069,19 +11423,19 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "fee_paid_normalized": "0.00000000" }, { - "tx_index": 56, - "tx_hash": "919449b62dbff81fcd96e48125e7189c2874935af0ab6e8ca4b4ce67bb2a1f65", - "block_index": 190, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "tx_index": 73, + "tx_hash": "df83baf689f317330288b53cdecda394e1a8a323267184a896edd324ae2f5e06", + "block_index": 206, + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "destination": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, - "memo": null, + "memo": "memo1", "fee_paid": 0, "confirmed": true, - "block_time": 1729876020, + "block_time": 1730152650, "asset_info": { "divisible": true, "asset_longname": null, @@ -11093,19 +11447,19 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "fee_paid_normalized": "0.00000000" }, { - "tx_index": 55, - "tx_hash": "dc24a98f4f65b086869c6350383240e014524d822aab2e2630ccaa222668e74a", - "block_index": 189, - "source": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", - "destination": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "tx_index": 72, + "tx_hash": "78838727d9ea59909023454951a459386ba82bfc2ca4fe4c188bc9083f2850fa", + "block_index": 205, + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "destination": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", - "quantity": 10000, + "quantity": 10, "status": "valid", - "msg_index": 0, - "memo": null, + "msg_index": 2, + "memo": "746865206d656d6f", "fee_paid": 0, "confirmed": true, - "block_time": 1729876016, + "block_time": 1730152636, "asset_info": { "divisible": true, "asset_longname": null, @@ -11113,23 +11467,23 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "locked": true, "issuer": null }, - "quantity_normalized": "0.00010000", + "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 44, - "tx_hash": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62", - "block_index": 157, - "source": "1dad0d414cb40190ea21c1e15f919acdeca8f7105f12e38b39394ac4f00c98a1:0", - "destination": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", + "tx_index": 71, + "tx_hash": "010878cb258fcb650e08a643b378a6d4cb639088fb6ede26fd2da787ef6e1198", + "block_index": 204, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", - "quantity": 1500000000, + "quantity": 10, "status": "valid", - "msg_index": 1, - "memo": null, + "msg_index": 2, + "memo": "memo1", "fee_paid": 0, "confirmed": true, - "block_time": 1729875894, + "block_time": 1730152632, "asset_info": { "divisible": true, "asset_longname": null, @@ -11137,23 +11491,23 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "locked": true, "issuer": null }, - "quantity_normalized": "15.00000000", + "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 43, - "tx_hash": "1dad0d414cb40190ea21c1e15f919acdeca8f7105f12e38b39394ac4f00c98a1", - "block_index": 156, - "source": "26c019805138e039c0857066de3fd5ddd731a7b626179059880fb0b5dc36471a:0", - "destination": "1dad0d414cb40190ea21c1e15f919acdeca8f7105f12e38b39394ac4f00c98a1:0", + "tx_index": 70, + "tx_hash": "e7fa392f3c77dd7ccf5a213a0499a37e09b2766a3e18d399368df57975d62a4b", + "block_index": 203, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", - "quantity": 1500000000, + "quantity": 10, "status": "valid", - "msg_index": 1, - "memo": null, + "msg_index": 2, + "memo": "the memo", "fee_paid": 0, "confirmed": true, - "block_time": 1729875891, + "block_time": 1730152628, "asset_info": { "divisible": true, "asset_longname": null, @@ -11161,12 +11515,12 @@ Returns the sends, include Enhanced and MPMA sends, of an asset "locked": true, "issuer": null }, - "quantity_normalized": "15.00000000", + "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" } ], - "next_cursor": null, - "result_count": 5 + "next_cursor": 14, + "result_count": 9 } ``` @@ -11204,9 +11558,9 @@ Returns the dispensers of an asset "result": [ { "tx_index": 26, - "tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -11215,7 +11569,7 @@ Returns the dispensers of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11225,7 +11579,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1729875837, + "block_time": 1730152371, "asset_info": { "divisible": true, "asset_longname": null, @@ -11241,9 +11595,9 @@ Returns the dispensers of an asset }, { "tx_index": 29, - "tx_hash": "12f60c8df8cefdbdd94f3b60fb85a2a2b58f8970e8f67131e13d2a118ee446db", + "tx_hash": "d839b088ef63a643506711a493f9bee20c8f0fdecdbe3a35b1daa547faf846c4", "block_index": 142, - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -11252,7 +11606,7 @@ Returns the dispensers of an asset "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "origin": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -11262,7 +11616,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1729875840, + "block_time": 1730152374, "asset_info": { "divisible": true, "asset_longname": null, @@ -11278,9 +11632,9 @@ Returns the dispensers of an asset }, { "tx_index": 30, - "tx_hash": "8a0a52171c4efc276df87ce95bc204e13120c49d1702588067a90c1931a5de67", + "tx_hash": "79936cc3125e5007430b2d0bf21f27fde011aa3b3cbe455ef38d4e924e0efb2c", "block_index": 150, - "source": "mymSDaJc8UDD3vXT5QFhccicJMeXuYM2hK", + "source": "msW5ha2RLW5GPidCb4bcBfLpepfjUcMUQU", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -11288,10 +11642,10 @@ Returns the dispensers of an asset "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "c91d1d242120d71e6248eab1da2513b751b655d271348c2ac27c5ac31c23beb3", - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "last_status_tx_hash": "d9475e8ff5f01552453259a4f29df48bc438e16096934253fa19aea6a4577d24", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 0, - "last_status_tx_source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "last_status_tx_source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "close_block_index": 150, "confirmed": true, "fiat_price": null, @@ -11299,7 +11653,7 @@ Returns the dispensers of an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1729875869, + "block_time": 1730152404, "asset_info": { "divisible": true, "asset_longname": null, @@ -11315,18 +11669,18 @@ Returns the dispensers of an asset }, { "tx_index": 33, - "tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", - "block_index": 201, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", + "block_index": 208, + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "oracle_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "last_status_tx_hash": null, - "origin": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "origin": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11336,7 +11690,7 @@ Returns the dispensers of an asset "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -11361,7 +11715,7 @@ Returns the dispensers of an asset Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - The address to return + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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` @@ -11374,9 +11728,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -11385,7 +11739,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11395,7 +11749,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1729875837, + "block_time": 1730152371, "asset_info": { "divisible": true, "asset_longname": null, @@ -11445,7 +11799,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -11453,7 +11807,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "quantity": 500000000, "escrow": null, "cursor_id": "balances_13", @@ -11462,7 +11816,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -11470,7 +11824,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "quantity": 0, "escrow": null, "cursor_id": "balances_14", @@ -11479,7 +11833,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -11487,7 +11841,7 @@ Returns the holders of an asset }, { "asset": "FAIRMINTA", - "address": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "address": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "quantity": 9500000000, "escrow": null, "cursor_id": "balances_15", @@ -11496,7 +11850,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -11531,29 +11885,29 @@ Returns the dispenses of an asset { "result": [ { - "tx_index": 68, + "tx_index": 75, "dispense_index": 0, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "destination": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "destination": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", + "dispenser_tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 201, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "block_index": 208, + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "oracle_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "last_status_tx_hash": null, - "origin": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "origin": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11568,7 +11922,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -11582,27 +11936,27 @@ Returns the dispenses of an asset { "tx_index": 34, "dispense_index": 0, - "tx_hash": "bb626c5990cee4bb6d7c0a1ecce94ac6307355b3e3d63b9eb85d9d925fc40928", + "tx_hash": "e3281b866c9160fbca9b9c63f3cd72bdc23e6f1edacb7f45aa0d7e4d6d81bdfd", "block_index": 147, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "destination": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "destination": "bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", + "dispenser_tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 201, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "block_index": 208, + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "oracle_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "last_status_tx_hash": null, - "origin": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "origin": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11617,7 +11971,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1729875858, + "block_time": 1730152392, "asset_info": { "divisible": true, "asset_longname": null, @@ -11631,19 +11985,19 @@ Returns the dispenses of an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "895ffd0096fc74da46fae8991008d7b96917b3d7af4052139abd8ca5243c7d6f", + "tx_hash": "475aace33224bce0e872b971aec679f51e613b383e613646278c6b56f677ba98", "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "dispenser_tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -11651,7 +12005,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11666,7 +12020,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729875837, + "block_time": 1730152371, "asset_info": { "divisible": true, "asset_longname": null, @@ -11680,19 +12034,19 @@ Returns the dispenses of an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "25170fc51b03a3d18f94ff7d53767773e1a9a2ef3e46d71c32b0431533374742", + "tx_hash": "2d37d2e02bbcaf2608cf7a4a6ffd2ba0fa304b2a8fdcdd11dba977438e2de7cb", "block_index": 140, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "dispenser_tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -11700,7 +12054,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11715,7 +12069,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729875832, + "block_time": 1730152367, "asset_info": { "divisible": true, "asset_longname": null, @@ -11737,7 +12091,7 @@ Returns the dispenses of an asset Returns asset subassets + Parameters - + asset: `TESTLOCKDESC` (str, required) - The name of the asset to return + + asset: `MYASSETB` (str, required) - The name of the asset 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 @@ -11753,27 +12107,9 @@ Returns asset subassets ``` { - "result": [ - { - "asset": "A95428959745315388", - "asset_id": "95428959745315388", - "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "owner": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "divisible": true, - "locked": false, - "supply": 0, - "description": "Test Locking Description", - "first_issuance_block_index": 159, - "last_issuance_block_index": 159, - "confirmed": true, - "first_issuance_block_time": 1729875901, - "last_issuance_block_time": 1729875901, - "supply_normalized": "0.00000000" - } - ], + "result": [], "next_cursor": null, - "result_count": 1 + "result_count": 0 } ``` @@ -11807,10 +12143,10 @@ Returns the fairminter by its asset { "result": [ { - "tx_hash": "e5fbab5552d39b8da2835a6510f0a5df1ca29f754c9cffa94cc56e5acb501dba", + "tx_hash": "c54b70535645814003d679de1dea6c3d208a360033ed6961b9958ac910e83988", "tx_index": 10, "block_index": 125, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -11835,7 +12171,7 @@ Returns the fairminter by its asset "commission": 0, "paid_quantity": 10000000000, "confirmed": true, - "block_time": 1729875767, + "block_time": 1730152299, "price_normalized": "0.00000001", "hard_cap_normalized": "100.00000000", "soft_cap_normalized": "10.00000000", @@ -11875,22 +12211,22 @@ Returns the mints by asset { "result": [ { - "tx_hash": "247a83049c76d2c8cce458965c61b55515a12725eee4559c2cbf08a90aa52cc1", + "tx_hash": "0f647573fb92582b6a2cb04ce8f42d7d23464c608d33108953f3d3879df32fe7", "tx_index": 13, "block_index": 125, - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", - "fairminter_tx_hash": "e5fbab5552d39b8da2835a6510f0a5df1ca29f754c9cffa94cc56e5acb501dba", + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", + "fairminter_tx_hash": "c54b70535645814003d679de1dea6c3d208a360033ed6961b9958ac910e83988", "asset": "FAIRMINTA", "earn_quantity": 9000000000, "paid_quantity": 9000000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875767, + "block_time": 1730152299, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -11899,22 +12235,22 @@ Returns the mints by asset "paid_quantity_normalized": "90.00000000" }, { - "tx_hash": "fb7a4f0b452e71991d1e44f65ec7ff0767bd9988506e968fc5b0a67d4aa921a3", + "tx_hash": "c06eded0f95cde9156548bea56a6019e2eee629859e1e1986086ad10b2dd5a75", "tx_index": 12, "block_index": 124, - "source": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", - "fairminter_tx_hash": "e5fbab5552d39b8da2835a6510f0a5df1ca29f754c9cffa94cc56e5acb501dba", + "source": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "fairminter_tx_hash": "c54b70535645814003d679de1dea6c3d208a360033ed6961b9958ac910e83988", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875763, + "block_time": 1730152296, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -11923,22 +12259,22 @@ Returns the mints by asset "paid_quantity_normalized": "5.00000000" }, { - "tx_hash": "de184419a11537960bae99ccefa71431f36d0c43aa7748376b4cc904b81daed8", + "tx_hash": "ad038314ecaadc5a21c95e7031f68c14cf21d4376168426a31ac625e89895b71", "tx_index": 11, "block_index": 123, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "e5fbab5552d39b8da2835a6510f0a5df1ca29f754c9cffa94cc56e5acb501dba", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "c54b70535645814003d679de1dea6c3d208a360033ed6961b9958ac910e83988", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875760, + "block_time": 1730152293, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -11957,7 +12293,7 @@ Returns the mints by asset Returns the mints by address and asset + Parameters - + address: `bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws` (str, required) - The address of the mints to return + + address: `bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g` (str, required) - The address of the mints to return + asset: `FAIRMINTA` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -11976,22 +12312,22 @@ Returns the mints by address and asset { "result": [ { - "tx_hash": "de184419a11537960bae99ccefa71431f36d0c43aa7748376b4cc904b81daed8", + "tx_hash": "ad038314ecaadc5a21c95e7031f68c14cf21d4376168426a31ac625e89895b71", "tx_index": 11, "block_index": 123, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "e5fbab5552d39b8da2835a6510f0a5df1ca29f754c9cffa94cc56e5acb501dba", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "c54b70535645814003d679de1dea6c3d208a360033ed6961b9958ac910e83988", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875760, + "block_time": 1730152293, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -12044,9 +12380,9 @@ Returns all the orders "result": [ { "tx_index": 49, - "tx_hash": "111cae1f148e5e4f64d102a7b4d610db135455bd946bb24c769e8de37ef9306b", + "tx_hash": "e526d2697a8a05b800974f9c210fa510da6ab47751c34779b7ac367e9b4b6a4f", "block_index": 184, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12061,7 +12397,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "expired", "confirmed": true, - "block_time": 1729875934, + "block_time": 1730152467, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12087,9 +12423,9 @@ Returns all the orders }, { "tx_index": 52, - "tx_hash": "2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", + "tx_hash": "f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", "block_index": 187, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -12104,7 +12440,7 @@ Returns all the orders "fee_provided_remaining": 10000, "status": "filled", "confirmed": true, - "block_time": 1729876008, + "block_time": 1730152540, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12129,96 +12465,96 @@ Returns all the orders "fee_provided_remaining_normalized": "0.00010000" }, { - "tx_index": 51, - "tx_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", + "tx_index": 54, + "tx_hash": "68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", "block_index": 188, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "give_asset": "XCP", - "give_quantity": 10000, - "give_remaining": 5000, - "get_asset": "BTC", - "get_quantity": 10000, - "get_remaining": 5000, + "source": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "give_asset": "BTC", + "give_quantity": 3000, + "give_remaining": 0, + "get_asset": "XCP", + "get_quantity": 3000, + "get_remaining": 0, "expiration": 21, - "expire_index": 206, + "expire_index": 209, "fee_required": 0, "fee_required_remaining": 0, "fee_provided": 10000, "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1729876012, + "block_time": 1730152544, "give_asset_info": { "divisible": true, "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, + "description": "The Bitcoin cryptocurrency", + "locked": false, "issuer": null }, "get_asset_info": { "divisible": true, "asset_longname": null, - "description": "The Bitcoin cryptocurrency", - "locked": false, + "description": "The Counterparty protocol native currency", + "locked": true, "issuer": null }, - "give_quantity_normalized": "0.00010000", - "get_quantity_normalized": "0.00010000", - "get_remaining_normalized": "0.00005000", - "give_remaining_normalized": "0.00005000", + "give_quantity_normalized": "0.00003000", + "get_quantity_normalized": "0.00003000", + "get_remaining_normalized": "0.00000000", + "give_remaining_normalized": "0.00000000", "fee_provided_normalized": "0.00010000", "fee_required_normalized": "0.00000000", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, { - "tx_index": 54, - "tx_hash": "9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", - "block_index": 188, - "source": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", - "give_asset": "BTC", - "give_quantity": 3000, - "give_remaining": 0, - "get_asset": "XCP", - "get_quantity": 3000, - "get_remaining": 0, + "tx_index": 57, + "tx_hash": "5c60fdbd8e12b558b37692f338ed060f1b08aa4280e7910c72df925b8447fe4e", + "block_index": 192, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "give_asset": "XCP", + "give_quantity": 1000, + "give_remaining": 1000, + "get_asset": "BTC", + "get_quantity": 1000, + "get_remaining": 1000, "expiration": 21, - "expire_index": 209, + "expire_index": 212, "fee_required": 0, "fee_required_remaining": 0, "fee_provided": 10000, "fee_provided_remaining": 10000, - "status": "open", + "status": "cancelled", "confirmed": true, - "block_time": 1729876012, + "block_time": 1730152570, "give_asset_info": { "divisible": true, "asset_longname": null, - "description": "The Bitcoin cryptocurrency", - "locked": false, + "description": "The Counterparty protocol native currency", + "locked": true, "issuer": null }, "get_asset_info": { "divisible": true, "asset_longname": null, - "description": "The Counterparty protocol native currency", - "locked": true, + "description": "The Bitcoin cryptocurrency", + "locked": false, "issuer": null }, - "give_quantity_normalized": "0.00003000", - "get_quantity_normalized": "0.00003000", - "get_remaining_normalized": "0.00000000", - "give_remaining_normalized": "0.00000000", + "give_quantity_normalized": "0.00001000", + "get_quantity_normalized": "0.00001000", + "get_remaining_normalized": "0.00001000", + "give_remaining_normalized": "0.00001000", "fee_provided_normalized": "0.00010000", "fee_required_normalized": "0.00000000", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, { - "tx_index": 57, - "tx_hash": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", - "block_index": 192, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx_index": 59, + "tx_hash": "b5909bb972e8db050ad13378b2bb33e60dcf58c0e358ef41f60556c84f4beb1f", + "block_index": 193, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12226,14 +12562,14 @@ Returns all the orders "get_quantity": 1000, "get_remaining": 1000, "expiration": 21, - "expire_index": 212, + "expire_index": 214, "fee_required": 0, "fee_required_remaining": 0, "fee_provided": 10000, "fee_provided_remaining": 10000, - "status": "cancelled", + "status": "open", "confirmed": true, - "block_time": 1729876028, + "block_time": 1730152583, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12258,8 +12594,8 @@ Returns all the orders "fee_provided_remaining_normalized": "0.00010000" } ], - "next_cursor": 59, - "result_count": 7 + "next_cursor": 51, + "result_count": 8 } ``` @@ -12268,7 +12604,7 @@ Returns all the orders Returns the information of an order + Parameters - + order_hash: `65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff` (str, required) - The hash of the transaction that created the order + + order_hash: `94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b` (str, required) - The hash of the transaction that created the order + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -12279,10 +12615,10 @@ Returns the information of an order ``` { "result": { - "tx_index": 59, - "tx_hash": "65c319684ebfbc3089092b88bccebca1161eaa146bea63118e9cffa5e182e1ff", - "block_index": 193, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx_index": 74, + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12290,14 +12626,14 @@ Returns the information of an order "get_quantity": 1000, "get_remaining": 1000, "expiration": 21, - "expire_index": 214, + "expire_index": 228, "fee_required": 0, "fee_required_remaining": 0, "fee_provided": 10000, "fee_provided_remaining": 10000, "status": "open", "confirmed": true, - "block_time": 1729876032, + "block_time": 1730152654, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12329,7 +12665,7 @@ Returns the information of an order Returns the order matches of an order + Parameters - + order_hash: `d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1` (str, required) - The hash of the transaction that created the order + + order_hash: `0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144` (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 @@ -12356,13 +12692,13 @@ Returns the order matches of an order { "result": [ { - "id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", + "id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", "tx0_index": 51, - "tx0_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", - "tx0_address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx0_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "tx0_address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "tx1_index": 54, - "tx1_hash": "9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", - "tx1_address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "tx1_hash": "68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", + "tx1_address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12376,7 +12712,7 @@ Returns the order matches of an order "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1729876012, + "block_time": 1730152544, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12396,13 +12732,13 @@ Returns the order matches of an order "fee_paid_normalized": "0.00000000" }, { - "id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", + "id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", "tx0_index": 51, - "tx0_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", - "tx0_address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx0_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "tx0_address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "tx1_index": 52, - "tx1_hash": "2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", - "tx1_address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "tx1_hash": "f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", + "tx1_address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12416,7 +12752,7 @@ Returns the order matches of an order "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1729876008, + "block_time": 1730152540, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12446,7 +12782,7 @@ Returns the order matches of an order Returns the BTC pays of an order + Parameters - + order_hash: `d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1` (str, required) - The hash of the transaction that created the order + + order_hash: `0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144` (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 @@ -12465,15 +12801,15 @@ Returns the BTC pays of an order "result": [ { "tx_index": 53, - "tx_hash": "9ee9bd8d92a90b0b16898ec2694ab3634b8e067e8abb224eb1f5945f459ea82d", + "tx_hash": "f3a0189ad2bd8680dd5c64aeae6f5a424aa5d1b866503aba86543c94639b8a29", "block_index": 187, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "destination": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "destination": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "btc_amount": 2000, - "order_match_id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", + "order_match_id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", "status": "valid", "confirmed": true, - "block_time": 1729876008, + "block_time": 1730152540, "btc_amount_normalized": "0.00002000" } ], @@ -12517,9 +12853,9 @@ Returns the orders to exchange two assets "result": [ { "tx_index": 52, - "tx_hash": "2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", + "tx_hash": "f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", "block_index": 187, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -12537,7 +12873,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1729876008, + "block_time": 1730152540, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12563,9 +12899,9 @@ Returns the orders to exchange two assets }, { "tx_index": 54, - "tx_hash": "9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", + "tx_hash": "68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", "block_index": 188, - "source": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "source": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 0, @@ -12583,7 +12919,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1729876012, + "block_time": 1730152544, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12609,9 +12945,9 @@ Returns the orders to exchange two assets }, { "tx_index": 49, - "tx_hash": "111cae1f148e5e4f64d102a7b4d610db135455bd946bb24c769e8de37ef9306b", + "tx_hash": "e526d2697a8a05b800974f9c210fa510da6ab47751c34779b7ac367e9b4b6a4f", "block_index": 184, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12629,7 +12965,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1729875934, + "block_time": 1730152467, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12655,9 +12991,9 @@ Returns the orders to exchange two assets }, { "tx_index": 51, - "tx_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", - "block_index": 188, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "block_index": 207, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -12670,12 +13006,12 @@ Returns the orders to exchange two assets "fee_required_remaining": 0, "fee_provided": 10000, "fee_provided_remaining": 10000, - "status": "open", + "status": "expired", "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1729876012, + "block_time": 1730152654, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12701,9 +13037,9 @@ Returns the orders to exchange two assets }, { "tx_index": 57, - "tx_hash": "f39acf57f70f323d391b87e019faff99be00cc841fb36ae75d86435e80171703", + "tx_hash": "5c60fdbd8e12b558b37692f338ed060f1b08aa4280e7910c72df925b8447fe4e", "block_index": 192, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12721,7 +13057,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1729876028, + "block_time": 1730152570, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12747,7 +13083,7 @@ Returns the orders to exchange two assets } ], "next_cursor": 59, - "result_count": 7 + "result_count": 8 } ``` @@ -12784,13 +13120,13 @@ Returns the orders to exchange two assets { "result": [ { - "id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", + "id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", "tx0_index": 51, - "tx0_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", - "tx0_address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx0_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "tx0_address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "tx1_index": 54, - "tx1_hash": "9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", - "tx1_address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "tx1_hash": "68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", + "tx1_address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12807,7 +13143,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1729876012, + "block_time": 1730152544, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12827,13 +13163,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", + "id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", "tx0_index": 51, - "tx0_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", - "tx0_address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx0_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "tx0_address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "tx1_index": 52, - "tx1_hash": "2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", - "tx1_address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "tx1_hash": "f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", + "tx1_address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -12850,7 +13186,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1729876008, + "block_time": 1730152540, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12870,13 +13206,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "111cae1f148e5e4f64d102a7b4d610db135455bd946bb24c769e8de37ef9306b_a8f1292c76427996585305824eba2290bcb249972fc3c2f705f73573e7589f04", + "id": "e526d2697a8a05b800974f9c210fa510da6ab47751c34779b7ac367e9b4b6a4f_838658b3ae97b7aecafb85513c22563fafe5393feb711e3baeb216d4575933e2", "tx0_index": 49, - "tx0_hash": "111cae1f148e5e4f64d102a7b4d610db135455bd946bb24c769e8de37ef9306b", - "tx0_address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx0_hash": "e526d2697a8a05b800974f9c210fa510da6ab47751c34779b7ac367e9b4b6a4f", + "tx0_address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "tx1_index": 50, - "tx1_hash": "a8f1292c76427996585305824eba2290bcb249972fc3c2f705f73573e7589f04", - "tx1_address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "tx1_hash": "838658b3ae97b7aecafb85513c22563fafe5393feb711e3baeb216d4575933e2", + "tx1_address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -12893,7 +13229,7 @@ Returns the orders to exchange two assets "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1729875934, + "block_time": 1730152467, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12951,13 +13287,13 @@ Returns all the order matches { "result": [ { - "id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", + "id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", "tx0_index": 51, - "tx0_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", - "tx0_address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx0_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "tx0_address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "tx1_index": 54, - "tx1_hash": "9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf", - "tx1_address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "tx1_hash": "68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8", + "tx1_address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -12971,7 +13307,7 @@ Returns all the order matches "fee_paid": 0, "status": "pending", "confirmed": true, - "block_time": 1729876012, + "block_time": 1730152544, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -12991,13 +13327,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1_2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", + "id": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144_f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", "tx0_index": 51, - "tx0_hash": "d520c2aa18ab6f1e759f7092cd1deea4a8f20c5531a78f9ebb60ead76684c4c1", - "tx0_address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx0_hash": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "tx0_address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "tx1_index": 52, - "tx1_hash": "2d3ed10288bef569d3dfc1e6e32be56a7e4cb31fbcf9b25b4c6fe09364867a21", - "tx1_address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "tx1_hash": "f7024b6b96a9c8db3d046e4f3dd2af284061b63febc2052b0800be5871413c59", + "tx1_address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -13011,7 +13347,7 @@ Returns all the order matches "fee_paid": 0, "status": "completed", "confirmed": true, - "block_time": 1729876008, + "block_time": 1730152540, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -13031,13 +13367,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "111cae1f148e5e4f64d102a7b4d610db135455bd946bb24c769e8de37ef9306b_a8f1292c76427996585305824eba2290bcb249972fc3c2f705f73573e7589f04", + "id": "e526d2697a8a05b800974f9c210fa510da6ab47751c34779b7ac367e9b4b6a4f_838658b3ae97b7aecafb85513c22563fafe5393feb711e3baeb216d4575933e2", "tx0_index": 49, - "tx0_hash": "111cae1f148e5e4f64d102a7b4d610db135455bd946bb24c769e8de37ef9306b", - "tx0_address": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "tx0_hash": "e526d2697a8a05b800974f9c210fa510da6ab47751c34779b7ac367e9b4b6a4f", + "tx0_address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "tx1_index": 50, - "tx1_hash": "a8f1292c76427996585305824eba2290bcb249972fc3c2f705f73573e7589f04", - "tx1_address": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "tx1_hash": "838658b3ae97b7aecafb85513c22563fafe5393feb711e3baeb216d4575933e2", + "tx1_address": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -13051,7 +13387,7 @@ Returns all the order matches "fee_paid": 0, "status": "expired", "confirmed": true, - "block_time": 1729875934, + "block_time": 1730152467, "forward_asset_info": { "divisible": true, "asset_longname": null, @@ -13219,66 +13555,66 @@ Returns the burns "result": [ { "tx_index": 9, - "tx_hash": "bffb2be5bdaa6276cca4057394e8a543c6324ecbc27920251c3eb7fd5e3ddc60", + "tx_hash": "faec55ede76eee50988cf0d4f1bb25d8fe1f5c75dd94ddc9427d732ef5b65344", "block_index": 121, - "source": "bcrt1qwv0kz40a9nmvlc7dgqqdmwky9e6gxn9ja9sksv", + "source": "bcrt1qy99t2ccel0rgwsv77j7t730c4v3xwu0q4z02rr", "burned": 50000000, "earned": 74999996667, "status": "valid", "confirmed": true, - "block_time": 1729875752, + "block_time": 1730152285, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 8, - "tx_hash": "1175633d80e0c71fc0a539ed361665eb4eb52ab3acbfd25433e460029e7be56f", + "tx_hash": "ff424b42a9965359591a54f355ce5c75756123497e76f35debdaef0ea515e76a", "block_index": 120, - "source": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "source": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "burned": 50000000, "earned": 74999996833, "status": "valid", "confirmed": true, - "block_time": 1729875747, + "block_time": 1730152281, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 7, - "tx_hash": "a832284ce8b0d7a599d29aa9371faa4f6b7b73dc93a91b3c852cddfda619d104", + "tx_hash": "6f8c5ecfa83f7514ac2c883bba9d8f016f9fc383a064597aa379221a09df2e26", "block_index": 119, - "source": "bcrt1qu3xm5xg3tj9sv3ns4qdxgmk0n06h4w48udmzju", + "source": "bcrt1qpeykk94fqpqd8z8azgnemhdj6tkd0hx3zh9vq0", "burned": 50000000, "earned": 74999997000, "status": "valid", "confirmed": true, - "block_time": 1729875744, + "block_time": 1730152277, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 6, - "tx_hash": "4f1c28ff39c8e163c217e59ec95dcb92c47282cf100fe2b69444e221bee48965", + "tx_hash": "ea5d0be869f53cc900a7b0d86eefc1124bba3014be198aeef545d113ca6c1415", "block_index": 118, - "source": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "source": "bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t", "burned": 50000000, "earned": 74999997167, "status": "valid", "confirmed": true, - "block_time": 1729875741, + "block_time": 1730152274, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" }, { "tx_index": 5, - "tx_hash": "b863e0316b321904eb30a9f46b5013d3b7ddbc0243ab9641b9ab3ee262c15708", + "tx_hash": "b99ccc7c02aa79d4f89a55faf59b2997833ac007497ad85b9c54f7f4aee6b38f", "block_index": 117, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "burned": 50000000, "earned": 74999997333, "status": "valid", "confirmed": true, - "block_time": 1729875737, + "block_time": 1730152271, "burned_normalized": "0.50000000", "earned_normalized": "749.99997000" } @@ -13323,9 +13659,9 @@ Returns all dispensers "result": [ { "tx_index": 26, - "tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -13334,7 +13670,7 @@ Returns all dispensers "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13344,7 +13680,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1729875837, + "block_time": 1730152371, "asset_info": { "divisible": true, "asset_longname": null, @@ -13360,9 +13696,9 @@ Returns all dispensers }, { "tx_index": 29, - "tx_hash": "12f60c8df8cefdbdd94f3b60fb85a2a2b58f8970e8f67131e13d2a118ee446db", + "tx_hash": "d839b088ef63a643506711a493f9bee20c8f0fdecdbe3a35b1daa547faf846c4", "block_index": 142, - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -13371,7 +13707,7 @@ Returns all dispensers "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "origin": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, @@ -13381,7 +13717,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1729875840, + "block_time": 1730152374, "asset_info": { "divisible": true, "asset_longname": null, @@ -13397,9 +13733,9 @@ Returns all dispensers }, { "tx_index": 30, - "tx_hash": "8a0a52171c4efc276df87ce95bc204e13120c49d1702588067a90c1931a5de67", + "tx_hash": "79936cc3125e5007430b2d0bf21f27fde011aa3b3cbe455ef38d4e924e0efb2c", "block_index": 150, - "source": "mymSDaJc8UDD3vXT5QFhccicJMeXuYM2hK", + "source": "msW5ha2RLW5GPidCb4bcBfLpepfjUcMUQU", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -13407,10 +13743,10 @@ Returns all dispensers "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "c91d1d242120d71e6248eab1da2513b751b655d271348c2ac27c5ac31c23beb3", - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "last_status_tx_hash": "d9475e8ff5f01552453259a4f29df48bc438e16096934253fa19aea6a4577d24", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 0, - "last_status_tx_source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "last_status_tx_source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "close_block_index": 150, "confirmed": true, "fiat_price": null, @@ -13418,7 +13754,7 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1729875869, + "block_time": 1730152404, "asset_info": { "divisible": true, "asset_longname": null, @@ -13434,9 +13770,9 @@ Returns all dispensers }, { "tx_index": 62, - "tx_hash": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f", + "tx_hash": "a66401c0c7f18461dcb757685e287c5257f065eed4bb1ab2202bc6f94f1ee648", "block_index": 197, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "TESTLOCKDESC", "give_quantity": 1, "escrow_quantity": 10000, @@ -13445,7 +13781,7 @@ Returns all dispensers "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -13455,11 +13791,11 @@ Returns all dispensers "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1729876048, + "block_time": 1730152599, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -13471,18 +13807,18 @@ Returns all dispensers }, { "tx_index": 33, - "tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", - "block_index": 201, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", + "block_index": 208, + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "oracle_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "last_status_tx_hash": null, - "origin": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "origin": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13492,7 +13828,7 @@ Returns all dispensers "fiat_unit": "USD", "oracle_price_last_updated": 138, "satoshi_price": 16, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -13517,7 +13853,7 @@ Returns all dispensers Returns the dispenser information by tx_hash + Parameters - + dispenser_hash: `2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52` (str, required) - The hash of the dispenser to return + + dispenser_hash: `881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986` (str, required) - The hash of the dispenser to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -13529,9 +13865,9 @@ Returns the dispenser information by tx_hash { "result": { "tx_index": 26, - "tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -13540,7 +13876,7 @@ Returns the dispenser information by tx_hash "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13550,7 +13886,7 @@ Returns the dispenser information by tx_hash "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1729875837, + "block_time": 1730152371, "asset_info": { "divisible": true, "asset_longname": null, @@ -13572,7 +13908,7 @@ Returns the dispenser information by tx_hash Returns the dispenses of a dispenser + Parameters - + dispenser_hash: `2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52` (str, required) - The hash of the dispenser to return + + dispenser_hash: `881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986` (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 @@ -13592,19 +13928,19 @@ Returns the dispenses of a dispenser { "tx_index": 28, "dispense_index": 0, - "tx_hash": "895ffd0096fc74da46fae8991008d7b96917b3d7af4052139abd8ca5243c7d6f", + "tx_hash": "475aace33224bce0e872b971aec679f51e613b383e613646278c6b56f677ba98", "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "dispenser_tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13612,7 +13948,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13627,7 +13963,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729875837, + "block_time": 1730152371, "asset_info": { "divisible": true, "asset_longname": null, @@ -13641,19 +13977,19 @@ Returns the dispenses of a dispenser { "tx_index": 27, "dispense_index": 0, - "tx_hash": "25170fc51b03a3d18f94ff7d53767773e1a9a2ef3e46d71c32b0431533374742", + "tx_hash": "2d37d2e02bbcaf2608cf7a4a6ffd2ba0fa304b2a8fdcdd11dba977438e2de7cb", "block_index": 140, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "dispenser_tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -13661,7 +13997,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -13676,7 +14012,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729875832, + "block_time": 1730152367, "asset_info": { "divisible": true, "asset_longname": null, @@ -13718,20 +14054,20 @@ Returns all the dividends "result": [ { "tx_index": 41, - "tx_hash": "6a9e8d85dff00cad75497c9d493b1ae63a575a6431e10264a90c8debe24c9938", + "tx_hash": "7372f146a3d2b2f8ed86192a8116aa167602a212012c7e629321341896e9a2ab", "block_index": 154, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1729875884, + "block_time": 1730152419, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -13756,7 +14092,7 @@ Returns all the dividends Returns a dividend by its hash + Parameters - + dividend_hash: `6a9e8d85dff00cad75497c9d493b1ae63a575a6431e10264a90c8debe24c9938` (str, required) - The hash of the dividend to return + + dividend_hash: `7372f146a3d2b2f8ed86192a8116aa167602a212012c7e629321341896e9a2ab` (str, required) - The hash of the dividend to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -13768,20 +14104,20 @@ Returns a dividend by its hash { "result": { "tx_index": 41, - "tx_hash": "6a9e8d85dff00cad75497c9d493b1ae63a575a6431e10264a90c8debe24c9938", + "tx_hash": "7372f146a3d2b2f8ed86192a8116aa167602a212012c7e629321341896e9a2ab", "block_index": 154, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 40000, "status": "valid", "confirmed": true, - "block_time": 1729875884, + "block_time": 1730152419, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -13803,7 +14139,7 @@ Returns a dividend by its hash Returns a dividend distribution by its hash + Parameters - + dividend_hash: `6a9e8d85dff00cad75497c9d493b1ae63a575a6431e10264a90c8debe24c9938` (str, required) - The hash of the dividend distribution to return + + dividend_hash: `7372f146a3d2b2f8ed86192a8116aa167602a212012c7e629321341896e9a2ab` (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 @@ -13826,12 +14162,12 @@ Returns a dividend distribution by its hash "asset": "XCP", "quantity": 1500000000, "calling_function": "dividend", - "event": "6a9e8d85dff00cad75497c9d493b1ae63a575a6431e10264a90c8debe24c9938", + "event": "7372f146a3d2b2f8ed86192a8116aa167602a212012c7e629321341896e9a2ab", "tx_index": 41, - "utxo": "26c019805138e039c0857066de3fd5ddd731a7b626179059880fb0b5dc36471a:0", - "utxo_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "utxo": "1d83b22e706c969e3dbc46fc83aaed861ed27d6aadc4e25772b7f315f7498313:0", + "utxo_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "confirmed": true, - "block_time": 1729875884, + "block_time": 1730152419, "asset_info": { "divisible": true, "asset_longname": null, @@ -13843,16 +14179,16 @@ Returns a dividend distribution by its hash }, { "block_index": 154, - "address": "bcrt1qlnehx4acfdgpf3cz4hqtgdgf5wejvwhpr9x5kq", + "address": "bcrt1qgj5fzklvgauxn9cwyuxjug8eqmn24f4hhp6034", "asset": "XCP", "quantity": 500000000, "calling_function": "dividend", - "event": "6a9e8d85dff00cad75497c9d493b1ae63a575a6431e10264a90c8debe24c9938", + "event": "7372f146a3d2b2f8ed86192a8116aa167602a212012c7e629321341896e9a2ab", "tx_index": 41, "utxo": null, "utxo_address": null, "confirmed": true, - "block_time": 1729875884, + "block_time": 1730152419, "asset_info": { "divisible": true, "asset_longname": null, @@ -13877,7 +14213,7 @@ Returns all events + Parameters + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `603` (str, optional) - The last event index to return + + cursor: `675` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -13894,47 +14230,47 @@ Returns all events { "result": [ { - "event_index": 603, + "event_index": 675, "event": "BLOCK_PARSED", "params": { - "block_index": 201, - "ledger_hash": "1bf24c7d510c9bdddbfcc1a2bb4253dad844fcf1f918c2fd3ac2eb53548b7b66", - "messages_hash": "555be690592ed6a56bf164f3e17847a40ebcb9a1618754bef2d173445baadc45", + "block_index": 208, + "ledger_hash": "60b8fd8f2ad76538149e6de985dbe7b45c40a196ae0bb983bf4c88a03b0a5a01", + "messages_hash": "7a42fb162169182e602c0a9f3b9b87fe0679ea28f34038dd79f3ee778d672f5b", "transaction_count": 1, - "txlist_hash": "fe395baf6721b16cf3318c38c00e055f0e29be4a82dd5dc162f4703950ff3714", - "block_time": 1729876074 + "txlist_hash": "7792bb1c4bc7ea65159eea6c5970b4a75a56b5a0926a5a1d6d1843469b56dd08", + "block_time": 1730152668 }, "tx_hash": null, - "block_index": 201, - "block_time": 1729876074 + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 602, + "event_index": 674, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75 }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 601, + "event_index": 673, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 201, + "block_index": 208, "btc_amount": 1000, - "destination": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "destination": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "tx_index": 68, - "block_time": 1729876074, + "dispenser_tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "tx_index": 75, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -13945,20 +14281,20 @@ Returns all events "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 600, + "event_index": 672, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "status": 0, - "tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", + "tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", "asset_info": { "divisible": true, "asset_longname": null, @@ -13968,24 +14304,24 @@ Returns all events }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 599, + "event_index": 671, "event": "CREDIT", "params": { - "address": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "address": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "dispense", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 66, - "tx_index": 68, + "tx_index": 75, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -13995,13 +14331,13 @@ Returns all events }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 } ], - "next_cursor": 598, - "result_count": 604 + "next_cursor": 670, + "result_count": 676 } ``` @@ -14010,7 +14346,7 @@ Returns all events Returns the event of an index + Parameters - + event_index: `603` (int, required) - The index of the event to return + + event_index: `675` (int, required) - The index of the event to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14021,19 +14357,19 @@ Returns the event of an index ``` { "result": { - "event_index": 603, + "event_index": 675, "event": "BLOCK_PARSED", "params": { - "block_index": 201, - "ledger_hash": "1bf24c7d510c9bdddbfcc1a2bb4253dad844fcf1f918c2fd3ac2eb53548b7b66", - "messages_hash": "555be690592ed6a56bf164f3e17847a40ebcb9a1618754bef2d173445baadc45", + "block_index": 208, + "ledger_hash": "60b8fd8f2ad76538149e6de985dbe7b45c40a196ae0bb983bf4c88a03b0a5a01", + "messages_hash": "7a42fb162169182e602c0a9f3b9b87fe0679ea28f34038dd79f3ee778d672f5b", "transaction_count": 1, - "txlist_hash": "fe395baf6721b16cf3318c38c00e055f0e29be4a82dd5dc162f4703950ff3714", - "block_time": 1729876074 + "txlist_hash": "7792bb1c4bc7ea65159eea6c5970b4a75a56b5a0926a5a1d6d1843469b56dd08", + "block_time": 1730152668 }, "tx_hash": null, - "block_index": 201, - "block_time": 1729876074 + "block_index": 208, + "block_time": 1730152668 } } ``` @@ -14065,7 +14401,7 @@ Returns the event counts of all blocks }, { "event": "TRANSACTION_PARSED", - "event_count": 54 + "event_count": 61 }, { "event": "SWEEP", @@ -14077,7 +14413,7 @@ Returns the event counts of all blocks }, { "event": "ORDER_UPDATE", - "event_count": 11 + "event_count": 12 } ], "next_cursor": "ORDER_MATCH_UPDATE", @@ -14091,7 +14427,7 @@ Returns the events filtered by event name + Parameters + event: `CREDIT` (str, required) - The event to return - + cursor: `603` (str, optional) - The last event index to return + + cursor: `675` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -14108,19 +14444,19 @@ Returns the events filtered by event name { "result": [ { - "event_index": 599, + "event_index": 671, "event": "CREDIT", "params": { - "address": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "address": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "dispense", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 66, - "tx_index": 68, + "tx_index": 75, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -14130,24 +14466,24 @@ Returns the events filtered by event name }, "quantity_normalized": "0.00000066" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 597, + "event_index": 669, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "utxo move", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 1500000000, - "tx_index": 68, - "utxo": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", - "utxo_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "block_time": 1729876074, + "tx_index": 75, + "utxo": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", + "utxo_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -14157,94 +14493,94 @@ Returns the events filtered by event name }, "quantity_normalized": "15.00000000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 594, + "event_index": 666, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 201, + "block_index": 208, "calling_function": "utxo move", - "event": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", + "event": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", "quantity": 1500000000, - "tx_index": 68, - "utxo": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", - "utxo_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "block_time": 1729876074, + "tx_index": 75, + "utxo": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", + "utxo_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "block_time": 1730152668, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, "quantity_normalized": "15.00000000" }, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "block_time": 1729876074 + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "block_time": 1730152668 }, { - "event_index": 587, + "event_index": 656, "event": "CREDIT", "params": { - "address": null, - "asset": "UTXOASSET", - "block_index": 200, - "calling_function": "utxo move", - "event": "69c82666bed1f4cb98b3c9af4a8ae1face1cde752ff77c6db647b839b4630d98", - "quantity": 1000000000, - "tx_index": 67, - "utxo": "69c82666bed1f4cb98b3c9af4a8ae1face1cde752ff77c6db647b839b4630d98:0", - "utxo_address": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", - "block_time": 1729876064, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "asset": "XCP", + "block_index": 207, + "calling_function": "cancel order", + "event": "0be548116da7ae37d3a66bd1e2b457c84b5cee1922a832b11833442ca4367144", + "quantity": 5000, + "tx_index": 0, + "utxo": null, + "utxo_address": null, + "block_time": 1730152654, "asset_info": { - "asset_longname": null, - "description": "My super asset", - "issuer": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "10.00000000" + "quantity_normalized": "0.00005000" }, - "tx_hash": "69c82666bed1f4cb98b3c9af4a8ae1face1cde752ff77c6db647b839b4630d98", - "block_index": 200, - "block_time": 1729876064 + "tx_hash": "94d28536c36f8921ec535d5a3e2c538fea2e0eaf96f18f56fe628a2467b3cd5b", + "block_index": 207, + "block_time": 1730152654 }, { - "event_index": 584, + "event_index": 645, "event": "CREDIT", "params": { - "address": null, - "asset": "UTXOASSET", - "block_index": 200, - "calling_function": "utxo move", - "event": "9c2f9e99beb979505233c78212b30ea9459b688aa39a6df3714257ad8519f6e3", - "quantity": 1000000000, - "tx_index": 66, - "utxo": "9c2f9e99beb979505233c78212b30ea9459b688aa39a6df3714257ad8519f6e3:0", - "utxo_address": "bcrt1qu3xm5xg3tj9sv3ns4qdxgmk0n06h4w48udmzju", - "block_time": 1729876064, + "address": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "asset": "XCP", + "block_index": 206, + "calling_function": "mpma send", + "event": "df83baf689f317330288b53cdecda394e1a8a323267184a896edd324ae2f5e06", + "quantity": 10, + "tx_index": 73, + "utxo": null, + "utxo_address": null, + "block_time": 1730152650, "asset_info": { - "asset_longname": null, - "description": "My super asset", - "issuer": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "10.00000000" + "quantity_normalized": "0.00000010" }, - "tx_hash": "9c2f9e99beb979505233c78212b30ea9459b688aa39a6df3714257ad8519f6e3", - "block_index": 200, - "block_time": 1729876064 + "tx_hash": "df83baf689f317330288b53cdecda394e1a8a323267184a896edd324ae2f5e06", + "block_index": 206, + "block_time": 1730152650 } ], - "next_cursor": 575, - "result_count": 76 + "next_cursor": 644, + "result_count": 91 } ``` @@ -14265,7 +14601,7 @@ Returns the number of events { "result": { "event": "CREDIT", - "event_count": 76 + "event_count": 91 } } ``` @@ -14294,29 +14630,29 @@ Returns all the dispenses { "result": [ { - "tx_index": 68, + "tx_index": 75, "dispense_index": 0, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "destination": "bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw", + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "destination": "bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", + "dispenser_tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", "btc_amount": 1000, "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 201, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "block_index": 208, + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "oracle_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "last_status_tx_hash": null, - "origin": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "origin": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -14331,7 +14667,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -14345,19 +14681,19 @@ Returns all the dispenses { "tx_index": 63, "dispense_index": 0, - "tx_hash": "111da276d70487dd4e13a1a34d06d5b818ca44563e219ccbe23b63fe949791f2", + "tx_hash": "106579c58f047e17b477ed29537a950c9bd5764e11e554aecd245d2b34c593bb", "block_index": 197, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "TESTLOCKDESC", "dispense_quantity": 4000, - "dispenser_tx_hash": "6e749d68ff9d998c1817365a605763241691c5283b6176cfcec0259bb0ee2c6f", + "dispenser_tx_hash": "a66401c0c7f18461dcb757685e287c5257f065eed4bb1ab2202bc6f94f1ee648", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 62, "block_index": 197, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -14365,7 +14701,7 @@ Returns all the dispenses "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -14380,11 +14716,11 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729876048, + "block_time": 1730152599, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -14394,27 +14730,27 @@ Returns all the dispenses { "tx_index": 34, "dispense_index": 0, - "tx_hash": "bb626c5990cee4bb6d7c0a1ecce94ac6307355b3e3d63b9eb85d9d925fc40928", + "tx_hash": "e3281b866c9160fbca9b9c63f3cd72bdc23e6f1edacb7f45aa0d7e4d6d81bdfd", "block_index": 147, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", - "destination": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", + "destination": "bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "2a6ff75ebe4de647b48e89f5290dabdc92325f49ac87f648c00ec8e336dad2ad", + "dispenser_tx_hash": "89960b7bbc039e600d6f9646dee903b065b2b4b2a06a9341471044b97be7dc00", "btc_amount": 10000, "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 201, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "block_index": 208, + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "oracle_address": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "last_status_tx_hash": null, - "origin": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "origin": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -14429,7 +14765,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1729875858, + "block_time": 1730152392, "asset_info": { "divisible": true, "asset_longname": null, @@ -14443,19 +14779,19 @@ Returns all the dispenses { "tx_index": 28, "dispense_index": 0, - "tx_hash": "895ffd0096fc74da46fae8991008d7b96917b3d7af4052139abd8ca5243c7d6f", + "tx_hash": "475aace33224bce0e872b971aec679f51e613b383e613646278c6b56f677ba98", "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "dispenser_tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "btc_amount": 4000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -14463,7 +14799,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -14478,7 +14814,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729875837, + "block_time": 1730152371, "asset_info": { "divisible": true, "asset_longname": null, @@ -14492,19 +14828,19 @@ Returns all the dispenses { "tx_index": 27, "dispense_index": 0, - "tx_hash": "25170fc51b03a3d18f94ff7d53767773e1a9a2ef3e46d71c32b0431533374742", + "tx_hash": "2d37d2e02bbcaf2608cf7a4a6ffd2ba0fa304b2a8fdcdd11dba977438e2de7cb", "block_index": 140, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "destination": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "destination": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "2a52b7fd4f499f184c7e2ff320327898de5c7d3afd9e8f717268697a8c24df52", + "dispenser_tx_hash": "881a5384817ca1fa460b95c37bc6488f6813a9da5127cd7438e97748496cc986", "btc_amount": 6000, "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 141, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -14512,7 +14848,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "origin": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -14527,7 +14863,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1729875832, + "block_time": 1730152367, "asset_info": { "divisible": true, "asset_longname": null, @@ -14568,11 +14904,11 @@ Returns all the sends include Enhanced and MPMA sends { "result": [ { - "tx_index": 68, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "source": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", - "destination": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "tx_index": 75, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "source": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1", + "destination": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "asset": "XCP", "quantity": 1500000000, "status": "valid", @@ -14580,7 +14916,7 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -14592,11 +14928,11 @@ Returns all the sends include Enhanced and MPMA sends "fee_paid_normalized": "0.00000000" }, { - "tx_index": 68, - "tx_hash": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980", - "block_index": 201, - "source": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62:1", - "destination": "a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980:0", + "tx_index": 75, + "tx_hash": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7", + "block_index": 208, + "source": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76:1", + "destination": "24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7:0", "asset": "MYASSETA", "quantity": 1500000000, "status": "valid", @@ -14604,11 +14940,11 @@ Returns all the sends include Enhanced and MPMA sends "memo": null, "fee_paid": 0, "confirmed": true, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -14616,80 +14952,80 @@ Returns all the sends include Enhanced and MPMA sends "fee_paid_normalized": "0.00000000" }, { - "tx_index": 67, - "tx_hash": "69c82666bed1f4cb98b3c9af4a8ae1face1cde752ff77c6db647b839b4630d98", - "block_index": 200, - "source": "9c2f9e99beb979505233c78212b30ea9459b688aa39a6df3714257ad8519f6e3:0", - "destination": "69c82666bed1f4cb98b3c9af4a8ae1face1cde752ff77c6db647b839b4630d98:0", - "asset": "UTXOASSET", - "quantity": 1000000000, + "tx_index": 73, + "tx_hash": "df83baf689f317330288b53cdecda394e1a8a323267184a896edd324ae2f5e06", + "block_index": 206, + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "destination": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "asset": "XCP", + "quantity": 10, "status": "valid", - "msg_index": 0, - "memo": null, + "msg_index": 2, + "memo": "memo1", "fee_paid": 0, "confirmed": true, - "block_time": 1729876064, + "block_time": 1730152650, "asset_info": { - "asset_longname": null, - "description": "My super asset", - "issuer": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", "divisible": true, - "locked": false + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "locked": true, + "issuer": null }, - "quantity_normalized": "10.00000000", + "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 66, - "tx_hash": "9c2f9e99beb979505233c78212b30ea9459b688aa39a6df3714257ad8519f6e3", - "block_index": 200, - "source": "8f4a21628ca29d1bea08cb89d21471e891436a32de8d929d8de16f5de07f6320:1", - "destination": "9c2f9e99beb979505233c78212b30ea9459b688aa39a6df3714257ad8519f6e3:0", - "asset": "UTXOASSET", - "quantity": 1000000000, + "tx_index": 73, + "tx_hash": "df83baf689f317330288b53cdecda394e1a8a323267184a896edd324ae2f5e06", + "block_index": 206, + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "destination": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", + "asset": "MPMASSET", + "quantity": 10, "status": "valid", - "msg_index": 0, - "memo": null, + "msg_index": 1, + "memo": "memo3", "fee_paid": 0, "confirmed": true, - "block_time": 1729876064, + "block_time": 1730152650, "asset_info": { "asset_longname": null, - "description": "My super asset", - "issuer": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, - "quantity_normalized": "10.00000000", + "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 65, - "tx_hash": "8f4a21628ca29d1bea08cb89d21471e891436a32de8d929d8de16f5de07f6320", - "block_index": 199, - "source": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", - "destination": "8f4a21628ca29d1bea08cb89d21471e891436a32de8d929d8de16f5de07f6320:1", - "asset": "UTXOASSET", - "quantity": 1000000000, + "tx_index": 73, + "tx_hash": "df83baf689f317330288b53cdecda394e1a8a323267184a896edd324ae2f5e06", + "block_index": 206, + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "destination": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "asset": "MPMASSET", + "quantity": 10, "status": "valid", "msg_index": 0, - "memo": null, + "memo": "the memo", "fee_paid": 0, "confirmed": true, - "block_time": 1729876056, + "block_time": 1730152650, "asset_info": { "asset_longname": null, - "description": "My super asset", - "issuer": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "description": "My super asset B", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, - "quantity_normalized": "10.00000000", + "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" } ], - "next_cursor": 14, - "result_count": 19 + "next_cursor": 27, + "result_count": 32 } ``` @@ -14729,16 +15065,44 @@ Returns all the issuances ``` { "result": [ + { + "tx_index": 68, + "tx_hash": "4828af32a199e79551813e98f231b88c18fce171b1aa13a0a36ebd89438480eb", + "msg_index": 0, + "block_index": 201, + "asset": "MPMASSET", + "quantity": 100000000000, + "divisible": true, + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "transfer": false, + "callable": false, + "call_date": 0, + "call_price": 0.0, + "description": "My super asset B", + "fee_paid": 50000000, + "status": "valid", + "asset_longname": null, + "locked": false, + "reset": false, + "description_locked": false, + "fair_minting": false, + "asset_events": "creation", + "confirmed": true, + "block_time": 1730152620, + "quantity_normalized": "1000.00000000", + "fee_paid_normalized": "0.50000000" + }, { "tx_index": 64, - "tx_hash": "f3a8ec3efb4bec820d9096bd166a892a84a722f07fdd33ea1a39e8a5a5a01dc5", + "tx_hash": "bf75f7092b509102f9cc7488b8a1d2b5ac9b3663ab98a89b377d0ef6fe1dcb7c", "msg_index": 0, "block_index": 198, "asset": "UTXOASSET", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", - "issuer": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "source": "bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t", + "issuer": "bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t", "transfer": false, "callable": false, "call_date": 0, @@ -14753,20 +15117,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1729876053, + "block_time": 1730152603, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 48, - "tx_hash": "92b8cfc3dc569089881dfa46bd7aded69c484e727c25ac8c0d98ea48d182e205", + "tx_hash": "9e318339eedce8001504b264f6284e226cd64f7682b8d8516c334f650d696d1a", "msg_index": 0, "block_index": 161, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "transfer": false, "callable": false, "call_date": 0, @@ -14781,20 +15145,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1729875920, + "block_time": 1730152454, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 47, - "tx_hash": "be598808b3f486e15e9e7267071c662fd87779a774a700271319f7ac59268ea9", + "tx_hash": "45cb917d16df66648e5f28c6c2bd440fe45d164add86d0e42b41da39eb7f0556", "msg_index": 0, "block_index": 160, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "transfer": false, "callable": false, "call_date": 0, @@ -14809,20 +15173,20 @@ Returns all the issuances "fair_minting": false, "asset_events": "lock_description", "confirmed": true, - "block_time": 1729875905, + "block_time": 1730152441, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 46, - "tx_hash": "d356791a0df1d37ddaf36b4b2a55eccaeda19adbaf8e099acda84fe9f8d43bb2", + "tx_hash": "ac506b92d017443f43af978440e014edeebaeb005ef74872f0a538268c655b9e", "msg_index": 0, "block_index": 159, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "transfer": false, "callable": false, "call_date": 0, @@ -14837,41 +15201,13 @@ Returns all the issuances "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1729875901, + "block_time": 1730152437, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" - }, - { - "tx_index": 45, - "tx_hash": "d679c8a07c7838453357da218c63bf8e7fb7b0efdf968013a632b9f14d728268", - "msg_index": 0, - "block_index": 158, - "asset": "TESTLOCKDESC", - "quantity": 10000000000, - "divisible": true, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", - "transfer": false, - "callable": false, - "call_date": 0, - "call_price": 0.0, - "description": "Test Locking Description", - "fee_paid": 50000000, - "status": "valid", - "asset_longname": null, - "locked": false, - "reset": false, - "description_locked": false, - "fair_minting": false, - "asset_events": "creation", - "confirmed": true, - "block_time": 1729875898, - "quantity_normalized": "100.00000000", - "fee_paid_normalized": "0.50000000" } ], - "next_cursor": 18, - "result_count": 23 + "next_cursor": 19, + "result_count": 24 } ``` @@ -14880,7 +15216,7 @@ Returns all the issuances Returns the issuances of a block + Parameters - + tx_hash: `f3a8ec3efb4bec820d9096bd166a892a84a722f07fdd33ea1a39e8a5a5a01dc5` (str, required) - The hash of the transaction to return + + tx_hash: `4828af32a199e79551813e98f231b88c18fce171b1aa13a0a36ebd89438480eb` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14891,20 +15227,20 @@ Returns the issuances of a block ``` { "result": { - "tx_index": 64, - "tx_hash": "f3a8ec3efb4bec820d9096bd166a892a84a722f07fdd33ea1a39e8a5a5a01dc5", + "tx_index": 68, + "tx_hash": "4828af32a199e79551813e98f231b88c18fce171b1aa13a0a36ebd89438480eb", "msg_index": 0, - "block_index": 198, - "asset": "UTXOASSET", + "block_index": 201, + "asset": "MPMASSET", "quantity": 100000000000, "divisible": true, - "source": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", - "issuer": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, - "description": "My super asset", + "description": "My super asset B", "fee_paid": 50000000, "status": "valid", "asset_longname": null, @@ -14914,7 +15250,7 @@ Returns the issuances of a block "fair_minting": false, "asset_events": "creation", "confirmed": true, - "block_time": 1729876053, + "block_time": 1730152620, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" } @@ -14946,16 +15282,16 @@ Returns all sweeps "result": [ { "tx_index": 60, - "tx_hash": "1d031b9b6673ffa862e5c7d317e913556ea7cdd6a6bc1f5f92953c4c751f3c14", + "tx_hash": "2c7ae8f6e4701927ddcbe44081605a47255ab492749f67fbd114ecf1a8a65b35", "block_index": 194, - "source": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", - "destination": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "source": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "destination": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1729876037, + "block_time": 1730152588, "fee_paid_normalized": "0.00600000" } ], @@ -14969,7 +15305,7 @@ Returns all sweeps Returns the sweeps of a transaction + Parameters - + tx_hash: `1d031b9b6673ffa862e5c7d317e913556ea7cdd6a6bc1f5f92953c4c751f3c14` (str, required) - The hash of the transaction to return + + tx_hash: `2c7ae8f6e4701927ddcbe44081605a47255ab492749f67fbd114ecf1a8a65b35` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -14982,16 +15318,16 @@ Returns the sweeps of a transaction "result": [ { "tx_index": 60, - "tx_hash": "1d031b9b6673ffa862e5c7d317e913556ea7cdd6a6bc1f5f92953c4c751f3c14", + "tx_hash": "2c7ae8f6e4701927ddcbe44081605a47255ab492749f67fbd114ecf1a8a65b35", "block_index": 194, - "source": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", - "destination": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "source": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", + "destination": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, "confirmed": true, - "block_time": 1729876037, + "block_time": 1730152588, "fee_paid_normalized": "0.00600000" } ], @@ -15025,9 +15361,9 @@ Returns all valid broadcasts "result": [ { "tx_index": 25, - "tx_hash": "d0bcadf4061f5cc9dd2021552cedac29e6d9d4cf7d8d36630832ec154f123cfa", + "tx_hash": "26aaab7c527ed95b491bf2daa22f1342cdd5f0ddcb7d9258c93f6eb27d184cf4", "block_index": 138, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -15035,14 +15371,14 @@ Returns all valid broadcasts "locked": false, "status": "valid", "confirmed": true, - "block_time": 1729875826, + "block_time": 1730152360, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "782e54445dc6f9962386534b10d6a8aaf57293a2b3496497dfb06449c9a278c5", + "tx_hash": "278eb0af25f68b3a6653ba0f2df33f974ff0da6c7104e66879b1e7398e7c5c0a", "block_index": 137, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, @@ -15050,7 +15386,7 @@ Returns all valid broadcasts "locked": false, "status": "valid", "confirmed": true, - "block_time": 1729875823, + "block_time": 1730152356, "fee_fraction_int_normalized": "0.00000000" } ], @@ -15064,7 +15400,7 @@ Returns all valid broadcasts Returns the broadcast of a transaction + Parameters - + tx_hash: `d0bcadf4061f5cc9dd2021552cedac29e6d9d4cf7d8d36630832ec154f123cfa` (str, required) - The hash of the transaction to return + + tx_hash: `26aaab7c527ed95b491bf2daa22f1342cdd5f0ddcb7d9258c93f6eb27d184cf4` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -15076,9 +15412,9 @@ Returns the broadcast of a transaction { "result": { "tx_index": 25, - "tx_hash": "d0bcadf4061f5cc9dd2021552cedac29e6d9d4cf7d8d36630832ec154f123cfa", + "tx_hash": "26aaab7c527ed95b491bf2daa22f1342cdd5f0ddcb7d9258c93f6eb27d184cf4", "block_index": 138, - "source": "bcrt1qnu3yst26k4jgs8nm7dw3lef3slermpdhxrtvyg", + "source": "bcrt1ql8mkrhn2y6ecep4r74z5xanqql9tdcc03gw7jw", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, @@ -15086,7 +15422,7 @@ Returns the broadcast of a transaction "locked": false, "status": "valid", "confirmed": true, - "block_time": 1729875826, + "block_time": 1730152360, "fee_fraction_int_normalized": "0.00000000" } } @@ -15123,10 +15459,10 @@ Returns all fairminters { "result": [ { - "tx_hash": "772d960e551d4fc5c1336a1240f36767f99bf76fc41c0822689601aebf475857", + "tx_hash": "26539725e06907af8de0d1566e600341a0e33f7489250c5638c4fc997807d55b", "tx_index": 42, "block_index": 155, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "A95428958968845068", "asset_parent": "MYASSETA", "asset_longname": "MYASSETA.SUBMYASSETA", @@ -15151,7 +15487,7 @@ Returns all fairminters "commission": null, "paid_quantity": null, "confirmed": true, - "block_time": 1729875887, + "block_time": 1730152422, "price_normalized": "0.00000001", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -15160,10 +15496,10 @@ Returns all fairminters "premint_quantity_normalized": "0.00000000" }, { - "tx_hash": "5361559a88d02eae2c794d10d512f6a0cd9edcf9100e94befc4a514df243e1b5", + "tx_hash": "7bf87f6bffa46a3fcb072996b272f354e8b8bcb62d27b5ab21bf9290781edbf4", "tx_index": 22, "block_index": 135, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "FAIRMINTD", "asset_parent": "", "asset_longname": "", @@ -15188,7 +15524,7 @@ Returns all fairminters "commission": 0, "paid_quantity": 34, "confirmed": true, - "block_time": 1729875814, + "block_time": 1730152348, "price_normalized": "0.00000050", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -15200,10 +15536,10 @@ Returns all fairminters "paid_quantity_normalized": "0.00000034" }, { - "tx_hash": "ef080661adc888d76e84e31b7fac496b24e1f17a36ceb0636ff5a0e378d127f5", + "tx_hash": "f496a13cefb5917af9ca4382b65ec34a3e9377aad3a9573222f40fc26e5d4e38", "tx_index": 18, "block_index": 131, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "FAIRMINTC", "asset_parent": "", "asset_longname": "", @@ -15228,7 +15564,7 @@ Returns all fairminters "commission": 0, "paid_quantity": 5, "confirmed": true, - "block_time": 1729875789, + "block_time": 1730152322, "price_normalized": "0.00000001", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -15240,10 +15576,10 @@ Returns all fairminters "paid_quantity_normalized": "0.00000005" }, { - "tx_hash": "5bbb7d89d98e4d3cea2e5bcb4f6438a19666ff81c76b02e70f1508276c81fcfe", + "tx_hash": "6ac387e7a4732b3b47f0a44d4265bf5b9e977878f765bf98458be3555cade1d0", "tx_index": 14, "block_index": 130, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "FAIRMINTB", "asset_parent": "", "asset_longname": "", @@ -15268,7 +15604,7 @@ Returns all fairminters "commission": 0, "paid_quantity": 300000000, "confirmed": true, - "block_time": 1729875786, + "block_time": 1730152319, "price_normalized": "0.00000001", "hard_cap_normalized": "100.00000000", "soft_cap_normalized": "10.00000000", @@ -15280,10 +15616,10 @@ Returns all fairminters "paid_quantity_normalized": "3.00000000" }, { - "tx_hash": "e5fbab5552d39b8da2835a6510f0a5df1ca29f754c9cffa94cc56e5acb501dba", + "tx_hash": "c54b70535645814003d679de1dea6c3d208a360033ed6961b9958ac910e83988", "tx_index": 10, "block_index": 125, - "source": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "source": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "asset": "FAIRMINTA", "asset_parent": "", "asset_longname": "", @@ -15308,7 +15644,7 @@ Returns all fairminters "commission": 0, "paid_quantity": 10000000000, "confirmed": true, - "block_time": 1729875767, + "block_time": 1730152299, "price_normalized": "0.00000001", "hard_cap_normalized": "100.00000000", "soft_cap_normalized": "10.00000000", @@ -15377,22 +15713,22 @@ Returns all fairmints { "result": [ { - "tx_hash": "ecec50cf753443c475ce9f73a76cedc25f382d25cefaa00d66706cdd544af1e4", + "tx_hash": "56b0ac88f54ca2611881f2c8478a761603f5cf942a379a757a13b52c2c193505", "tx_index": 23, "block_index": 136, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "5361559a88d02eae2c794d10d512f6a0cd9edcf9100e94befc4a514df243e1b5", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "7bf87f6bffa46a3fcb072996b272f354e8b8bcb62d27b5ab21bf9290781edbf4", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875818, + "block_time": 1730152352, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -15401,22 +15737,22 @@ Returns all fairmints "paid_quantity_normalized": "0.00000034" }, { - "tx_hash": "87884ac53a4aacf74156f175cb165810d1814f1f8055d20c774db5c03037d974", + "tx_hash": "ff6f27751d9a86791bebbfbdf6c94db117df2b3f2193fb80951f246a234aec33", "tx_index": 21, "block_index": 134, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "ef080661adc888d76e84e31b7fac496b24e1f17a36ceb0636ff5a0e378d127f5", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "f496a13cefb5917af9ca4382b65ec34a3e9377aad3a9573222f40fc26e5d4e38", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875810, + "block_time": 1730152344, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -15425,22 +15761,22 @@ Returns all fairmints "paid_quantity_normalized": "0.00000003" }, { - "tx_hash": "cac3154c795618e62f7795292f95404673f9cf0c3ec5d3b8569e7e54e56041b5", + "tx_hash": "d8a0233a8d8e6e63a86f2762bdcd19f395771e948e9d9fd91e4131cf9b4b466c", "tx_index": 20, "block_index": 133, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "ef080661adc888d76e84e31b7fac496b24e1f17a36ceb0636ff5a0e378d127f5", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "f496a13cefb5917af9ca4382b65ec34a3e9377aad3a9573222f40fc26e5d4e38", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875796, + "block_time": 1730152329, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -15449,22 +15785,22 @@ Returns all fairmints "paid_quantity_normalized": "0.00000001" }, { - "tx_hash": "9938a552fcf5b52aac1996f6ef4c65ef99ff68e50830c40666c0ae6a2a3a0ea8", + "tx_hash": "9cbbbc1ba5c0c6a6a4766e5b10e4e35fe2772e4e9a4ac36a36fe0e0239c134f8", "tx_index": 19, "block_index": 132, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "ef080661adc888d76e84e31b7fac496b24e1f17a36ceb0636ff5a0e378d127f5", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "f496a13cefb5917af9ca4382b65ec34a3e9377aad3a9573222f40fc26e5d4e38", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875793, + "block_time": 1730152326, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -15473,22 +15809,22 @@ Returns all fairmints "paid_quantity_normalized": "0.00000001" }, { - "tx_hash": "37e5f57c83e48468fde220893ad85c68bc067778a970ccc71ebcf96555186026", + "tx_hash": "7373471bfbb61006816b238cc58de75e2684d1b9cc29a2ea12ed240f42efc5c1", "tx_index": 17, "block_index": 129, - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", - "fairminter_tx_hash": "5bbb7d89d98e4d3cea2e5bcb4f6438a19666ff81c76b02e70f1508276c81fcfe", + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", + "fairminter_tx_hash": "6ac387e7a4732b3b47f0a44d4265bf5b9e977878f765bf98458be3555cade1d0", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875782, + "block_time": 1730152314, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -15507,7 +15843,7 @@ Returns all fairmints Returns the fairmint by its hash + Parameters - + tx_hash: `ecec50cf753443c475ce9f73a76cedc25f382d25cefaa00d66706cdd544af1e4` (str, required) - The hash of the fairmint to return + + tx_hash: `56b0ac88f54ca2611881f2c8478a761603f5cf942a379a757a13b52c2c193505` (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` + show_unconfirmed (bool, optional) - Include results from Mempool. @@ -15518,22 +15854,22 @@ Returns the fairmint by its hash ``` { "result": { - "tx_hash": "ecec50cf753443c475ce9f73a76cedc25f382d25cefaa00d66706cdd544af1e4", + "tx_hash": "56b0ac88f54ca2611881f2c8478a761603f5cf942a379a757a13b52c2c193505", "tx_index": 23, "block_index": 136, - "source": "bcrt1qarpmrt0tv5lkuncmt84jh4xmfrexv54640pyws", - "fairminter_tx_hash": "5361559a88d02eae2c794d10d512f6a0cd9edcf9100e94befc4a514df243e1b5", + "source": "bcrt1q25glra5pnw22qz2dxwrfgeqvhmjm395aahm20g", + "fairminter_tx_hash": "7bf87f6bffa46a3fcb072996b272f354e8b8bcb62d27b5ab21bf9290781edbf4", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", "confirmed": true, - "block_time": 1729875818, + "block_time": 1730152352, "asset_info": { "asset_longname": "", "description": "", - "issuer": "bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva", + "issuer": "bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s", "divisible": true, "locked": false }, @@ -15551,7 +15887,7 @@ Returns the fairmint by its hash Returns a list of unspent outputs for a list of addresses + Parameters - + addresses: `bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8,bcrt1qu3xm5xg3tj9sv3ns4qdxgmk0n06h4w48udmzju` (str, required) - The addresses to search for + + addresses: `bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t,bcrt1qpeykk94fqpqd8z8azgnemhdj6tkd0hx3zh9vq0` (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. @@ -15568,28 +15904,28 @@ Returns a list of unspent outputs for a list of addresses "vout": 0, "height": 200, "value": 5460, - "confirmations": 2, + "confirmations": 9, "amount": 5.46e-05, - "txid": "69c82666bed1f4cb98b3c9af4a8ae1face1cde752ff77c6db647b839b4630d98", - "address": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8" + "txid": "4f4e04943e18e0ee4357cfc625380441563b546fa24099f5e213d8e1ba2d301e", + "address": "bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t" }, { "vout": 1, "height": 200, "value": 4949934500, - "confirmations": 2, + "confirmations": 9, "amount": 49.499345, - "txid": "9c2f9e99beb979505233c78212b30ea9459b688aa39a6df3714257ad8519f6e3", - "address": "bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8" + "txid": "aeaf026eb996356b27b9fa803f584b52d00b626dc2d0d876b59e2f0e219ac0d1", + "address": "bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t" }, { "vout": 2, "height": 157, "value": 100000, - "confirmations": 45, + "confirmations": 52, "amount": 0.001, - "txid": "5872f2218f1423cb8455452e5837353ab173d47c46800cb93d0b0b372c49dd62", - "address": "bcrt1qu3xm5xg3tj9sv3ns4qdxgmk0n06h4w48udmzju" + "txid": "0abb519e0de24e0c42b3f70f2c258f5b11e73be765075ddaf0e2986774a97f76", + "address": "bcrt1qpeykk94fqpqd8z8azgnemhdj6tkd0hx3zh9vq0" } ], "next_cursor": null, @@ -15602,7 +15938,7 @@ Returns a list of unspent outputs for a list of addresses Returns all transactions involving a given address + Parameters - + address: `bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l` (str, required) - The address to search for + + address: `bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2` (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 @@ -15618,28 +15954,28 @@ Returns all transactions involving a given address { "result": [ { - "tx_hash": "1d031b9b6673ffa862e5c7d317e913556ea7cdd6a6bc1f5f92953c4c751f3c14" + "tx_hash": "2c7ae8f6e4701927ddcbe44081605a47255ab492749f67fbd114ecf1a8a65b35" }, { - "tx_hash": "d04cbc4143bd475740dfb3d02bfdaaa23e40fc357c9e9475d29ecc97b6a5851a" + "tx_hash": "1470f4b572e577839544315fa7c74ff2ffcf96c223ad7652b4f6846af2f30a45" }, { - "tx_hash": "dc24a98f4f65b086869c6350383240e014524d822aab2e2630ccaa222668e74a" + "tx_hash": "aa546f61f8ebb938d0b3ce821f6de5f8150cfeb107148298e068de15ab033e63" }, { - "tx_hash": "4441e31fc17357751ecc85a725105ff847a383cda23c8d9519c93ab66c150276" + "tx_hash": "c06eded0f95cde9156548bea56a6019e2eee629859e1e1986086ad10b2dd5a75" }, { - "tx_hash": "03cae60632c738d12c7ac2243ef952bbe11e47c70391ef56c5a8012cf1c8ca86" + "tx_hash": "894dceb9db02f71c93dcc4070ecf5daefd49348620bea85df8f0b4e0acec138c" }, { - "tx_hash": "2459771d0358a9f4e4944129a25f7bd6d7cb7779fcdef57cff34ff7a6d6e7fa0" + "tx_hash": "708576bd350d01171c186ecbba44bca04cf7cb37bc750f1b0d2b34d99f125a93" }, { - "tx_hash": "fb7a4f0b452e71991d1e44f65ec7ff0767bd9988506e968fc5b0a67d4aa921a3" + "tx_hash": "a6cb77043648b5643482906ff1d7d5b899f2d4eec6f273ca25ac8652668a51a8" }, { - "tx_hash": "9ddc9005da276a24214c6bc21ab5432a41fdebd774b4360b50cf3bfd14f9c8cf" + "tx_hash": "68448d7e0d182d502c502ccbc5b9eabfb074623e4f38bb66e6d9e450fb20a2b8" } ], "next_cursor": null, @@ -15652,7 +15988,7 @@ Returns all transactions involving a given address Get the oldest transaction for an address. + Parameters - + address: `bcrt1qw3ttmzt6xvrkeerx0vqhjuufng2mualkxfplkw` (str, required) - The address to search for. + + address: `bcrt1qtc6z2xrm9ddug26rw89s68m469np4k2gl56jph` (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. @@ -15665,8 +16001,8 @@ Get the oldest transaction for an address. ``` { "result": { - "block_index": 9, - "tx_hash": "837ad3733d118b7dbd9efcc3cb8e2d4689b54ab79ef5b521696406c4020a5752" + "block_index": 3, + "tx_hash": "18676cb74eb9dfce4b58b954ec2a6b83b96a6f4daad0a16f77bcb6b61458ace6" } } ``` @@ -15676,7 +16012,7 @@ Get the oldest transaction for an address. Returns a list of unspent outputs for a specific address + Parameters - + address: `bcrt1qper0n8yhaqk6pv930sh27784zpcwvyd593fuq8` (str, required) - The address to search for + + address: `bcrt1qmglcwnw3w540cgj4ck5dzjd6gndpckn78zfz0t` (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 @@ -15691,21 +16027,21 @@ Returns a list of unspent outputs for a specific address ``` { "result": [ - { - "vout": 0, - "height": 200, - "value": 5460, - "confirmations": 2, - "amount": 5.46e-05, - "txid": "69c82666bed1f4cb98b3c9af4a8ae1face1cde752ff77c6db647b839b4630d98" - }, { "vout": 1, "height": 200, "value": 4949934500, - "confirmations": 2, + "confirmations": 9, "amount": 49.499345, - "txid": "9c2f9e99beb979505233c78212b30ea9459b688aa39a6df3714257ad8519f6e3" + "txid": "aeaf026eb996356b27b9fa803f584b52d00b626dc2d0d876b59e2f0e219ac0d1" + }, + { + "vout": 0, + "height": 200, + "value": 5460, + "confirmations": 9, + "amount": 5.46e-05, + "txid": "4f4e04943e18e0ee4357cfc625380441563b546fa24099f5e213d8e1ba2d301e" } ], "next_cursor": null, @@ -15718,7 +16054,7 @@ Returns a list of unspent outputs for a specific address Get pubkey for an address. + Parameters - + address: `bcrt1q4f03lncyhn9atr065aw8g52pz0jkla6g45pzva` (str, required) - Address to get pubkey for. + + address: `bcrt1q09nlpg9an5ecqnk04szas6dj0q4rgeap5a7u9s` (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. @@ -15730,7 +16066,7 @@ Get pubkey for an address. ``` { - "result": "0211fc3ee26c9dc627b64802ffd7b0b6e4b6b7457ab997983e0a3b366bc6f2f515" + "result": "03be1550749fb1f6e8569a217e3386b6fe9cd46a26502621789da3a82663b2d500" } ``` @@ -15739,7 +16075,7 @@ Get pubkey for an address. Get a transaction from the blockchain + Parameters - + tx_hash: `a7c1e3fc5d3854bd3b3150f2151942446526f58be0e313871ba8e03373115980` (str, required) - The transaction hash + + tx_hash: `24255a55d682575210bba91dad4fe8d563a81fd4b4f1756e41dc5fce8d9f88e7` (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. @@ -15751,7 +16087,7 @@ Get a transaction from the blockchain ``` { - "result": "0200000000010162dd492c370b0b3db90c80467cd473b13a3537582e455584cb23148f21f272580100000000ffffffff03e8030000000000001600149f22482d5ab564881e7bf35d1fe53187f23d85b700000000000000000c6a0a96667af1a04c6c644af8dced0827010000001600147456bd897a33076ce4667b017973899a15be77f60247304402205e33ab76c1c59b0f64afdae48c481b7782b32af7f3344bee338d76268a780b70022049e84e2831027ef76f8fba8f9a2799169ee928de4e38db4372a56702b9a83ab0012102d7f4ece0006152226d7ed234de9a4ead39071a2074bf0931525a3471a13b1d6d00000000" + "result": "02000000000101767fa9746798e2f0da5d0765e73be7115b8f252c0ff7b3420c4ee20d9e51bb0a0100000000ffffffff03e803000000000000160014f9f761de6a26b38c86a3f54543766007cab6e30f00000000000000000c6a0a8ee379ec02600d7a1d1aeb140927010000001600145e3425187b2b5bc42b4371cb0d1f75d1661ad94802473044022038bd1cb36fdd7f9da255360c2b77e5d07c034b15eb8433d992508c6c65c6e693022074d799ef701e0e6ceb1e5e702c023f85f849de50800f98e9f4b29eb8c46f1a63012103606de90e430b926855501d0a176c98eff58fab05f6264d36c656a231b914c4d600000000" } ``` @@ -15773,7 +16109,7 @@ Get the fee per kilobyte for a transaction to be confirmed in `conf_target` bloc ``` { - "result": 61530 + "result": 58701 } ``` @@ -15846,28 +16182,28 @@ Returns all mempool events { "result": [ { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", - "tx_index": 69 + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", + "tx_index": 76 }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 }, { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "destination": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "memo": null, "quantity": 10000, - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "status": "valid", - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", - "tx_index": 69, + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", + "tx_index": 76, "asset_info": { "divisible": true, "asset_longname": null, @@ -15877,22 +16213,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 }, { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "CREDIT", "params": { - "address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "send", - "event": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "event": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "quantity": 10000, - "tx_index": 69, + "tx_index": 76, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -15902,22 +16238,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 }, { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "address": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "asset": "XCP", - "block_index": 201, - "event": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "block_index": 208, + "event": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "quantity": 10000, - "tx_index": 69, + "tx_index": 76, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -15927,30 +16263,30 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 }, { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1729876077.4463573, + "block_time": 1730152671.386915, "btc_amount": 0, - "data": "02000000000000000100000000000027108041bc73770b22d4ed185c6ac763c7d17e3a3272ce", + "data": "020000000000000001000000000000271080a7571097c4fb8e6abca791ff02187aaecf8530ec", "destination": "", "fee": 10000, - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", - "tx_index": 69, - "utxos_info": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515:1", + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", + "tx_index": 76, + "utxos_info": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "memo": null, "asset_info": { "divisible": true, @@ -15964,7 +16300,7 @@ Returns all mempool events }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 } ], "next_cursor": null, @@ -15995,19 +16331,19 @@ Returns the mempool events filtered by event name { "result": [ { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "CREDIT", "params": { - "address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "send", - "event": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "event": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "quantity": 10000, - "tx_index": 69, + "tx_index": 76, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -16017,7 +16353,7 @@ Returns the mempool events filtered by event name }, "quantity_normalized": "0.00010000" }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 } ], "next_cursor": null, @@ -16030,7 +16366,7 @@ Returns the mempool events filtered by event name Returns the mempool events filtered by transaction hash + Parameters - + tx_hash: `4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515` (str, required) - The hash of the transaction to return + + tx_hash: `176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43` (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 @@ -16050,28 +16386,28 @@ Returns the mempool events filtered by transaction hash { "result": [ { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", - "tx_index": 69 + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", + "tx_index": 76 }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 }, { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "destination": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "memo": null, "quantity": 10000, - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "status": "valid", - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", - "tx_index": 69, + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", + "tx_index": 76, "asset_info": { "divisible": true, "asset_longname": null, @@ -16081,22 +16417,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 }, { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "CREDIT", "params": { - "address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "asset": "XCP", - "block_index": 201, + "block_index": 208, "calling_function": "send", - "event": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "event": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "quantity": 10000, - "tx_index": 69, + "tx_index": 76, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -16106,22 +16442,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 }, { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", + "address": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", "asset": "XCP", - "block_index": 201, - "event": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "block_index": 208, + "event": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "quantity": 10000, - "tx_index": 69, + "tx_index": 76, "utxo": null, "utxo_address": null, - "block_time": 1729876074, + "block_time": 1730152668, "asset_info": { "divisible": true, "asset_longname": null, @@ -16131,30 +16467,30 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 }, { - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1729876077.4463573, + "block_time": 1730152671.386915, "btc_amount": 0, - "data": "02000000000000000100000000000027108041bc73770b22d4ed185c6ac763c7d17e3a3272ce", + "data": "020000000000000001000000000000271080a7571097c4fb8e6abca791ff02187aaecf8530ec", "destination": "", "fee": 10000, - "source": "bcrt1qlaalmyljhae2zzywrn0sw960gmmc0spxvpjqdj", - "tx_hash": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515", - "tx_index": 69, - "utxos_info": "4651c67a048a2edade78728ea7a8ec971902e40c4dd8a648f4adfec4928b0515:1", + "source": "bcrt1q97tatapulknzlg4e9l3d9vwump6wgad5ymx9e2", + "tx_hash": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43", + "tx_index": 76, + "utxos_info": "176d60cc92b7e6121256abda9774892c371eb867371d12d871571ad30b95ca43:1", "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qgx78xactyt2w6xzudtrk83730caryukw22u84l", + "address": "bcrt1q5at3p97ylw8x4098j8lsyxr64m8c2v8vwr8se2", "memo": null, "asset_info": { "divisible": true, @@ -16168,7 +16504,7 @@ Returns the mempool events filtered by transaction hash }, "btc_amount_normalized": "0.00000000" }, - "timestamp": 1729876077.4463573 + "timestamp": 1730152671.386915 } ], "next_cursor": null, diff --git a/counterparty-core/counterpartycore/lib/api/api_server.py b/counterparty-core/counterpartycore/lib/api/api_server.py index b9d893bfae..3fe82003a9 100644 --- a/counterparty-core/counterpartycore/lib/api/api_server.py +++ b/counterparty-core/counterpartycore/lib/api/api_server.py @@ -174,12 +174,15 @@ def prepare_args(route, **kwargs): if arg_name in function_args: continue - str_arg = request.args.get(arg_name) - if str_arg is not None and str_arg.lower() == "none": + str_arg = query_params().get(arg_name) + if str_arg is not None and isinstance(str_arg, str) and str_arg.lower() == "none": str_arg = None if str_arg is None and arg["required"]: raise ValueError(f"Missing required parameter: {arg_name}") + if arg["type"] != "list" and isinstance(str_arg, list): + str_arg = str_arg[0] # we take the first argument + if str_arg is None: function_args[arg_name] = arg["default"] elif arg["type"] == "bool": @@ -194,6 +197,11 @@ def prepare_args(route, **kwargs): function_args[arg_name] = float(str_arg) except ValueError as e: raise ValueError(f"Invalid float: {arg_name}") from e + elif arg["type"] == "list": + if not isinstance(str_arg, list): + function_args[arg_name] = [str_arg] + else: + function_args[arg_name] = str_arg else: function_args[arg_name] = str_arg @@ -245,13 +253,18 @@ def get_transaction_name(rule): return "".join([part.capitalize() for part in ROUTES[rule]["function"].__name__.split("_")]) +def query_params(): + params = request.args.to_dict(flat=False) + return {key: value[0] if len(value) == 1 else value for key, value in params.items()} + + @auth.login_required def handle_route(**kwargs): if request.method == "OPTIONS": return handle_options() start_time = time.time() - query_args = request.args.to_dict() | kwargs + query_args = query_params() | kwargs logger.trace(f"API Request - {request.remote_addr} {request.method} {request.url}") logger.debug(get_log_prefix(query_args)) @@ -397,7 +410,7 @@ def run_api_server(args, server_ready_value, stop_event): # Initialize Sentry, logging, config, etc. sentry.init() - server.initialise_log_and_config(argparse.Namespace(**args)) + server.initialise_log_and_config(argparse.Namespace(**args), api=True) watcher = api_watcher.APIWatcher() watcher.start() diff --git a/counterparty-core/counterpartycore/lib/api/compose.py b/counterparty-core/counterpartycore/lib/api/compose.py index ad59547d12..2a58aabcf4 100644 --- a/counterparty-core/counterpartycore/lib/api/compose.py +++ b/counterparty-core/counterpartycore/lib/api/compose.py @@ -131,6 +131,16 @@ False, "(API v1 only) Returns a single hex-encoded string instead of an array", ), + "use_utxos_with_balances": ( + bool, + False, + "Use UTXO with balances", + ), + "exclude_utxos_with_balances": ( + bool, + False, + "Exclude silently UTXO with balances instead of raising an exception", + ), } @@ -381,6 +391,8 @@ def compose_mpma( assets: str, destinations: str, quantities: str, + memos: list = None, + memos_are_hex: bool = None, memo: str = None, memo_is_hex: bool = False, **construct_args, @@ -391,8 +403,10 @@ def compose_mpma( :param assets: comma-separated list of assets to send (e.g. XCP,$ASSET_5) :param destinations: comma-separated list of addresses to send to (e.g. $ADDRESS_1,$ADDRESS_2) :param quantities: comma-separated list of quantities to send (in satoshis, hence integer) (e.g. 1,2) - :param memo: The Memo associated with this transaction (e.g. "Hello, world!") - :param memo_is_hex: Whether the memo field is a hexadecimal string (e.g. False) + :param memos: One `memos` argument by send, if any + :param memos_are_hex: Whether the memos are in hexadecimal format + :param memo: The Memo associated with this transaction, used by default for all sends if no `memos` are specified + :param memo_is_hex: Whether the memo field is a hexadecimal string """ asset_list = assets.split(",") destination_list = destinations.split(",") @@ -407,6 +421,17 @@ def compose_mpma( quantity_list = [int(quantity) for quantity in quantity_list] asset_dest_quant_list = list(zip(asset_list, destination_list, quantity_list)) + if memos: + if not isinstance(memos, list): + raise exceptions.ComposeError("Memos must be a list") + if len(memos) != len(asset_dest_quant_list): + raise exceptions.ComposeError( + "The number of memos must be equal to the number of sends" + ) + for i, send_memo in enumerate(memos): + if send_memo: + asset_dest_quant_list[i] += (send_memo, memos_are_hex) + params = { "source": address, "asset_dest_quant_list": asset_dest_quant_list, @@ -736,8 +761,6 @@ def compose_movetoutxo( if change > 0: change_output_address = change_address or source_address outputs += [{change_output_address: str(change)}] - print("inputs", inputs) - print("outputs", outputs) rawtransaction = backend.bitcoind.createrawtransaction(inputs, outputs) return { diff --git a/counterparty-core/counterpartycore/lib/api/queries.py b/counterparty-core/counterpartycore/lib/api/queries.py index 06f36e1381..3b78ca5632 100644 --- a/counterparty-core/counterpartycore/lib/api/queries.py +++ b/counterparty-core/counterpartycore/lib/api/queries.py @@ -1562,6 +1562,25 @@ def get_address_balances( ) +def get_utxo_balances(db, utxo: str, cursor: str = None, limit: int = 100, offset: int = None): + """ + Returns the balances of an utxo + :param str utxo: The utxo to return (e.g. $UTXO_WITH_BALANCE) + :param str cursor: The last index of the balances to return + :param int limit: The maximum number of balances to return (e.g. 5) + :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) + """ + return select_rows( + db, + "balances", + where={"utxo": utxo, "quantity__gt": 0}, + last_cursor=cursor, + limit=limit, + offset=offset, + select="asset, quantity, utxo, utxo_address", + ) + + def get_balances_by_addresses( db, addresses: str, cursor: str = None, limit: int = 100, offset: int = None, sort: str = None ): diff --git a/counterparty-core/counterpartycore/lib/api/routes.py b/counterparty-core/counterpartycore/lib/api/routes.py index a230afb9e8..963190ac32 100644 --- a/counterparty-core/counterpartycore/lib/api/routes.py +++ b/counterparty-core/counterpartycore/lib/api/routes.py @@ -76,6 +76,7 @@ def get_routes(): "/v2/addresses/
/fairminters": queries.get_fairminters_by_address, "/v2/addresses//fairmints": queries.get_fairmints_by_address, "/v2/addresses//fairmints/