{
"address": "string",
"end": "string",
"start": "string"
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/multiChain/balance_value_history' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"end": "string",
"start": "string"
}'{
"code": 0,
"data": [
{
"asset_value": "string",
"date": "string",
"defi_value": "string",
"value": "string"
}
],
"generated_at": 1699600641,
"message": "Success"
}