curl --request POST \ --url https://api.uniblock.dev/uni/v1/json-rpc?chainId=137 \ --header 'content-type: application/json' \ --data '{ "id": 1, "jsonrpc": "2.0", "method": "validators", "params": [ 0, 0, 0 ] }'
{ "jsonrpc": "2.0", "id": 1, "result": { "block_height": "55", "validators": [ { "address": "000001E443FD237E4B616E2FA69DF4EE3D49A94F", "pub_key": { "__truncated": true }, "voting_power": "239727", "proposer_priority": "-11896414" } ], "count": "1", "total": "25" } }
validators
params[0]
params[1]
params[2]