> For the complete documentation index, see [llms.txt](https://docs.shyft.to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shyft.to/solana-apis/transactions.md).

# 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
```
