Returns the floor price on every day

Returns the floor price on every day

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Request

curl --request GET \
     --url 'https://api.0xscope.com/v2/nft/getPriceChart?contract_address=0xed5af388653567af2f388e6224dc7c4b3241c544&chain=ethereum&range=1d' \
     --header 'API-KEY: your-api-key' \
     --header 'accept: */*'

Sample Response

{
  "code": 0,
  "data": [
    {
      "price": 13.42,
      "date": 1683785040000
    },
    {
      "price": 15.88,
      "date": 1683788640000
    },
    {
      "price": 14.5,
      "date": 1683792240000
    },
    {
      "price": 13.3725,
      "date": 1683795840000
    },
    {
      "price": 13.3692,
      "date": 1683799440000
    },
    {
      "price": 13.335,
      "date": 1683806640000
    },
    {
      "price": 16.5,
      "date": 1683817440000
    },
    {
      "price": 15,
      "date": 1683821040000
    },
    {
      "price": 20.7633,
      "date": 1683824640000
    },
    {
      "price": 13.274,
      "date": 1683828240000
    },
    {
      "price": 13.1833,
      "date": 1683831840000
    },
    {
      "price": 13.16,
      "date": 1683839040000
    },
    {
      "price": 13.14,
      "date": 1683842640000
    },
    {
      "price": 13.18,
      "date": 1683849840000
    },
    {
      "price": 13.18,
      "date": 1683857040000
    },
    {
      "price": 13.17,
      "date": 1683860640000
    },
    {
      "price": 13.1425,
      "date": 1683864240000
    }
  ],
  "uuid": 1656903180770214000
}
Query Params
string
required
Defaults to 0xed5af388653567af2f388e6224dc7c4b3241c544

contract address of the nft

string
required
Defaults to ethereum

specific the network

string
required
Defaults to 1d

Can be 1d, 3d, 7d and 30d

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*