/opensea-api

Primary LanguageJavaScript

SETUP

export OPENSEA_API={{opensea api}}

What we’re looking for [OFF CHAIN DATA]

A single api which gives up listings & offers based on time

  1. Item listed → listing price
  2. English auction → highest bid price
  3. Dutch auction → price according to time ????
  4. Item sold → Selling price

What we were able to get

  1. Was able to use Stream API to listen to Item listed ,Item received bid , Item sold to get live price data
  2. Wasn’t able to get the current/historical price data using REST APIs