Returns the volume on every day

Returns the volume on every day

Sample Request

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

Sample Response

{
  "code": 0,
  "data": [
    {
      "volume_eth": 13.42,
      "date": 1683785040000
    },
    {
      "volume_eth": 47.64,
      "date": 1683788640000
    },
    {
      "volume_eth": 14.5,
      "date": 1683792240000
    },
    {
      "volume_eth": 53.49,
      "date": 1683795840000
    },
    {
      "volume_eth": 173.8,
      "date": 1683799440000
    },
    {
      "volume_eth": 26.67,
      "date": 1683806640000
    },
    {
      "volume_eth": 16.5,
      "date": 1683817440000
    },
    {
      "volume_eth": 15,
      "date": 1683821040000
    },
    {
      "volume_eth": 62.29,
      "date": 1683824640000
    },
    {
      "volume_eth": 199.11,
      "date": 1683828240000
    },
    {
      "volume_eth": 39.55,
      "date": 1683831840000
    },
    {
      "volume_eth": 26.32,
      "date": 1683839040000
    },
    {
      "volume_eth": 13.14,
      "date": 1683842640000
    },
    {
      "volume_eth": 13.18,
      "date": 1683849840000
    },
    {
      "volume_eth": 26.36,
      "date": 1683857040000
    },
    {
      "volume_eth": 26.34,
      "date": 1683860640000
    },
    {
      "volume_eth": 52.57,
      "date": 1683864240000
    }
  ],
  "uuid": 1656903394897821700
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!