diff --git a/docs/references/protocol/transactions/types/mptokenauthorize.md b/docs/references/protocol/transactions/types/mptokenauthorize.md index 60841dd0fa0..4a2f41c2a16 100644 --- a/docs/references/protocol/transactions/types/mptokenauthorize.md +++ b/docs/references/protocol/transactions/types/mptokenauthorize.md @@ -17,6 +17,19 @@ An MPTokenAuthorize transaction controls whether an account can hold a given [Mu _(Requires the [MPTokensV1 amendment][] {% not-enabled /%}.)_ +## Example MPTokenAuthorize JSON + +This example assumes that the transaction is submitted by the holder of the token. + +```json +{ + "TransactionType": "MPTokenAuthorize", + "Account": "rpLxcR2ptLkLV4is3jZc48K4dMpXB9CQBF", + "MPTokenIssuanceID": "006616399B81473A2B8F16D149FA244BBAB97E5412D846ED", + "Fee": "10" +} +``` + {% raw-partial file="/docs/_snippets/tx-fields-intro.md" /%} | Field | JSON Type | [Internal Type][] | Required? | Description |