Skip to main content
GET
/
v1
/
indices
/
search
Search Indices
curl --request GET \
  --url https://api.aries.com/v1/indices/search \
  --header 'Authorization: Bearer <token>'
{
  "indices": [
    {
      "indexName": "S&P 500",
      "symbol": "SP500",
      "indexGroup": "IND_SPF",
      "valoren": "998434",
      "currency": "USD"
    },
    {
      "indexName": "NEXT FUNDS S&P 500 Semiconductors & Semiconductor Equipment (Industry Group) 35% Capped Index Exchan",
      "symbol": "346A-JP.IV",
      "indexGroup": "IND_GIF",
      "valoren": "0",
      "currency": "USD"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

indexName
string

Required. Full or partial name to search for

Response

200 - application/json

Successful response

indices
object[]
required

Array of matching indices