{
"address": "string",
"module": [
"string"
],
"page": 0,
"row": 10
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/liquidstaking/operations' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"module": [
"string"
],
"page": 0,
"row": 10
}'{
"code": 0,
"data": {
"count": 0,
"list": [
{
"account": {
"account_index": "string",
"address": "string",
"display": "string",
"evm_address": "string",
"evm_contract": {
"contract_name": "string",
"verify_source": "string"
},
"identity": true,
"judgements": [
{
"index": 0,
"judgement": "string"
}
],
"merkle": {
"address_type": "string",
"tag_name": "string",
"tag_subtype": "string",
"tag_type": "string"
},
"parent": {
"address": "string",
"display": "string",
"identity": true,
"sub_symbol": "string"
},
"people": {
"display": "string",
"identity": true,
"judgements": [
{
"index": 0,
"judgement": "string"
}
],
"parent": {
"address": "string",
"display": "string",
"identity": true,
"sub_symbol": "string"
}
}
},
"block_num": 0,
"block_timestamp": 0,
"event_id": "string",
"event_index": "string",
"extrinsic_index": "string",
"id": 0,
"module_id": "string",
"param": [
{
"name": "string",
"raw_value": [
0
],
"type": "string",
"type_name": "string",
"value": null
}
]
}
]
},
"message": "string"
}