get Providers
GET {{baseUrl}}/staking/providers
Return information on all the available staking providers.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
[
{
"id": "<string>",
"providerName": "<string>",
"validators": [
{
"chainDescriptor": "<string>",
"feePercent": "<number>"
},
{
"chainDescriptor": "<string>",
"feePercent": "<number>"
}
],
"iconUrl": "<string>",
"termsOfServiceUrl": "<string>",
"isTermsOfServiceApproved": "<boolean>"
},
{
"id": "<string>",
"providerName": "<string>",
"validators": [
{
"chainDescriptor": "<string>",
"feePercent": "<number>"
},
{
"chainDescriptor": "<string>",
"feePercent": "<number>"
}
],
"iconUrl": "<string>",
"termsOfServiceUrl": "<string>",
"isTermsOfServiceApproved": "<boolean>"
}
] |
ENDPOINTS