# Transactions

Now, understanding what is happening on the Solana blockchain is very simple.&#x20;

### Cannot find a Transaction Type?

If you'd like to parse a transaction type that is currently not supported by us. Please send us a request in our [Discord](https://discord.com/invite/VS5ThWVRMn).

### Parsed Transaction Types:

At the moment we support the transaction types in the list below. We are adding more types.

```
NFT_MINT
TOKEN_MINT
TOKEN_CREATE
SOL_TRANSFER
TOKEN_TRANSFER
NFT_TRANSFER
NFT_BURN
TOKEN_BURN
NFT_SALE
NFT_BID
NFT_BID_CANCEL
NFT_LIST
NFT_LIST_UPDATE
NFT_LIST_CANCEL
MARKETPLACE_WITHDRAW
COMPRESSED_NFT_SALE
COMPRESSED_NFT_LIST
COMPRESSED_NFT_LIST_CANCEL
COMPRESSED_NFT_LIST_UPDATE
COMPRESSED_NFT_BID
COMPRESSED_NFT_BID_CANCEL
COMPRESSED_NFT_TAKE_BID
OFFER_LOAN
CANCEL_LOAN
TAKE_LOAN
REPAY_LOAN
FORECLOSE_LOAN
REPAY_ESCROW_LOAN
EXTEND_LOAN
EXTEND_ESCROW_LOAN
REQUEST_LOAN
CANCEL_REQUEST_LOAN
LIQUIDATE_LOAN
BUY_NOW_PAY_LATER
MEMO
SWAP
CREATE_POOL
ADD_LIQUIDITY
REMOVE_LIQUIDITY
COLLECT_FEES
COLLECT_REWARD
CREATE_RAFFLE
BUY_TICKETS
REVEAL_WINNERS
CLAIM_PRIZE
CLOSE_RAFFLE
CANCEL_RAFFLE
CREATE_TREE
COMPRESSED_NFT_MINT
COMPRESSED_NFT_TRANSFER
COMPRESSED_NFT_BURN
CREATE_REALM
DEPOSIT_GOVERNING_TOKENS
WITHDRAW_GOVERNING_TOKENS
SET_GOVERNANCE_DELEGATE
CREATE_GOVERNANCE
CREATE_PROGRAM_GOVERNANCE
CREATE_PROPOSAL
ADD_SIGNATORY
REMOVE_SIGNATORY
INSERT_TRANSACTION
REMOVE_TRANSACTION
CANCEL_PROPOSAL
SIGN_OFF_PROPOSAL
CAST_VOTE
FINALIZE_VOTE
RELINQUISH_VOTE
EXECUTE_TRANSACTION
CREATE_MINT_GOVERNANCE
CREATE_TOKEN_GOVERNANCE
SET_GOVERNANCE_CONFIG
SET_REALM_AUTHORITY
SET_REALM_CONFIG
CREATE_TOKEN_OWNER_RECORD
POST_MESSAGE
```


---

# 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://docs.shyft.to/solana-apis/transactions.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.
