# Active Single Assets

The endpoint returns the index symbols that you can use 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://www.vinterapi.com/api/v3/active_single_assets/>" %}

## 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><tr><td>contrib</td><td>array</td><td>Contributing markets, the market symbol is constructed as "base currency"-"quote currency"-"exchange"</td></tr></tbody></table>

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

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

```javascript
{
  "result": "success",
  "message": "Success",
  "data": [
    {
      "symbol": "waves-usd-p-d",
      "contrib": [
        "waves-usd-p-r"
      ]
    }
  ],
  "params": {
    
  }
}
```

{% endtab %}
{% endtabs %}

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