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"
}
]
}
}
Retrieves the list of all available market asset vwap data sets.
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"
}
]
}
}
200
The response is of type object
.
Was this page helpful?