added
Weekly Update: Detect and filter spam collections & tokens
about 1 year ago by Rory Geoghegan
To ensure a safe and trustworthy environment for builders and their users, we have implemented comprehensive measures to identify and surface spam tokens and collections.
added
Weekly Update: ReservoirKit Providing Easy Chain Switching
about 1 year ago by Jamie Steinberg
ReservoirKit now allows easy chain switching. All modals have a chainId
parameter that overrides the current active chain. These modals handle chain switching from within the modal itself for a smoother UX. See our docs to start implementing!
added
Weekly Update: Build on Reservoir, earn with Zora
about 1 year ago by Rory Geoghegan
Zora Protocol Rewards are now live through Reservoir APIs & ReservoirKit. Pass through your address and start earning!
added
Weekly Update: Base, Sepolia, and Mumbai websockets now available
about 1 year ago by Rory Geoghegan
- Added Sepolia websocket
- Added Mumbai websocket
- Added Base websocket
- Added
isFlagged
to User Tokens API response - Improved Reservoir SDK error messages
- Added proxy api configuration support to Reservoir SDK gelato wallet adapter to better protect API keys
- Reservoir Explorer now uses on-chain royalty information
added
Weekly Update: Meta-transactions are now supported on Reservoir
over 1 year ago by Jamie Steinberg
- Added gasless meta-transaction support with the Gelato adapter. Developed by Privy in partnership with the Reservoir.
- Added collection bid-ask midpoint oracle
- Added "Changed" subscription method to Asks Websocket
- Added "Changed" subscription method to Bids Websocket
- Added ability to filter Collections endpoint by
creator
- Added collection creator and supply in Token API response
- Added support for Looksrare Seaport orders
added
Weekly Update: Avalanche is now supported
over 1 year ago by Jamie Steinberg
- Added support for Avalanche
- Updated to /sales/v6 endpoint
update_at
is nowupdateAt
orderBy
is nowsortBy
- Optimized OpenSea order ingestion speed for Base, BNB Chain, Arbitrum, Optimism, Zora, Avalanche, Sepolia, Mumbai and Zora Testnet
- Added support to list in Polygon USDC and WETH on Explorer (https://explorer.reservoir.tools/polygon/)
added
Weekly Update: Minting API now supports your own fees on top
over 1 year ago by Rory Geoghegan
- Added support to add
feesOnTop
for mints - Added support for Linea (https://api-linea.reservoir.tools/)
- Added support to subscribe to specific field updates for Collections and Sales websockets
- Added
contractKind
to Collections websocket payload - Added
openseaVerificationStatus
to Collections websocket payload - Added
topBid
source
to Collections websocket payload - Added
floorAsk
source
to Collections websocket payload - Increased limit to 100 on
/owners/common-collections/v1
endpoint - Updated ReservoirKit
useBids
hook to use/orders/bids/v6
- Updated ReservoirKit
useListings
hook to use/orders/asks/v5
- Updated
CollectModal
to display mint fees - Updated
CollectModal
to support fixed USD feesOnTop - Updated
BuyModal
to support fixed USD feesOnTop - Updated
CartProvider
to support fixed USD feesOnTop - Added deeplink support for purchasing actions on Reservoir Explorer (Try it here)