{
"address": "string"
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/staking/voted' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string"
}'{
"code": 0,
"data": {
"list": [
{
"active": true,
"bonded": "string",
"bonded_nominators": "string",
"bonded_owner": "string",
"bonded_total": "string",
"controller_account_display": {
"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"
}
}
},
"count_nominators": 0,
"grandpa_vote": 0,
"latest_mining": 0,
"next_session_selected": true,
"rank_validator": 0,
"reward_point": 0,
"session_key": {
"aura": "string",
"authority_discovery": "string",
"babe": "string",
"grandpa": "string",
"im_online": "string"
},
"staking_rewards_tag": {
"isVerified": true,
"name": "string",
"slug": "string"
},
"stash_account_display": {
"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"
}
}
},
"status": "string",
"validator_prefs_value": 0
}
]
},
"generated_at": 1699600641,
"message": "Success"
}