> For the complete documentation index, see [llms.txt](https://docs.ghostmarket.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ghostmarket.io/user-guides/platform-features-and-tools/bulk-buying.md).

# Bulk Buying

GhostMarket’s bulk buying feature allows multiple NFTs to be purchased at once in the same transaction, as opposed to purchasing each NFT individually. The bulk buying feature is available across all of GhostMarket’s supported blockchains.

Combining this feature with GhostMarket’s “DEX Swap” ability means you can make these bulk NFT purchases with any available token. Please note that the current limit when using the bulk buying feature is 200 NFTs.

<figure><img src="/files/U7Hj7kE1XITIWe7H0mGA" alt=""><figcaption></figcaption></figure>

In the above we have added 3 NFTs for example. Hitting the “Buy” button will bring up the transaction confirmation process, to be able to buy all at once.

The “Allow partial purchase” setting allow you to specify if you want the transaction to go through even if some of the items bought end up being unavailable (ex someone else bought it between the time you added to your cart and the time your transaction got confirmed).

\
To add multiple NFTs to your cart, click the “add” button in the top right corner of the chosen NFT card while browsing. Alternatively, you can click the “add to cart” button on the NFT’s dedicated page.  \
\
Removing NFTs from the buy cart works the same way. Either click the “x” on the NFT you’d like to remove from the buy cart, or click the “remove from cart button” on the NFT’s page.  \
\
To complete your purchase, click the “Buy” button at the bottom of the buy cart and follow the prompts from your wallet.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ghostmarket.io/user-guides/platform-features-and-tools/bulk-buying.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
