> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Transactions

> Shyft Transactions endpoints via Uniblock Direct API.

### GET

| Path                                                                                                                                        | Description                                    | Est. CU |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ------: |
| [direct/v1/Shyft/sol/v1/transaction/parsed](https://docs.shyft.to/solana-apis/transactions/transaction-apis#get-transaction-parsed)         | Returns the parsed transaction details         |      20 |
| [direct/v1/Shyft/sol/v1/wallet<br />/parsed\_transaction\_history](https://docs.shyft.to/solana-apis/wallet#get-parsed-transaction-history) | Get the parsed transaction history of a wallet |      20 |
| [direct/v1/Shyft/sol/v1/wallet/transaction](https://docs.shyft.to/solana-apis/wallet#get-transaction-history-1)                             | Get the details of a transaction               |      20 |
| [direct/v1/Shyft/sol/v1/wallet<br />/transaction\_history](https://docs.shyft.to/solana-apis/wallet#get-transaction-history)                | Get the transaction history of a wallet        |      20 |
| [direct/v1/Shyft/sol/v1/transaction/history](https://docs.shyft.to/solana-apis/transactions/transaction-apis#transaction-history)           | Fetch the transaction history                  |      20 |

### POST

| Path                                                                                                                                                           | Description                                       | Est. CU |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- | ------: |
| [direct/v1/Shyft/sol/v1/txn\_relayer/create](https://docs.shyft.to/solana-apis/transaction-relayer#create)                                                     | Creates a new transaction                         |      20 |
| [direct/v1/Shyft/sol/v1/sol/v1/transaction<br />/parse\_selected](https://docs.shyft.to/solana-apis/transactions/transaction-apis#parse-selected-transactions) | Fetch the parsed details of selected transactions |      20 |
| [direct/v1/Shyft/sol/v1/transaction<br />/send\_many\_txns](https://docs.shyft.to/solana-apis/transactions/transaction-apis#send-multiple-transactions)        | Send multiple transactions                        |      20 |
| [direct/v1/Shyft/sol/v1/transaction/send\_txn](https://docs.shyft.to/solana-apis/transactions/transaction-apis#send-transaction)                               | Send a transaction                                |      20 |
| [direct/v1/Shyft/sol/v1/txn\_relayer/sign\_many](https://docs.shyft.to/solana-apis/transaction-relayer#sign-multiple)                                          | Sign multiple transactions                        |      20 |
| [direct/v1/Shyft/sol/v1/txn\_relayer/sign](https://docs.shyft.to/solana-apis/transaction-relayer#sign)                                                         | Creates a new transaction and signs it            |      20 |
| [direct/v1/Shyft/sol/v1/wallet/sign\_transaction](https://docs.shyft.to/solana-apis/wallet#sign-transaction)                                                   | Sign a transaction                                |      20 |

***

### POST

| Path                                                                                      | Description                                               | Est. CU |
| ----------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------: |
| [direct/v1/Shyft/sol/v1/storage/upload](https://docs.shyft.to/solana-apis/storage#upload) | Upload and store file on IPFS decentralized data storage. |      20 |
