{
"address": "string",
"after_id": 0,
"block_num": 0,
"block_range": "string",
"event_id": "string",
"extrinsic_index": "string",
"finalized": true,
"focus": "string",
"module": "string",
"order": "asc",
"page": 0,
"phase": 0,
"row": 10
}curl --location --request POST 'https://polkadot.api.subscan.io/api/v2/scan/events' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"after_id": 0,
"block_num": 0,
"block_range": "string",
"event_id": "string",
"extrinsic_index": "string",
"finalized": true,
"focus": "string",
"module": "string",
"order": "asc",
"page": 0,
"phase": 0,
"row": 10
}'{
"code": 0,
"data": {
"count": 0,
"events": [
{
"block_timestamp": 0,
"event_id": "string",
"event_index": "string",
"extrinsic_hash": "string",
"extrinsic_index": "string",
"finalized": true,
"id": 0,
"module_id": "string",
"phase": 0
}
]
},
"generated_at": 1699600641,
"message": "Success"
}