{
"include_total": true,
"page": 0,
"row": 10,
"who": "string"
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/account/contributions' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"include_total": true,
"page": 0,
"row": 10,
"who": "string"
}'{
"code": 0,
"data": {
"count": 0,
"list": [
{
"block_num": 0,
"block_timestamp": 0,
"contributed": "string",
"event_index": "string",
"extrinsic_index": "string",
"fund_auction_status": 0,
"fund_event_index": "string",
"fund_id": "string",
"fund_status": 0,
"memo": "string",
"para_id": 0,
"status": 0,
"unlocking_block": 0
}
]
},
"generated_at": 1699600641,
"message": "Success"
}