added
Weekly Update: Bulk sync NFT data with Sync Node v2
over 1 year ago by Rory Geoghegan
- Released Sync Node v2 - Check out v1 -> v2 migration guide here
- More data types: asks, bids, sales and transfers
- More chains: Mainnet, Goerli, Polygon, Arbitrum and Optimism
- Improved speed and resource usage
- Simpler configuration
- Viewer application to track status of the sync node
- Added Token Attribute Websocket
- Added
/transfers/v4
and/transfers/bulk/v2
API endpointsorderBy
was changed tosortBy
updated_at
changed toupdatedAt
- Continuation reliability increased
- Deprecated API Endpoints
/transfers/v3
/transfers/bulk/v1
added
Weekly Update: Minting Now Available
over 1 year ago by Jamie Steinberg
- Minting is now supported!
- Added the collect modal to the ReservoirKit for minting & sweeping functionality
- Token Websocket Updates
- Added ability to subscribe to specific fields
- Added ability to trigger events for subscribed to field
- Added Binance Smart Chain support to websockets
- Added support to
excludeEOA
param ontokens/v6
endpoint
added
Weekly Update: Arbitrum & Optimism Websockets, Base Mainnet
over 1 year ago by Jamie Steinberg
- Added Arbitrum and Optimism websockets
- Added support for Base mainnet
- Added ability to exclude sources to Ask, Bid, and Sale websockets
- Added
feesOnTop
to OpenSea Protected orders;feesOnTop
guide - Added Chain Stats on the Explorer & new API Endpoint
added
Weekly Update: Increased Blur Coverage
over 1 year ago by Jamie Steinberg
- Fully migrated to a new system for Blur orders
- 100% Coverage of all Orders, including Blend
- Increased Reliability
- Decreased Latency
- Read about the changes in depth here
- Testnets & Mainnets have separate explorers now
- Testnets is here: https://testnets.reservoir.tools/
- Mainnets: https://explorer.reservoir.tools/
added
Weekly Update: BSC is now live on Reservoir
over 1 year ago by Rory Geoghegan
- Added support for BNB Smart Chain
- Added support for Polygon websockets (more chains coming soon!)
- Added collection events to websocket - Subscribe to collection events to get real-time updates to collections including new collections, floor price changes and metadata updates.
- Added token and collection metadata to asks, bids and sales websocket events
- Added ability to filter by array of sources in
/orders/asks/v5
and/orders/bids/v6
- Added ability to exclude an array of sources in
/orders/asks/v5
and/orders/bids/v6
- Added support to set gasLimit in Reservoir SDK when buying or selling
added
What's new?
over 1 year ago by Rory Geoghegan
- Added support for Zora Network (check it out at https://explorer.reservoir.tools/zora)
- Added Reservoir SDK adapter framework, allowing you to customize how the sign message steps and send transaction steps are handled.
- Added Reservoir SDK Ethers adapter, allowing applications to continue receiving updates while planning their migration to viem.
- Added rarity score support for all collections under 100,000 tokens
- Added ability to subscribe to maker and taker tags in Asks and Bids websockets
- Updated
/collections/v5
to exclude burned tokens from collection token count - Updated
/tokens/v6
to support sortBy param when filtering bycontract
added
What's new?
over 1 year ago by Rory Geoghegan
- Added bids syncing to Sync Node
- Fixed Sync Node bug preventing potential dead state. We recommend all teams using sync node upgrade to latest version.
- Added support for Mumbai testnet
- Added support for additional API key security in developer dashboard
- Added single token bids to top-bid.changed websocket
added
What's new?
over 1 year ago by Rory Geoghegan
- Added tokens websocket for real-time mint, price and metadata events
- Added support for Sudoswap v2
- Added support for Blur's Blend listings
- Updated Sync Node to support Sales websocket
- Added batch selling to marketplace project
- Added support for overriding all modal titles and call to action copy on ReservoirKit
- Added support for multiple referrer fees on ReservoirKit SweepModal
- Improved ERC-1155 support for ReservoirKit ListModal
- Improved price change handling for ReservoirKit SweepModal
added
What's new?
over 1 year ago by Rory Geoghegan
- Added support for Arbitrum Nova [Beta]
- Added support for Sepolia Testnet [Beta]
- Added support for Base Goerli Testnet [Beta]
- Added support for Scroll Alpha Testnet [Beta]
- Added support for Zora Goerli Testnet [Beta]
- Added supported to filter websockets by wallet addresses
- Migrated ReservoirKit and the SDK to work with Viem (migration guide)
- Upgraded ReservoirKit to use wagmi v1 (migration guide)
- Deployed Bulk AcceptBid modal, now you can accept multiple offers from one optimized ui
added
What's new?
over 1 year ago by Rory Geoghegan
- Released Reservoir Sync Node - Sync sales and asks data in real-time & backfill historical data straight from Reservoir (Bids syncing coming soon)
- Added sales, transfers and approval events to websockets
- Added support to pass in multiple currencies to the ReservoirKit bidModal
- Added support for batch selling in ReservoirKit
- /collections/v5 now returns
ownerCount
by default (no longer needed to filtered by single collection)