GET
/
vwap
/
asset
/
information
Global VWAP - Assets Information
curl --request GET \
  --url https://api.amberdata.com/market/defi/vwap/asset/information \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "metadata": {
      "next": "https://api.amberdata.com/market/defi/vwap/asset/information?timeFormat=iso8601&format=json&size=1000&page=1"
    },
    "data": [
      {
        "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
        "startDate": "2020-05-05T00:00:00.000Z",
        "endDate": "2023-04-26T22:56:00.000Z"
      }
    ]
  }
}

Authorizations

x-api-key
string
header
default:API_KEY
required

Response

200
application/json

200

The response is of type object.