Instant Sell
Leverage aggregated bid liquidity to serve your users the best bids on their NFTs
What is instant sell?
Instant sell is a feature of Reservoir that lets users to sell their token at a fair market price without having to experience the hassle of listing on a marketplace, a process that is time consuming and uncertain. Developer teams can easily add this functionality to their products with Reservoir. It is particularly valuable for Wallets & Portfolios that are showcasing users' NFTs and want to make it easy to sell right out of their app.
How does it work?
Reservoir aggregates the best bids from all major sources, including major marketplaces and liquidity protocols and professional market makers, including Opensea and Blur.
Adding instant sell to your product
While there are many ways to take advantage of Reservoir’s aggregated bid liquidity, below is one example of how to add instant sell into your product in two simple steps using ReservoirKit.
- Find a user’s best bids from all their tokens using user-top-bids endpoint.
Example:
https://api.reservoir.tools/orders/users/{walletAddress}/top-bids/v1?optimizeCheckoutURL=false&normalizeRoyalties=false&sortBy=floorDifferencePercentage&sortDirection=des
c&limit=20
- Initiate ResevoirKit’s AcceptBidModal when user clicks Sell to accept the bid and handle the execute steps.

Updated about 1 month ago