DELETE
| Path | Description | Est. CU |
|---|---|---|
| direct/v1/Shyft/sol/v1/token/burn_detach | Burn your own fungible token | 20 |
GET
| Path | Description | Est. CU |
|---|---|---|
| direct/v1/Shyft/sol/v1/wallet/all_tokens | Get the balance of all tokens in a wallet | 20 |
| direct/v1/Shyft/sol/v1/token/get_owners | Get the owners of a fungible token | 20 |
| direct/v1/Shyft/sol/v1/wallet/get_portfolio | Get the portfolio of a wallet | 20 |
| direct/v1/Shyft/sol/v1/wallet/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 | Get the info of a token | 20 |
POST
| Path | Description | Est. CU |
|---|---|---|
| direct/v1/Shyft/sol/v1/token/airdrop | Airdrop your own fungible token | 20 |
| direct/v1/Shyft/sol/v1/token/create_detach | Create your own fungible token | 20 |
| direct/v1/Shyft/sol/v1/token /create_from_metadata | Create a fungible token from metadata | 20 |
| direct/v1/Shyft/sol/v1/token/mint_detach | Mint your own fungible token | 20 |
| direct/v1/Shyft/sol/v1/token/transfer_detach | Transfer your own fungible token | 20 |