# 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: 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.ghostmarket.io/user-guides/platform-features-and-tools/bulk-buying.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.
