Skip to main content

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

A list of staking options.

Schema
  • Array [
  • tokenAddress string
    tokenSymbol string
    tokenName string
    tokenLogoURI string
    unStakeTokenAddress string
    stakingProviderId string
    expired boolean
    stakingApr number
    tvl number
  • ]
Loading...

Was this page helpful?