# Solana APIs

- [API Reference](https://docs.shyft.to/solana-apis/api-reference.md)
- [Transactions](https://docs.shyft.to/solana-apis/transactions.md): Human readable blockchain transactions
- [Parsed Transaction Structure](https://docs.shyft.to/solana-apis/transactions/parsed-transaction-structure.md): Human-readable transaction structures
- [Transaction APIs](https://docs.shyft.to/solana-apis/transactions/transaction-apis.md): Developer friendly transaction APIs.
- [Collections](https://docs.shyft.to/solana-apis/collections.md): The APIs on this page, allows to get NFTs and other interesting insights over NFT collections.
- [NFT Marketplace](https://docs.shyft.to/solana-apis/nft-marketplace.md): APIs to setup, customise and manage your own NFT Marketplaces.
- [NFT](https://docs.shyft.to/solana-apis/nft.md): Make magic happen with your NFT superpowers
- [Copy of NFT](https://docs.shyft.to/solana-apis/copy-of-nft.md): Make magic happen with your NFT superpowers
- [Candy Machine](https://docs.shyft.to/solana-apis/candy-machine.md): Candy machine APIs to create, mint and list nfts from the same. Currently we support reading from all the versions of candy machine. For creating and minting we support Candy Machine V3 account V1
- [Wallet](https://docs.shyft.to/solana-apis/wallet.md): All the available functionality related to an account.
- [Semi Custodial Wallet](https://docs.shyft.to/solana-apis/semi-custodial-wallet.md): A simple in-app crypto wallet to securely and quickly onboard non-native crypto users to web3 dApps.
- [Fungible Tokens](https://docs.shyft.to/solana-apis/fungible-tokens.md): Do more with your fungible tokens, efficiently.
- [Copy of Fungible Tokens](https://docs.shyft.to/solana-apis/copy-of-fungible-tokens.md): Do more with your fungible tokens, efficiently.
- [Transaction Relayer](https://docs.shyft.to/solana-apis/transaction-relayer.md): Transaction Relayer, allows you to seamlessly enable gas-less transactions for your users.
- [Storage](https://docs.shyft.to/solana-apis/storage.md): Your gateway to decentralized storage.


---

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