# Transaction Types

{% hint style="info" %}

## Transaction Payload Types

The Transaction Payload Types represents the various transaction types supported by the system. Each transaction type serves a specific purpose in the token management lifecycle, from creation to transfers and administrative operations.

Transaction Type is used to help you parse corresponding field returned from method, eg: <mark style="color:red;">`get transaction by hash`</mark> / <mark style="color:red;">`get checkpoint by number`</mark> (the transaction data in the response)
{% endhint %}

[**TokenCreate**](/integrations/data-dictionary/transaction-types/tokencreate.md)

[**TokenTransfer**](/integrations/data-dictionary/transaction-types/tokentransfer.md)

[**TokenGrantAuthority**](/integrations/data-dictionary/transaction-types/tokengrantauthority.md)

[**TokenRevokeAuthority**](/integrations/data-dictionary/transaction-types/tokenrevokeauthority.md)

[**TokenBlacklistAccount**](/integrations/data-dictionary/transaction-types/tokenblacklistaccount.md)

[**TokenWhitelistAccount**](/integrations/data-dictionary/transaction-types/tokenwhitelistaccount.md)

[**TokenMint**](/integrations/data-dictionary/transaction-types/tokenmint.md)

[**TokenBurn**](/integrations/data-dictionary/transaction-types/tokenburn.md)

[**TokenCloseAccount**](/integrations/data-dictionary/transaction-types/tokencloseaccount.md)

[**TokenPause**](/integrations/data-dictionary/transaction-types/tokenpause.md)

[**TokenUnpause**](/integrations/data-dictionary/transaction-types/tokenunpause.md)

[**TokenUpdateMetadata**](/integrations/data-dictionary/transaction-types/tokenupdatemetadata.md)

[**Other Transaction Types**](/integrations/data-dictionary/transaction-types/other-transaction-types-wip.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
