added

Weekly Update: Bulk sync NFT data with Sync Node v2

  • 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 endpoints
    • orderBy was changed to sortBy
    • updated_at changed to updatedAt
    • Continuation reliability increased
  • Deprecated API Endpoints
    • /transfers/v3
    • /transfers/bulk/v1
added

Weekly Update: Minting Now Available

  • 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 on tokens/v6 endpoint
added

Weekly Update: Arbitrum & Optimism Websockets, Base Mainnet

added

Weekly Update: Increased Blur Coverage

added

Weekly Update: BSC is now live on Reservoir

added

What's new?

  • 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 by contract
added

What's new?

added

What's new?

added

What's new?

  • 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?

  • 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)