{
"end": "string",
"format": "hour",
"start": "string"
}curl --location 'https://polkadot.api.subscan.io/api/scan/xcm/bridge_stat' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data '{
"end": "string",
"format": "hour",
"start": "string"
}'{
"code": 0,
"data": {
"property1": [
{
"time_utc": "string",
"total": 0
}
],
"property2": [
{
"time_utc": "string",
"total": 0
}
]
},
"generated_at": 1699600641,
"message": "Success"
}