diff --git a/.github/workflows/propertytest.yml b/.github/workflows/propertytest.yml index 1c4b7528e6..4a036bc858 100644 --- a/.github/workflows/propertytest.yml +++ b/.github/workflows/propertytest.yml @@ -35,14 +35,11 @@ jobs: cd counterparty-rs && pip install -e . && cd .. cd counterparty-core && pip install -e . && cd .. pip install evdev - git clone https://github.com/CounterpartyXCP/addrindexrs.git - cd addrindexrs - cargo install --path=. - wget https://bitcoincore.org/bin/bitcoin-core-27.1/bitcoin-27.1-x86_64-linux-gnu.tar.gz - tar -xvf bitcoin-27.1-x86_64-linux-gnu.tar.gz - sudo cp bitcoin-27.1/bin/bitcoin-cli /usr/local/bin/bitcoin-cli - sudo cp bitcoin-27.1/bin/bitcoind /usr/local/bin/bitcoind - sudo cp bitcoin-27.1/bin/bitcoin-wallet /usr/local/bin/bitcoin-wallet + wget https://bitcoincore.org/bin/bitcoin-core-28.0/bitcoin-28.0-x86_64-linux-gnu.tar.gz + tar -xvf bitcoin-28.0-x86_64-linux-gnu.tar.gz + sudo cp bitcoin-28.0/bin/bitcoin-cli /usr/local/bin/bitcoin-cli + sudo cp bitcoin-28.0/bin/bitcoind /usr/local/bin/bitcoind + sudo cp bitcoin-28.0/bin/bitcoin-wallet /usr/local/bin/bitcoin-wallet npm install dredd --global - name: Run regtest tests run: | diff --git a/.github/workflows/publish_docker_image.yml b/.github/workflows/publish_docker_image.yml index 280144a6b1..014c35c9ea 100644 --- a/.github/workflows/publish_docker_image.yml +++ b/.github/workflows/publish_docker_image.yml @@ -4,8 +4,7 @@ on: release: types: [published] push: - branches: - - develop + branches: "**" env: DOCKER_REPO: counterparty/counterparty @@ -27,6 +26,8 @@ jobs: export VERSION=v$(cat counterparty-core/counterpartycore/lib/config.py | grep '__version__ =' | awk -F '"' '{print $2}') elif [[ ${{ github.event_name }} == 'push' && ${{ github.ref }} == 'refs/heads/develop' ]]; then export VERSION=develop + else + export VERSION=${{ github.sha }} fi docker build -t $DOCKER_REPO:$VERSION . docker tag $DOCKER_REPO:$VERSION $DOCKER_REPO:latest diff --git a/.github/workflows/regtest.yml b/.github/workflows/regtest.yml index e2213860b9..22266a8f11 100644 --- a/.github/workflows/regtest.yml +++ b/.github/workflows/regtest.yml @@ -35,15 +35,14 @@ jobs: cd counterparty-rs && pip install -e . && cd .. cd counterparty-core && pip install -e . && cd .. pip install evdev - git clone https://github.com/CounterpartyXCP/addrindexrs.git - cd addrindexrs - cargo install --path=. - wget https://bitcoincore.org/bin/bitcoin-core-27.1/bitcoin-27.1-x86_64-linux-gnu.tar.gz - tar -xvf bitcoin-27.1-x86_64-linux-gnu.tar.gz - sudo cp bitcoin-27.1/bin/bitcoin-cli /usr/local/bin/bitcoin-cli - sudo cp bitcoin-27.1/bin/bitcoind /usr/local/bin/bitcoind - sudo cp bitcoin-27.1/bin/bitcoin-wallet /usr/local/bin/bitcoin-wallet + wget https://bitcoincore.org/bin/bitcoin-core-28.0/bitcoin-28.0-x86_64-linux-gnu.tar.gz + tar -xvf bitcoin-28.0-x86_64-linux-gnu.tar.gz + sudo cp bitcoin-28.0/bin/bitcoin-cli /usr/local/bin/bitcoin-cli + sudo cp bitcoin-28.0/bin/bitcoind /usr/local/bin/bitcoind + sudo cp bitcoin-28.0/bin/bitcoin-wallet /usr/local/bin/bitcoin-wallet npm install dredd --global + git clone https://github.com/mempool/electrs && cd electrs + cargo install --path=. - name: Run regtest tests run: | cd counterparty-core diff --git a/.github/workflows/test_compose.sh b/.github/workflows/test_compose.sh index decb3d9111..726d8d0a06 100644 --- a/.github/workflows/test_compose.sh +++ b/.github/workflows/test_compose.sh @@ -110,7 +110,6 @@ sudo touch $LOG_PATH docker compose --profile mainnet stop counterparty-core docker compose --profile mainnet run counterparty-core reparse $REPARSE_FROM \ --backend-connect=bitcoind \ - --indexd-connect=addrindexrs \ --rpc-host=0.0.0.0 \ --api-host=0.0.0.0 diff --git a/apiary.apib b/apiary.apib index da13d18863..9c5e7a59ba 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1,4 +1,4 @@ -[//]: # (Generated by genapidoc.py on 2024-12-12 13:14:35.826846. Do not edit manually.) +[//]: # (Generated by genapidoc.py on 2025-01-09 09:14:59.798518. Do not edit manually.) FORMAT: 1A HOST: https://api.counterparty.io:4000 @@ -21,6 +21,7 @@ API routes are divided into groups: - [`dispensers`](#/reference/dispensers) - [`dividends`](#/reference/dividends) - [`events`](#/reference/events) +- [`destructions`](#/reference/destructions) - [`dispenses`](#/reference/dispenses) - [`sends`](#/reference/sends) - [`issuances`](#/reference/issuances) @@ -185,22 +186,22 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 941, + "event_index": 984, "event": "NEW_BLOCK", "params": { - "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", - "block_index": 235, - "block_time": 1734009260, + "block_hash": "2eb2d169a9f2b1a587610388667c6a0ba3ba7682cc4438cd5245b6c3d13b450e", + "block_index": 239, + "block_time": 1736414085, "difficulty": 545259519, - "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23" + "previous_block_hash": "18212f662a546474f20d1e88712fa6cc2394481195d335619018c693f3ed3056" }, "tx_hash": null, - "block_index": 235, - "block_time": 1734009260 + "block_index": 239, + "block_time": 1736414085 } ], - "next_cursor": 939, - "result_count": 135 + "next_cursor": 982, + "result_count": 139 } ``` @@ -210,30 +211,30 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 942, + "event_index": 985, "event": "NEW_TRANSACTION", "params": { - "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", - "block_index": 235, - "block_time": 1734009260, + "block_hash": "2eb2d169a9f2b1a587610388667c6a0ba3ba7682cc4438cd5245b6c3d13b450e", + "block_index": 239, + "block_time": 1736414085, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "destination": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "fee": 0, - "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "source": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "transaction_type": "dispense", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "utxos_info": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1 e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0 3 1", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], - "next_cursor": 932, - "result_count": 111 + "next_cursor": 975, + "result_count": 116 } ``` @@ -243,21 +244,21 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 943, + "event_index": 986, "event": "NEW_TRANSACTION_OUTPUT", "params": { - "block_index": 235, + "block_index": 239, "btc_amount": 1000, - "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "destination": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "out_index": 0, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], "next_cursor": 592, @@ -271,23 +272,23 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 954, + "event_index": 997, "event": "BLOCK_PARSED", "params": { - "block_index": 235, - "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", - "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", + "block_index": 239, + "ledger_hash": "95c53603d4da383a898e07f9010d37808a19ed3b0584afc57ac88b8c1db615dc", + "messages_hash": "8189058778f7d5606dd8588cfd9e8f61edddd95185d873471b0236d4fe0b1af5", "transaction_count": 1, - "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", - "block_time": 1734009260 + "txlist_hash": "05226073eafd1bca395418b2d05ac73c9f25bcf5760ca2794c928d35edc487e2", + "block_time": 1736414085 }, "tx_hash": null, - "block_index": 235, - "block_time": 1734009260 + "block_index": 239, + "block_time": 1736414085 } ], - "next_cursor": 940, - "result_count": 135 + "next_cursor": 983, + "result_count": 139 } ``` @@ -297,20 +298,20 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 953, + "event_index": 996, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115 }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], - "next_cursor": 937, - "result_count": 111 + "next_cursor": 980, + "result_count": 116 } ``` @@ -322,19 +323,19 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 947, + "event_index": 990, "event": "DEBIT", "params": { "action": "utxo move", "address": null, "asset": "XCP", - "block_index": 235, - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 239, + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", "quantity": 2000000000, - "tx_index": 110, - "utxo": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", - "utxo_address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", - "block_time": 1734009260, + "tx_index": 115, + "utxo": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "utxo_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -344,13 +345,13 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], - "next_cursor": 944, - "result_count": 94 + "next_cursor": 987, + "result_count": 101 } ``` @@ -360,19 +361,19 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 950, + "event_index": 993, "event": "CREDIT", "params": { - "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "asset": "XCP", - "block_index": 235, + "block_index": 239, "calling_function": "dispense", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", "quantity": 66, - "tx_index": 110, + "tx_index": 115, "utxo": null, "utxo_address": null, - "block_time": 1734009260, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -382,13 +383,13 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], - "next_cursor": 948, - "result_count": 114 + "next_cursor": 991, + "result_count": 121 } ``` @@ -403,27 +404,28 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "MPMASSET", "block_index": 201, - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "memo": null, "msg_index": 0, "quantity": 1000, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_hash": "c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713", "tx_index": 77, - "block_time": 1734009080, + "block_time": 1736413934, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00001000" }, - "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_hash": "c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713", "block_index": 201, - "block_time": 1734009080 + "block_time": 1736413934 } ], "next_cursor": 528, @@ -442,15 +444,16 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 205, - "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "send_type": "send", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "status": "valid", - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "tx_index": 81, - "block_time": 1734009095, + "block_time": 1736413949, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -460,9 +463,9 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000010" }, - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "block_index": 205, - "block_time": 1734009095 + "block_time": 1736413949 } ], "next_cursor": 712, @@ -500,20 +503,20 @@ Here is a list of events classified by theme and for each an example response: "event": "SWEEP", "params": { "block_index": 190, - "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "destination": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "source": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "status": "valid", - "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", + "tx_hash": "9e9ae5f8333ce6c4cd85c79c159867d9e48ad5fccc73814557aaf98e80803d14", "tx_index": 65, - "block_time": 1734009038, + "block_time": 1736413891, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", + "tx_hash": "9e9ae5f8333ce6c4cd85c79c159867d9e48ad5fccc73814557aaf98e80803d14", "block_index": 190, - "block_time": 1734009038 + "block_time": 1736413891 } ], "next_cursor": null, @@ -535,15 +538,15 @@ Here is a list of events classified by theme and for each an example response: "dividend_asset": "XCP", "fee_paid": 20000, "quantity_per_unit": 100000000, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", + "tx_hash": "27ad556262ebc31e53769958f056b5c9ddfbff74c08d7e249edb236e8fd7a2a4", "tx_index": 42, - "block_time": 1734008849, + "block_time": 1736413742, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -557,9 +560,9 @@ Here is a list of events classified by theme and for each an example response: "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00020000" }, - "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", + "tx_hash": "27ad556262ebc31e53769958f056b5c9ddfbff74c08d7e249edb236e8fd7a2a4", "block_index": 146, - "block_time": 1734008849 + "block_time": 1736413742 } ], "next_cursor": null, @@ -585,22 +588,22 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 934, + "event_index": 977, "event": "ASSET_CREATION", "params": { "asset_id": "117132633401", "asset_longname": null, "asset_name": "OPENFAIR", - "block_index": 233, - "block_time": 1734009252 + "block_index": 237, + "block_time": 1736414075 }, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "block_index": 233, - "block_time": 1734009252 + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "block_index": 237, + "block_time": 1736414075 } ], - "next_cursor": 899, - "result_count": 27 + "next_cursor": 928, + "result_count": 29 } ``` @@ -610,13 +613,13 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 935, + "event_index": 978, "event": "ASSET_ISSUANCE", "params": { "asset": "OPENFAIR", "asset_events": "open_fairminter", "asset_longname": null, - "block_index": 233, + "block_index": 237, "call_date": 0, "call_price": 0, "callable": false, @@ -624,26 +627,26 @@ Here is a list of events classified by theme and for each an example response: "divisible": true, "fair_minting": true, "fee_paid": 50000000.0, - "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "issuer": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "locked": false, "quantity": 0, "reset": false, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": "valid", "transfer": false, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "tx_index": 109, - "block_time": 1734009252, + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "tx_index": 114, + "block_time": 1736414075, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" }, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "block_index": 233, - "block_time": 1734009252 + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "block_index": 237, + "block_time": 1736414075 } ], - "next_cursor": 900, - "result_count": 52 + "next_cursor": 929, + "result_count": 54 } ``` @@ -659,16 +662,16 @@ Here is a list of events classified by theme and for each an example response: "asset": "PREMINT", "block_index": 228, "quantity": 50, - "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "source": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "status": "valid", "tag": "soft cap not reached", - "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef", + "tx_hash": "c4c415c9b78131d13e9897d9e62c2c683f8fc5ff217cf193268924883d81d1bd", "tx_index": 101, - "block_time": 1734009215, + "block_time": 1736414033, "asset_info": { "asset_longname": null, "description": "My super description", - "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "issuer": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "divisible": true, "locked": false }, @@ -676,7 +679,7 @@ Here is a list of events classified by theme and for each an example response: }, "tx_hash": null, "block_index": 228, - "block_time": 1734009215 + "block_time": 1736414033 } ], "next_cursor": 832, @@ -692,12 +695,12 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 925, + "event_index": 968, "event": "OPEN_ORDER", "params": { - "block_index": 232, + "block_index": 236, "expiration": 21, - "expire_index": 253, + "expire_index": 257, "fee_provided": 10000, "fee_provided_remaining": 10000, "fee_required": 0, @@ -708,11 +711,11 @@ Here is a list of events classified by theme and for each an example response: "give_asset": "BTC", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": "open", - "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", - "tx_index": 108, - "block_time": 1734009248, + "tx_hash": "eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", + "tx_index": 113, + "block_time": 1736414071, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -723,7 +726,7 @@ Here is a list of events classified by theme and for each an example response: "get_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "issuer": "bcrt1qw0k7u66ple9ws8jaw8nsnex3ml9qckzjzyyqff", "divisible": true, "locked": false }, @@ -736,12 +739,12 @@ 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": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", - "block_index": 232, - "block_time": 1734009248 + "tx_hash": "eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", + "block_index": 236, + "block_time": 1736414071 } ], - "next_cursor": 920, + "next_cursor": 963, "result_count": 9 } ``` @@ -752,33 +755,33 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 928, + "event_index": 971, "event": "ORDER_MATCH", "params": { "backward_asset": "BTC", "backward_quantity": 1000, - "block_index": 232, + "block_index": 236, "fee_paid": 0, "forward_asset": "UTXOASSET", "forward_quantity": 1000, - "id": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa_923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", - "match_expire_index": 252, + "id": "fc71f6294d2a0bf1b63375da2c286e7e427e85c1e0184973f6df2d1670dd0e48_eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", + "match_expire_index": 256, "status": "pending", - "tx0_address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", - "tx0_block_index": 231, + "tx0_address": "bcrt1qw0k7u66ple9ws8jaw8nsnex3ml9qckzjzyyqff", + "tx0_block_index": 235, "tx0_expiration": 21, - "tx0_hash": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa", - "tx0_index": 107, - "tx1_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "tx1_block_index": 232, + "tx0_hash": "fc71f6294d2a0bf1b63375da2c286e7e427e85c1e0184973f6df2d1670dd0e48", + "tx0_index": 112, + "tx1_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "tx1_block_index": 236, "tx1_expiration": 21, - "tx1_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", - "tx1_index": 108, - "block_time": 1734009248, + "tx1_hash": "eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", + "tx1_index": 113, + "block_time": 1736414071, "forward_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "issuer": "bcrt1qw0k7u66ple9ws8jaw8nsnex3ml9qckzjzyyqff", "divisible": true, "locked": false }, @@ -793,9 +796,9 @@ Here is a list of events classified by theme and for each an example response: "backward_quantity_normalized": "0.00001000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", - "block_index": 232, - "block_time": 1734009248 + "tx_hash": "eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", + "block_index": 236, + "block_time": 1736414071 } ], "next_cursor": 691, @@ -809,7 +812,7 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 927, + "event_index": 970, "event": "ORDER_UPDATE", "params": { "fee_provided_remaining": 10000, @@ -817,16 +820,16 @@ Here is a list of events classified by theme and for each an example response: "get_remaining": 0, "give_remaining": 0, "status": "open", - "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx_hash": "eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", - "block_index": 232, - "block_time": 1734009248 + "tx_hash": "eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", + "block_index": 236, + "block_time": 1736414071 } ], - "next_cursor": 926, + "next_cursor": 969, "result_count": 19 } ``` @@ -841,11 +844,11 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844" + "tx_hash": "89aaa3218a7d1577d1484d83cddf4627de8990c449819dcffc804f88a968cc21" }, - "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", + "tx_hash": "7a4d66837fb88e731f8bb8f2c0708d5fa60665797b0ade6e3376e832907f6ce4", "block_index": 182, - "block_time": 1734008987 + "block_time": 1736413863 } ], "next_cursor": null, @@ -862,13 +865,13 @@ Here is a list of events classified by theme and for each an example response: "event_index": 859, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", - "order_match_id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "id": "9dc67d1291f72b3343a8c90bdbeb1f516ade6803cd33a14211c274054748b6f2_3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", + "order_match_id": "9dc67d1291f72b3343a8c90bdbeb1f516ade6803cd33a14211c274054748b6f2_3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", "status": "expired" }, - "tx_hash": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", + "tx_hash": "fe0417ba946be41440e55309ed6e252111c08c53ce4b636d35115b93aabd3c9a", "block_index": 225, - "block_time": 1734009204 + "block_time": 1736414022 } ], "next_cursor": 685, @@ -887,18 +890,18 @@ Here is a list of events classified by theme and for each an example response: "params": { "block_index": 182, "btc_amount": 2000, - "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "order_match_id": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8_89aaa3218a7d1577d1484d83cddf4627de8990c449819dcffc804f88a968cc21", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "status": "valid", - "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", + "tx_hash": "7a4d66837fb88e731f8bb8f2c0708d5fa60665797b0ade6e3376e832907f6ce4", "tx_index": 57, - "block_time": 1734008987, + "block_time": 1736413863, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", + "tx_hash": "7a4d66837fb88e731f8bb8f2c0708d5fa60665797b0ade6e3376e832907f6ce4", "block_index": 182, - "block_time": 1734008987 + "block_time": 1736413863 } ], "next_cursor": null, @@ -916,16 +919,16 @@ Here is a list of events classified by theme and for each an example response: "event": "CANCEL_ORDER", "params": { "block_index": 188, - "offer_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "offer_hash": "490e46da8226366484ac5ea3c58a6ae2e595702fc94882214bdb79d332e125c2", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", + "tx_hash": "2447efb9f23f53e87bfff8587acbf20a9d96a0701d95c02d22735f03e1a14c17", "tx_index": 63, - "block_time": 1734009032 + "block_time": 1736413884 }, - "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", + "tx_hash": "2447efb9f23f53e87bfff8587acbf20a9d96a0701d95c02d22735f03e1a14c17", "block_index": 188, - "block_time": 1734009032 + "block_time": 1736413884 } ], "next_cursor": null, @@ -943,13 +946,13 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_EXPIRATION", "params": { "block_index": 211, - "order_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "block_time": 1734009136 + "order_hash": "9dc67d1291f72b3343a8c90bdbeb1f516ade6803cd33a14211c274054748b6f2", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "block_time": 1736413972 }, - "tx_hash": "86548b36f67d5b0ec6ac30be2dbf2f0f03b1b28d8539dc4b9cd54a6391379f93", + "tx_hash": "b92bca94793dafd63786595675a63fb1e98435d0f0ccd76e8a0d536f557f6bbb", "block_index": 211, - "block_time": 1734009136 + "block_time": 1736413972 } ], "next_cursor": 705, @@ -967,14 +970,14 @@ Here is a list of events classified by theme and for each an example response: "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 225, - "order_match_id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", - "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", - "block_time": 1734009204 + "order_match_id": "9dc67d1291f72b3343a8c90bdbeb1f516ade6803cd33a14211c274054748b6f2_3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", + "tx0_address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "tx1_address": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", + "block_time": 1736414022 }, - "tx_hash": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", + "tx_hash": "fe0417ba946be41440e55309ed6e252111c08c53ce4b636d35115b93aabd3c9a", "block_index": 225, - "block_time": 1734009204 + "block_time": 1736414022 } ], "next_cursor": 688, @@ -1000,17 +1003,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": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "satoshirate": 1, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": 0, - "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "tx_hash": "645431bb3ec0ad28d41af27e6d46a095ff9823d8920b09aa2a6403960534a305", "tx_index": 68, - "block_time": 1734009049, + "block_time": 1736413903, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -1019,9 +1022,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": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "tx_hash": "645431bb3ec0ad28d41af27e6d46a095ff9823d8920b09aa2a6403960534a305", "block_index": 193, - "block_time": 1734009049 + "block_time": 1736413903 } ], "next_cursor": 264, @@ -1035,15 +1038,15 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 951, + "event_index": 994, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": 0, - "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1053,9 +1056,9 @@ Here is a list of events classified by theme and for each an example response: }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], "next_cursor": 594, @@ -1074,13 +1077,13 @@ Here is a list of events classified by theme and for each an example response: "params": { "asset": "XCP", "block_index": 135, - "destination": "mnJc1EmoRBj3iWbFrxJmi4NgFsbA4J7hXF", + "destination": "mwPhyNHD9GReyqX8e29DfcQNLcXckMh4zG", "dispense_quantity": 10, - "dispenser_tx_hash": "e408a23e51dc48c3f8797f91af7fc6db5b24139981408a5bddaeaab936767ba8", - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "tx_hash": "8366f247bd09645457d5e774d90dee6f8233618b505a5c6415519f8295f69eba", + "dispenser_tx_hash": "108f1197dba72ef30fe41fdce2a2aa27a09ab74b981769f360a72bf481521acf", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "tx_hash": "e28b24bae221078029f3b8b1eaf9afd676bd8ff69bd0c351633e57e8f5e19a67", "tx_index": 31, - "block_time": 1734008810, + "block_time": 1736413704, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1090,9 +1093,9 @@ Here is a list of events classified by theme and for each an example response: }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "8366f247bd09645457d5e774d90dee6f8233618b505a5c6415519f8295f69eba", + "tx_hash": "e28b24bae221078029f3b8b1eaf9afd676bd8ff69bd0c351633e57e8f5e19a67", "block_index": 135, - "block_time": 1734008810 + "block_time": 1736413704 } ], "next_cursor": null, @@ -1106,20 +1109,20 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 952, + "event_index": 995, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 235, + "block_index": 239, "btc_amount": 1000, - "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "dispenser_tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1130,9 +1133,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": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], "next_cursor": 595, @@ -1154,19 +1157,19 @@ Here is a list of events classified by theme and for each an example response: "block_index": 129, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", + "tx_hash": "74d0a5c0d508c314eaf98f594f4f37f91acabe592474175d99cc79d3e5f9e8d8", "tx_index": 25, "value": 66600.0, - "block_time": 1734008785, + "block_time": 1736413683, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", + "tx_hash": "74d0a5c0d508c314eaf98f594f4f37f91acabe592474175d99cc79d3e5f9e8d8", "block_index": 129, - "block_time": 1734008785 + "block_time": 1736413683 } ], "next_cursor": 205, @@ -1182,13 +1185,13 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 933, + "event_index": 976, "event": "NEW_FAIRMINTER", "params": { "asset": "OPENFAIR", "asset_longname": null, "asset_parent": null, - "block_index": 233, + "block_index": 237, "burn_payment": false, "description": "", "divisible": true, @@ -1204,12 +1207,12 @@ Here is a list of events classified by theme and for each an example response: "quantity_by_price": 1, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "start_block": 0, "status": "open", - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "tx_index": 109, - "block_time": 1734009252, + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "tx_index": 114, + "block_time": 1736414075, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -1217,9 +1220,9 @@ Here is a list of events classified by theme and for each an example response: "max_mint_per_tx_normalized": "0.00000010", "premint_quantity_normalized": "0.00000000" }, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "block_index": 233, - "block_time": 1734009252 + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "block_index": 237, + "block_time": 1736414075 } ], "next_cursor": 874, @@ -1237,11 +1240,11 @@ Here is a list of events classified by theme and for each an example response: "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef" + "tx_hash": "c4c415c9b78131d13e9897d9e62c2c683f8fc5ff217cf193268924883d81d1bd" }, "tx_hash": null, "block_index": 228, - "block_time": 1734009215 + "block_time": 1736414033 } ], "next_cursor": 869, @@ -1262,17 +1265,17 @@ Here is a list of events classified by theme and for each an example response: "block_index": 221, "commission": 20000000, "earn_quantity": 80000000, - "fairminter_tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", + "fairminter_tx_hash": "a1e649e8a59a054060d246b5f56c3319329f776f9b600bda51af57982fe7f85f", "paid_quantity": 100000000, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": "valid", - "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", + "tx_hash": "ef059338a6c0687bbb244e2277d44850a7653eee77ad220dbd59233a6862173f", "tx_index": 97, - "block_time": 1734009191, + "block_time": 1736414006, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "issuer": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "divisible": true, "locked": true }, @@ -1280,9 +1283,9 @@ Here is a list of events classified by theme and for each an example response: "commission_normalized": "0.20000000", "paid_quantity_normalized": "1.00000000" }, - "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", + "tx_hash": "ef059338a6c0687bbb244e2277d44850a7653eee77ad220dbd59233a6862173f", "block_index": 221, - "block_time": 1734009191 + "block_time": 1736414006 } ], "next_cursor": 816, @@ -1298,37 +1301,39 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 906, + "event_index": 944, "event": "ATTACH_TO_UTXO", "params": { - "asset": "CHAINING", - "block_index": 230, - "destination": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a:0", + "asset": "DETACHB", + "block_index": 233, + "destination": "5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5:0", + "destination_address": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "fee_paid": 0, "msg_index": 0, "quantity": 100000000, - "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "send_type": "attach", + "source": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "status": "valid", - "tx_hash": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a", - "tx_index": 104, - "block_time": 1734009240, + "tx_hash": "5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5", + "tx_index": 110, + "block_time": 1736414061, "asset_info": { "asset_longname": null, - "description": "My super asset CHAINING", - "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "description": "", + "issuer": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "divisible": true, "locked": false }, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a", - "block_index": 230, - "block_time": 1734009240 + "tx_hash": "5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5", + "block_index": 233, + "block_time": 1736414061 } ], - "next_cursor": 638, - "result_count": 6 + "next_cursor": 939, + "result_count": 8 } ``` @@ -1338,37 +1343,39 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 914, + "event_index": 957, "event": "DETACH_FROM_UTXO", "params": { - "asset": "CHAINING", - "block_index": 230, - "destination": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", + "asset": "DETACHB", + "block_index": 234, + "destination": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "fee_paid": 0, - "msg_index": 0, + "msg_index": 1, "quantity": 100000000, - "source": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e:0", + "send_type": "detach", + "source": "5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5:0", + "source_address": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "status": "valid", - "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", - "tx_index": 106, - "block_time": 1734009240, + "tx_hash": "8eca673a6d08592eda0177355f44ea089a67a4b5840dca7830186842ba0be335", + "tx_index": 111, + "block_time": 1736414064, "asset_info": { "asset_longname": null, - "description": "My super asset CHAINING", - "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "description": "", + "issuer": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "divisible": true, "locked": false }, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", - "block_index": 230, - "block_time": 1734009240 + "tx_hash": "8eca673a6d08592eda0177355f44ea089a67a4b5840dca7830186842ba0be335", + "block_index": 234, + "block_time": 1736414064 } ], - "next_cursor": 630, - "result_count": 3 + "next_cursor": 954, + "result_count": 5 } ``` @@ -1378,19 +1385,22 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 949, + "event_index": 992, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 235, - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "block_index": 239, + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "msg_index": 1, "quantity": 2000000000, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "send_type": "move", + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "status": "valid", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1400,13 +1410,13 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], - "next_cursor": 946, - "result_count": 12 + "next_cursor": 989, + "result_count": 13 } ``` @@ -1424,17 +1434,17 @@ Here is a list of events classified by theme and for each an example response: "block_index": 112, "burned": 50000000, "earned": 74999998167, - "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "status": "valid", - "tx_hash": "d734a95fbed4716ce4bdf424eaa495450d17ec3b6673d6d05908d1cc48a591d2", + "tx_hash": "7d38bbcd4bcc2c3c36dbd1d2000c045e421619cdbb5152b0c68ca8f15f7e1eeb", "tx_index": 9, - "block_time": 1734008711, + "block_time": 1736413622, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, - "tx_hash": "d734a95fbed4716ce4bdf424eaa495450d17ec3b6673d6d05908d1cc48a591d2", + "tx_hash": "7d38bbcd4bcc2c3c36dbd1d2000c045e421619cdbb5152b0c68ca8f15f7e1eeb", "block_index": 112, - "block_time": 1734008711 + "block_time": 1736413622 } ], "next_cursor": 58, @@ -1456,7 +1466,7 @@ Returns server information and the list of documented routes in JSON format. "result": { "server_ready": true, "network": "mainnet", - "version": "10.8.0", + "version": "10.9.0-rc.1", "backend_height": 850214, "counterparty_height": 850214, "documentation": "https://counterpartycore.docs.apiary.io/", @@ -1478,7 +1488,7 @@ Unconfirmed transactions are considered unordered and each one is parsed indepen Returns the list of the last ten blocks + Parameters - + cursor: `235` (str, optional) - The index of the most recent block to return + + cursor: `239` (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` @@ -1493,63 +1503,63 @@ Returns the list of the last ten blocks { "result": [ { - "block_index": 235, - "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", - "block_time": 1734009260, - "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", - "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", - "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", - "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", + "block_index": 239, + "block_hash": "2eb2d169a9f2b1a587610388667c6a0ba3ba7682cc4438cd5245b6c3d13b450e", + "block_time": 1736414085, + "ledger_hash": "95c53603d4da383a898e07f9010d37808a19ed3b0584afc57ac88b8c1db615dc", + "txlist_hash": "05226073eafd1bca395418b2d05ac73c9f25bcf5760ca2794c928d35edc487e2", + "messages_hash": "8189058778f7d5606dd8588cfd9e8f61edddd95185d873471b0236d4fe0b1af5", + "previous_block_hash": "18212f662a546474f20d1e88712fa6cc2394481195d335619018c693f3ed3056", "difficulty": 545259519, "transaction_count": 1 }, { - "block_index": 234, - "block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", - "block_time": 1734009255, - "ledger_hash": "8c36bc165ac5c700a80bd4d1a013d4b6f21f1e493e30a9d60aafdaadac00859c", - "txlist_hash": "2fade64708fb8e50576d2999b91999855d7dafc53338d86a78dbe35b5d829818", - "messages_hash": "4039723a91d6a4480a12dceaff29891c609e7f39c703cbab6a8b4165e4e829c5", - "previous_block_hash": "1d006258f3eefee216dd6dfe45edd6059eb2fb7c7f9739414a26947f6b9eb4a3", + "block_index": 238, + "block_hash": "18212f662a546474f20d1e88712fa6cc2394481195d335619018c693f3ed3056", + "block_time": 1736414080, + "ledger_hash": "7f9b0e0ba4b50dfa59e5f9e11a7d1496403761be3baa6bfba75d3b5009b29293", + "txlist_hash": "5289128ade54eaf2046d6889235a827cc47e7a6c1d4bcdeee924c199d0f48ffb", + "messages_hash": "fd56f1724c94fcb443f33f4a3e3a099ecc452200de02f329b14d54b1e875dabb", + "previous_block_hash": "403d6c214e0619c8e88d729a6ef1f5a424952b30319c348f610cd6a9d9e88148", "difficulty": 545259519, "transaction_count": 0 }, { - "block_index": 233, - "block_hash": "1d006258f3eefee216dd6dfe45edd6059eb2fb7c7f9739414a26947f6b9eb4a3", - "block_time": 1734009252, - "ledger_hash": "1e8250fa48eec526694d188c9196ac9797a2a364b2bc29c0ccfbfa6b5dfb3075", - "txlist_hash": "73b513496057785b8eb0cda26de89a4006dcaa33aa0b85e1bbae47abccfd2c9b", - "messages_hash": "8765032e94a541f78a74355257786ffd2f4fc53fa2448ea8e54fe01d76f98a0a", - "previous_block_hash": "3ea865dfbd0d3f448ecfc0602b99f7de43e19fafb96b0f1823bd163ad94162c0", + "block_index": 237, + "block_hash": "403d6c214e0619c8e88d729a6ef1f5a424952b30319c348f610cd6a9d9e88148", + "block_time": 1736414075, + "ledger_hash": "2b965b99d20dbe4d4ae7cce9908574c932604a29b78798e133e3f0623c7edd8f", + "txlist_hash": "dc92381bcfa6e659828d5438f4a97d55b411e7eed9f8f7a30354797e13ddeffc", + "messages_hash": "a8438d82fb921427330a56124c91551abae37dfd3323806eea943b906567ecd7", + "previous_block_hash": "4e4e6b29f78bab2e5fcd74adf2c17059d31f34322cdc579bfba4893b4add7270", "difficulty": 545259519, "transaction_count": 1 }, { - "block_index": 232, - "block_hash": "3ea865dfbd0d3f448ecfc0602b99f7de43e19fafb96b0f1823bd163ad94162c0", - "block_time": 1734009248, - "ledger_hash": "e856104c106af0e0ff5f65ebcc33ac408ebc90d44c61e576bb6984d7abb349f0", - "txlist_hash": "1c3613edbc128740f784e042c5526821d636eb9ca651f2a0679f6f32634d1fb5", - "messages_hash": "1294dbb3e650b6b16ba1b85b2da3d88a8f880f05d24fb28aeb1b0dfcb9256f48", - "previous_block_hash": "2b6b19e78845ffd1eb2b785070baacbcdbb3a9bb60b32836d8e87d7abbc2efa3", + "block_index": 236, + "block_hash": "4e4e6b29f78bab2e5fcd74adf2c17059d31f34322cdc579bfba4893b4add7270", + "block_time": 1736414071, + "ledger_hash": "f9c3288f841f90050cd0e8110f5732fb5cd138d3d1c647b1f4eba433dd13d8a8", + "txlist_hash": "d8647ce49dfa101d9b89b9c487ece0e416933235326bc2bf7c36c29809c68e3b", + "messages_hash": "417380a37a134d78e0c5bf9ccd3e3757d4e28d5dd23f8cf2571d018ead8e7e4f", + "previous_block_hash": "336a11578b919321c374b209dfef92ffbc650a6f9b82d6d0db467a27fc57e04d", "difficulty": 545259519, "transaction_count": 1 }, { - "block_index": 231, - "block_hash": "2b6b19e78845ffd1eb2b785070baacbcdbb3a9bb60b32836d8e87d7abbc2efa3", - "block_time": 1734009244, - "ledger_hash": "d7be8c0d718402cd31c86f2c893190d4eb29d47c36da4ce28684ed2d67d8a282", - "txlist_hash": "90f98898e5936aa9b39555e13474eae64885712c246be563fedc016af0b786e8", - "messages_hash": "f9e08ad5531e61874d427c9bbcba72d1a43c40a416f253374de9141b529a2f3b", - "previous_block_hash": "49bdc59b531d685203b31a919d73b8df9ace083f1434faf6861e99b4ceaae3b1", + "block_index": 235, + "block_hash": "336a11578b919321c374b209dfef92ffbc650a6f9b82d6d0db467a27fc57e04d", + "block_time": 1736414068, + "ledger_hash": "202798c0dc158596fd44bce5cb3b0f79f4d308fff85aa65f814db4f4e8d8daaa", + "txlist_hash": "f8da9b5add31659a660d758e649c8b86c77da7966151a96b1dfdff39c3814cac", + "messages_hash": "60134403e03ee81572afb20d27e24474fd87c1ebb4432c095251a61cbb4d735c", + "previous_block_hash": "034058d4e2cc99755a5eef36f3e0019979f5e6b2e969110fb12e1cd6801a4592", "difficulty": 545259519, "transaction_count": 1 } ], - "next_cursor": 230, - "result_count": 135 + "next_cursor": 234, + "result_count": 139 } ``` @@ -1566,13 +1576,13 @@ Return the information of the last block ``` { "result": { - "block_index": 235, - "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", - "block_time": 1734009260, - "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", - "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", - "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", - "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", + "block_index": 239, + "block_hash": "2eb2d169a9f2b1a587610388667c6a0ba3ba7682cc4438cd5245b6c3d13b450e", + "block_time": 1736414085, + "ledger_hash": "95c53603d4da383a898e07f9010d37808a19ed3b0584afc57ac88b8c1db615dc", + "txlist_hash": "05226073eafd1bca395418b2d05ac73c9f25bcf5760ca2794c928d35edc487e2", + "messages_hash": "8189058778f7d5606dd8588cfd9e8f61edddd95185d873471b0236d4fe0b1af5", + "previous_block_hash": "18212f662a546474f20d1e88712fa6cc2394481195d335619018c693f3ed3056", "difficulty": 545259519, "transaction_count": 1 } @@ -1584,7 +1594,7 @@ Return the information of the last block Return the information of a block + Parameters - + block_index: `235` (int, required) - The index of the block to return + + block_index: `239` (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` @@ -1593,13 +1603,13 @@ Return the information of a block ``` { "result": { - "block_index": 235, - "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", - "block_time": 1734009260, - "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", - "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", - "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", - "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", + "block_index": 239, + "block_hash": "2eb2d169a9f2b1a587610388667c6a0ba3ba7682cc4438cd5245b6c3d13b450e", + "block_time": 1736414085, + "ledger_hash": "95c53603d4da383a898e07f9010d37808a19ed3b0584afc57ac88b8c1db615dc", + "txlist_hash": "05226073eafd1bca395418b2d05ac73c9f25bcf5760ca2794c928d35edc487e2", + "messages_hash": "8189058778f7d5606dd8588cfd9e8f61edddd95185d873471b0236d4fe0b1af5", + "previous_block_hash": "18212f662a546474f20d1e88712fa6cc2394481195d335619018c693f3ed3056", "difficulty": 545259519, "transaction_count": 1 } @@ -1611,7 +1621,7 @@ Return the information of a block Return the information of a block + Parameters - + block_hash: `00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34` (str, required) - The index of the block to return + + block_hash: `2eb2d169a9f2b1a587610388667c6a0ba3ba7682cc4438cd5245b6c3d13b450e` (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` @@ -1620,13 +1630,13 @@ Return the information of a block ``` { "result": { - "block_index": 235, - "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", - "block_time": 1734009260, - "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", - "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", - "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", - "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", + "block_index": 239, + "block_hash": "2eb2d169a9f2b1a587610388667c6a0ba3ba7682cc4438cd5245b6c3d13b450e", + "block_time": 1736414085, + "ledger_hash": "95c53603d4da383a898e07f9010d37808a19ed3b0584afc57ac88b8c1db615dc", + "txlist_hash": "05226073eafd1bca395418b2d05ac73c9f25bcf5760ca2794c928d35edc487e2", + "messages_hash": "8189058778f7d5606dd8588cfd9e8f61edddd95185d873471b0236d4fe0b1af5", + "previous_block_hash": "18212f662a546474f20d1e88712fa6cc2394481195d335619018c693f3ed3056", "difficulty": 545259519, "transaction_count": 1 } @@ -1638,7 +1648,7 @@ Return the information of a block Returns the transactions of a block + Parameters - + block_index: `235` (int, required) - The index of the block to return + + block_index: `239` (int, required) - The index of the block to return + type (enum[str], optional) - The type of the transaction to return + Default: `all` + Members @@ -1665,7 +1675,7 @@ Returns the transactions of a block + `detach` + `utxomove` + `unknown` - + cursor: `110` (str, optional) - The last transaction index to return + + cursor: `115` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return + Default: `10` @@ -1680,61 +1690,67 @@ Returns the transactions of a block { "result": [ { - "tx_index": 110, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", - "block_time": 1734009260, - "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", - "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_index": 115, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_hash": "2eb2d169a9f2b1a587610388667c6a0ba3ba7682cc4438cd5245b6c3d13b450e", + "block_time": 1736414085, + "source": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", + "destination": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "utxos_info": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1 e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0 3 1", "transaction_type": "dispense", "events": [ { - "event_index": 946, + "event_index": 989, "event": "UTXO_MOVE", "params": { "asset": "MYASSETA", - "block_index": 235, - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "block_index": 239, + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "msg_index": 0, "quantity": 2000000000, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "send_type": "move", + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "status": "valid", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 949, + "event_index": 992, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 235, - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "block_index": 239, + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "msg_index": 1, "quantity": 2000000000, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "send_type": "move", + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "status": "valid", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1744,20 +1760,20 @@ Returns the transactions of a block }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 951, + "event_index": 994, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": 0, - "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1767,25 +1783,25 @@ Returns the transactions of a block }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 952, + "event_index": 995, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 235, + "block_index": 239, "btc_amount": 1000, - "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "dispenser_tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1796,9 +1812,9 @@ Returns the transactions of a block "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], "unpacked_data": { @@ -1821,7 +1837,7 @@ Returns the transactions of a block Returns the count of each transaction type + Parameters - + block_index: `110` (int, required) - The index of the block to return + + block_index: `115` (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` @@ -1829,9 +1845,14 @@ Returns the count of each transaction type ``` { - "result": [], + "result": [ + { + "transaction_type": "fairmint", + "count": 1 + } + ], "next_cursor": null, - "result_count": 0 + "result_count": 1 } ``` @@ -1840,10 +1861,10 @@ Returns the count of each transaction type Returns the events of a block + Parameters - + block_index: `235` (int, required) - The index of the block to return + + block_index: `239` (int, required) - The index of the block to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `954` (str, optional) - The last event index to return + + cursor: `997` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -1858,43 +1879,43 @@ Returns the events of a block { "result": [ { - "event_index": 954, + "event_index": 997, "event": "BLOCK_PARSED", "params": { - "block_index": 235, - "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", - "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", + "block_index": 239, + "ledger_hash": "95c53603d4da383a898e07f9010d37808a19ed3b0584afc57ac88b8c1db615dc", + "messages_hash": "8189058778f7d5606dd8588cfd9e8f61edddd95185d873471b0236d4fe0b1af5", "transaction_count": 1, - "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", - "block_time": 1734009260 + "txlist_hash": "05226073eafd1bca395418b2d05ac73c9f25bcf5760ca2794c928d35edc487e2", + "block_time": 1736414085 }, "tx_hash": null }, { - "event_index": 953, + "event_index": 996, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115 }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269" }, { - "event_index": 952, + "event_index": 995, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 235, + "block_index": 239, "btc_amount": 1000, - "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "dispenser_tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1905,18 +1926,18 @@ Returns the events of a block "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269" }, { - "event_index": 951, + "event_index": 994, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": 0, - "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1926,22 +1947,22 @@ Returns the events of a block }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269" }, { - "event_index": 950, + "event_index": 993, "event": "CREDIT", "params": { - "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "asset": "XCP", - "block_index": 235, + "block_index": 239, "calling_function": "dispense", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", "quantity": 66, - "tx_index": 110, + "tx_index": 115, "utxo": null, "utxo_address": null, - "block_time": 1734009260, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1951,10 +1972,10 @@ Returns the events of a block }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269" } ], - "next_cursor": 949, + "next_cursor": 992, "result_count": 14 } ``` @@ -1964,7 +1985,7 @@ Returns the events of a block Returns the event counts of a block + Parameters - + block_index: `235` (int, required) - The index of the block to return + + block_index: `239` (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 @@ -2010,7 +2031,7 @@ Returns the event counts of a block Returns the events of a block filtered by event + Parameters - + block_index: `235` (int, required) - The index of the block to return + + block_index: `239` (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` @@ -2027,19 +2048,19 @@ Returns the events of a block filtered by event { "result": [ { - "event_index": 950, + "event_index": 993, "event": "CREDIT", "params": { - "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "asset": "XCP", - "block_index": 235, + "block_index": 239, "calling_function": "dispense", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", "quantity": 66, - "tx_index": 110, + "tx_index": 115, "utxo": null, "utxo_address": null, - "block_time": 1734009260, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2049,22 +2070,22 @@ Returns the events of a block filtered by event }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269" }, { - "event_index": 948, + "event_index": 991, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 235, + "block_index": 239, "calling_function": "utxo move", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", "quantity": 2000000000, - "tx_index": 110, - "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", - "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "block_time": 1734009260, + "tx_index": 115, + "utxo": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "utxo_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2074,32 +2095,32 @@ Returns the events of a block filtered by event }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269" }, { - "event_index": 945, + "event_index": 988, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 235, + "block_index": 239, "calling_function": "utxo move", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", "quantity": 2000000000, - "tx_index": 110, - "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", - "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "block_time": 1734009260, + "tx_index": 115, + "utxo": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "utxo_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269" } ], "next_cursor": null, @@ -2112,7 +2133,7 @@ Returns the events of a block filtered by event Returns the credits of a block + Parameters - + block_index: `235` (int, required) - The index of the block to return + + block_index: `239` (int, required) - The index of the block to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -2159,16 +2180,16 @@ Returns the credits of a block { "result": [ { - "block_index": 235, - "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "block_index": 239, + "address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, "utxo": null, "utxo_address": null, - "block_time": 1734009260, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2179,16 +2200,16 @@ Returns the credits of a block "quantity_normalized": "0.00000066" }, { - "block_index": 235, + "block_index": 239, "address": null, "asset": "XCP", "quantity": 2000000000, "calling_function": "utxo move", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", - "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "block_time": 1734009260, + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "utxo": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "utxo_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2199,20 +2220,20 @@ Returns the credits of a block "quantity_normalized": "20.00000000" }, { - "block_index": 235, + "block_index": 239, "address": null, "asset": "MYASSETA", "quantity": 2000000000, "calling_function": "utxo move", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", - "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "block_time": 1734009260, + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "utxo": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "utxo_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -2229,7 +2250,7 @@ Returns the credits of a block Returns the debits of a block + Parameters - + block_index: `235` (int, required) - The index of the block to return + + block_index: `239` (int, required) - The index of the block to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -2265,16 +2286,16 @@ Returns the debits of a block { "result": [ { - "block_index": 235, + "block_index": 239, "address": null, "asset": "XCP", "quantity": 2000000000, "action": "utxo move", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "utxo": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", - "utxo_address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", - "block_time": 1734009260, + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "utxo": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "utxo_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2285,20 +2306,20 @@ Returns the debits of a block "quantity_normalized": "20.00000000" }, { - "block_index": 235, + "block_index": 239, "address": null, "asset": "MYASSETA", "quantity": 2000000000, "action": "utxo move", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "utxo": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", - "utxo_address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", - "block_time": 1734009260, + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "utxo": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "utxo_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -2332,9 +2353,9 @@ Returns the expirations of a block "result": [ { "type": "order", - "object_id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "object_id": "9dc67d1291f72b3343a8c90bdbeb1f516ade6803cd33a14211c274054748b6f2", "block_index": 211, - "block_time": 1734009136 + "block_time": 1736413972 } ], "next_cursor": null, @@ -2364,12 +2385,12 @@ Returns the cancels of a block "result": [ { "tx_index": 63, - "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", + "tx_hash": "2447efb9f23f53e87bfff8587acbf20a9d96a0701d95c02d22735f03e1a14c17", "block_index": 188, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "offer_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "offer_hash": "490e46da8226366484ac5ea3c58a6ae2e595702fc94882214bdb79d332e125c2", "status": "valid", - "block_time": 1734009032 + "block_time": 1736413884 } ], "next_cursor": null, @@ -2377,7 +2398,7 @@ Returns the cancels of a block } ``` -### Get Destructions [GET /v2/blocks/{block_index}/destructions{?cursor}{&limit}{&offset}{&verbose}] +### Get Valid Destructions By Block [GET /v2/blocks/{block_index}/destructions{?cursor}{&limit}{&offset}{&verbose}] Returns the destructions of a block @@ -2399,18 +2420,18 @@ Returns the destructions of a block "result": [ { "tx_index": 101, - "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef", + "tx_hash": "c4c415c9b78131d13e9897d9e62c2c683f8fc5ff217cf193268924883d81d1bd", "block_index": 228, - "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "source": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "asset": "PREMINT", "quantity": 50, "tag": "soft cap not reached", "status": "valid", - "block_time": 1734009215, + "block_time": 1736414033, "asset_info": { "asset_longname": null, "description": "My super description", - "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "issuer": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "divisible": true, "locked": false }, @@ -2427,7 +2448,7 @@ Returns the destructions of a block Returns the issuances of a block + Parameters - + block_index: `233` (int, required) - The index of the block to return + + block_index: `237` (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 @@ -2456,15 +2477,15 @@ Returns the issuances of a block { "result": [ { - "tx_index": 109, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 114, + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", "msg_index": 0, - "block_index": 233, + "block_index": 237, "asset": "OPENFAIR", "quantity": 0, "divisible": true, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "issuer": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "transfer": false, "callable": false, "call_date": 0, @@ -2478,7 +2499,7 @@ Returns the issuances of a block "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "block_time": 1734009252, + "block_time": 1736414075, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -2493,7 +2514,7 @@ Returns the issuances of a block Returns the sends, include Enhanced and MPMA sends, of a block + Parameters - + block_index: `235` (int, required) - The index of the block to return + + block_index: `239` (int, required) - The index of the block to return + send_type (enum[str], optional) - The type of the send to return + Default: `all` + Members @@ -2517,18 +2538,21 @@ Returns the sends, include Enhanced and MPMA sends, of a block { "result": [ { - "tx_index": 110, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "tx_index": 115, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", "asset": "XCP", "quantity": 2000000000, "status": "valid", "msg_index": 1, "memo": null, "fee_paid": 0, - "block_time": 1734009260, + "send_type": "move", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2540,22 +2564,25 @@ Returns the sends, include Enhanced and MPMA sends, of a block "fee_paid_normalized": "0.00000000" }, { - "tx_index": 110, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "tx_index": 115, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", "asset": "MYASSETA", "quantity": 2000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "block_time": 1734009260, + "send_type": "move", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -2573,7 +2600,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block Returns the dispenses of a block + Parameters - + block_index: `235` (int, required) - The index of the block to return + + block_index: `239` (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 @@ -2589,28 +2616,28 @@ Returns the dispenses of a block { "result": [ { - "tx_index": 110, + "tx_index": 115, "dispense_index": 0, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "destination": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "dispenser_tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", "btc_amount": 1000, "dispenser": { "tx_index": 33, - "block_index": 235, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_index": 239, + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "oracle_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "last_status_tx_hash": null, - "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "origin": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2625,7 +2652,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1734009260, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2664,15 +2691,15 @@ Returns the sweeps of a block "result": [ { "tx_index": 65, - "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", + "tx_hash": "9e9ae5f8333ce6c4cd85c79c159867d9e48ad5fccc73814557aaf98e80803d14", "block_index": 190, - "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", - "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "source": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", + "destination": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, - "block_time": 1734009038, + "block_time": 1736413891, "fee_paid_normalized": "0.00600000" } ], @@ -2686,7 +2713,7 @@ Returns the sweeps of a block Returns the fairminters by its block index + Parameters - + block_index: `233` (int, required) - The block index of the fairminter to return + + block_index: `237` (int, required) - The block index of the fairminter to return + status (enum[str], optional) - The status of the fairminters to return + Default: `all` + Members @@ -2709,10 +2736,10 @@ Returns the fairminters by its block index { "result": [ { - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "tx_index": 109, - "block_index": 233, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "tx_index": 114, + "block_index": 237, + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "asset": "OPENFAIR", "asset_parent": null, "asset_longname": null, @@ -2736,7 +2763,7 @@ Returns the fairminters by its block index "earned_quantity": null, "paid_quantity": null, "commission": null, - "block_time": 1734009252, + "block_time": 1736414075, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -2771,21 +2798,21 @@ Returns the fairmints by its block index { "result": [ { - "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", + "tx_hash": "ef059338a6c0687bbb244e2277d44850a7653eee77ad220dbd59233a6862173f", "tx_index": 97, "block_index": 221, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "fairminter_tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "fairminter_tx_hash": "a1e649e8a59a054060d246b5f56c3319329f776f9b600bda51af57982fe7f85f", "asset": "BURNER", "earn_quantity": 80000000, "paid_quantity": 100000000, "commission": 20000000, "status": "valid", - "block_time": 1734009191, + "block_time": 1736414006, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "issuer": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "divisible": true, "locked": true }, @@ -2826,17 +2853,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 25, - "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", + "tx_hash": "74d0a5c0d508c314eaf98f594f4f37f91acabe592474175d99cc79d3e5f9e8d8", "block_index": 129, - "block_hash": "491cdadf22024fc65bfef1653606d6a634e66a1f681474abaeab19ffedff9352", - "block_time": 1734008785, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_hash": "11c81253d0814ad8d4d8fef0a66edbad23d35717b7cde8370e1ad037f989c374", + "block_time": 1736413683, + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "destination": null, "btc_amount": 0, "fee": 10000, "data": "1eeea6b9ef40f0428000000000000000000970726963652d555344", "supported": true, - "utxos_info": " 96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e:1 2 0", + "utxos_info": " 74d0a5c0d508c314eaf98f594f4f37f91acabe592474175d99cc79d3e5f9e8d8:1 2 0", "transaction_type": "broadcast", "events": [ { @@ -2846,19 +2873,19 @@ Here is sample API output for each of these transactions: "block_index": 129, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", + "tx_hash": "74d0a5c0d508c314eaf98f594f4f37f91acabe592474175d99cc79d3e5f9e8d8", "tx_index": 25, "value": 66600.0, - "block_time": 1734008785, + "block_time": 1736413683, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", + "tx_hash": "74d0a5c0d508c314eaf98f594f4f37f91acabe592474175d99cc79d3e5f9e8d8", "block_index": 129, - "block_time": 1734008785 + "block_time": 1736413683 } ], "unpacked_data": { @@ -2884,41 +2911,41 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 57, - "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", + "tx_hash": "7a4d66837fb88e731f8bb8f2c0708d5fa60665797b0ade6e3376e832907f6ce4", "block_index": 182, - "block_hash": "499863c2e87168ba02c2070a4a0f4b697727cedfa49a0494fb92b16d85e5d997", - "block_time": 1734008987, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", - "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_hash": "5c5e22063897253d7e7a274ed394807c682990bcf074b3315430ed6a4c46be7b", + "block_time": 1736413863, + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", + "destination": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "btc_amount": 2000, "fee": 10000, - "data": "0b6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba062d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "data": "0b7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc889aaa3218a7d1577d1484d83cddf4627de8990c449819dcffc804f88a968cc21", "supported": true, - "utxos_info": " 03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196:0 3 1", + "utxos_info": " 7a4d66837fb88e731f8bb8f2c0708d5fa60665797b0ade6e3376e832907f6ce4:0 3 1", "transaction_type": "btcpay", "events": [ { "event_index": 506, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", - "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "id": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8_89aaa3218a7d1577d1484d83cddf4627de8990c449819dcffc804f88a968cc21", + "order_match_id": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8_89aaa3218a7d1577d1484d83cddf4627de8990c449819dcffc804f88a968cc21", "status": "completed" }, - "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", + "tx_hash": "7a4d66837fb88e731f8bb8f2c0708d5fa60665797b0ade6e3376e832907f6ce4", "block_index": 182, - "block_time": 1734008987 + "block_time": 1736413863 }, { "event_index": 507, "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844" + "tx_hash": "89aaa3218a7d1577d1484d83cddf4627de8990c449819dcffc804f88a968cc21" }, - "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", + "tx_hash": "7a4d66837fb88e731f8bb8f2c0708d5fa60665797b0ade6e3376e832907f6ce4", "block_index": 182, - "block_time": 1734008987 + "block_time": 1736413863 }, { "event_index": 508, @@ -2926,27 +2953,27 @@ Here is sample API output for each of these transactions: "params": { "block_index": 182, "btc_amount": 2000, - "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "order_match_id": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8_89aaa3218a7d1577d1484d83cddf4627de8990c449819dcffc804f88a968cc21", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "status": "valid", - "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", + "tx_hash": "7a4d66837fb88e731f8bb8f2c0708d5fa60665797b0ade6e3376e832907f6ce4", "tx_index": 57, - "block_time": 1734008987, + "block_time": 1736413863, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", + "tx_hash": "7a4d66837fb88e731f8bb8f2c0708d5fa60665797b0ade6e3376e832907f6ce4", "block_index": 182, - "block_time": 1734008987 + "block_time": 1736413863 } ], "unpacked_data": { "message_type": "btcpay", "message_type_id": 11, "message_data": { - "tx0_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", - "tx1_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", - "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "tx0_hash": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8", + "tx1_hash": "89aaa3218a7d1577d1484d83cddf4627de8990c449819dcffc804f88a968cc21", + "order_match_id": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8_89aaa3218a7d1577d1484d83cddf4627de8990c449819dcffc804f88a968cc21", "status": "valid" } }, @@ -2961,17 +2988,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 63, - "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", + "tx_hash": "2447efb9f23f53e87bfff8587acbf20a9d96a0701d95c02d22735f03e1a14c17", "block_index": 188, - "block_hash": "6d817918f78c55e80e98c5b8b13a0d3947ecd121ef530a8c36fc5f6875fb7548", - "block_time": 1734009032, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_hash": "3c88be62faf43e32a198bed27d497e939a3b74f4d64ebd5ce70788ad7177edef", + "block_time": 1736413884, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "4640fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", + "data": "46490e46da8226366484ac5ea3c58a6ae2e595702fc94882214bdb79d332e125c2", "supported": true, - "utxos_info": " 84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387:1 2 0", + "utxos_info": " 2447efb9f23f53e87bfff8587acbf20a9d96a0701d95c02d22735f03e1a14c17:1 2 0", "transaction_type": "cancel", "events": [ { @@ -2979,34 +3006,34 @@ Here is sample API output for each of these transactions: "event": "ORDER_UPDATE", "params": { "status": "cancelled", - "tx_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61" + "tx_hash": "490e46da8226366484ac5ea3c58a6ae2e595702fc94882214bdb79d332e125c2" }, - "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", + "tx_hash": "2447efb9f23f53e87bfff8587acbf20a9d96a0701d95c02d22735f03e1a14c17", "block_index": 188, - "block_time": 1734009032 + "block_time": 1736413884 }, { "event_index": 553, "event": "CANCEL_ORDER", "params": { "block_index": 188, - "offer_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "offer_hash": "490e46da8226366484ac5ea3c58a6ae2e595702fc94882214bdb79d332e125c2", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", + "tx_hash": "2447efb9f23f53e87bfff8587acbf20a9d96a0701d95c02d22735f03e1a14c17", "tx_index": 63, - "block_time": 1734009032 + "block_time": 1736413884 }, - "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", + "tx_hash": "2447efb9f23f53e87bfff8587acbf20a9d96a0701d95c02d22735f03e1a14c17", "block_index": 188, - "block_time": 1734009032 + "block_time": 1736413884 } ], "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", + "offer_hash": "490e46da8226366484ac5ea3c58a6ae2e595702fc94882214bdb79d332e125c2", "status": "valid" } }, @@ -3029,17 +3056,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 68, - "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "tx_hash": "645431bb3ec0ad28d41af27e6d46a095ff9823d8920b09aa2a6403960534a305", "block_index": 193, - "block_hash": "6c741e8ae64af8b16b051e23bf8ee7bbb0bc8b727a459b2a032f6b5d1cdcf422", - "block_time": 1734009049, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_hash": "73c8a7c5ce81c05848616d236abdb7e517b7aa7af6deefa64ef5d0da10af710d", + "block_time": 1736413903, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0c00fa1f28ff3c2e3e00000000000000010000000000002710000000000000000100", "supported": true, - "utxos_info": " 942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776:1 2 0", + "utxos_info": " 645431bb3ec0ad28d41af27e6d46a095ff9823d8920b09aa2a6403960534a305:1 2 0", "transaction_type": "dispenser", "events": [ { @@ -3053,17 +3080,17 @@ Here is sample API output for each of these transactions: "give_quantity": 1, "give_remaining": 10000, "oracle_address": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "satoshirate": 1, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": 0, - "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "tx_hash": "645431bb3ec0ad28d41af27e6d46a095ff9823d8920b09aa2a6403960534a305", "tx_index": 68, - "block_time": 1734009049, + "block_time": 1736413903, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -3072,9 +3099,9 @@ Here is sample API output for each of these transactions: "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "tx_hash": "645431bb3ec0ad28d41af27e6d46a095ff9823d8920b09aa2a6403960534a305", "block_index": 193, - "block_time": 1734009049 + "block_time": 1736413903 } ], "unpacked_data": { @@ -3092,7 +3119,7 @@ Here is sample API output for each of these transactions: "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -3110,61 +3137,67 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 110, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", - "block_time": 1734009260, - "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", - "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_index": 115, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_hash": "2eb2d169a9f2b1a587610388667c6a0ba3ba7682cc4438cd5245b6c3d13b450e", + "block_time": 1736414085, + "source": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", + "destination": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "utxos_info": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1 e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0 3 1", "transaction_type": "dispense", "events": [ { - "event_index": 946, + "event_index": 989, "event": "UTXO_MOVE", "params": { "asset": "MYASSETA", - "block_index": 235, - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "block_index": 239, + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "msg_index": 0, "quantity": 2000000000, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "send_type": "move", + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "status": "valid", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 949, + "event_index": 992, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 235, - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "block_index": 239, + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "msg_index": 1, "quantity": 2000000000, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "send_type": "move", + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "status": "valid", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3174,20 +3207,20 @@ Here is sample API output for each of these transactions: }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 951, + "event_index": 994, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": 0, - "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3197,25 +3230,25 @@ Here is sample API output for each of these transactions: }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 952, + "event_index": 995, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 235, + "block_index": 239, "btc_amount": 1000, - "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "dispenser_tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3226,9 +3259,9 @@ Here is sample API output for each of these transactions: "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], "unpacked_data": { @@ -3249,17 +3282,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 42, - "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", + "tx_hash": "27ad556262ebc31e53769958f056b5c9ddfbff74c08d7e249edb236e8fd7a2a4", "block_index": 146, - "block_hash": "34df8f3a1f816905d75a4da93c80ffc5276acb0d82e4ef311548d7b278839499", - "block_time": 1734008849, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_hash": "43b0932698f526f587fb95dc048336fd1b30079532524b02e676a93d3421fd1d", + "block_time": 1736413742, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "destination": null, "btc_amount": 0, "fee": 10000, "data": "320000000005f5e100000000182b37176e0000000000000001", "supported": true, - "utxos_info": " 0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51:1 2 0", + "utxos_info": " 27ad556262ebc31e53769958f056b5c9ddfbff74c08d7e249edb236e8fd7a2a4:1 2 0", "transaction_type": "dividend", "events": [ { @@ -3271,15 +3304,15 @@ Here is sample API output for each of these transactions: "dividend_asset": "XCP", "fee_paid": 20000, "quantity_per_unit": 100000000, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", + "tx_hash": "27ad556262ebc31e53769958f056b5c9ddfbff74c08d7e249edb236e8fd7a2a4", "tx_index": 42, - "block_time": 1734008849, + "block_time": 1736413742, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -3293,9 +3326,9 @@ Here is sample API output for each of these transactions: "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00020000" }, - "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", + "tx_hash": "27ad556262ebc31e53769958f056b5c9ddfbff74c08d7e249edb236e8fd7a2a4", "block_index": 146, - "block_time": 1734008849 + "block_time": 1736413742 } ], "unpacked_data": { @@ -3309,7 +3342,7 @@ Here is sample API output for each of these transactions: "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -3333,28 +3366,28 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 109, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "block_index": 233, - "block_hash": "1d006258f3eefee216dd6dfe45edd6059eb2fb7c7f9739414a26947f6b9eb4a3", - "block_time": 1734009252, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_index": 114, + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "block_index": 237, + "block_hash": "403d6c214e0619c8e88d729a6ef1f5a424952b30319c348f610cd6a9d9e88148", + "block_time": 1736414075, + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "destination": null, "btc_amount": 0, "fee": 10000, "data": "5a4f50454e464149527c7c307c317c31307c307c307c307c307c307c307c307c307c307c307c317c", "supported": true, - "utxos_info": " 9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746:1 2 0", + "utxos_info": " 004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60:1 2 0", "transaction_type": "fairminter", "events": [ { - "event_index": 933, + "event_index": 976, "event": "NEW_FAIRMINTER", "params": { "asset": "OPENFAIR", "asset_longname": null, "asset_parent": null, - "block_index": 233, + "block_index": 237, "burn_payment": false, "description": "", "divisible": true, @@ -3370,12 +3403,12 @@ Here is sample API output for each of these transactions: "quantity_by_price": 1, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "start_block": 0, "status": "open", - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "tx_index": 109, - "block_time": 1734009252, + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "tx_index": 114, + "block_time": 1736414075, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -3383,32 +3416,32 @@ Here is sample API output for each of these transactions: "max_mint_per_tx_normalized": "0.00000010", "premint_quantity_normalized": "0.00000000" }, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "block_index": 233, - "block_time": 1734009252 + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "block_index": 237, + "block_time": 1736414075 }, { - "event_index": 934, + "event_index": 977, "event": "ASSET_CREATION", "params": { "asset_id": "117132633401", "asset_longname": null, "asset_name": "OPENFAIR", - "block_index": 233, - "block_time": 1734009252 + "block_index": 237, + "block_time": 1736414075 }, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "block_index": 233, - "block_time": 1734009252 + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "block_index": 237, + "block_time": 1736414075 }, { - "event_index": 935, + "event_index": 978, "event": "ASSET_ISSUANCE", "params": { "asset": "OPENFAIR", "asset_events": "open_fairminter", "asset_longname": null, - "block_index": 233, + "block_index": 237, "call_date": 0, "call_price": 0, "callable": false, @@ -3416,22 +3449,22 @@ Here is sample API output for each of these transactions: "divisible": true, "fair_minting": true, "fee_paid": 50000000.0, - "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "issuer": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "locked": false, "quantity": 0, "reset": false, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": "valid", "transfer": false, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "tx_index": 109, - "block_time": 1734009252, + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "tx_index": 114, + "block_time": 1736414075, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" }, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "block_index": 233, - "block_time": 1734009252 + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "block_index": 237, + "block_time": 1736414075 } ], "unpacked_data": { @@ -3473,27 +3506,27 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 108, - "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", - "block_index": 232, - "block_hash": "3ea865dfbd0d3f448ecfc0602b99f7de43e19fafb96b0f1823bd163ad94162c0", - "block_time": 1734009248, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_index": 113, + "tx_hash": "eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", + "block_index": 236, + "block_hash": "4e4e6b29f78bab2e5fcd74adf2c17059d31f34322cdc579bfba4893b4add7270", + "block_time": 1736414071, + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000000000000000003e8000003f1a69ea1d300000000000003e800150000000000000000", "supported": true, - "utxos_info": " 923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91:1 2 0", + "utxos_info": " eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8:1 2 0", "transaction_type": "order", "events": [ { - "event_index": 925, + "event_index": 968, "event": "OPEN_ORDER", "params": { - "block_index": 232, + "block_index": 236, "expiration": 21, - "expire_index": 253, + "expire_index": 257, "fee_provided": 10000, "fee_provided_remaining": 10000, "fee_required": 0, @@ -3504,11 +3537,11 @@ Here is sample API output for each of these transactions: "give_asset": "BTC", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": "open", - "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", - "tx_index": 108, - "block_time": 1734009248, + "tx_hash": "eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", + "tx_index": 113, + "block_time": 1736414071, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -3519,7 +3552,7 @@ Here is sample API output for each of these transactions: "get_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "issuer": "bcrt1qw0k7u66ple9ws8jaw8nsnex3ml9qckzjzyyqff", "divisible": true, "locked": false }, @@ -3532,12 +3565,12 @@ Here is sample API output for each of these transactions: "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", - "block_index": 232, - "block_time": 1734009248 + "tx_hash": "eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", + "block_index": 236, + "block_time": 1736414071 }, { - "event_index": 926, + "event_index": 969, "event": "ORDER_UPDATE", "params": { "fee_provided_remaining": 10000, @@ -3545,16 +3578,16 @@ Here is sample API output for each of these transactions: "get_remaining": 0, "give_remaining": 0, "status": "open", - "tx_hash": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa", + "tx_hash": "fc71f6294d2a0bf1b63375da2c286e7e427e85c1e0184973f6df2d1670dd0e48", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", - "block_index": 232, - "block_time": 1734009248 + "tx_hash": "eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", + "block_index": 236, + "block_time": 1736414071 }, { - "event_index": 927, + "event_index": 970, "event": "ORDER_UPDATE", "params": { "fee_provided_remaining": 10000, @@ -3562,42 +3595,42 @@ Here is sample API output for each of these transactions: "get_remaining": 0, "give_remaining": 0, "status": "open", - "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx_hash": "eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", - "block_index": 232, - "block_time": 1734009248 + "tx_hash": "eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", + "block_index": 236, + "block_time": 1736414071 }, { - "event_index": 928, + "event_index": 971, "event": "ORDER_MATCH", "params": { "backward_asset": "BTC", "backward_quantity": 1000, - "block_index": 232, + "block_index": 236, "fee_paid": 0, "forward_asset": "UTXOASSET", "forward_quantity": 1000, - "id": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa_923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", - "match_expire_index": 252, + "id": "fc71f6294d2a0bf1b63375da2c286e7e427e85c1e0184973f6df2d1670dd0e48_eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", + "match_expire_index": 256, "status": "pending", - "tx0_address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", - "tx0_block_index": 231, + "tx0_address": "bcrt1qw0k7u66ple9ws8jaw8nsnex3ml9qckzjzyyqff", + "tx0_block_index": 235, "tx0_expiration": 21, - "tx0_hash": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa", - "tx0_index": 107, - "tx1_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "tx1_block_index": 232, + "tx0_hash": "fc71f6294d2a0bf1b63375da2c286e7e427e85c1e0184973f6df2d1670dd0e48", + "tx0_index": 112, + "tx1_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "tx1_block_index": 236, "tx1_expiration": 21, - "tx1_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", - "tx1_index": 108, - "block_time": 1734009248, + "tx1_hash": "eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", + "tx1_index": 113, + "block_time": 1736414071, "forward_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "issuer": "bcrt1qw0k7u66ple9ws8jaw8nsnex3ml9qckzjzyyqff", "divisible": true, "locked": false }, @@ -3612,9 +3645,9 @@ Here is sample API output for each of these transactions: "backward_quantity_normalized": "0.00001000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", - "block_index": 232, - "block_time": 1734009248 + "tx_hash": "eca0856b36cee654834f52afa01865a603cfea7891bb9acc706332b7461ff3d8", + "block_index": 236, + "block_time": 1736414071 } ], "unpacked_data": { @@ -3638,7 +3671,7 @@ Here is sample API output for each of these transactions: "get_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "issuer": "bcrt1qw0k7u66ple9ws8jaw8nsnex3ml9qckzjzyyqff", "divisible": true, "locked": false }, @@ -3658,17 +3691,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 77, - "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_hash": "c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713", "block_index": 201, - "block_hash": "226ed1cd3c164cd48cdea191b2851494582e42c565f9a1ab101b9e3228541ac6", - "block_time": 1734009080, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_hash": "32f28f162f26352c3f9be5db5a6ba514988bcbae32703de0750e160490dfc716", + "block_time": 1736413934, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "02000000178d82231300000000000003e880a329e5108fd4a82571ca37324b41e089a12b7e69", + "data": "02000000178d82231300000000000003e880f45e8576bf0503e05804feb07a4645c6cd42da38", "supported": true, - "utxos_info": " 0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835:1 2 0", + "utxos_info": " c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713:1 2 0", "transaction_type": "enhanced_send", "events": [ { @@ -3677,27 +3710,28 @@ Here is sample API output for each of these transactions: "params": { "asset": "MPMASSET", "block_index": 201, - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "memo": null, "msg_index": 0, "quantity": 1000, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_hash": "c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713", "tx_index": 77, - "block_time": 1734009080, + "block_time": 1736413934, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00001000" }, - "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_hash": "c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713", "block_index": 201, - "block_time": 1734009080 + "block_time": 1736413934 } ], "unpacked_data": { @@ -3706,12 +3740,12 @@ Here is sample API output for each of these transactions: "message_data": { "asset": "MPMASSET", "quantity": 1000, - "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "address": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "memo": null, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -3729,17 +3763,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 81, - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "block_index": 205, - "block_hash": "26eb377da8f04502122ecafda791d46efcf02d36ec448d05e5781e959090d578", - "block_time": 1734009095, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "block_hash": "4aec98329d4b6122b050af4d2c0026855c5ebfcbed6492e315543f5baea71a49", + "block_time": 1736413949, + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003808ed1123d08d5ae9e21a7d30c55b0640494ebe763803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "03000380ace5613e10f1170b0206caa8b84f98c58b61e206806e4501cf86b265947dd7b753d0f089a57f65712e80bb4da237847f31c2e99bcc01eac70c92afa47a6e88746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " 3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050:0 4 ", + "utxos_info": " ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc:0 4 ", "transaction_type": "mpma", "events": [ { @@ -3747,24 +3781,24 @@ Here is sample API output for each of these transactions: "event": "ORDER_UPDATE", "params": { "status": "expired", - "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9" + "tx_hash": "3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3" }, - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "block_index": 205, - "block_time": 1734009095 + "block_time": 1736413949 }, { "event_index": 705, "event": "ORDER_EXPIRATION", "params": { "block_index": 205, - "order_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", - "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", - "block_time": 1734009095 + "order_hash": "3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", + "source": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", + "block_time": 1736413949 }, - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "block_index": 205, - "block_time": 1734009095 + "block_time": 1736413949 }, { "event_index": 711, @@ -3772,27 +3806,28 @@ Here is sample API output for each of these transactions: "params": { "asset": "MPMASSET", "block_index": 205, - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "memo": "the memo", "msg_index": 0, "quantity": 10, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "send_type": "send", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "status": "valid", - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "tx_index": 81, - "block_time": 1734009095, + "block_time": 1736413949, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "block_index": 205, - "block_time": 1734009095 + "block_time": 1736413949 }, { "event_index": 712, @@ -3800,27 +3835,28 @@ Here is sample API output for each of these transactions: "params": { "asset": "MPMASSET", "block_index": 205, - "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "destination": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "memo": "memo3", "msg_index": 1, "quantity": 10, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "send_type": "send", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "status": "valid", - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "tx_index": 81, - "block_time": 1734009095, + "block_time": 1736413949, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "block_index": 205, - "block_time": 1734009095 + "block_time": 1736413949 }, { "event_index": 713, @@ -3828,15 +3864,16 @@ Here is sample API output for each of these transactions: "params": { "asset": "XCP", "block_index": 205, - "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "send_type": "send", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "status": "valid", - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "tx_index": 81, - "block_time": 1734009095, + "block_time": 1736413949, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3846,9 +3883,9 @@ Here is sample API output for each of these transactions: }, "quantity_normalized": "0.00000010" }, - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "block_index": 205, - "block_time": 1734009095 + "block_time": 1736413949 } ], "unpacked_data": { @@ -3857,14 +3894,14 @@ Here is sample API output for each of these transactions: "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "quantity": 10, "memo": "the memo", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -3872,7 +3909,7 @@ Here is sample API output for each of these transactions: }, { "asset": "XCP", - "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "quantity": 10, "memo": "memo1", "memo_is_hex": false, @@ -3898,17 +3935,17 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 65, - "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", + "tx_hash": "9e9ae5f8333ce6c4cd85c79c159867d9e48ad5fccc73814557aaf98e80803d14", "block_index": 190, - "block_hash": "7dce3fb05e29f652da88dea551d7816eecdc7c0eaa4b378487610e66335c2791", - "block_time": 1734009038, - "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "block_hash": "615b8705b63a498114201ab243f08b454406ea402c95e5e326385b8b44689d68", + "block_time": 1736413891, + "source": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0480f93dca7b48b618a82889ef159a4f918f96656e14017377656570206d7920617373657473", + "data": "0480bb4da237847f31c2e99bcc01eac70c92afa47a6e017377656570206d7920617373657473", "supported": true, - "utxos_info": " d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d:1 2 0", + "utxos_info": " 9e9ae5f8333ce6c4cd85c79c159867d9e48ad5fccc73814557aaf98e80803d14:1 2 0", "transaction_type": "sweep", "events": [ { @@ -3916,27 +3953,27 @@ Here is sample API output for each of these transactions: "event": "SWEEP", "params": { "block_index": 190, - "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "destination": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "source": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "status": "valid", - "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", + "tx_hash": "9e9ae5f8333ce6c4cd85c79c159867d9e48ad5fccc73814557aaf98e80803d14", "tx_index": 65, - "block_time": 1734009038, + "block_time": 1736413891, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", + "tx_hash": "9e9ae5f8333ce6c4cd85c79c159867d9e48ad5fccc73814557aaf98e80803d14", "block_index": 190, - "block_time": 1734009038 + "block_time": 1736413891 } ], "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "destination": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "flags": 1, "memo": "sweep my assets" } @@ -3951,61 +3988,93 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 104, - "tx_hash": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a", - "block_index": 230, - "block_hash": "49bdc59b531d685203b31a919d73b8df9ace083f1434faf6861e99b4ceaae3b1", - "block_time": 1734009240, - "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", - "destination": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "tx_index": 110, + "tx_hash": "5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5", + "block_index": 233, + "block_hash": "451fc3d7c775b5ff1fca4f1fb4a64004a313ae04766cb00c8f1f5b7fa15de92e", + "block_time": 1736414061, + "source": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", + "destination": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "btc_amount": 10000, - "fee": 10000, - "data": "65434841494e494e477c3130303030303030307c", + "fee": 0, + "data": "65444554414348427c3130303030303030307c", "supported": true, - "utxos_info": " bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a:0 3 1", + "utxos_info": "cdfc9bda467a07197dd089f5da373bd50c118802306f431e87bfdaea4372adcd:0 5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5:0 2 1", "transaction_type": "attach", "events": [ { - "event_index": 906, + "event_index": 944, "event": "ATTACH_TO_UTXO", "params": { - "asset": "CHAINING", - "block_index": 230, - "destination": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a:0", + "asset": "DETACHB", + "block_index": 233, + "destination": "5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5:0", + "destination_address": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "fee_paid": 0, "msg_index": 0, "quantity": 100000000, - "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "send_type": "attach", + "source": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "status": "valid", - "tx_hash": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a", - "tx_index": 104, - "block_time": 1734009240, + "tx_hash": "5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5", + "tx_index": 110, + "block_time": 1736414061, "asset_info": { "asset_longname": null, - "description": "My super asset CHAINING", - "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "description": "", + "issuer": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "divisible": true, "locked": false }, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a", - "block_index": 230, - "block_time": 1734009240 + "tx_hash": "5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5", + "block_index": 233, + "block_time": 1736414061 + }, + { + "event_index": 947, + "event": "UTXO_MOVE", + "params": { + "asset": "DETACHA", + "block_index": 233, + "destination": "5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5:0", + "destination_address": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", + "msg_index": 1, + "quantity": 100000000, + "send_type": "move", + "source": "cdfc9bda467a07197dd089f5da373bd50c118802306f431e87bfdaea4372adcd:0", + "source_address": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", + "status": "valid", + "tx_hash": "5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5", + "tx_index": 110, + "block_time": 1736414061, + "asset_info": { + "asset_longname": null, + "description": "", + "issuer": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", + "divisible": true, + "locked": false + }, + "quantity_normalized": "1.00000000" + }, + "tx_hash": "5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5", + "block_index": 233, + "block_time": 1736414061 } ], "unpacked_data": { "message_type": "attach", "message_type_id": 101, "message_data": { - "asset": "CHAINING", + "asset": "DETACHB", "quantity": 100000000, "destination_vout": null, "asset_info": { "asset_longname": null, - "description": "My super asset CHAINING", - "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "description": "", + "issuer": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "divisible": true, "locked": false }, @@ -4022,48 +4091,81 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 106, - "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", - "block_index": 230, - "block_hash": "49bdc59b531d685203b31a919d73b8df9ace083f1434faf6861e99b4ceaae3b1", - "block_time": 1734009240, - "source": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", + "tx_index": 111, + "tx_hash": "8eca673a6d08592eda0177355f44ea089a67a4b5840dca7830186842ba0be335", + "block_index": 234, + "block_hash": "034058d4e2cc99755a5eef36f3e0019979f5e6b2e969110fb12e1cd6801a4592", + "block_time": 1736414064, + "source": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "destination": null, "btc_amount": 0, - "fee": 10000, + "fee": 0, "data": "6630", "supported": true, - "utxos_info": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e:0 1 0", + "utxos_info": "5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5:0 8eca673a6d08592eda0177355f44ea089a67a4b5840dca7830186842ba0be335:1 2 0", "transaction_type": "detach", "events": [ { - "event_index": 914, + "event_index": 954, "event": "DETACH_FROM_UTXO", "params": { - "asset": "CHAINING", - "block_index": 230, - "destination": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", + "asset": "DETACHA", + "block_index": 234, + "destination": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "fee_paid": 0, "msg_index": 0, "quantity": 100000000, - "source": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e:0", + "send_type": "detach", + "source": "5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5:0", + "source_address": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", + "status": "valid", + "tx_hash": "8eca673a6d08592eda0177355f44ea089a67a4b5840dca7830186842ba0be335", + "tx_index": 111, + "block_time": 1736414064, + "asset_info": { + "asset_longname": null, + "description": "", + "issuer": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", + "divisible": true, + "locked": false + }, + "quantity_normalized": "1.00000000", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "8eca673a6d08592eda0177355f44ea089a67a4b5840dca7830186842ba0be335", + "block_index": 234, + "block_time": 1736414064 + }, + { + "event_index": 957, + "event": "DETACH_FROM_UTXO", + "params": { + "asset": "DETACHB", + "block_index": 234, + "destination": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", + "fee_paid": 0, + "msg_index": 1, + "quantity": 100000000, + "send_type": "detach", + "source": "5e7f13e7e18545944fab39aeae18909c57abf53ef9c3f1fe3491f52b564ea7c5:0", + "source_address": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "status": "valid", - "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", - "tx_index": 106, - "block_time": 1734009240, + "tx_hash": "8eca673a6d08592eda0177355f44ea089a67a4b5840dca7830186842ba0be335", + "tx_index": 111, + "block_time": 1736414064, "asset_info": { "asset_longname": null, - "description": "My super asset CHAINING", - "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "description": "", + "issuer": "bcrt1qzekjxgczp2rlryetkfae6q7c82jemuu3nh7emp", "divisible": true, "locked": false }, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", - "block_index": 230, - "block_time": 1734009240 + "tx_hash": "8eca673a6d08592eda0177355f44ea089a67a4b5840dca7830186842ba0be335", + "block_index": 234, + "block_time": 1736414064 } ], "unpacked_data": { @@ -4109,7 +4211,7 @@ Returns the list of the last ten transactions + `detach` + `utxomove` + `unknown` - + cursor: `110` (str, optional) - The index of the most recent transactions to return + + cursor: `115` (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` @@ -4124,61 +4226,67 @@ Returns the list of the last ten transactions { "result": [ { - "tx_index": 110, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", - "block_time": 1734009260, - "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", - "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_index": 115, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_hash": "2eb2d169a9f2b1a587610388667c6a0ba3ba7682cc4438cd5245b6c3d13b450e", + "block_time": 1736414085, + "source": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", + "destination": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "utxos_info": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1 e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0 3 1", "transaction_type": "dispense", "events": [ { - "event_index": 946, + "event_index": 989, "event": "UTXO_MOVE", "params": { "asset": "MYASSETA", - "block_index": 235, - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "block_index": 239, + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "msg_index": 0, "quantity": 2000000000, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "send_type": "move", + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "status": "valid", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 949, + "event_index": 992, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 235, - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "block_index": 239, + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "msg_index": 1, "quantity": 2000000000, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "send_type": "move", + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "status": "valid", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4188,20 +4296,20 @@ Returns the list of the last ten transactions }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 951, + "event_index": 994, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": 0, - "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4211,25 +4319,25 @@ Returns the list of the last ten transactions }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 952, + "event_index": 995, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 235, + "block_index": 239, "btc_amount": 1000, - "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "dispenser_tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4240,9 +4348,9 @@ Returns the list of the last ten transactions "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], "unpacked_data": { @@ -4255,28 +4363,28 @@ Returns the list of the last ten transactions "btc_amount_normalized": "0.00001000" }, { - "tx_index": 109, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "block_index": 233, - "block_hash": "1d006258f3eefee216dd6dfe45edd6059eb2fb7c7f9739414a26947f6b9eb4a3", - "block_time": 1734009252, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_index": 114, + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "block_index": 237, + "block_hash": "403d6c214e0619c8e88d729a6ef1f5a424952b30319c348f610cd6a9d9e88148", + "block_time": 1736414075, + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "destination": null, "btc_amount": 0, "fee": 10000, "data": "5a4f50454e464149527c7c307c317c31307c307c307c307c307c307c307c307c307c307c307c317c", "supported": true, - "utxos_info": " 9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746:1 2 0", + "utxos_info": " 004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60:1 2 0", "transaction_type": "fairminter", "events": [ { - "event_index": 933, + "event_index": 976, "event": "NEW_FAIRMINTER", "params": { "asset": "OPENFAIR", "asset_longname": null, "asset_parent": null, - "block_index": 233, + "block_index": 237, "burn_payment": false, "description": "", "divisible": true, @@ -4292,12 +4400,12 @@ Returns the list of the last ten transactions "quantity_by_price": 1, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "start_block": 0, "status": "open", - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "tx_index": 109, - "block_time": 1734009252, + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "tx_index": 114, + "block_time": 1736414075, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -4305,32 +4413,32 @@ Returns the list of the last ten transactions "max_mint_per_tx_normalized": "0.00000010", "premint_quantity_normalized": "0.00000000" }, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "block_index": 233, - "block_time": 1734009252 + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "block_index": 237, + "block_time": 1736414075 }, { - "event_index": 934, + "event_index": 977, "event": "ASSET_CREATION", "params": { "asset_id": "117132633401", "asset_longname": null, "asset_name": "OPENFAIR", - "block_index": 233, - "block_time": 1734009252 + "block_index": 237, + "block_time": 1736414075 }, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "block_index": 233, - "block_time": 1734009252 + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "block_index": 237, + "block_time": 1736414075 }, { - "event_index": 935, + "event_index": 978, "event": "ASSET_ISSUANCE", "params": { "asset": "OPENFAIR", "asset_events": "open_fairminter", "asset_longname": null, - "block_index": 233, + "block_index": 237, "call_date": 0, "call_price": 0, "callable": false, @@ -4338,22 +4446,22 @@ Returns the list of the last ten transactions "divisible": true, "fair_minting": true, "fee_paid": 50000000.0, - "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "issuer": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "locked": false, "quantity": 0, "reset": false, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": "valid", "transfer": false, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "tx_index": 109, - "block_time": 1734009252, + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "tx_index": 114, + "block_time": 1736414075, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" }, - "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", - "block_index": 233, - "block_time": 1734009252 + "tx_hash": "004642db5cfc52723b6618e1eff2c3c15f5dc176805cd6e53fb8ef7f3bbdde60", + "block_index": 237, + "block_time": 1736414075 } ], "unpacked_data": { @@ -4388,8 +4496,8 @@ Returns the list of the last ten transactions "btc_amount_normalized": "0.00000000" } ], - "next_cursor": 108, - "result_count": 111 + "next_cursor": 113, + "result_count": 116 } ``` @@ -4407,12 +4515,12 @@ Returns the count of each transaction type { "result": [ { - "transaction_type": "fairminter", + "transaction_type": "issuance", "count": 18 }, { - "transaction_type": "issuance", - "count": 16 + "transaction_type": "fairminter", + "count": 18 }, { "transaction_type": "fairmint", @@ -4427,15 +4535,15 @@ Returns the count of each transaction type "count": 9 }, { - "transaction_type": "dispenser", + "transaction_type": "attach", "count": 8 }, { - "transaction_type": "utxomove", - "count": 6 + "transaction_type": "dispenser", + "count": 8 }, { - "transaction_type": "attach", + "transaction_type": "utxomove", "count": 6 }, { @@ -4447,11 +4555,11 @@ Returns the count of each transaction type "count": 5 }, { - "transaction_type": "enhanced_send", - "count": 3 + "transaction_type": "detach", + "count": 4 }, { - "transaction_type": "detach", + "transaction_type": "enhanced_send", "count": 3 }, { @@ -4489,7 +4597,7 @@ Returns the count of each transaction type Returns Counterparty information from a raw transaction in hex format. + Parameters - + rawtransaction: `020000000001061f933bf75c8113e88f377a0f1dea6eb24858c621851cde4e4ad853e479f697e10000000000ffffffff4ae26a78b58a6d5920942f1b155a4f77dd6966de6154f06ad3791ec148f7e0330000000000ffffffff0c26fc1f20bdd03edf68305e855a34955354b62d1cee316fa7535305a1348d7a0000000000ffffffff5f15a96cbe9a7bd05fbe80864a0b2e04d57898a67efb439f342c2953ffdda1430000000000ffffffffd887512092987a696b4d514f3d920764b9d751ce572c90e966e76a96e3ae27260000000000ffffffffc6fe8fdf82f86f4ff4e5c8374f33c06cec15875ea3b82b48dfeb97e992b935f20000000000ffffffff04e803000000000000695121039291ccd5ab448d63c17462dbdb290f087048986da9f7bdbca9d336e10e60a2852103d54ce09e4ca16e2a50de00e46c95f5d7317482843416a259a3c3bfd9c9f7592121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353aee803000000000000695121029291ccd5ab448d63c1df4a51b49fbca2f148daa0e292378b9b9d94610f055d7e2103ab2560a2c2c03623388d9fb157051a1d161ac198505009b43f931a910141414b21035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353aee80300000000000069512102b391ccd5ab448d63c17762d85b8aa6ed60c74cc58c8623a0f0b31c780fc1893a2102ab2560a2c2c036092d380a04ebcf1a1d161ac198505a8cd95afe75a2814141b621035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353ae387923fc060000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302473044022023cbeca3b55f2034294e45738d15f4aaaf5a701fc110726e2d1acb10dcc5d5e5022025c6d6c5982aaf11de4a9aec3f7d193df9a26a268555744000730eaf289745420121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b302473044022016472f1a1e619f519abab38f2ddc4cc85f78deb4e26008653352769dbb548f5a022046a463af3f34cc6eec8cfa4a5f4eb3acb141378a6e58409013658280f3678b790121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b30247304402207cbf40cf1580f1efa7c47305c7290a19fec38554e6cb14a71ccf86ac495e863602207be26c46638104d74b49d991fa9cc53cae945961f0cd888c8f2ffff01c18335a0121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b302473044022016063b8e1635d538ab5c044456ad8f5bd60c9e37754c1d87f099dadc3798b19a02205a8d30710333c01a23b2f9d47107993041b1ef47662f697aae29f1902d09bef60121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b30247304402200d7fe03b3b5217e4b3b668391359938e64eeec6b1c741896ed06e527d0d23dbf022041a1c178aa0cd84a75180d5a064d986c21a72650ec4a128ef5d099ea944c7c6a0121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b302463043022032fbfba9a5f7763940f3dd46cb3a3dac35092c34edf8d14e6a2f41a5203591b8021f4d5697bfe946394a285ec41cff3b25589d896f5996b77b0898fbf6451f46b80121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b300000000` (str, required) - Raw transaction in hex format + + rawtransaction: `02000000000101053499ea0d4faa370bf1a8a9c306ccc4e4fe03726183bcf2edff3efed05fe9630000000000ffffffff04e803000000000000695121027bfa92cae91ce325936f6efebc037e4d9a8c026558e2858f140e4e727fc9d0372103d5e3396ec66f7b4985b344f683ad779e6ca00509fea593b50935b2c6b50221022102e8e5e15471ac850d33e50408a747a1c820ba946ee7d23f524f35397fb5cdcdbd53aee803000000000000695121027bfa92cae91ce32593ae8766f0f6ca0fe0a1a8c2c2d4c171a471eb5731c046c721020fdbb900836eb4e52263453ee8d0244e9c29a0769bde3858d7157fc2b17d10fe2102e8e5e15471ac850d33e50408a747a1c820ba946ee7d23f524f35397fb5cdcdbd53aee803000000000000695121035afa92cae91ce325936c6efd3cf7a0c8ec330766b8bad55acf5f634e3104929e21020fdbb900836eb4cf37d6d08b541a244e9c29a0769bd4bd35b27810f1317d108c2102e8e5e15471ac850d33e50408a747a1c820ba946ee7d23f524f35397fb5cdcdbd53ae38bf052a01000000160014ace5613e10f1170b0206caa8b84f98c58b61e2060247304402203d21eebe04cda3995b61bb884a72f918698a85b228ba78ebbcb9bd7b29ba9c5d02201b77efb463b4b50c6b2367e8b688052bf81e1ec744c33872b80886ce37a8352b012102e8e5e15471ac850d33e50408a747a1c820ba946ee7d23f524f35397fb5cdcdbd00000000` (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. @@ -4500,106 +4608,74 @@ Returns Counterparty information from a raw transaction in hex format. ``` { "result": { - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1440000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "03000380f45e8576bf0503e05804feb07a4645c6cd42da38806e4501cf86b265947dd7b753d0f089a57f65712e80bb4da237847f31c2e99bcc01eac70c92afa47a6e40000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, + "lock_time": 0, + "tx_id": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", + "vtxinwit": [ + [ + "304402203d21eebe04cda3995b61bb884a72f918698a85b228ba78ebbcb9bd7b29ba9c5d02201b77efb463b4b50c6b2367e8b688052bf81e1ec744c33872b80886ce37a8352b01", + "02e8e5e15471ac850d33e50408a747a1c820ba946ee7d23f524f35397fb5cdcdbd" + ] + ], + "parsed_vouts": [ + [], + 0, + -4999990000, + "03000380f45e8576bf0503e05804feb07a4645c6cd42da38806e4501cf86b265947dd7b753d0f089a57f65712e80bb4da237847f31c2e99bcc01eac70c92afa47a6e40000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + [ + [ + null, + 1000 + ], + [ + null, + 1000 + ], + [ + null, + 1000 + ], + [ + "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + 4999987000 + ] + ] + ], "vin": [ { - "hash": "1f933bf75c8113e88f377a0f1dea6eb24858c621851cde4e4ad853e479f697e1", - "n": 0, - "script_sig": "", - "sequence": 4294967295, - "coinbase": false - }, - { - "hash": "4ae26a78b58a6d5920942f1b155a4f77dd6966de6154f06ad3791ec148f7e033", - "n": 0, - "script_sig": "", - "sequence": 4294967295, - "coinbase": false - }, - { - "hash": "0c26fc1f20bdd03edf68305e855a34955354b62d1cee316fa7535305a1348d7a", + "hash": "63e95fd0fe3effedf2bc83617203fee4c4cc06c3a9a8f10b37aa4f0dea993405", "n": 0, - "script_sig": "", "sequence": 4294967295, - "coinbase": false - }, - { - "hash": "5f15a96cbe9a7bd05fbe80864a0b2e04d57898a67efb439f342c2953ffdda143", - "n": 0, - "script_sig": "", - "sequence": 4294967295, - "coinbase": false - }, - { - "hash": "d887512092987a696b4d514f3d920764b9d751ce572c90e966e76a96e3ae2726", - "n": 0, - "script_sig": "", - "sequence": 4294967295, - "coinbase": false - }, - { - "hash": "c6fe8fdf82f86f4ff4e5c8374f33c06cec15875ea3b82b48dfeb97e992b935f2", - "n": 0, - "script_sig": "", - "sequence": 4294967295, - "coinbase": false + "script_sig": "" } ], "vout": [ { "value": 1000, - "script_pub_key": "5121039291ccd5ab448d63c17462dbdb290f087048986da9f7bdbca9d336e10e60a2852103d54ce09e4ca16e2a50de00e46c95f5d7317482843416a259a3c3bfd9c9f7592121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353ae" + "script_pub_key": "5121027bfa92cae91ce325936f6efebc037e4d9a8c026558e2858f140e4e727fc9d0372103d5e3396ec66f7b4985b344f683ad779e6ca00509fea593b50935b2c6b50221022102e8e5e15471ac850d33e50408a747a1c820ba946ee7d23f524f35397fb5cdcdbd53ae" }, { "value": 1000, - "script_pub_key": "5121029291ccd5ab448d63c1df4a51b49fbca2f148daa0e292378b9b9d94610f055d7e2103ab2560a2c2c03623388d9fb157051a1d161ac198505009b43f931a910141414b21035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353ae" + "script_pub_key": "5121027bfa92cae91ce32593ae8766f0f6ca0fe0a1a8c2c2d4c171a471eb5731c046c721020fdbb900836eb4e52263453ee8d0244e9c29a0769bde3858d7157fc2b17d10fe2102e8e5e15471ac850d33e50408a747a1c820ba946ee7d23f524f35397fb5cdcdbd53ae" }, { "value": 1000, - "script_pub_key": "512102b391ccd5ab448d63c17762d85b8aa6ed60c74cc58c8623a0f0b31c780fc1893a2102ab2560a2c2c036092d380a04ebcf1a1d161ac198505a8cd95afe75a2814141b621035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353ae" + "script_pub_key": "5121035afa92cae91ce325936c6efd3cf7a0c8ec330766b8bad55acf5f634e3104929e21020fdbb900836eb4cf37d6d08b541a244e9c29a0769bd4bd35b27810f1317d108c2102e8e5e15471ac850d33e50408a747a1c820ba946ee7d23f524f35397fb5cdcdbd53ae" }, { - "value": 29999987000, - "script_pub_key": "00148ed1123d08d5ae9e21a7d30c55b0640494ebe763" + "value": 4999987000, + "script_pub_key": "0014ace5613e10f1170b0206caa8b84f98c58b61e206" } - ], - "vtxinwit": [ - [ - "3044022023cbeca3b55f2034294e45738d15f4aaaf5a701fc110726e2d1acb10dcc5d5e5022025c6d6c5982aaf11de4a9aec3f7d193df9a26a268555744000730eaf2897454201", - "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" - ], - [ - "3044022016472f1a1e619f519abab38f2ddc4cc85f78deb4e26008653352769dbb548f5a022046a463af3f34cc6eec8cfa4a5f4eb3acb141378a6e58409013658280f3678b7901", - "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" - ], - [ - "304402207cbf40cf1580f1efa7c47305c7290a19fec38554e6cb14a71ccf86ac495e863602207be26c46638104d74b49d991fa9cc53cae945961f0cd888c8f2ffff01c18335a01", - "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" - ], - [ - "3044022016063b8e1635d538ab5c044456ad8f5bd60c9e37754c1d87f099dadc3798b19a02205a8d30710333c01a23b2f9d47107993041b1ef47662f697aae29f1902d09bef601", - "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" - ], - [ - "304402200d7fe03b3b5217e4b3b668391359938e64eeec6b1c741896ed06e527d0d23dbf022041a1c178aa0cd84a75180d5a064d986c21a72650ec4a128ef5d099ea944c7c6a01", - "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" - ], - [ - "3043022032fbfba9a5f7763940f3dd46cb3a3dac35092c34edf8d14e6a2f41a5203591b8021f4d5697bfe946394a285ec41cff3b25589d896f5996b77b0898fbf6451f46b801", - "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" - ] - ], - "lock_time": 0, - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", - "tx_id": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2" + ] }, "unpacked_data": { "message_type": "mpma_send", @@ -4607,14 +4683,14 @@ Returns Counterparty information from a raw transaction in hex format. "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "quantity": 10, "memo": "memo2", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -4622,7 +4698,7 @@ Returns Counterparty information from a raw transaction in hex format. }, { "asset": "XCP", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "quantity": 10, "memo": "memo1", "memo_is_hex": false, @@ -4647,7 +4723,7 @@ Returns Counterparty information from a raw transaction in hex format. Returns Counterparty information from a transaction hash. + Parameters - + tx_hash: `7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648` (str, required) - Transaction hash + + tx_hash: `2e05f2dbf88e65d686dc98f5047ea0a39680badd69e83a47c55110db25294daa` (str, required) - Transaction hash + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -4656,43 +4732,58 @@ Returns Counterparty information from a transaction hash. ``` { "result": { - "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "source": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0200000000000000010000000000002710803c8e6158237de60ae0875aefca276e431c644c2e", + "data": "0200000000000000010000000000002710806e4501cf86b265947dd7b753d0f089a57f65712e", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, + "lock_time": 0, + "tx_id": "2e05f2dbf88e65d686dc98f5047ea0a39680badd69e83a47c55110db25294daa", + "tx_hash": "2e05f2dbf88e65d686dc98f5047ea0a39680badd69e83a47c55110db25294daa", + "vtxinwit": [ + [ + "30440220136b9d556e508cb91088bf2b7d7878cc630d08608a5ddd7ae3624a349dff5159022002e86481248738d5717e09be1b1c9ad4a2b2e59e1d9dce2b186d66b98557c82a01", + "02ac9222c600d2940b5b3ba03aee7326c26e380c459413369eb86aa9748358b43d" + ] + ], + "parsed_vouts": [ + [], + 0, + -4949940000, + "0200000000000000010000000000002710806e4501cf86b265947dd7b753d0f089a57f65712e", + [ + [ + null, + null + ], + [ + "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", + 4949940000 + ] + ] + ], "vin": [ { - "hash": "c8a6d604eb7ac0623b42038f9974f055191819848aa7d214f30daa185f92d6ad", + "hash": "7ecdd90ee77351e24d2c58dc5f9c56725cc9e84940012a30f2dbe4b56a8755fe", "n": 1, - "script_sig": "", "sequence": 4294967295, - "coinbase": false + "script_sig": "" } ], "vout": [ { "value": 0, - "script_pub_key": "6a2ee473525bce6f053e022834121285771f88d96c4eb99a40ea8cbf7f90aee41f29658d07bbd79c8ccda6ff5ee00174" + "script_pub_key": "6a2e0283400ad190417c50f2721611a768bbd3a98655112ce62c1026fc1ffee8b192ef00fc7e7b6ae581da1e7461132a" }, { "value": 4949940000, - "script_pub_key": "0014f93dca7b48b618a82889ef159a4f918f96656e14" + "script_pub_key": "0014bb4da237847f31c2e99bcc01eac70c92afa47a6e" } - ], - "vtxinwit": [ - [ - "3044022062e1ff3ca41795dc41e95bd60eaee5613ff083fd334cb15be6368e75e2fa0f4202202c7ff320d360ccefc360ebf23918184e75da8c14d423c19a02885e7900773a9a01", - "0299d0253b5ce67d54ae25930fe7913ff060229aa5b38918821ef9c1d5df6adf94" - ] - ], - "lock_time": 0, - "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", - "tx_id": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648" + ] }, "unpacked_data": { "message_type": "enhanced_send", @@ -4700,7 +4791,7 @@ Returns Counterparty information from a transaction hash. "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "address": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "memo": null, "asset_info": { "asset_longname": null, @@ -4747,7 +4838,7 @@ Unpacks Counterparty data in hex format and returns the message type and data. Returns a transaction by its index. + Parameters - + tx_index: `110` (int, required) - The index of the transaction + + tx_index: `115` (int, required) - The index of the transaction + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -4756,61 +4847,67 @@ Returns a transaction by its index. ``` { "result": { - "tx_index": 110, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", - "block_time": 1734009260, - "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", - "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_index": 115, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_hash": "2eb2d169a9f2b1a587610388667c6a0ba3ba7682cc4438cd5245b6c3d13b450e", + "block_time": 1736414085, + "source": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", + "destination": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "utxos_info": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1 e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0 3 1", "transaction_type": "dispense", "events": [ { - "event_index": 946, + "event_index": 989, "event": "UTXO_MOVE", "params": { "asset": "MYASSETA", - "block_index": 235, - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "block_index": 239, + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "msg_index": 0, "quantity": 2000000000, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "send_type": "move", + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "status": "valid", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 949, + "event_index": 992, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 235, - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "block_index": 239, + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "msg_index": 1, "quantity": 2000000000, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "send_type": "move", + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "status": "valid", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4820,20 +4917,20 @@ Returns a transaction by its index. }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 951, + "event_index": 994, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": 0, - "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4843,25 +4940,25 @@ Returns a transaction by its index. }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 952, + "event_index": 995, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 235, + "block_index": 239, "btc_amount": 1000, - "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "dispenser_tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4872,9 +4969,9 @@ Returns a transaction by its index. "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], "unpacked_data": { @@ -4894,7 +4991,7 @@ Returns a transaction by its index. Returns a transaction by its hash. + Parameters - + tx_hash: `6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd` (str, required) - The hash of the transaction + + tx_hash: `e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269` (str, required) - The hash of the transaction + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` @@ -4903,61 +5000,67 @@ Returns a transaction by its hash. ``` { "result": { - "tx_index": 110, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", - "block_time": 1734009260, - "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", - "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_index": 115, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_hash": "2eb2d169a9f2b1a587610388667c6a0ba3ba7682cc4438cd5245b6c3d13b450e", + "block_time": 1736414085, + "source": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", + "destination": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "utxos_info": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1 e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0 3 1", "transaction_type": "dispense", "events": [ { - "event_index": 946, + "event_index": 989, "event": "UTXO_MOVE", "params": { "asset": "MYASSETA", - "block_index": 235, - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "block_index": 239, + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "msg_index": 0, "quantity": 2000000000, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "send_type": "move", + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "status": "valid", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 949, + "event_index": 992, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 235, - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "block_index": 239, + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "msg_index": 1, "quantity": 2000000000, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "send_type": "move", + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "status": "valid", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4967,20 +5070,20 @@ Returns a transaction by its hash. }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 951, + "event_index": 994, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": 0, - "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4990,25 +5093,25 @@ Returns a transaction by its hash. }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 952, + "event_index": 995, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 235, + "block_index": 239, "btc_amount": 1000, - "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "dispenser_tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5019,9 +5122,9 @@ Returns a transaction by its hash. "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], "unpacked_data": { @@ -5041,7 +5144,7 @@ Returns a transaction by its hash. Returns the events of a transaction + Parameters - + tx_index: `110` (int, required) - The index of the transaction to return + + tx_index: `115` (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 @@ -5059,32 +5162,32 @@ Returns the events of a transaction { "result": [ { - "event_index": 953, + "event_index": 996, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115 }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 952, + "event_index": 995, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 235, + "block_index": 239, "btc_amount": 1000, - "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "dispenser_tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5095,20 +5198,20 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 951, + "event_index": 994, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": 0, - "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5118,24 +5221,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 950, + "event_index": 993, "event": "CREDIT", "params": { - "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "asset": "XCP", - "block_index": 235, + "block_index": 239, "calling_function": "dispense", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", "quantity": 66, - "tx_index": 110, + "tx_index": 115, "utxo": null, "utxo_address": null, - "block_time": 1734009260, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5145,24 +5248,27 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 949, + "event_index": 992, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 235, - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "block_index": 239, + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "msg_index": 1, "quantity": 2000000000, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "send_type": "move", + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "status": "valid", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5172,12 +5278,12 @@ Returns the events of a transaction }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], - "next_cursor": 948, + "next_cursor": 991, "result_count": 12 } ``` @@ -5187,10 +5293,10 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd` (str, required) - The hash of the transaction to return + + tx_hash: `e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `954` (str, optional) - The last event index to return + + cursor: `997` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -5205,32 +5311,32 @@ Returns the events of a transaction { "result": [ { - "event_index": 953, + "event_index": 996, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115 }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 952, + "event_index": 995, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 235, + "block_index": 239, "btc_amount": 1000, - "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "dispenser_tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5241,20 +5347,20 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 951, + "event_index": 994, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "status": 0, - "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5264,24 +5370,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 950, + "event_index": 993, "event": "CREDIT", "params": { - "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "asset": "XCP", - "block_index": 235, + "block_index": 239, "calling_function": "dispense", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", "quantity": 66, - "tx_index": 110, + "tx_index": 115, "utxo": null, "utxo_address": null, - "block_time": 1734009260, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5291,24 +5397,27 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 949, + "event_index": 992, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 235, - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "block_index": 239, + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "msg_index": 1, "quantity": 2000000000, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "send_type": "move", + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "status": "valid", - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "tx_index": 110, - "block_time": 1734009260, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "tx_index": 115, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5318,12 +5427,12 @@ Returns the events of a transaction }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], - "next_cursor": 948, + "next_cursor": 991, "result_count": 12 } ``` @@ -5333,7 +5442,7 @@ Returns the events of a transaction Returns the sends, include Enhanced and MPMA sends, of a block + Parameters - + tx_hash: `6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd` (str, required) - The hash of the transaction to return + + tx_hash: `e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269` (str, required) - The hash of the transaction to return + send_type (enum[str], optional) - The type of the send to return + Default: `all` + Members @@ -5357,18 +5466,21 @@ Returns the sends, include Enhanced and MPMA sends, of a block { "result": [ { - "tx_index": 110, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "tx_index": 115, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", "asset": "XCP", "quantity": 2000000000, "status": "valid", "msg_index": 1, "memo": null, "fee_paid": 0, - "block_time": 1734009260, + "send_type": "move", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5380,22 +5492,25 @@ Returns the sends, include Enhanced and MPMA sends, of a block "fee_paid_normalized": "0.00000000" }, { - "tx_index": 110, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", - "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "tx_index": 115, + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "source": "1da4faea0f5e3670f2bb08371f19446514b07ff3955bd8993501fa6fb3b0330d:1", + "destination": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", "asset": "MYASSETA", "quantity": 2000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "block_time": 1734009260, + "send_type": "move", + "source_address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", + "destination_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -5413,7 +5528,7 @@ Returns the sends, include Enhanced and MPMA sends, of a block Returns the dispenses of a block + Parameters - + tx_hash: `6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd` (str, required) - The hash of the transaction to return + + tx_hash: `e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269` (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 @@ -5429,28 +5544,28 @@ Returns the dispenses of a block { "result": [ { - "tx_index": 110, + "tx_index": 115, "dispense_index": 0, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "destination": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "dispenser_tx_hash": "4f422136348398d58a911b8d0e3f2c168f0cd7f5e1844c20a60ce6f652dd59fd", "btc_amount": 1000, "dispenser": { "tx_index": 33, - "block_index": 235, - "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_index": 239, + "source": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "oracle_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "last_status_tx_hash": null, - "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "origin": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -5465,7 +5580,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1734009260, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5487,9 +5602,9 @@ Returns the dispenses of a block Returns the events of a transaction + Parameters - + tx_index: `110` (int, required) - The index of the transaction to return + + tx_index: `115` (int, required) - The index of the transaction to return + event: `CREDIT` (str, required) - The event to filter by - + cursor: `954` (str, optional) - The last event index to return + + cursor: `997` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -5504,19 +5619,19 @@ Returns the events of a transaction { "result": [ { - "event_index": 950, + "event_index": 993, "event": "CREDIT", "params": { - "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "asset": "XCP", - "block_index": 235, + "block_index": 239, "calling_function": "dispense", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", "quantity": 66, - "tx_index": 110, + "tx_index": 115, "utxo": null, "utxo_address": null, - "block_time": 1734009260, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5526,24 +5641,24 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 948, + "event_index": 991, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 235, + "block_index": 239, "calling_function": "utxo move", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", "quantity": 2000000000, - "tx_index": 110, - "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", - "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "block_time": 1734009260, + "tx_index": 115, + "utxo": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "utxo_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5553,36 +5668,36 @@ Returns the events of a transaction }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 945, + "event_index": 988, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 235, + "block_index": 239, "calling_function": "utxo move", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", "quantity": 2000000000, - "tx_index": 110, - "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", - "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "block_time": 1734009260, + "tx_index": 115, + "utxo": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "utxo_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], "next_cursor": null, @@ -5595,9 +5710,9 @@ Returns the events of a transaction Returns the events of a transaction + Parameters - + tx_hash: `6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd` (str, required) - The hash of the transaction to return + + tx_hash: `e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269` (str, required) - The hash of the transaction to return + event: `CREDIT` (str, required) - The event to filter by - + cursor: `954` (str, optional) - The last event index to return + + cursor: `997` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -5612,19 +5727,19 @@ Returns the events of a transaction { "result": [ { - "event_index": 950, + "event_index": 993, "event": "CREDIT", "params": { - "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "address": "bcrt1qzdft6a0xpl68qnxcx5yjxcexq2uxg3w280vcs8", "asset": "XCP", - "block_index": 235, + "block_index": 239, "calling_function": "dispense", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", "quantity": 66, - "tx_index": 110, + "tx_index": 115, "utxo": null, "utxo_address": null, - "block_time": 1734009260, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5634,24 +5749,24 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 948, + "event_index": 991, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 235, + "block_index": 239, "calling_function": "utxo move", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", "quantity": 2000000000, - "tx_index": 110, - "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", - "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "block_time": 1734009260, + "tx_index": 115, + "utxo": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "utxo_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5661,36 +5776,36 @@ Returns the events of a transaction }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 }, { - "event_index": 945, + "event_index": 988, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 235, + "block_index": 239, "calling_function": "utxo move", - "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "event": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", "quantity": 2000000000, - "tx_index": 110, - "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", - "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", - "block_time": 1734009260, + "tx_index": 115, + "utxo": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269:0", + "utxo_address": "bcrt1qszmvmen4lkf3tzpcjnma2vpqhgz52xagwlj77k", + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", - "block_index": 235, - "block_time": 1734009260 + "tx_hash": "e36d53369c56b2e05c454f2391635bb4429a6850c63474e138a1bc0b05d57269", + "block_index": 239, + "block_time": 1736414085 } ], "next_cursor": null, @@ -5705,7 +5820,7 @@ Returns the events of a transaction Returns the balances of several addresses + Parameters - + addresses: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk,bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - Comma separated list of addresses + + addresses: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy,bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k` (str, required) - Comma separated list of addresses + type (enum[str], optional) - The type of balances to return + Default: `all` + Members @@ -5734,7 +5849,7 @@ Returns the balances of several addresses "total": 100000000000, "addresses": [ { - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -5744,7 +5859,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -5756,7 +5871,7 @@ Returns the balances of several addresses "total": 500000000, "addresses": [ { - "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "address": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -5766,7 +5881,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -5778,7 +5893,7 @@ Returns the balances of several addresses "total": 180, "addresses": [ { - "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "address": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "utxo": null, "utxo_address": null, "quantity": 180, @@ -5788,7 +5903,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -5800,7 +5915,7 @@ Returns the balances of several addresses "total": 40, "addresses": [ { - "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "address": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "utxo": null, "utxo_address": null, "quantity": 40, @@ -5810,7 +5925,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -5822,7 +5937,7 @@ Returns the balances of several addresses "total": 19, "addresses": [ { - "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "address": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "utxo": null, "utxo_address": null, "quantity": 19, @@ -5832,7 +5947,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -5849,7 +5964,7 @@ Returns the balances of several addresses Returns the transactions of a list of addresses + Parameters - + addresses: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk,bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy,bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k` (str, required) - Comma separated list of addresses to return + type (enum[str], optional) - The type of the transaction to return + Default: `all` + Members @@ -5876,7 +5991,7 @@ Returns the transactions of a list of addresses + `detach` + `utxomove` + `unknown` - + cursor: `110` (str, optional) - The last transaction index to return + + cursor: `115` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return + Default: `100` @@ -5892,17 +6007,17 @@ Returns the transactions of a list of addresses "result": [ { "tx_index": 81, - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "block_index": 205, - "block_hash": "26eb377da8f04502122ecafda791d46efcf02d36ec448d05e5781e959090d578", - "block_time": 1734009095, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "block_hash": "4aec98329d4b6122b050af4d2c0026855c5ebfcbed6492e315543f5baea71a49", + "block_time": 1736413949, + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003808ed1123d08d5ae9e21a7d30c55b0640494ebe763803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "03000380ace5613e10f1170b0206caa8b84f98c58b61e206806e4501cf86b265947dd7b753d0f089a57f65712e80bb4da237847f31c2e99bcc01eac70c92afa47a6e88746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " 3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050:0 4 ", + "utxos_info": " ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc:0 4 ", "transaction_type": "mpma", "events": [ { @@ -5910,24 +6025,24 @@ Returns the transactions of a list of addresses "event": "ORDER_UPDATE", "params": { "status": "expired", - "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9" + "tx_hash": "3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3" }, - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "block_index": 205, - "block_time": 1734009095 + "block_time": 1736413949 }, { "event_index": 705, "event": "ORDER_EXPIRATION", "params": { "block_index": 205, - "order_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", - "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", - "block_time": 1734009095 + "order_hash": "3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", + "source": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", + "block_time": 1736413949 }, - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "block_index": 205, - "block_time": 1734009095 + "block_time": 1736413949 }, { "event_index": 711, @@ -5935,27 +6050,28 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 205, - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "memo": "the memo", "msg_index": 0, "quantity": 10, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "send_type": "send", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "status": "valid", - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "tx_index": 81, - "block_time": 1734009095, + "block_time": 1736413949, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "block_index": 205, - "block_time": 1734009095 + "block_time": 1736413949 }, { "event_index": 712, @@ -5963,27 +6079,28 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 205, - "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "destination": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "memo": "memo3", "msg_index": 1, "quantity": 10, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "send_type": "send", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "status": "valid", - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "tx_index": 81, - "block_time": 1734009095, + "block_time": 1736413949, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "block_index": 205, - "block_time": 1734009095 + "block_time": 1736413949 }, { "event_index": 713, @@ -5991,15 +6108,16 @@ Returns the transactions of a list of addresses "params": { "asset": "XCP", "block_index": 205, - "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "send_type": "send", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "status": "valid", - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "tx_index": 81, - "block_time": 1734009095, + "block_time": 1736413949, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6009,9 +6127,9 @@ Returns the transactions of a list of addresses }, "quantity_normalized": "0.00000010" }, - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "block_index": 205, - "block_time": 1734009095 + "block_time": 1736413949 } ], "unpacked_data": { @@ -6020,14 +6138,14 @@ Returns the transactions of a list of addresses "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "quantity": 10, "memo": "the memo", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -6035,7 +6153,7 @@ Returns the transactions of a list of addresses }, { "asset": "XCP", - "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "quantity": 10, "memo": "memo1", "memo_is_hex": false, @@ -6054,30 +6172,30 @@ Returns the transactions of a list of addresses }, { "tx_index": 80, - "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_hash": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", "block_index": 204, - "block_hash": "0fa10e11a2081792ea9c2e6d521f0ba50efabdab7ba5d9fc06626f41551d6516", - "block_time": 1734009092, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "block_hash": "5e954bde174977e9938fddae092e0f8b270a6c5bedfbb1a0e4119ea34a38049a", + "block_time": 1736413946, + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003808ed1123d08d5ae9e21a7d30c55b0640494ebe763803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e14c8746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", + "data": "03000380ace5613e10f1170b0206caa8b84f98c58b61e206806e4501cf86b265947dd7b753d0f089a57f65712e80bb4da237847f31c2e99bcc01eac70c92afa47a6ec8746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", "supported": true, - "utxos_info": " 742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813:0 4 ", + "utxos_info": " f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f:0 4 ", "transaction_type": "mpma", "events": [ { "event_index": 685, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", - "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "id": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8_3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", + "order_match_id": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8_3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", "status": "expired" }, - "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_hash": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", "block_index": 204, - "block_time": 1734009092 + "block_time": 1736413946 }, { "event_index": 687, @@ -6087,26 +6205,26 @@ Returns the transactions of a list of addresses "get_remaining": 3000, "give_remaining": 3000, "status": "open", - "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx_hash": "3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", "fee_required_remaining_normalized": "0.00000000" }, - "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_hash": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", "block_index": 204, - "block_time": 1734009092 + "block_time": 1736413946 }, { "event_index": 688, "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 204, - "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", - "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", - "block_time": 1734009092 + "order_match_id": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8_3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", + "tx0_address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "tx1_address": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", + "block_time": 1736413946 }, - "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_hash": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", "block_index": 204, - "block_time": 1734009092 + "block_time": 1736413946 }, { "event_index": 689, @@ -6117,13 +6235,13 @@ Returns the transactions of a list of addresses "get_remaining": 0, "give_remaining": 0, "status": "open", - "tx_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "tx_hash": "9dc67d1291f72b3343a8c90bdbeb1f516ade6803cd33a14211c274054748b6f2", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_hash": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", "block_index": 204, - "block_time": 1734009092 + "block_time": 1736413946 }, { "event_index": 690, @@ -6134,13 +6252,13 @@ Returns the transactions of a list of addresses "get_remaining": 2000, "give_remaining": 2000, "status": "open", - "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx_hash": "3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_hash": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", "block_index": 204, - "block_time": 1734009092 + "block_time": 1736413946 }, { "event_index": 691, @@ -6152,20 +6270,20 @@ Returns the transactions of a list of addresses "fee_paid": 0, "forward_asset": "XCP", "forward_quantity": 1000, - "id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "id": "9dc67d1291f72b3343a8c90bdbeb1f516ade6803cd33a14211c274054748b6f2_3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", "match_expire_index": 224, "status": "pending", - "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "tx0_address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "tx0_block_index": 189, "tx0_expiration": 21, - "tx0_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "tx0_hash": "9dc67d1291f72b3343a8c90bdbeb1f516ade6803cd33a14211c274054748b6f2", "tx0_index": 64, - "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "tx1_address": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "tx1_block_index": 204, "tx1_expiration": 21, - "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_hash": "3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", "tx1_index": 58, - "block_time": 1734009092, + "block_time": 1736413946, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6184,9 +6302,9 @@ Returns the transactions of a list of addresses "backward_quantity_normalized": "0.00001000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_hash": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", "block_index": 204, - "block_time": 1734009092 + "block_time": 1736413946 }, { "event_index": 697, @@ -6194,27 +6312,28 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 204, - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "memo": "746865206d656d6f", "msg_index": 0, "quantity": 10, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "send_type": "send", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "status": "valid", - "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_hash": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", "tx_index": 80, - "block_time": 1734009092, + "block_time": 1736413946, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_hash": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", "block_index": 204, - "block_time": 1734009092 + "block_time": 1736413946 }, { "event_index": 698, @@ -6222,27 +6341,28 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 204, - "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "destination": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "memo": "746865206d656d6f", "msg_index": 1, "quantity": 10, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "send_type": "send", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "status": "valid", - "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_hash": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", "tx_index": 80, - "block_time": 1734009092, + "block_time": 1736413946, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_hash": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", "block_index": 204, - "block_time": 1734009092 + "block_time": 1736413946 }, { "event_index": 699, @@ -6250,15 +6370,16 @@ Returns the transactions of a list of addresses "params": { "asset": "XCP", "block_index": 204, - "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "memo": "746865206d656d6f", "msg_index": 2, "quantity": 10, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "send_type": "send", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "status": "valid", - "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_hash": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", "tx_index": 80, - "block_time": 1734009092, + "block_time": 1736413946, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6268,9 +6389,9 @@ Returns the transactions of a list of addresses }, "quantity_normalized": "0.00000010" }, - "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_hash": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", "block_index": 204, - "block_time": 1734009092 + "block_time": 1736413946 } ], "unpacked_data": { @@ -6279,14 +6400,14 @@ Returns the transactions of a list of addresses "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "quantity": 10, "memo": "746865206d656d6f", "memo_is_hex": true, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -6294,7 +6415,7 @@ Returns the transactions of a list of addresses }, { "asset": "XCP", - "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "quantity": 10, "memo": "746865206d656d6f", "memo_is_hex": true, @@ -6313,17 +6434,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 79, - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "block_index": 203, - "block_hash": "71d08a3ddb96e0310b9ab6f62f1ca0dd0f8e611b0d8a44e15fbeb04ee29573a3", - "block_time": 1734009087, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_hash": "17bd658c88a5a2efb45bc4c36f962129dcaad831b5fdccb17ace32e7c1cb5235", + "block_time": 1736413942, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1440000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "03000380f45e8576bf0503e05804feb07a4645c6cd42da38806e4501cf86b265947dd7b753d0f089a57f65712e80bb4da237847f31c2e99bcc01eac70c92afa47a6e40000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " 7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2:0 4 ", + "utxos_info": " 37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598:0 4 ", "transaction_type": "mpma", "events": [ { @@ -6332,27 +6453,28 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 203, - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "memo": "memo2", "msg_index": 0, "quantity": 10, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "tx_index": 79, - "block_time": 1734009087, + "block_time": 1736413942, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "block_index": 203, - "block_time": 1734009087 + "block_time": 1736413942 }, { "event_index": 679, @@ -6360,27 +6482,28 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 203, - "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "destination": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "memo": "memo3", "msg_index": 1, "quantity": 10, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "tx_index": 79, - "block_time": 1734009087, + "block_time": 1736413942, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "block_index": 203, - "block_time": 1734009087 + "block_time": 1736413942 }, { "event_index": 680, @@ -6388,15 +6511,16 @@ Returns the transactions of a list of addresses "params": { "asset": "XCP", "block_index": 203, - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "tx_index": 79, - "block_time": 1734009087, + "block_time": 1736413942, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6406,9 +6530,9 @@ Returns the transactions of a list of addresses }, "quantity_normalized": "0.00000010" }, - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "block_index": 203, - "block_time": 1734009087 + "block_time": 1736413942 } ], "unpacked_data": { @@ -6417,14 +6541,14 @@ Returns the transactions of a list of addresses "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "quantity": 10, "memo": "memo2", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -6432,7 +6556,7 @@ Returns the transactions of a list of addresses }, { "asset": "XCP", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "quantity": 10, "memo": "memo1", "memo_is_hex": false, @@ -6451,17 +6575,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 78, - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "block_index": 202, - "block_hash": "7f9f979b3c3fa4cee1c26461f43f4dc0ee03d629f9d93d9b9fdab39d1f476f48", - "block_time": 1734009083, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_hash": "6cd7269e189f0236811777dacab875c6f17a1ed0a2eaf99086c80d6b32b22dcc", + "block_time": 1736413938, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", + "data": "03000380f45e8576bf0503e05804feb07a4645c6cd42da38806e4501cf86b265947dd7b753d0f089a57f65712e80bb4da237847f31c2e99bcc01eac70c92afa47a6e88746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", "supported": true, - "utxos_info": " 216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc:0 4 ", + "utxos_info": " e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c:0 4 ", "transaction_type": "mpma", "events": [ { @@ -6469,24 +6593,24 @@ Returns the transactions of a list of addresses "event": "ORDER_UPDATE", "params": { "status": "expired", - "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06" + "tx_hash": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8" }, - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "block_index": 202, - "block_time": 1734009083 + "block_time": 1736413938 }, { "event_index": 660, "event": "ORDER_EXPIRATION", "params": { "block_index": 202, - "order_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "block_time": 1734009083 + "order_hash": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "block_time": 1736413938 }, - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "block_index": 202, - "block_time": 1734009083 + "block_time": 1736413938 }, { "event_index": 666, @@ -6494,27 +6618,28 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 202, - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "memo": "the memo", "msg_index": 0, "quantity": 10, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "tx_index": 78, - "block_time": 1734009083, + "block_time": 1736413938, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "block_index": 202, - "block_time": 1734009083 + "block_time": 1736413938 }, { "event_index": 667, @@ -6522,27 +6647,28 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 202, - "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "destination": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "memo": "the memo", "msg_index": 1, "quantity": 10, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "tx_index": 78, - "block_time": 1734009083, + "block_time": 1736413938, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "block_index": 202, - "block_time": 1734009083 + "block_time": 1736413938 }, { "event_index": 668, @@ -6550,15 +6676,16 @@ Returns the transactions of a list of addresses "params": { "asset": "XCP", "block_index": 202, - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "memo": "the memo", "msg_index": 2, "quantity": 10, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "tx_index": 78, - "block_time": 1734009083, + "block_time": 1736413938, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6568,9 +6695,9 @@ Returns the transactions of a list of addresses }, "quantity_normalized": "0.00000010" }, - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "block_index": 202, - "block_time": 1734009083 + "block_time": 1736413938 } ], "unpacked_data": { @@ -6579,14 +6706,14 @@ Returns the transactions of a list of addresses "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "quantity": 10, "memo": "the memo", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -6594,7 +6721,7 @@ Returns the transactions of a list of addresses }, { "asset": "XCP", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "quantity": 10, "memo": "the memo", "memo_is_hex": false, @@ -6613,17 +6740,17 @@ Returns the transactions of a list of addresses }, { "tx_index": 77, - "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_hash": "c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713", "block_index": 201, - "block_hash": "226ed1cd3c164cd48cdea191b2851494582e42c565f9a1ab101b9e3228541ac6", - "block_time": 1734009080, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_hash": "32f28f162f26352c3f9be5db5a6ba514988bcbae32703de0750e160490dfc716", + "block_time": 1736413934, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "02000000178d82231300000000000003e880a329e5108fd4a82571ca37324b41e089a12b7e69", + "data": "02000000178d82231300000000000003e880f45e8576bf0503e05804feb07a4645c6cd42da38", "supported": true, - "utxos_info": " 0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835:1 2 0", + "utxos_info": " c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713:1 2 0", "transaction_type": "enhanced_send", "events": [ { @@ -6632,27 +6759,28 @@ Returns the transactions of a list of addresses "params": { "asset": "MPMASSET", "block_index": 201, - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "memo": null, "msg_index": 0, "quantity": 1000, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_hash": "c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713", "tx_index": 77, - "block_time": 1734009080, + "block_time": 1736413934, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00001000" }, - "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_hash": "c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713", "block_index": 201, - "block_time": 1734009080 + "block_time": 1736413934 } ], "unpacked_data": { @@ -6661,12 +6789,12 @@ Returns the transactions of a list of addresses "message_data": { "asset": "MPMASSET", "quantity": 1000, - "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "address": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "memo": null, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -6686,10 +6814,10 @@ Returns the transactions of a list of addresses Returns the events of a list of addresses + Parameters - + addresses: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk,bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy,bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k` (str, required) - Comma separated list of addresses to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `954` (str, optional) - The last event index to return + + cursor: `997` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -6708,29 +6836,29 @@ Returns the events of a list of addresses "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 225, - "order_match_id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", - "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", - "block_time": 1734009204 + "order_match_id": "9dc67d1291f72b3343a8c90bdbeb1f516ade6803cd33a14211c274054748b6f2_3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", + "tx0_address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "tx1_address": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", + "block_time": 1736414022 }, - "tx_hash": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", + "tx_hash": "fe0417ba946be41440e55309ed6e252111c08c53ce4b636d35115b93aabd3c9a", "block_index": 225, - "block_time": 1734009204 + "block_time": 1736414022 }, { "event_index": 860, "event": "CREDIT", "params": { - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "XCP", "block_index": 225, "calling_function": "order expired", - "event": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "event": "9dc67d1291f72b3343a8c90bdbeb1f516ade6803cd33a14211c274054748b6f2_3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", "quantity": 1000, "tx_index": 0, "utxo": null, "utxo_address": null, - "block_time": 1734009204, + "block_time": 1736414022, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6740,37 +6868,37 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", + "tx_hash": "fe0417ba946be41440e55309ed6e252111c08c53ce4b636d35115b93aabd3c9a", "block_index": 225, - "block_time": 1734009204 + "block_time": 1736414022 }, { "event_index": 758, "event": "ORDER_EXPIRATION", "params": { "block_index": 211, - "order_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "block_time": 1734009136 + "order_hash": "9dc67d1291f72b3343a8c90bdbeb1f516ade6803cd33a14211c274054748b6f2", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "block_time": 1736413972 }, - "tx_hash": "86548b36f67d5b0ec6ac30be2dbf2f0f03b1b28d8539dc4b9cd54a6391379f93", + "tx_hash": "b92bca94793dafd63786595675a63fb1e98435d0f0ccd76e8a0d536f557f6bbb", "block_index": 211, - "block_time": 1734009136 + "block_time": 1736413972 }, { "event_index": 757, "event": "CREDIT", "params": { - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "XCP", "block_index": 211, "calling_function": "cancel order", - "event": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "event": "9dc67d1291f72b3343a8c90bdbeb1f516ade6803cd33a14211c274054748b6f2", "quantity": 0, "tx_index": 0, "utxo": null, "utxo_address": null, - "block_time": 1734009136, + "block_time": 1736413972, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6780,9 +6908,9 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00000000" }, - "tx_hash": "86548b36f67d5b0ec6ac30be2dbf2f0f03b1b28d8539dc4b9cd54a6391379f93", + "tx_hash": "b92bca94793dafd63786595675a63fb1e98435d0f0ccd76e8a0d536f557f6bbb", "block_index": 211, - "block_time": 1734009136 + "block_time": 1736413972 }, { "event_index": 713, @@ -6790,15 +6918,16 @@ Returns the events of a list of addresses "params": { "asset": "XCP", "block_index": 205, - "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "send_type": "send", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "status": "valid", - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "tx_index": 81, - "block_time": 1734009095, + "block_time": 1736413949, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6808,9 +6937,9 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00000010" }, - "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "block_index": 205, - "block_time": 1734009095 + "block_time": 1736413949 } ], "next_cursor": 713, @@ -6823,7 +6952,7 @@ Returns the events of a list of addresses Returns the mempool events of a list of addresses + Parameters - + addresses: `bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm,bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h,bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp` (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 @@ -6837,19 +6966,20 @@ Returns the mempool events of a list of addresses { "result": [ { - "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_hash": "2e05f2dbf88e65d686dc98f5047ea0a39680badd69e83a47c55110db25294daa", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "memo": null, "msg_index": 0, "quantity": 10000, - "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "send_type": "send", + "source": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "status": "valid", - "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", - "tx_index": 111, + "tx_hash": "2e05f2dbf88e65d686dc98f5047ea0a39680badd69e83a47c55110db25294daa", + "tx_index": 116, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6859,22 +6989,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1734009265.1571295 + "timestamp": 1736414088.6103446 }, { - "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_hash": "2e05f2dbf88e65d686dc98f5047ea0a39680badd69e83a47c55110db25294daa", "event": "CREDIT", "params": { - "address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "address": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "asset": "XCP", - "block_index": 235, + "block_index": 239, "calling_function": "send", - "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "event": "2e05f2dbf88e65d686dc98f5047ea0a39680badd69e83a47c55110db25294daa", "quantity": 10000, - "tx_index": 111, + "tx_index": 116, "utxo": null, "utxo_address": null, - "block_time": 1734009260, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6884,22 +7014,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1734009265.1571295 + "timestamp": 1736414088.6103446 }, { - "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_hash": "2e05f2dbf88e65d686dc98f5047ea0a39680badd69e83a47c55110db25294daa", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "address": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "asset": "XCP", - "block_index": 235, - "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "block_index": 239, + "event": "2e05f2dbf88e65d686dc98f5047ea0a39680badd69e83a47c55110db25294daa", "quantity": 10000, - "tx_index": 111, + "tx_index": 116, "utxo": null, "utxo_address": null, - "block_time": 1734009260, + "block_time": 1736414085, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6909,27 +7039,27 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1734009265.1571295 + "timestamp": 1736414088.6103446 }, { - "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_hash": "2e05f2dbf88e65d686dc98f5047ea0a39680badd69e83a47c55110db25294daa", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1734009265.1571295, + "block_time": 1736414088.6103446, "btc_amount": 0, - "data": "0200000000000000010000000000002710803c8e6158237de60ae0875aefca276e431c644c2e", + "data": "0200000000000000010000000000002710806e4501cf86b265947dd7b753d0f089a57f65712e", "destination": "", "fee": 10000, - "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "source": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "transaction_type": "enhanced_send", - "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", - "tx_index": 111, - "utxos_info": " 7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648:1 2 0", + "tx_hash": "2e05f2dbf88e65d686dc98f5047ea0a39680badd69e83a47c55110db25294daa", + "tx_index": 116, + "utxos_info": " 2e05f2dbf88e65d686dc98f5047ea0a39680badd69e83a47c55110db25294daa:1 2 0", "btc_amount_normalized": "0.00000000" }, - "timestamp": 1734009265.1571295 + "timestamp": 1736414088.6103446 } ], "next_cursor": null, @@ -6942,7 +7072,7 @@ Returns the mempool events of a list of addresses Returns the balances of an address + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (str, required) - The address to return + type (enum[str], optional) - The type of balances to return + Default: `` + Members @@ -6966,7 +7096,7 @@ Returns the balances of an address { "result": [ { - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "A95428956980101314", "asset_longname": null, "quantity": 100000000000, @@ -6975,14 +7105,14 @@ Returns the balances of an address "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "MPMASSET", "asset_longname": null, "quantity": 99999998960, @@ -6991,14 +7121,14 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "999.99998960" }, { - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "MYASSETA", "asset_longname": null, "quantity": 97999999980, @@ -7007,14 +7137,14 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "979.99999980" }, { - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "XCP", "asset_longname": null, "quantity": 82599966196, @@ -7030,7 +7160,7 @@ Returns the balances of an address "quantity_normalized": "825.99966196" }, { - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "TESTLOCKDESC", "asset_longname": null, "quantity": 9999990000, @@ -7039,7 +7169,7 @@ Returns the balances of an address "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -7056,7 +7186,7 @@ Returns the balances of an address Returns the balances of an address and asset + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + type (enum[str], optional) - The type of balances to return + Default: `all` @@ -7079,7 +7209,7 @@ Returns the balances of an address and asset { "result": [ { - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "XCP", "asset_longname": null, "quantity": 82599966196, @@ -7105,7 +7235,7 @@ Returns the balances of an address and asset Returns the credits of an address + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -7153,15 +7283,15 @@ Returns the credits of an address "result": [ { "block_index": 225, - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "XCP", "quantity": 1000, "calling_function": "order expired", - "event": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "event": "9dc67d1291f72b3343a8c90bdbeb1f516ade6803cd33a14211c274054748b6f2_3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", "tx_index": 0, "utxo": null, "utxo_address": null, - "block_time": 1734009204, + "block_time": 1736414022, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7173,15 +7303,15 @@ Returns the credits of an address }, { "block_index": 205, - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "XCP", "quantity": 10, "calling_function": "mpma send", - "event": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "event": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", "tx_index": 81, "utxo": null, "utxo_address": null, - "block_time": 1734009095, + "block_time": 1736413949, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7193,15 +7323,15 @@ Returns the credits of an address }, { "block_index": 204, - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "XCP", "quantity": 10, "calling_function": "mpma send", - "event": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "event": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", "tx_index": 80, "utxo": null, "utxo_address": null, - "block_time": 1734009092, + "block_time": 1736413946, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7213,15 +7343,15 @@ Returns the credits of an address }, { "block_index": 204, - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "XCP", "quantity": 3000, "calling_function": "order expired", - "event": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "event": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8_3af86b50b0299e7dc688be173ef77647e8f636dfef7648649e2111121ea7d6d3", "tx_index": 0, "utxo": null, "utxo_address": null, - "block_time": 1734009092, + "block_time": 1736413946, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7233,15 +7363,15 @@ Returns the credits of an address }, { "block_index": 202, - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "XCP", "quantity": 5000, "calling_function": "cancel order", - "event": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "event": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8", "tx_index": 0, "utxo": null, "utxo_address": null, - "block_time": 1734009083, + "block_time": 1736413938, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7262,7 +7392,7 @@ Returns the credits of an address Returns the debits of an address + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -7299,15 +7429,15 @@ Returns the debits of an address "result": [ { "block_index": 203, - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "event": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "tx_index": 79, "utxo": null, "utxo_address": null, - "block_time": 1734009087, + "block_time": 1736413942, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7319,19 +7449,19 @@ Returns the debits of an address }, { "block_index": 203, - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "MPMASSET", "quantity": 20, "action": "mpma send", - "event": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "event": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "tx_index": 79, "utxo": null, "utxo_address": null, - "block_time": 1734009087, + "block_time": 1736413942, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -7339,15 +7469,15 @@ Returns the debits of an address }, { "block_index": 202, - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "event": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "tx_index": 78, "utxo": null, "utxo_address": null, - "block_time": 1734009083, + "block_time": 1736413938, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7359,19 +7489,19 @@ Returns the debits of an address }, { "block_index": 202, - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "MPMASSET", "quantity": 20, "action": "mpma send", - "event": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "event": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "tx_index": 78, "utxo": null, "utxo_address": null, - "block_time": 1734009083, + "block_time": 1736413938, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -7379,19 +7509,19 @@ Returns the debits of an address }, { "block_index": 201, - "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "address": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "MPMASSET", "quantity": 1000, "action": "send", - "event": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "event": "c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713", "tx_index": 77, "utxo": null, "utxo_address": null, - "block_time": 1734009080, + "block_time": 1736413934, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -7408,7 +7538,7 @@ Returns the debits of an address Returns the bets of a feed + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address of the feed + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (str, required) - The address of the feed + status: `filled` (enum[str], optional) - The status of the bet + Default: `open` + Members @@ -7441,7 +7571,7 @@ Returns the bets of a feed Returns the broadcasts of a source + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (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 @@ -7458,16 +7588,16 @@ Returns the broadcasts of a source "result": [ { "tx_index": 24, - "tx_hash": "0a76c9ea68b50e09ffbf028609d70d48b4663722908f9f9a80a9c147eb019383", + "tx_hash": "7b44fa680377596171e49e9a5ff44521f3787829176f2ddbf0cb129081605607", "block_index": 128, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, "text": "Hello, world!", "locked": false, "status": "valid", - "block_time": 1734008782, + "block_time": 1736413680, "fee_fraction_int_normalized": "0.00000000" } ], @@ -7481,7 +7611,7 @@ Returns the broadcasts of a source Returns the burns of an address + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (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 @@ -7497,14 +7627,14 @@ Returns the burns of an address { "result": [ { - "tx_index": 4, - "tx_hash": "4c35072a498a10c7bcd9679a8b18f60fea3b7111dfc2f39d1a64f6ab8f8f5444", + "tx_index": 7, + "tx_hash": "f18e872d9d59aa0d5e492083ea1545bbddc1b3628dc38a6838ad3548244e2ac0", "block_index": 112, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "burned": 50000000, "earned": 74999998167, "status": "valid", - "block_time": 1734008711, + "block_time": 1736413622, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" } @@ -7519,7 +7649,7 @@ Returns the burns of an address Returns the sends, include Enhanced and MPMA sends, of an address + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (str, required) - The address to return + send_type (enum[str], optional) - The type of sends to return + Default: `all` + Members @@ -7543,18 +7673,21 @@ Returns the sends, include Enhanced and MPMA sends, of an address { "result": [ { - "tx_index": 79, - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", - "block_index": 203, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", - "asset": "XCP", + "tx_index": 81, + "tx_hash": "ad3499f9279facc9d4cf6b68904340640715708a8310115b8e792bb5bfe3dffc", + "block_index": 205, + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", + "destination": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "memo1", "fee_paid": 0, - "block_time": 1734009087, + "send_type": "send", + "source_address": null, + "destination_address": null, + "block_time": 1736413949, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7566,91 +7699,103 @@ Returns the sends, include Enhanced and MPMA sends, of an address "fee_paid_normalized": "0.00000000" }, { - "tx_index": 79, - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", - "block_index": 203, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", - "asset": "MPMASSET", + "tx_index": 80, + "tx_hash": "f8b7fb39aa4290f4b05634086c14af6cafcbb20f79a1f220bbadbf307ad6986f", + "block_index": 204, + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", + "destination": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "asset": "XCP", "quantity": 10, "status": "valid", - "msg_index": 1, - "memo": "memo3", + "msg_index": 2, + "memo": "746865206d656d6f", "fee_paid": 0, - "block_time": 1734009087, + "send_type": "send", + "source_address": null, + "destination_address": null, + "block_time": 1736413946, "asset_info": { "asset_longname": null, - "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "description": "The Counterparty protocol native currency", + "issuer": null, "divisible": true, - "locked": false + "locked": true }, "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" }, { "tx_index": 79, - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "block_index": 203, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", - "asset": "MPMASSET", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", + "asset": "XCP", "quantity": 10, "status": "valid", - "msg_index": 0, - "memo": "memo2", + "msg_index": 2, + "memo": "memo1", "fee_paid": 0, - "block_time": 1734009087, + "send_type": "send", + "source_address": null, + "destination_address": null, + "block_time": 1736413942, "asset_info": { "asset_longname": null, - "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "description": "The Counterparty protocol native currency", + "issuer": null, "divisible": true, - "locked": false + "locked": true }, "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 78, - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", - "block_index": 202, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", - "asset": "XCP", + "tx_index": 79, + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", + "block_index": 203, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "destination": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", + "asset": "MPMASSET", "quantity": 10, "status": "valid", - "msg_index": 2, - "memo": "the memo", + "msg_index": 1, + "memo": "memo3", "fee_paid": 0, - "block_time": 1734009083, + "send_type": "send", + "source_address": null, + "destination_address": null, + "block_time": 1736413942, "asset_info": { "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, + "description": "My super asset B", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, - "locked": true + "locked": false }, "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 78, - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", - "block_index": 202, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "tx_index": 79, + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", + "block_index": 203, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "asset": "MPMASSET", "quantity": 10, "status": "valid", - "msg_index": 1, - "memo": "the memo", + "msg_index": 0, + "memo": "memo2", "fee_paid": 0, - "block_time": 1734009083, + "send_type": "send", + "source_address": null, + "destination_address": null, + "block_time": 1736413942, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -7658,8 +7803,8 @@ Returns the sends, include Enhanced and MPMA sends, of an address "fee_paid_normalized": "0.00000000" } ], - "next_cursor": 23, - "result_count": 12 + "next_cursor": 25, + "result_count": 16 } ``` @@ -7668,7 +7813,7 @@ Returns the sends, include Enhanced and MPMA sends, of an address Returns the receives of an address + Parameters - + address: `bcrt1qmkjuhmy5mpegh7qw9d44qsjl8auvr7fh9f7mus` (str, required) - The address to return + + address: `bcrt1qsnaknm0a039fr6mfsmn99q4t9fp8wawlm7xrwx` (str, required) - The address to return + send_type (enum[str], optional) - The type of sends to return + Default: `all` + Members @@ -7693,21 +7838,24 @@ Returns the receives of an address "result": [ { "tx_index": 38, - "tx_hash": "9dfd534c7f1a8cab2b3327a95007d1379671ebdef059c24809eed53707274386", + "tx_hash": "83a1d99a528f915d86d8b7de37d6068123ef5cfc256ac64bbadb2ec9fa0c3d51", "block_index": 142, - "source": "adf50e0b58c70551cb0d2773f25058dd15a92b116897ed28cef5b123442b8422:0", - "destination": "bcrt1qmkjuhmy5mpegh7qw9d44qsjl8auvr7fh9f7mus", + "source": "9ac80bc0e0c1590dde3b1b71f54db51d213f1df8513234d239344c666a920504:0", + "destination": "bcrt1qsnaknm0a039fr6mfsmn99q4t9fp8wawlm7xrwx", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "block_time": 1734008835, + "send_type": "detach", + "source_address": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", + "destination_address": null, + "block_time": 1736413729, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -7725,8 +7873,8 @@ Returns the receives of an address Returns the sends, include Enhanced and MPMA sends, of an address and asset + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return - + asset: `FAIRMINTB` (str, required) - The asset to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (str, required) - The address to return + + asset: `EXPANSIVE` (str, required) - The asset to return + send_type (enum[str], optional) - The type of sends to return + Default: `all` + Members @@ -7759,8 +7907,8 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset Returns the receives of an address and asset + Parameters - + address: `bcrt1qmkjuhmy5mpegh7qw9d44qsjl8auvr7fh9f7mus` (str, required) - The address to return - + asset: `FAIRMINTB` (str, required) - The asset to return + + address: `bcrt1qsnaknm0a039fr6mfsmn99q4t9fp8wawlm7xrwx` (str, required) - The address to return + + asset: `EXPANSIVE` (str, required) - The asset to return + send_type (enum[str], optional) - The type of sends to return + Default: `all` + Members @@ -7788,12 +7936,57 @@ Returns the receives of an address and asset } ``` -### Get Dispensers By Address [GET /v2/addresses/{address}/dispensers{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}] +### Get Valid Destructions By Address [GET /v2/addresses/{address}/destructions{?cursor}{&limit}{&offset}{&verbose}] + +Returns the destructions of a block + ++ Parameters + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (str, required) - The address to return + + cursor (str, optional) - The last index of the destructions to return + + Default: `None` + + limit: `5` (int, optional) - The maximum number of destructions 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` + ++ Response 200 (application/json) + + ``` + { + "result": [ + { + "tx_index": 14, + "tx_hash": "0c09ff077160973bebf179e7b408c5d38684199f7fa756818352e9435359a63c", + "block_index": 121, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "asset": "FAIRMINTB", + "quantity": 300000000, + "tag": "soft cap not reached", + "status": "valid", + "block_time": 1736413654, + "asset_info": { + "asset_longname": null, + "description": "", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "divisible": true, + "locked": false + }, + "quantity_normalized": "3.00000000" + } + ], + "next_cursor": null, + "result_count": 1 + } + ``` + +### Get Dispensers By Address [GET /v2/addresses/{address}/dispensers{?status}{&exclude_with_oracle}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns the dispensers of an address + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (str, required) - The address to return + status (enum[str], optional) - The status of the dispensers to return + Default: `all` + Members @@ -7802,6 +7995,8 @@ Returns the dispensers of an address + `closed` + `closing` + `open_empty_address` + + exclude_with_oracle (bool, optional) - Whether to exclude dispensers with an oracle + + Default: `False` + cursor (str, optional) - The last index of the dispensers to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispensers to return @@ -7820,9 +8015,9 @@ Returns the dispensers of an address "result": [ { "tx_index": 68, - "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "tx_hash": "645431bb3ec0ad28d41af27e6d46a095ff9823d8920b09aa2a6403960534a305", "block_index": 194, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "TESTLOCKDESC", "give_quantity": 1, "escrow_quantity": 10000, @@ -7831,7 +8026,7 @@ Returns the dispensers of an address "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -7841,11 +8036,11 @@ Returns the dispensers of an address "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1734009052, + "block_time": 1736413906, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -7858,9 +8053,9 @@ Returns the dispensers of an address }, { "tx_index": 26, - "tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", + "tx_hash": "8f325ed377dc69755b958fc5891b203ff3014b1256560b89512ba8803614ca53", "block_index": 132, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7869,7 +8064,7 @@ Returns the dispensers of an address "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7879,7 +8074,7 @@ Returns the dispensers of an address "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1734008797, + "block_time": 1736413693, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7905,7 +8100,7 @@ Returns the dispensers of an address Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (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` @@ -7916,9 +8111,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", + "tx_hash": "8f325ed377dc69755b958fc5891b203ff3014b1256560b89512ba8803614ca53", "block_index": 132, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7927,7 +8122,7 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -7937,7 +8132,7 @@ Returns the dispenser of an address and an asset "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1734008797, + "block_time": 1736413693, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7960,7 +8155,7 @@ Returns the dispenser of an address and an asset Returns the dispenses of a source + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (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 @@ -7978,18 +8173,18 @@ Returns the dispenses of a source { "tx_index": 69, "dispense_index": 0, - "tx_hash": "80ca29dfd787599a1bb83903ef3392339ea5e383b0298a3f87f793e9872ca5c9", + "tx_hash": "e08609b678a01f77c11a2aa64785c84e16f186ea6212037f3f38987beb0b0120", "block_index": 194, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "asset": "TESTLOCKDESC", "dispense_quantity": 4000, - "dispenser_tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "dispenser_tx_hash": "645431bb3ec0ad28d41af27e6d46a095ff9823d8920b09aa2a6403960534a305", "btc_amount": 4000, "dispenser": { "tx_index": 68, "block_index": 194, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -7997,7 +8192,7 @@ Returns the dispenses of a source "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -8012,11 +8207,11 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1734009052, + "block_time": 1736413906, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -8026,18 +8221,18 @@ Returns the dispenses of a source { "tx_index": 28, "dispense_index": 0, - "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", + "tx_hash": "0253b998d5a02ce19842e2215af86705de8a961ffe8dd0e3f4b58630338d3fc8", "block_index": 132, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", + "dispenser_tx_hash": "8f325ed377dc69755b958fc5891b203ff3014b1256560b89512ba8803614ca53", "btc_amount": 4000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8045,7 +8240,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8060,7 +8255,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1734008797, + "block_time": 1736413693, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8074,18 +8269,18 @@ Returns the dispenses of a source { "tx_index": 27, "dispense_index": 0, - "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", + "tx_hash": "5d928296a95411121182af529f05fd052330396324adc9d94b6903fd06840bb2", "block_index": 131, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", + "dispenser_tx_hash": "8f325ed377dc69755b958fc5891b203ff3014b1256560b89512ba8803614ca53", "btc_amount": 6000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8093,7 +8288,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8108,7 +8303,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1734008794, + "block_time": 1736413689, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8130,7 +8325,7 @@ Returns the dispenses of a source Returns the dispenses of a destination + Parameters - + address: `bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - The address to return + + address: `bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k` (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 @@ -8148,18 +8343,18 @@ Returns the dispenses of a destination { "tx_index": 69, "dispense_index": 0, - "tx_hash": "80ca29dfd787599a1bb83903ef3392339ea5e383b0298a3f87f793e9872ca5c9", + "tx_hash": "e08609b678a01f77c11a2aa64785c84e16f186ea6212037f3f38987beb0b0120", "block_index": 194, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "asset": "TESTLOCKDESC", "dispense_quantity": 4000, - "dispenser_tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "dispenser_tx_hash": "645431bb3ec0ad28d41af27e6d46a095ff9823d8920b09aa2a6403960534a305", "btc_amount": 4000, "dispenser": { "tx_index": 68, "block_index": 194, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8167,7 +8362,7 @@ Returns the dispenses of a destination "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -8182,11 +8377,11 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1734009052, + "block_time": 1736413906, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -8196,18 +8391,18 @@ Returns the dispenses of a destination { "tx_index": 28, "dispense_index": 0, - "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", + "tx_hash": "0253b998d5a02ce19842e2215af86705de8a961ffe8dd0e3f4b58630338d3fc8", "block_index": 132, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", + "dispenser_tx_hash": "8f325ed377dc69755b958fc5891b203ff3014b1256560b89512ba8803614ca53", "btc_amount": 4000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8215,7 +8410,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8230,7 +8425,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1734008797, + "block_time": 1736413693, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8244,18 +8439,18 @@ Returns the dispenses of a destination { "tx_index": 27, "dispense_index": 0, - "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", + "tx_hash": "5d928296a95411121182af529f05fd052330396324adc9d94b6903fd06840bb2", "block_index": 131, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", + "dispenser_tx_hash": "8f325ed377dc69755b958fc5891b203ff3014b1256560b89512ba8803614ca53", "btc_amount": 6000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8263,7 +8458,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8278,7 +8473,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1734008794, + "block_time": 1736413689, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8300,7 +8495,7 @@ Returns the dispenses of a destination Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (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` @@ -8319,18 +8514,18 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", + "tx_hash": "0253b998d5a02ce19842e2215af86705de8a961ffe8dd0e3f4b58630338d3fc8", "block_index": 132, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", + "dispenser_tx_hash": "8f325ed377dc69755b958fc5891b203ff3014b1256560b89512ba8803614ca53", "btc_amount": 4000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8338,7 +8533,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8353,7 +8548,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1734008797, + "block_time": 1736413693, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8367,18 +8562,18 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", + "tx_hash": "5d928296a95411121182af529f05fd052330396324adc9d94b6903fd06840bb2", "block_index": 131, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", + "dispenser_tx_hash": "8f325ed377dc69755b958fc5891b203ff3014b1256560b89512ba8803614ca53", "btc_amount": 6000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8386,7 +8581,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8401,7 +8596,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1734008794, + "block_time": 1736413689, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8423,7 +8618,7 @@ Returns the dispenses of an address and an asset Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - The address to return + + address: `bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k` (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` @@ -8442,18 +8637,18 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", + "tx_hash": "0253b998d5a02ce19842e2215af86705de8a961ffe8dd0e3f4b58630338d3fc8", "block_index": 132, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", + "dispenser_tx_hash": "8f325ed377dc69755b958fc5891b203ff3014b1256560b89512ba8803614ca53", "btc_amount": 4000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8461,7 +8656,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8476,7 +8671,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1734008797, + "block_time": 1736413693, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8490,18 +8685,18 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", + "tx_hash": "5d928296a95411121182af529f05fd052330396324adc9d94b6903fd06840bb2", "block_index": 131, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", + "dispenser_tx_hash": "8f325ed377dc69755b958fc5891b203ff3014b1256560b89512ba8803614ca53", "btc_amount": 6000, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8509,7 +8704,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8524,7 +8719,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1734008794, + "block_time": 1736413689, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8546,7 +8741,7 @@ Returns the dispenses of an address and an asset Returns the sweeps of an address + Parameters - + address: `bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm` (str, required) - The address to return + + address: `bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h` (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 @@ -8563,15 +8758,15 @@ Returns the sweeps of an address "result": [ { "tx_index": 65, - "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", + "tx_hash": "9e9ae5f8333ce6c4cd85c79c159867d9e48ad5fccc73814557aaf98e80803d14", "block_index": 190, - "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", - "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "source": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", + "destination": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, - "block_time": 1734009038, + "block_time": 1736413891, "fee_paid_normalized": "0.00600000" } ], @@ -8585,7 +8780,7 @@ Returns the sweeps of an address Returns the issuances of an address + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (str, required) - The address to return + asset_events (enum[str], optional) - Filter result by one or several comma separated asset events + Default: `all` + Members @@ -8615,14 +8810,14 @@ Returns the issuances of an address "result": [ { "tx_index": 76, - "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", + "tx_hash": "9d9be818490f1f3ac1846b57056488f629e3add86b686efef6b36d17fc037041", "msg_index": 0, "block_index": 200, "asset": "MPMASSET", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "transfer": false, "callable": false, "call_date": 0, @@ -8636,20 +8831,20 @@ Returns the issuances of an address "description_locked": false, "fair_minting": false, "asset_events": "creation", - "block_time": 1734009076, + "block_time": 1736413931, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 52, - "tx_hash": "5b8f69fe9798a63ffe29e19da6205b8aa1701bc06e7032172d96ed2bee63e2a5", + "tx_hash": "21c38c01118ec8a890dd836f70e32ffca9e4225644ae8ced718b30ea58cd39d1", "msg_index": 0, "block_index": 156, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "transfer": false, "callable": false, "call_date": 0, @@ -8663,20 +8858,20 @@ Returns the issuances of an address "description_locked": false, "fair_minting": false, "asset_events": "creation", - "block_time": 1734008897, + "block_time": 1736413781, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 51, - "tx_hash": "e0e704a2623200509a182317f8aeddb6e1e398a9a956b50b21db85758de32b7c", + "tx_hash": "fc55ad6399720f40eebd3985d0ffdd76b7fa4310bc114071f1ab877f21544aba", "msg_index": 0, "block_index": 155, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "transfer": false, "callable": false, "call_date": 0, @@ -8690,20 +8885,20 @@ Returns the issuances of an address "description_locked": true, "fair_minting": false, "asset_events": "lock_description", - "block_time": 1734008894, + "block_time": 1736413777, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 50, - "tx_hash": "fcd7ce6c559a0aa99cd6d0d558591048f70a7935370764d41605d8ed9c895cd3", + "tx_hash": "2867a6d3784373505d23a79ac0cdf5d06b1740867b32092be65d62e1a862119b", "msg_index": 0, "block_index": 154, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "transfer": false, "callable": false, "call_date": 0, @@ -8717,20 +8912,20 @@ Returns the issuances of an address "description_locked": false, "fair_minting": false, "asset_events": "creation", - "block_time": 1734008891, + "block_time": 1736413774, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 49, - "tx_hash": "2214fdf114de36da746459d2a2af7efebcf3b2919c1883137f9a83efaad84c0b", + "tx_hash": "95ec1ca97f3f01f127e0a3ae90ba6406c772f28e14de5b327cf443f6d404fb43", "msg_index": 0, "block_index": 153, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "transfer": false, "callable": false, "call_date": 0, @@ -8744,7 +8939,7 @@ Returns the issuances of an address "description_locked": false, "fair_minting": false, "asset_events": "creation", - "block_time": 1734008877, + "block_time": 1736413771, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" } @@ -8759,7 +8954,7 @@ Returns the issuances of an address Returns the valid assets issued or owned by an address + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The issuer or owner to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (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 @@ -8780,8 +8975,8 @@ Returns the valid assets issued or owned by an address "asset": "MPMASSET", "asset_id": "101158363923", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 100000000000, @@ -8789,16 +8984,16 @@ Returns the valid assets issued or owned by an address "description_locked": false, "first_issuance_block_index": 200, "last_issuance_block_index": 200, - "first_issuance_block_time": 1734009076, - "last_issuance_block_time": 1734009076, + "first_issuance_block_time": 1736413931, + "last_issuance_block_time": 1736413931, "supply_normalized": "1000.00000000" }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 10000000000, @@ -8806,16 +9001,16 @@ Returns the valid assets issued or owned by an address "description_locked": false, "first_issuance_block_index": 153, "last_issuance_block_index": 155, - "first_issuance_block_time": 1734008877, - "last_issuance_block_time": 1734008894, + "first_issuance_block_time": 1736413771, + "last_issuance_block_time": 1736413777, "supply_normalized": "100.00000000" }, { "asset": "FREEFAIRMINT", "asset_id": "20774156646107637", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 180, @@ -8823,16 +9018,16 @@ Returns the valid assets issued or owned by an address "description_locked": false, "first_issuance_block_index": 148, "last_issuance_block_index": 150, - "first_issuance_block_time": 1734008857, - "last_issuance_block_time": 1734008864, + "first_issuance_block_time": 1736413750, + "last_issuance_block_time": 1736413757, "supply_normalized": "0.00000180" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 100000000000, @@ -8840,16 +9035,16 @@ Returns the valid assets issued or owned by an address "description_locked": false, "first_issuance_block_index": 139, "last_issuance_block_index": 139, - "first_issuance_block_time": 1734008824, - "last_issuance_block_time": 1734008824, + "first_issuance_block_time": 1736413717, + "last_issuance_block_time": 1736413717, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 40, @@ -8857,8 +9052,8 @@ Returns the valid assets issued or owned by an address "description_locked": false, "first_issuance_block_index": 126, "last_issuance_block_index": 127, - "first_issuance_block_time": 1734008774, - "last_issuance_block_time": 1734008778, + "first_issuance_block_time": 1736413673, + "last_issuance_block_time": 1736413676, "supply_normalized": "0.00000040" } ], @@ -8872,7 +9067,7 @@ Returns the valid assets issued or owned by an address Returns the valid assets issued by an address + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The issuer to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (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 @@ -8893,8 +9088,8 @@ Returns the valid assets issued by an address "asset": "MPMASSET", "asset_id": "101158363923", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 100000000000, @@ -8902,16 +9097,16 @@ Returns the valid assets issued by an address "description_locked": false, "first_issuance_block_index": 200, "last_issuance_block_index": 200, - "first_issuance_block_time": 1734009076, - "last_issuance_block_time": 1734009076, + "first_issuance_block_time": 1736413931, + "last_issuance_block_time": 1736413931, "supply_normalized": "1000.00000000" }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 10000000000, @@ -8919,16 +9114,16 @@ Returns the valid assets issued by an address "description_locked": false, "first_issuance_block_index": 153, "last_issuance_block_index": 155, - "first_issuance_block_time": 1734008877, - "last_issuance_block_time": 1734008894, + "first_issuance_block_time": 1736413771, + "last_issuance_block_time": 1736413777, "supply_normalized": "100.00000000" }, { "asset": "FREEFAIRMINT", "asset_id": "20774156646107637", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 180, @@ -8936,16 +9131,16 @@ Returns the valid assets issued by an address "description_locked": false, "first_issuance_block_index": 148, "last_issuance_block_index": 150, - "first_issuance_block_time": 1734008857, - "last_issuance_block_time": 1734008864, + "first_issuance_block_time": 1736413750, + "last_issuance_block_time": 1736413757, "supply_normalized": "0.00000180" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 100000000000, @@ -8953,16 +9148,16 @@ Returns the valid assets issued by an address "description_locked": false, "first_issuance_block_index": 139, "last_issuance_block_index": 139, - "first_issuance_block_time": 1734008824, - "last_issuance_block_time": 1734008824, + "first_issuance_block_time": 1736413717, + "last_issuance_block_time": 1736413717, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 40, @@ -8970,8 +9165,8 @@ Returns the valid assets issued by an address "description_locked": false, "first_issuance_block_index": 126, "last_issuance_block_index": 127, - "first_issuance_block_time": 1734008774, - "last_issuance_block_time": 1734008778, + "first_issuance_block_time": 1736413673, + "last_issuance_block_time": 1736413676, "supply_normalized": "0.00000040" } ], @@ -8985,7 +9180,7 @@ Returns the valid assets issued by an address Returns the valid assets owned by an address + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The owner to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (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 @@ -9006,8 +9201,8 @@ Returns the valid assets owned by an address "asset": "MPMASSET", "asset_id": "101158363923", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 100000000000, @@ -9015,16 +9210,16 @@ Returns the valid assets owned by an address "description_locked": false, "first_issuance_block_index": 200, "last_issuance_block_index": 200, - "first_issuance_block_time": 1734009076, - "last_issuance_block_time": 1734009076, + "first_issuance_block_time": 1736413931, + "last_issuance_block_time": 1736413931, "supply_normalized": "1000.00000000" }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 10000000000, @@ -9032,16 +9227,16 @@ Returns the valid assets owned by an address "description_locked": false, "first_issuance_block_index": 153, "last_issuance_block_index": 155, - "first_issuance_block_time": 1734008877, - "last_issuance_block_time": 1734008894, + "first_issuance_block_time": 1736413771, + "last_issuance_block_time": 1736413777, "supply_normalized": "100.00000000" }, { "asset": "FREEFAIRMINT", "asset_id": "20774156646107637", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 180, @@ -9049,16 +9244,16 @@ Returns the valid assets owned by an address "description_locked": false, "first_issuance_block_index": 148, "last_issuance_block_index": 150, - "first_issuance_block_time": 1734008857, - "last_issuance_block_time": 1734008864, + "first_issuance_block_time": 1736413750, + "last_issuance_block_time": 1736413757, "supply_normalized": "0.00000180" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 100000000000, @@ -9066,16 +9261,16 @@ Returns the valid assets owned by an address "description_locked": false, "first_issuance_block_index": 139, "last_issuance_block_index": 139, - "first_issuance_block_time": 1734008824, - "last_issuance_block_time": 1734008824, + "first_issuance_block_time": 1736413717, + "last_issuance_block_time": 1736413717, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": null, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "owner": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false, "supply": 40, @@ -9083,8 +9278,8 @@ Returns the valid assets owned by an address "description_locked": false, "first_issuance_block_index": 126, "last_issuance_block_index": 127, - "first_issuance_block_time": 1734008774, - "last_issuance_block_time": 1734008778, + "first_issuance_block_time": 1736413673, + "last_issuance_block_time": 1736413676, "supply_normalized": "0.00000040" } ], @@ -9098,7 +9293,7 @@ Returns the valid assets owned by an address Returns the transactions of an address + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (str, required) - The address to return + type (enum[str], optional) - The type of the transaction to return + Default: `all` + Members @@ -9125,7 +9320,7 @@ Returns the transactions of an address + `detach` + `utxomove` + `unknown` - + cursor: `110` (str, optional) - The last transaction index to return + + cursor: `115` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return + Default: `10` @@ -9141,17 +9336,17 @@ Returns the transactions of an address "result": [ { "tx_index": 79, - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "block_index": 203, - "block_hash": "71d08a3ddb96e0310b9ab6f62f1ca0dd0f8e611b0d8a44e15fbeb04ee29573a3", - "block_time": 1734009087, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_hash": "17bd658c88a5a2efb45bc4c36f962129dcaad831b5fdccb17ace32e7c1cb5235", + "block_time": 1736413942, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1440000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "03000380f45e8576bf0503e05804feb07a4645c6cd42da38806e4501cf86b265947dd7b753d0f089a57f65712e80bb4da237847f31c2e99bcc01eac70c92afa47a6e40000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " 7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2:0 4 ", + "utxos_info": " 37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598:0 4 ", "transaction_type": "mpma", "events": [ { @@ -9160,27 +9355,28 @@ Returns the transactions of an address "params": { "asset": "MPMASSET", "block_index": 203, - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "memo": "memo2", "msg_index": 0, "quantity": 10, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "tx_index": 79, - "block_time": 1734009087, + "block_time": 1736413942, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "block_index": 203, - "block_time": 1734009087 + "block_time": 1736413942 }, { "event_index": 679, @@ -9188,27 +9384,28 @@ Returns the transactions of an address "params": { "asset": "MPMASSET", "block_index": 203, - "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "destination": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "memo": "memo3", "msg_index": 1, "quantity": 10, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "tx_index": 79, - "block_time": 1734009087, + "block_time": 1736413942, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "block_index": 203, - "block_time": 1734009087 + "block_time": 1736413942 }, { "event_index": 680, @@ -9216,15 +9413,16 @@ Returns the transactions of an address "params": { "asset": "XCP", "block_index": 203, - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "tx_index": 79, - "block_time": 1734009087, + "block_time": 1736413942, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -9234,9 +9432,9 @@ Returns the transactions of an address }, "quantity_normalized": "0.00000010" }, - "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_hash": "37b333a1a7b682f946887377e984639a52e67f95c243bc9b1c29f2235c943598", "block_index": 203, - "block_time": 1734009087 + "block_time": 1736413942 } ], "unpacked_data": { @@ -9245,14 +9443,14 @@ Returns the transactions of an address "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "quantity": 10, "memo": "memo2", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -9260,7 +9458,7 @@ Returns the transactions of an address }, { "asset": "XCP", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "quantity": 10, "memo": "memo1", "memo_is_hex": false, @@ -9279,17 +9477,17 @@ Returns the transactions of an address }, { "tx_index": 78, - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "block_index": 202, - "block_hash": "7f9f979b3c3fa4cee1c26461f43f4dc0ee03d629f9d93d9b9fdab39d1f476f48", - "block_time": 1734009083, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_hash": "6cd7269e189f0236811777dacab875c6f17a1ed0a2eaf99086c80d6b32b22dcc", + "block_time": 1736413938, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", + "data": "03000380f45e8576bf0503e05804feb07a4645c6cd42da38806e4501cf86b265947dd7b753d0f089a57f65712e80bb4da237847f31c2e99bcc01eac70c92afa47a6e88746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", "supported": true, - "utxos_info": " 216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc:0 4 ", + "utxos_info": " e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c:0 4 ", "transaction_type": "mpma", "events": [ { @@ -9297,24 +9495,24 @@ Returns the transactions of an address "event": "ORDER_UPDATE", "params": { "status": "expired", - "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06" + "tx_hash": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8" }, - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "block_index": 202, - "block_time": 1734009083 + "block_time": 1736413938 }, { "event_index": 660, "event": "ORDER_EXPIRATION", "params": { "block_index": 202, - "order_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", - "block_time": 1734009083 + "order_hash": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", + "block_time": 1736413938 }, - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "block_index": 202, - "block_time": 1734009083 + "block_time": 1736413938 }, { "event_index": 666, @@ -9322,27 +9520,28 @@ Returns the transactions of an address "params": { "asset": "MPMASSET", "block_index": 202, - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "memo": "the memo", "msg_index": 0, "quantity": 10, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "tx_index": 78, - "block_time": 1734009083, + "block_time": 1736413938, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "block_index": 202, - "block_time": 1734009083 + "block_time": 1736413938 }, { "event_index": 667, @@ -9350,27 +9549,28 @@ Returns the transactions of an address "params": { "asset": "MPMASSET", "block_index": 202, - "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "destination": "bcrt1qhdx6yduy0ucu96vmesq743cvj2h6g7nwvsn6mp", "memo": "the memo", "msg_index": 1, "quantity": 10, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "tx_index": 78, - "block_time": 1734009083, + "block_time": 1736413938, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "block_index": 202, - "block_time": 1734009083 + "block_time": 1736413938 }, { "event_index": 668, @@ -9378,15 +9578,16 @@ Returns the transactions of an address "params": { "asset": "XCP", "block_index": 202, - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "memo": "the memo", "msg_index": 2, "quantity": 10, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "tx_index": 78, - "block_time": 1734009083, + "block_time": 1736413938, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -9396,9 +9597,9 @@ Returns the transactions of an address }, "quantity_normalized": "0.00000010" }, - "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_hash": "e60d46dc9e833c6640e49a2bad302fd2d2f19c77ae3a20000fc67af4d614bc4c", "block_index": 202, - "block_time": 1734009083 + "block_time": 1736413938 } ], "unpacked_data": { @@ -9407,14 +9608,14 @@ Returns the transactions of an address "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qdezsrnuxkfjeglwhkafapuyf54lk2ufwc8eh3h", "quantity": 10, "memo": "the memo", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -9422,7 +9623,7 @@ Returns the transactions of an address }, { "asset": "XCP", - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "quantity": 10, "memo": "the memo", "memo_is_hex": false, @@ -9441,17 +9642,17 @@ Returns the transactions of an address }, { "tx_index": 77, - "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_hash": "c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713", "block_index": 201, - "block_hash": "226ed1cd3c164cd48cdea191b2851494582e42c565f9a1ab101b9e3228541ac6", - "block_time": 1734009080, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_hash": "32f28f162f26352c3f9be5db5a6ba514988bcbae32703de0750e160490dfc716", + "block_time": 1736413934, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "02000000178d82231300000000000003e880a329e5108fd4a82571ca37324b41e089a12b7e69", + "data": "02000000178d82231300000000000003e880f45e8576bf0503e05804feb07a4645c6cd42da38", "supported": true, - "utxos_info": " 0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835:1 2 0", + "utxos_info": " c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713:1 2 0", "transaction_type": "enhanced_send", "events": [ { @@ -9460,27 +9661,28 @@ Returns the transactions of an address "params": { "asset": "MPMASSET", "block_index": 201, - "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "memo": null, "msg_index": 0, "quantity": 1000, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "send_type": "send", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", - "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_hash": "c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713", "tx_index": 77, - "block_time": 1734009080, + "block_time": 1736413934, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, "quantity_normalized": "0.00001000" }, - "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_hash": "c847c61f854355c31ac8cbf6206ed5ac3fdc4ee462da172da6d6edeed01cc713", "block_index": 201, - "block_time": 1734009080 + "block_time": 1736413934 } ], "unpacked_data": { @@ -9489,12 +9691,12 @@ Returns the transactions of an address "message_data": { "asset": "MPMASSET", "quantity": 1000, - "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "address": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", "memo": null, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -9505,17 +9707,17 @@ Returns the transactions of an address }, { "tx_index": 76, - "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", + "tx_hash": "9d9be818490f1f3ac1846b57056488f629e3add86b686efef6b36d17fc037041", "block_index": 200, - "block_hash": "63186806a79b04f8d507e55a4f2e62da49db844354911be2946a6fe1c0cffe77", - "block_time": 1734009076, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_hash": "2828d01a7599097c4b1b2344b63cc38987e678209063a7e174f24f1fea732cea", + "block_time": 1736413931, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "destination": null, "btc_amount": 0, "fee": 10000, "data": "16000000178d822313000000174876e8000100004d792073757065722061737365742042", "supported": true, - "utxos_info": " 238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800:1 2 0", + "utxos_info": " 9d9be818490f1f3ac1846b57056488f629e3add86b686efef6b36d17fc037041:1 2 0", "transaction_type": "issuance", "events": [ { @@ -9526,11 +9728,11 @@ Returns the transactions of an address "asset_longname": null, "asset_name": "MPMASSET", "block_index": 200, - "block_time": 1734009076 + "block_time": 1736413931 }, - "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", + "tx_hash": "9d9be818490f1f3ac1846b57056488f629e3add86b686efef6b36d17fc037041", "block_index": 200, - "block_time": 1734009076 + "block_time": 1736413931 }, { "event_index": 645, @@ -9547,22 +9749,22 @@ Returns the transactions of an address "description_locked": false, "divisible": true, "fee_paid": 50000000, - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "locked": false, "quantity": 100000000000, "reset": false, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": "valid", "transfer": false, - "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", + "tx_hash": "9d9be818490f1f3ac1846b57056488f629e3add86b686efef6b36d17fc037041", "tx_index": 76, - "block_time": 1734009076, + "block_time": 1736413931, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" }, - "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", + "tx_hash": "9d9be818490f1f3ac1846b57056488f629e3add86b686efef6b36d17fc037041", "block_index": 200, - "block_time": 1734009076 + "block_time": 1736413931 } ], "unpacked_data": { @@ -9588,17 +9790,17 @@ Returns the transactions of an address }, { "tx_index": 68, - "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "tx_hash": "645431bb3ec0ad28d41af27e6d46a095ff9823d8920b09aa2a6403960534a305", "block_index": 193, - "block_hash": "6c741e8ae64af8b16b051e23bf8ee7bbb0bc8b727a459b2a032f6b5d1cdcf422", - "block_time": 1734009049, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_hash": "73c8a7c5ce81c05848616d236abdb7e517b7aa7af6deefa64ef5d0da10af710d", + "block_time": 1736413903, + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0c00fa1f28ff3c2e3e00000000000000010000000000002710000000000000000100", "supported": true, - "utxos_info": " 942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776:1 2 0", + "utxos_info": " 645431bb3ec0ad28d41af27e6d46a095ff9823d8920b09aa2a6403960534a305:1 2 0", "transaction_type": "dispenser", "events": [ { @@ -9612,17 +9814,17 @@ Returns the transactions of an address "give_quantity": 1, "give_remaining": 10000, "oracle_address": null, - "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "origin": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "satoshirate": 1, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "status": 0, - "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "tx_hash": "645431bb3ec0ad28d41af27e6d46a095ff9823d8920b09aa2a6403960534a305", "tx_index": 68, - "block_time": 1734009049, + "block_time": 1736413903, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -9631,9 +9833,9 @@ Returns the transactions of an address "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "tx_hash": "645431bb3ec0ad28d41af27e6d46a095ff9823d8920b09aa2a6403960534a305", "block_index": 193, - "block_time": 1734009049 + "block_time": 1736413903 } ], "unpacked_data": { @@ -9651,7 +9853,7 @@ Returns the transactions of an address "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -9681,7 +9883,7 @@ Returns the count of each transaction type Returns the dividends distributed by an address + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (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 @@ -9698,19 +9900,19 @@ Returns the dividends distributed by an address "result": [ { "tx_index": 42, - "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", + "tx_hash": "27ad556262ebc31e53769958f056b5c9ddfbff74c08d7e249edb236e8fd7a2a4", "block_index": 146, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 20000, "status": "valid", - "block_time": 1734008849, + "block_time": 1736413742, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -9735,7 +9937,7 @@ Returns the dividends distributed by an address Returns the orders of an address + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (str, required) - The address to return + status (enum[str], optional) - The status of the orders to return + Default: `all` + Members @@ -9762,9 +9964,9 @@ Returns the orders of an address "result": [ { "tx_index": 53, - "tx_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", + "tx_hash": "ff58d8d2c47c62283885e4183dfe4bdba70801cbfe1830cb023a50a44e6a7b64", "block_index": 179, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9780,7 +9982,7 @@ Returns the orders of an address "status": "expired", "give_price": 1.0, "get_price": 1.0, - "block_time": 1734008920, + "block_time": 1736413795, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -9808,9 +10010,9 @@ Returns the orders of an address }, { "tx_index": 55, - "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "tx_hash": "7eb849d0da4cc486ccab24a177e7e43679e37c7f0a8d1cf185bfa82b7f1efbc8", "block_index": 202, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -9826,7 +10028,7 @@ Returns the orders of an address "status": "expired", "give_price": 1.0, "get_price": 1.0, - "block_time": 1734009083, + "block_time": 1736413938, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -9854,9 +10056,9 @@ Returns the orders of an address }, { "tx_index": 62, - "tx_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", + "tx_hash": "490e46da8226366484ac5ea3c58a6ae2e595702fc94882214bdb79d332e125c2", "block_index": 188, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -9872,7 +10074,7 @@ Returns the orders of an address "status": "cancelled", "give_price": 1.0, "get_price": 1.0, - "block_time": 1734009032, + "block_time": 1736413884, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -9900,9 +10102,9 @@ Returns the orders of an address }, { "tx_index": 64, - "tx_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "tx_hash": "9dc67d1291f72b3343a8c90bdbeb1f516ade6803cd33a14211c274054748b6f2", "block_index": 211, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 0, @@ -9918,7 +10120,7 @@ Returns the orders of an address "status": "expired", "give_price": 1.0, "get_price": 1.0, - "block_time": 1734009136, + "block_time": 1736413972, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -9955,7 +10157,7 @@ Returns the orders of an address Returns the fairminter by its source + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The source of the fairminter to return + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (str, required) - The source of the fairminter to return + status (enum[str], optional) - The status of the fairminters to return + Default: `all` + Members @@ -9978,10 +10180,10 @@ Returns the fairminter by its source { "result": [ { - "tx_hash": "31d43ff2d76eafea090a6d93d48a418ca8f5cc5ca3bf3b77ff30743d095842c8", + "tx_hash": "4fb530e45540b4a4c1af25931e7ec240072db859c94de6a60be433a0ea5cf357", "tx_index": 44, "block_index": 150, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "FREEFAIRMINT", "asset_parent": null, "asset_longname": null, @@ -10005,7 +10207,7 @@ Returns the fairminter by its source "earned_quantity": 180, "paid_quantity": 0, "commission": 0, - "block_time": 1734008864, + "block_time": 1736413757, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000180", "soft_cap_normalized": "0.00000000", @@ -10017,10 +10219,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "e9a9f8523ec67592415196490bb220fa6fb5daa57778ba3d9d9bad52588e962d", + "tx_hash": "dd2b6541710674bf585983eeb5195905897648ea7308b50ba8a402d01d4dfa8a", "tx_index": 43, "block_index": 147, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "A95428958968845068", "asset_parent": "MYASSETA", "asset_longname": "MYASSETA.SUBMYASSETA", @@ -10044,7 +10246,7 @@ Returns the fairminter by its source "earned_quantity": null, "paid_quantity": null, "commission": null, - "block_time": 1734008854, + "block_time": 1736413745, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -10053,10 +10255,10 @@ Returns the fairminter by its source "premint_quantity_normalized": "0.00000000" }, { - "tx_hash": "cf1a91dd2a70b3f6d27dab0b3fd7846bc74a579a83cd1664815a6b05261a7994", + "tx_hash": "cdd6776a0f6b946139d6faddc42371a7e8179037615c1497d59c3cb54d877c94", "tx_index": 22, "block_index": 126, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "FAIRMINTD", "asset_parent": null, "asset_longname": null, @@ -10080,7 +10282,7 @@ Returns the fairminter by its source "earned_quantity": 40, "paid_quantity": 34, "commission": 0, - "block_time": 1734008774, + "block_time": 1736413673, "price_normalized": "50.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -10092,10 +10294,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "0.00000034" }, { - "tx_hash": "43b8852cceeb265ee73271da096b689f3a7e92208f80dc50f7afd77ff5d8303d", + "tx_hash": "9425301e4e017c16570fc912ca2ce8efc9627c5873a1d502dba80abc97620be3", "tx_index": 18, "block_index": 122, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "FAIRMINTC", "asset_parent": null, "asset_longname": null, @@ -10119,7 +10321,7 @@ Returns the fairminter by its source "earned_quantity": 19, "paid_quantity": 5, "commission": 0, - "block_time": 1734008750, + "block_time": 1736413658, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -10131,10 +10333,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "0.00000005" }, { - "tx_hash": "3ee43dd337b27f7b0e0a0c956ffc81aeb8a85bf761bc728356e3e2cd4d891f1e", + "tx_hash": "0c09ff077160973bebf179e7b408c5d38684199f7fa756818352e9435359a63c", "tx_index": 14, "block_index": 121, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "FAIRMINTB", "asset_parent": null, "asset_longname": null, @@ -10158,7 +10360,7 @@ Returns the fairminter by its source "earned_quantity": 300000000, "paid_quantity": 300000000, "commission": 0, - "block_time": 1734008745, + "block_time": 1736413654, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "100.00000000", "soft_cap_normalized": "10.00000000", @@ -10170,10 +10372,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "3.00000000" }, { - "tx_hash": "49257d0cc600eb3ca08aa988b4108b9915db8ffa264303cf9880ebdd2b2bd072", + "tx_hash": "06e8d8539e46d35087c424ab32f5637f1067589b597052e7138357af14dc6b72", "tx_index": 10, "block_index": 116, - "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "source": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "asset": "FAIRMINTA", "asset_parent": null, "asset_longname": null, @@ -10197,7 +10399,7 @@ Returns the fairminter by its source "earned_quantity": 10000000000, "paid_quantity": 10000000000, "commission": 0, - "block_time": 1734008729, + "block_time": 1736413635, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "100.00000000", "soft_cap_normalized": "10.00000000", @@ -10219,7 +10421,7 @@ Returns the fairminter by its source Returns the mints by address + Parameters - + address: `bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - The address of the mints to return + + address: `bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k` (str, required) - The address of the mints to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -10235,21 +10437,21 @@ Returns the mints by address { "result": [ { - "tx_hash": "ba9372a361792a33a6a819e269e1f3ae4e3b55c00597cdcfce0b9e2c17ec0fbb", + "tx_hash": "c366fa53122b57b2c0aab462b53fceee8b775da79f8201f5194ace80ccf64ac3", "tx_index": 46, "block_index": 150, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", - "fairminter_tx_hash": "31d43ff2d76eafea090a6d93d48a418ca8f5cc5ca3bf3b77ff30743d095842c8", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", + "fairminter_tx_hash": "4fb530e45540b4a4c1af25931e7ec240072db859c94de6a60be433a0ea5cf357", "asset": "FREEFAIRMINT", "earn_quantity": 80, "paid_quantity": 0, "commission": 0, "status": "valid", - "block_time": 1734008864, + "block_time": 1736413757, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -10258,21 +10460,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "46eacfbb685594a496a67785d278bdf99cca53d49afd7c79dfb18284fdbf2109", + "tx_hash": "b5ce5584c8943808114d52d3def525cd35f6d7e1cc6a311881ac4fddeae01e4c", "tx_index": 45, "block_index": 149, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", - "fairminter_tx_hash": "31d43ff2d76eafea090a6d93d48a418ca8f5cc5ca3bf3b77ff30743d095842c8", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", + "fairminter_tx_hash": "4fb530e45540b4a4c1af25931e7ec240072db859c94de6a60be433a0ea5cf357", "asset": "FREEFAIRMINT", "earn_quantity": 100, "paid_quantity": 0, "commission": 0, "status": "valid", - "block_time": 1734008861, + "block_time": 1736413754, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -10281,21 +10483,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "c1530e3a043f07046448ffb9fe9be90fcf7c69d741029e7aa56ada1407ef7129", + "tx_hash": "02ab3d200be03ee3b5ecc3639b41ea4b0f3c5c621e676b85270eb4abeac336b7", "tx_index": 23, "block_index": 127, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", - "fairminter_tx_hash": "cf1a91dd2a70b3f6d27dab0b3fd7846bc74a579a83cd1664815a6b05261a7994", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", + "fairminter_tx_hash": "cdd6776a0f6b946139d6faddc42371a7e8179037615c1497d59c3cb54d877c94", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", - "block_time": 1734008778, + "block_time": 1736413676, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -10304,21 +10506,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000034" }, { - "tx_hash": "25f6fc7fd7b4da529d2cd42933d6217d6cc690cb2a50685a1fd5731a29138fc5", + "tx_hash": "bb416baf2a2485316b7724279dc02eb1b95d351befcabc0c09e56433a04a256e", "tx_index": 21, "block_index": 125, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", - "fairminter_tx_hash": "43b8852cceeb265ee73271da096b689f3a7e92208f80dc50f7afd77ff5d8303d", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", + "fairminter_tx_hash": "9425301e4e017c16570fc912ca2ce8efc9627c5873a1d502dba80abc97620be3", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", - "block_time": 1734008771, + "block_time": 1736413669, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -10327,21 +10529,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000003" }, { - "tx_hash": "1a67c6e7e60942c1e159bafc4222fd9d79639947e2d4c9f1238490afdc3b3e91", + "tx_hash": "dd9201600267f0fe7a20702438ab4414e8b75b333b14757770c44ab95b1fbbb6", "tx_index": 20, "block_index": 124, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", - "fairminter_tx_hash": "43b8852cceeb265ee73271da096b689f3a7e92208f80dc50f7afd77ff5d8303d", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", + "fairminter_tx_hash": "9425301e4e017c16570fc912ca2ce8efc9627c5873a1d502dba80abc97620be3", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", - "block_time": 1734008756, + "block_time": 1736413665, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -10350,21 +10552,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000001" }, { - "tx_hash": "7d96e06a0e60acd2ee7b6778636ef35f126d7a1612b779e163e0e316b8a236b8", + "tx_hash": "ffe969ed4176366205417fc5d02d69799870fe8c88bf95098e06e9f0c0f15053", "tx_index": 19, "block_index": 123, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", - "fairminter_tx_hash": "43b8852cceeb265ee73271da096b689f3a7e92208f80dc50f7afd77ff5d8303d", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", + "fairminter_tx_hash": "9425301e4e017c16570fc912ca2ce8efc9627c5873a1d502dba80abc97620be3", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", - "block_time": 1734008753, + "block_time": 1736413661, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -10373,21 +10575,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000001" }, { - "tx_hash": "26c015e8ce607f42d56dd6fcbacf38e135a7013fd2b6a03617c9e20c8e23c410", + "tx_hash": "9047dea615d1bbd87fc3e20c494a1c0f1b8eb5b23fb1282fc60279c5fbb308cc", "tx_index": 15, "block_index": 118, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", - "fairminter_tx_hash": "3ee43dd337b27f7b0e0a0c956ffc81aeb8a85bf761bc728356e3e2cd4d891f1e", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", + "fairminter_tx_hash": "0c09ff077160973bebf179e7b408c5d38684199f7fa756818352e9435359a63c", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", - "block_time": 1734008735, + "block_time": 1736413642, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -10396,21 +10598,21 @@ Returns the mints by address "paid_quantity_normalized": "1.00000000" }, { - "tx_hash": "f23ce2e23cc5ef86f77cf82834b5cdbd126ed14248501a9b59a0393b183982a9", + "tx_hash": "9b16273e27f1c5fbff966c6030a8527d8ecf53e34073b450c708229362aea3c2", "tx_index": 11, "block_index": 114, - "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", - "fairminter_tx_hash": "49257d0cc600eb3ca08aa988b4108b9915db8ffa264303cf9880ebdd2b2bd072", + "source": "bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k", + "fairminter_tx_hash": "06e8d8539e46d35087c424ab32f5637f1067589b597052e7138357af14dc6b72", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", - "block_time": 1734008720, + "block_time": 1736413629, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy", "divisible": true, "locked": false }, @@ -10429,7 +10631,7 @@ Returns the mints by address Returns the mints by address and asset + Parameters - + address: `bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - The address of the mints to return + + address: `bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k` (str, required) - The address of the mints to return + asset: `BURNER` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -10457,7 +10659,7 @@ Returns the mints by address and asset Returns the balances of an utxo + Parameters - + utxo: `4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b:0` (str, required) - The utxo to return + + utxo: `cd48a449bee0e1239abd6fad658787ab63921f03ec4f2f0e995be2b434ade563: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 @@ -10476,12 +10678,12 @@ Returns the balances of an utxo "asset": "UTXOASSET", "asset_longname": null, "quantity": 1000000000, - "utxo": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b:0", - "utxo_address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "utxo": "cd48a449bee0e1239abd6fad658787ab63921f03ec4f2f0e995be2b434ade563:0", + "utxo_address": "bcrt1qw0k7u66ple9ws8jaw8nsnex3ml9qckzjzyyqff", "asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "issuer": "bcrt1qw0k7u66ple9ws8jaw8nsnex3ml9qckzjzyyqff", "divisible": true, "locked": false }, @@ -10514,35 +10716,44 @@ Check if the utxos have balances ``` ## Group Compose -**Notes about the Optional `encoding` Parameter.** +**Notes about fee calculation** + +To calculate the fees required for a transaction, we do not know the final size of the transaction before signing it. +So the composer injects fake script_sig and witnesses into the transaction before calculating the adjusted vsize. -By default the default value of the `encoding` parameter detailed above is `auto`, which means that `counterparty-server` automatically determines the best way to encode the Counterparty protocol data into a new transaction. If you know what you are doing and would like to explicitly specify an encoding: +Two remarks: -- To return the transaction as an **OP_RETURN** transaction, specify `opreturn` for the `encoding` parameter. - - **OP_RETURN** transactions cannot have more than 80 bytes of data. If you force `OP_RETURN` encoding and your transaction would have more than this amount, an exception will be generated. +1. this only works for standard scripts -- To return the transaction as a **multisig** transaction, specify `multisig` for the `encoding` parameter. - - `pubkey` should be set to the hex-encoded public key of the source address. - - Note that with the newest versions of Bitcoin (0.12.1 onward), bare multisig encoding does not reliably propagate. More information on this is documented [here](https://github.com/rubensayshi/counterparty-core/pull/9). +1. the size of DER signatures can vary by a few bytes and it is impossible to predict it. The composer uses a fixed size of 70 bytes so there may be a discrepancy of a few satoshis with the fees requested with `sat_per_vbyte` (for example if a DER signature is 72 bytes with `sat_per_vbyte=2` there will be an error of 4 sats in the calculated fees). -- To return the transaction as a **pubkeyhash** transaction, specify `pubkeyhash` for the `encoding` parameter. - - `pubkey` should be set to the hex-encoded public key of the source address. +**Note about transaction chaining** -- To return the transaction as a 2 part **P2SH** transaction, specify `P2SH` for the encoding parameter. - - First call the `create_` method with the `encoding` set to `P2SH`. - - Sign the transaction as usual and broadcast it. It's recommended but not required to wait for the transaction to confirm as malleability is an issue here (P2SH isn't yet supported on segwit addresses). - - The resulting `txid` must be passed again on an identic call to the `create_` method, but now passing an additional parameter `p2sh_pretx_txid` with the value of the previous transaction's id. - - The resulting transaction is a `P2SH` encoded message, using the redeem script on the transaction inputs as data carrying mechanism. - - 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. +if you make several transactions in the same block, you need to chain them using `inputs_set=:`; otherwise, you can't guarantee the final order of the transactions. -### 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}{&validate}{&verbose}] +**Deprecated parameters** + +The following parameters are deprecated in the new composer and will no longer be supported in a future version: + +- `fee_per_kb`: Use `sat_per_vbyte` instead +- `fee_provided`: Ue `max_fee` instead +- `unspent_tx_hash`: Use `inputs_set` instead +- `dust_return_pubkey`: Use `mutlisig_pubkey` instead +- `return_psbt`: Use `verbose` instead +- `regular_dust_size`: Automatically calculated +- `multisig_dust_size`: Automatically calculated +- `extended_tx_info`: API v1 only, use API v2 instead +- `old_style_api`: API v1 only, use API v2 instead +- `p2sh_pretx_txid`: Ignored, P2SH disabled +- `segwit`: Ignored, Segwit automatically detected + +### Compose Bet [GET /v2/addresses/{address}/compose/bet{?feed_address}{&bet_type}{&deadline}{&wager_quantity}{&counterwager_quantity}{&expiration}{&leverage}{&target_value}{&encoding}{&validate}{&sat_per_vbyte}{&confirmation_target}{&exact_fee}{&max_fee}{&inputs_set}{&allow_unconfirmed_inputs}{&exclude_utxos}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&disable_utxo_locks}{&use_all_inputs_set}{&mutlisig_pubkey}{&change_address}{&more_outputs}{&pubkeys}{&verbose}{&return_only_data}{&verbose}] Composes a transaction to issue a bet against a feed. + Parameters - + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address that will make the bet - + feed_address: `bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - The address that hosts the feed to be bet on + + address: `bcrt1q4njkz0ss7ytskqsxe25tsnucck9krcsxahc4gy` (str, required) - The address that will make the bet + + feed_address: `bcrt1q730g2a4lq5p7qkqyl6c853j9cmx59k3cssgc6k` (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) @@ -10554,50 +10765,42 @@ Composes a transaction to issue a bet against a feed. + Default: `None` + 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) - + Default: `None` - + regular_dust_size (int, optional) - Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output. - + Default: `546` - + multisig_dust_size (int, optional) - Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output - + Default: `1000` - + pubkeys (str, optional) - The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash. - + Default: `None` - + allow_unconfirmed_inputs (bool, optional) - Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs - + Default: `False` - + exact_fee: `0` (int, optional) - If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose + + validate (bool, optional) - Validate the transaction + + Default: `True` + + sat_per_vbyte (int, optional) - The fee per vbyte in satoshis + Default: `None` - + fee_provided (int, optional) - If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value - + Default: `0` - + unspent_tx_hash (str, optional) - When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set + + confirmation_target (int, optional) - The number of blocks to target for confirmation + + Default: `3` + + exact_fee: `0` (int, optional) - The exact fee to use in satoshis + Default: `None` - + dust_return_pubkey (str, optional) - The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception + + max_fee (int, optional) - The maximum fee to use in satoshis + Default: `None` - + disable_utxo_locks (bool, optional) - By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs - + Default: `False` - + p2sh_pretx_txid (str, optional) - The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction + + inputs_set (str, optional) - A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created. To speed up the composition you can also use the following format for utxos: `:::`. + Default: `None` - + segwit (bool, optional) - Use segwit + + allow_unconfirmed_inputs (bool, optional) - Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs + Default: `False` - + confirmation_target (int, optional) - The number of blocks to target for confirmation - + Default: `3` + exclude_utxos (str, optional) - A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created + Default: `None` - + inputs_set (str, optional) - A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created - + Default: `None` - + return_psbt (bool, optional) - (API v2 only) Construct a PSBT instead of a raw transaction hex + + use_utxos_with_balances (bool, optional) - Use UTXO with balances + Default: `False` - + return_only_data (bool, optional) - (API v2 only) Return only the data part of the transaction + + exclude_utxos_with_balances (bool, optional) - Exclude silently UTXO with balances instead of raising an exception. Important: the `exclude_utxos_with_balances` will not exclude unconfirmed `attach` and `utxomove`. You need to explicitly exclude them with the `exclude_utxos` parameter + Default: `False` - + extended_tx_info (bool, optional) - (API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee + + disable_utxo_locks (bool, optional) - By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs + Default: `False` - + old_style_api (bool, optional) - (API v1 only) Returns a single hex-encoded string instead of an array + + use_all_inputs_set (bool, optional) - Use all UTXOs provide with `inputs_set` parameter + Default: `False` - + use_utxos_with_balances (bool, optional) - Use UTXO with balances + + mutlisig_pubkey (str, optional) - The reedem public key to use for multisig encoding, by default it is searched for the source address + + Default: `None` + + change_address (str, optional) - The address to send the change to + + Default: `None` + + more_outputs (str, optional) - Additional outputs to include in the transaction in the format `:
` or `: