diff --git a/content/references/protocol-reference/transactions/transaction-types/accountdelete.md b/content/references/protocol-reference/transactions/transaction-types/accountdelete.md index 668dadb797..61508fb263 100644 --- a/content/references/protocol-reference/transactions/transaction-types/accountdelete.md +++ b/content/references/protocol-reference/transactions/transaction-types/accountdelete.md @@ -26,6 +26,7 @@ An AccountDelete transaction deletes an [account](accountroot.html) and any obje "Flags": 2147483648 } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_AccountDelete%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%221AF19BF9717DA0B05A3BFC5007873E7743BA54C0311CCCCC60776AAEAC5C4635%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/checkcreate.md b/content/references/protocol-reference/transactions/transaction-types/checkcreate.md index 4c40088b57..3c342f48f8 100644 --- a/content/references/protocol-reference/transactions/transaction-types/checkcreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/checkcreate.md @@ -26,6 +26,7 @@ Create a Check object in the ledger, which is a deferred payment that can be cas "Fee": "12" } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_CheckCreate%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%224E0AA11CBDD1760DE95B68DF2ABBE75C9698CEB548BEA9789053FCB3EBD444FB%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/depositpreauth.md b/content/references/protocol-reference/transactions/transaction-types/depositpreauth.md index 4ac64c23b9..2e6c2ddd13 100644 --- a/content/references/protocol-reference/transactions/transaction-types/depositpreauth.md +++ b/content/references/protocol-reference/transactions/transaction-types/depositpreauth.md @@ -26,6 +26,7 @@ A DepositPreauth transaction gives another account pre-approval to deliver payme "Sequence" : 2 } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_DepositPreauth%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22CB1BF910C93D050254C049E9003DA1A265C107E0C8DE4A7CFF55FADFD39D5656%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/escrowcancel.md b/content/references/protocol-reference/transactions/transaction-types/escrowcancel.md index 9f56542b5a..bf6617ae15 100644 --- a/content/references/protocol-reference/transactions/transaction-types/escrowcancel.md +++ b/content/references/protocol-reference/transactions/transaction-types/escrowcancel.md @@ -23,6 +23,7 @@ Return escrowed XRP to the sender. "OfferSequence": 7, } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_EscrowCancel%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22B24B9D7843F99AED7FB8A3929151D0CCF656459AE40178B77C9D44CED64E839B%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md b/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md index 57b6d4c97c..54053f703d 100644 --- a/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/escrowcreate.md @@ -28,6 +28,7 @@ Sequester XRP until the escrow process either finishes or is canceled. "SourceTag": 11747 } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_EscrowCreate%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22529C16436FFF89C1989A8D7B5182278BC6D8E5C93F4D0D052F9E39E27A222BB1%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/escrowfinish.md b/content/references/protocol-reference/transactions/transaction-types/escrowfinish.md index 35c188bd8d..d4cf891311 100644 --- a/content/references/protocol-reference/transactions/transaction-types/escrowfinish.md +++ b/content/references/protocol-reference/transactions/transaction-types/escrowfinish.md @@ -25,6 +25,7 @@ Deliver XRP from a held payment to the recipient. "Fulfillment": "A0028000" } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_EscrowFinish%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22317081AF188CDD4DBE55C418F41A90EC3B959CDB3B76105E0CBE6B7A0F56C5F7%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/offercancel.md b/content/references/protocol-reference/transactions/transaction-types/offercancel.md index 4a8eb047c0..eb49c6914f 100644 --- a/content/references/protocol-reference/transactions/transaction-types/offercancel.md +++ b/content/references/protocol-reference/transactions/transaction-types/offercancel.md @@ -24,6 +24,7 @@ An OfferCancel transaction removes an Offer object from the XRP Ledger. "Sequence": 7 } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_OfferCancel%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22E7697D162A606FCC138C5732BF0D2A4AED49386DC59235FC3E218650AAC19744%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/offercreate.md b/content/references/protocol-reference/transactions/transaction-types/offercreate.md index a4d162543c..9172337732 100644 --- a/content/references/protocol-reference/transactions/transaction-types/offercreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/offercreate.md @@ -29,6 +29,7 @@ An OfferCreate transaction places an [Offer](offers.html) in the [decentralized } } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_OfferCreate%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%220CD69FD1F0A890CC57CDA430213FD294F7D65FF4A0F379A0D09D07A222D324E6%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/payment.md b/content/references/protocol-reference/transactions/transaction-types/payment.md index 4d7082a23b..85eb5b2d28 100644 --- a/content/references/protocol-reference/transactions/transaction-types/payment.md +++ b/content/references/protocol-reference/transactions/transaction-types/payment.md @@ -32,6 +32,7 @@ Payments are also the only way to [create accounts](#creating-accounts). "Sequence": 2, } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_Payment%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%2228E1E08E9913E1B890E4A811C4EFC614361BFFA90BA64BF980CCD429B21057B7%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md b/content/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md index 3f0a8e6ce8..d0dc5b3091 100644 --- a/content/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md +++ b/content/references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md @@ -39,6 +39,7 @@ The **destination address** of a channel can: "PublicKey": "32D2471DB72B27E3310F355BB33E339BF26F8392D5A93D3BC0FC3B566612DA0F0A" } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_PaymentChannelClaim%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%229C0CAAC3DD1A74461132DA4451F9E53BDF4C93DFDBEFCE1B10021EC569013B33%22%2C%22binary%22%3Afalse%7D) diff --git a/content/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md b/content/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md index dc6d804674..0d56cd60b2 100644 --- a/content/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md +++ b/content/references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md @@ -27,6 +27,7 @@ Create a unidirectional channel and fund it with XRP. The address sending this t "SourceTag": 11747 } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_PaymentChannelCreate%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22711C4F606C63076137FAE90ADC36379D7066CF551E96DA6FE2BDAB5ECBFACF2B%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/setregularkey.md b/content/references/protocol-reference/transactions/transaction-types/setregularkey.md index ca0d7d155e..2e6339d2cd 100644 --- a/content/references/protocol-reference/transactions/transaction-types/setregularkey.md +++ b/content/references/protocol-reference/transactions/transaction-types/setregularkey.md @@ -24,6 +24,7 @@ You can protect your account by assigning a regular key pair to it and using it "RegularKey": "rAR8rR8sUkBoCZFawhkWzY4Y5YoyuznwD" } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_SetRegularKey%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%226AA6F6EAAAB56E65F7F738A9A2A8A7525439D65BA990E9BA08F6F4B1C2D349B4%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/signerlistset.md b/content/references/protocol-reference/transactions/transaction-types/signerlistset.md index d8701ad8f1..e7e7db62cb 100644 --- a/content/references/protocol-reference/transactions/transaction-types/signerlistset.md +++ b/content/references/protocol-reference/transactions/transaction-types/signerlistset.md @@ -41,6 +41,7 @@ The SignerListSet transaction creates, replaces, or removes a list of signers th ] } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_SignerListSet%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%2209A9C86BF20695735AB03620EB1C32606635AC3DA0B70282F37C674FC889EFE7%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %} diff --git a/content/references/protocol-reference/transactions/transaction-types/trustset.md b/content/references/protocol-reference/transactions/transaction-types/trustset.md index 7c03cf62c5..6c2f540870 100644 --- a/content/references/protocol-reference/transactions/transaction-types/trustset.md +++ b/content/references/protocol-reference/transactions/transaction-types/trustset.md @@ -28,6 +28,7 @@ Create or modify a trust line linking two accounts. "Sequence": 12 } ``` +[Query example transaction. >](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_TrustSet%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%228566673ECD0A9731C516906E5D2F47129C5C13713602140733831A56CEAE1A05%22%2C%22binary%22%3Afalse%7D) {% include '_snippets/tx-fields-intro.md' %}