Get validator's delegators
GET
/v1/validators/{id}/delegatorsLast modified: 3 months ago
Get validator's delegators
Request
Path Params
id
integer
required
Internal validator id
Example:
1
Query Params
limit
integer
optional
Count of requested entities
>= 1<= 100
Example:
10
offset
integer
optional
Offset
>= 1
Example:
0
show_zero
boolean
optional
Show zero delegations
Example:
false
Request samples
Responses
OK(200)
Bad Request(400)
Internal Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/2465233)[]
optional
#/definitions/2465233
optional
Example
Not configured
Last modified: 3 months ago