{
"from": "string",
"quote": "string",
"time": 0,
"value": "string"
}curl --location --request POST 'https://polkadot.api.subscan.io/api/open/price_converter' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "string",
"quote": "string",
"time": 0,
"value": "string"
}'{
"code": 0,
"data": {
"output": "string",
"price": {
"price": "string",
"records": [
{
"price": "string",
"time": 0
}
],
"time": 0
}
},
"generated_at": 1699600641,
"message": "Success"
}