curl --location --request GET 'https://polkadot.api.subscan.io/api/scan/token/price' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f'{
"code": 0,
"data": [
{
"price": "string",
"price_change": "string",
"unique_id": "string"
}
],
"generated_at": 1699600641,
"message": "Success"
}