Active Staking Yields

The active staking yield endpoint returns information on all staking yield rates.

The endpoint returns all staking yield symbols. You can use these when you query other endpoints. The endpoint does not require an API key and does not accept any parameters. Example URL

Response Fields

FieldTypeDescription

symbol

string

The index symbol

GET https://vinterapi.com/api/v3/active_staking_yields/

{
  "result": "success",
  "message": "Success",
  "data": [
    {
      "symbol": "ada-apr-2-d"
    },
    {
      "symbol": "atom-apr-2-d"
    }
  ],
  "params": {
    
  }
}

Last updated