2

I used this API for getting information of an NFT collection. https://api.opensea.io/api/v1/collection/doodles-official

"stats": {
            "one_day_volume": 269.02799999999996,
            "one_day_change": 0.1767474411687516,
            "one_day_sales": 20.0,
            "one_day_average_price": 13.451399999999998,
            "seven_day_volume": 3036.259524641884,
            "seven_day_change": 0.6545155099925972,
            "seven_day_sales": 243.0,
            "seven_day_average_price": 12.494895163135325,
            "thirty_day_volume": 15225.684625068709,
            "thirty_day_change": -0.5598798202705255,
            "thirty_day_sales": 992.0,
            "thirty_day_average_price": 15.348472404303134,
            "total_volume": 84892.78728497593,
            "total_sales": 19611.0,
            "total_supply": 10000.0,
            "count": 10000.0,
            "num_owners": 6107,
            "average_price": 4.3288352090651125,
            "num_reports": 8,
            "market_cap": 124948.95163135325,
            "floor_price": 12.39
        }

It returns now state stats of the collection. I hope to get historical values to make a chart like the below image. enter image description here

Thank you.

Lucky Arthas
  • 95
  • 2
  • 10

0 Answers0