curl --location --request GET 'https://polkadot.api.subscan.io/api/v2/scan/token/providers' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f'{
"code": 0,
"data": {
"providers": [
{
"can_legacy": true,
"id": "string",
"is_primary": true,
"name": "string"
}
]
},
"generated_at": 1699600641,
"message": "Success"
}