Retrieve staking options
GET/staking_options
Fetches available staking options including details like APR, token information, and provider IDs.
Request
Query Parameters
apiKey stringrequired
Your API key to authenticate requests.
Responses
- 200
 - 403
 
A list of staking options.
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - ]
 
tokenAddress string
tokenSymbol string
tokenName string
tokenLogoURI string
unStakeTokenAddress string
stakingProviderId string
expired boolean
stakingApr number
tvl number
[
  {
    "tokenAddress": "string",
    "tokenSymbol": "string",
    "tokenName": "string",
    "tokenLogoURI": "string",
    "unStakeTokenAddress": "string",
    "stakingProviderId": "string",
    "expired": true,
    "stakingApr": 0,
    "tvl": 0
  }
]
Access to the resource is forbidden.
- application/json
 
- Schema
 - Example (from schema)
 
Schema
statusCode integer
errorMessage string
error string
{
  "statusCode": 0,
  "errorMessage": "string",
  "error": "string"
}
Loading...