{
"end": "2023-06-01",
"format": "day",
"start": "2023-05-01"
}curl --location --request POST 'https://acala.api.subscan.io/api/scan/vector/daily' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"end": "2023-06-01",
"format": "day",
"start": "2023-05-01"
}'{
"code": 0,
"data": [
{
"avail_to_eth_count": 0,
"avail_to_eth_sum": "string",
"date": "string",
"eth_to_avail_count": 0,
"eth_to_avail_sum": "string"
}
],
"generated_at": 1699600641,
"message": "Success"
}