{
"account": "string",
"address": [
"string"
],
"filter": "validator",
"max_balance": "string",
"min_balance": "string",
"order": "desc",
"order_field": "balance",
"page": 0,
"row": 10
}curl --location 'https://polkadot.api.subscan.io/api/v2/scan/accounts' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data '{
"account": "string",
"address": [
"string"
],
"filter": "validator",
"max_balance": "string",
"min_balance": "string",
"order": "desc",
"order_field": "balance",
"page": 0,
"row": 10
}'{
"code": 0,
"data": {
"count": 0,
"list": [
{
"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"
}
}
},
"address": "string",
"balance": "string",
"balance_lock": "string",
"count_extrinsic": 0,
"derive_token": {
"property1": {
"balance": "string",
"bonded": "string",
"id": 0,
"locked": "string",
"reserved": "string",
"token": "string",
"unbonding": "string",
"unique_id": "string"
},
"property2": {
"balance": "string",
"bonded": "string",
"id": 0,
"locked": "string",
"reserved": "string",
"token": "string",
"unbonding": "string",
"unique_id": "string"
}
},
"evm_account": "string",
"evm_txn_count": 0,
"extra": [
{
"amount": "string",
"conviction": "string",
"origins": 0,
"proxy_type": "string"
}
],
"fellowship_rank": 0,
"is_evm_contract": true,
"lock": "string",
"nft_amount": "string",
"registrar_info": {
"registrar_fee": "string",
"registrar_index": 0
},
"reserved": "string",
"substrate_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"
}
}
}
}
]
},
"generated_at": 1699600641,
"message": "Success"
}