diff --git a/content/references/protocol-reference/transactions/transaction-types/checkcancel.md b/content/references/protocol-reference/transactions/transaction-types/checkcancel.md index 1140f09dae..7bd022c83b 100644 --- a/content/references/protocol-reference/transactions/transaction-types/checkcancel.md +++ b/content/references/protocol-reference/transactions/transaction-types/checkcancel.md @@ -22,6 +22,7 @@ Cancels an unredeemed Check, removing it from the ledger without sending any mon "Fee": "12" } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_CheckCancel%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22D3328000315C6DCEC1426E4E549288E3672752385D86A40D56856DBD10382953%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/checkcash.md b/content/references/protocol-reference/transactions/transaction-types/checkcash.md index fd5750abd0..f12dba9bc4 100644 --- a/content/references/protocol-reference/transactions/transaction-types/checkcash.md +++ b/content/references/protocol-reference/transactions/transaction-types/checkcash.md @@ -25,6 +25,7 @@ Since the funds for a check are not guaranteed, redeeming a Check can fail becau "Fee": "12" } ``` +[Query example transaction. >] (https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_CheckCash%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%2267B71B13601CDA5402920691841AC27A156463678E106FABD45357175F9FF406%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md b/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md index b606e35990..69c7dbda1a 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenacceptoffer.md @@ -34,7 +34,7 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ "TransactionType": "NFTokenAcceptOffer" } ``` - +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenAcceptOffer%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22BEB64444C36D1072820BAED317BE2E6470AFDAD9D8FB2D16A15A4D46E5A71909%22%2C%22binary%22%3Afalse%7D) ## Brokered vs. Direct Mode diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md b/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md index ab62a9ab36..aa928f06e8 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md @@ -28,6 +28,7 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ "NFTokenID": "000B013A95F14B0044F78A264E41713C64B5F89242540EE208C3098E00000D65" } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenBurn%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%227B9EFDFDC801C58F2B61B89AA2751634F49CE2A93923671FF0F4F099C7EE17FF%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md b/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md index f28deb772a..42fdd41eeb 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md @@ -23,6 +23,7 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ ] } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenCancelOffer%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%229FF6366C19F762AE3479DC01390CDE17F1055EFF0C52A28B8ACF0CC11AEF0CC5%22%2C%22binary%22%3Afalse%7D) ## Permissions diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md b/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md index 50479eeb05..537f1925b7 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md @@ -25,7 +25,7 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ "Flags": 1 } ``` - +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenCreateOffer%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22780C44B2EDFF8FC4152B3F7E98D4C435C13DF9BB5498E4BB2D019FCC7EF45BC6%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md b/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md index 6181761e39..05140f1d44 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenmint.md @@ -36,7 +36,7 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_ ] } ``` - +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenMint%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22B42C7A0C9C3061463C619999942D0F25E4AE5FB051EA0D7A4EE1A924DB6DFEE8%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md b/content/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md index df29948abd..bd52d378a3 100644 --- a/content/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md +++ b/content/references/protocol-reference/transactions/transaction-types/paymentchannelfund.md @@ -23,6 +23,7 @@ Example PaymentChannelFund: "Expiration": 543171558 } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_PaymentChannelFund%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22877FA6E2FF8E08597D1F24E30BE8E52D0C9C06F0D620C5721E55622B6A632DFF%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/ticketcreate.md b/content/references/protocol-reference/transactions/transaction-types/ticketcreate.md index 9cf88b1a43..d5d6c12208 100644 --- a/content/references/protocol-reference/transactions/transaction-types/ticketcreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/ticketcreate.md @@ -24,6 +24,7 @@ A TicketCreate transaction sets aside one or more [sequence numbers][Sequence Nu "TicketCount": 10 } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_TicketCreate%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22738AEF36B48CA4A2D85C2B74910DC34DDBBCA4C83643F2DB84A58785ED5AD3E3%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %}