# Active Staking Yields

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.&#x20;

**Example URL**&#x20;

{% embed url="<https://vinterapi.com/api/v3/active_staking_yields/>" %}

## Response Fields

<table><thead><tr><th width="132">Field</th><th width="120.33333333333331">Type</th><th>Description</th></tr></thead><tbody><tr><td>symbol</td><td>string</td><td>The index symbol</td></tr></tbody></table>

<mark style="color:blue;">`GET`</mark> `https://vinterapi.com/api/v3/active_staking_yields/`

{% tabs %}
{% tab title="200: OK " %}

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

{% endtab %}
{% endtabs %}

### [Try the API](https://vinterapi.com/apidocs)
