{
"address": "string"
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/multiChain/account' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string"
}'{
"code": 0,
"data": [
{
"asset_id": "string",
"balance": "string",
"bonded": "string",
"category": "string",
"contract": "string",
"conviction_lock": "string",
"currency_id": "string",
"decimal": 0,
"democracy_lock": "string",
"election_lock": "string",
"label": "string",
"locked": "string",
"network": "string",
"nomination_bonded": "string",
"price": "string",
"reserved": "string",
"symbol": "string",
"token_unique_id": "string",
"unbonding": "string"
}
],
"generated_at": 1699600641,
"message": "Success"
}