Logo
Fireblocks API Documentation

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>" } ]



Curl
curl -X GET 'https://api.fireblocks.io/v1/staking/providers' -H 'Accept: application/json'

ENDPOINTS