Validators
Path parameters
chain_idstringRequired
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /Stride-Labs/stride/stakeibc/validators/{chain_id} HTTP/1.1
Host: stride.nownodes.io
Accept: */*
{
"validators": [
{
"name": "text",
"address": "text",
"status": "Active",
"commissionRate": "text",
"delegationAmt": "text",
"weight": "text",
"internalExchangeRate": {
"internalTokensToSharesRate": "text",
"epochNumber": "text"
}
}
]
}