# Build NFT Marketplace

Developing and launching a marketplace can be quite a time and resource-intensive task. This is where SHYFT APIs come in. SHYFT provides a suite of **marketplace APIs for Solana Blockchain**, using which you can create and launch your own fully functional in-app NFT marketplace in a few days.

We have deployed a devnet NFT marketplace for you to play around with. Try it out to get a sense of how it feels.

[Nft Marketplace Demo](https://nfts.shyft.to)

This series will help you understand SHYFT's Marketplace APIs better. By the end of this series, you will be able to

* Set up an NFT marketplace.
* Update an NFT marketplace.
* List NFTs for sale in the marketplace.
* Un-list (cancel) a listed NFT.
* Buy NFTs in the marketplace.
* Show all NFTs listed on the marketplace.
* Get marketplace statistics.
* Fetch and withdraw treasury balance from the marketplace.

Let's get started on the journey, in the first episode we will understand terminologies around a marketplace. Create and update marketplace parameters.


---

# 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/dev-guides/solana/build-nft-marketplace.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.
