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

# Fungible Tokens

> Shyft Fungible Tokens endpoints via Uniblock Direct API.

### DELETE

| Path                                                                                                | Description                  | Est. CU |
| --------------------------------------------------------------------------------------------------- | ---------------------------- | ------: |
| [direct/v1/Shyft/sol/v1/token/burn\_detach](https://docs.shyft.to/solana-apis/fungible-tokens#burn) | Burn your own fungible token |      20 |

### GET

| Path                                                                                                       | Description                                                                        | Est. CU |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ------: |
| [direct/v1/Shyft/sol/v1/wallet/all\_tokens](https://docs.shyft.to/solana-apis/wallet#get-all-tokens)       | Get the balance of all tokens in a wallet                                          |      20 |
| [direct/v1/Shyft/sol/v1/token/get\_owners](https://docs.shyft.to/solana-apis/fungible-tokens#get-owners)   | Get the owners of a fungible token                                                 |      20 |
| [direct/v1/Shyft/sol/v1/wallet/get\_portfolio](https://docs.shyft.to/solana-apis/wallet#get-portfolio)     | Get the portfolio of a wallet                                                      |      20 |
| [direct/v1/Shyft/sol/v1/wallet/token\_balance](https://docs.shyft.to/solana-apis/wallet#get-token-balance) | Get the balance of a particular token in a wallet (Supports Token 2022 token info) |      20 |
| [direct/v1/Shyft/sol/v1/token/get\_info](https://docs.shyft.to/solana-apis/fungible-tokens#get-token-info) | Get the info of a token                                                            |      20 |

### POST

| Path                                                                                                                                      | Description                           | Est. CU |
| ----------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- | ------: |
| [direct/v1/Shyft/sol/v1/token/airdrop](https://docs.shyft.to/solana-apis/fungible-tokens#airdrop)                                         | Airdrop your own fungible token       |      20 |
| [direct/v1/Shyft/sol/v1/token/create\_detach](https://docs.shyft.to/solana-apis/fungible-tokens#create)                                   | Create your own fungible token        |      20 |
| [direct/v1/Shyft/sol/v1/token<br />/create\_from\_metadata](https://docs.shyft.to/solana-apis/fungible-tokens#create-token-from-metadata) | Create a fungible token from metadata |      20 |
| [direct/v1/Shyft/sol/v1/token/mint\_detach](https://docs.shyft.to/solana-apis/fungible-tokens#mint)                                       | Mint your own fungible token          |      20 |
| [direct/v1/Shyft/sol/v1/token/transfer\_detach](https://docs.shyft.to/solana-apis/fungible-tokens#transfer)                               | Transfer your own fungible token      |      20 |
