Indices

List all available indices

Returns a list of all available indices (both custom and preset) with their formulas and metadata. Use the type query parameter to filter by custom or preset.

get/v0/indices

Query parameters

offsetinteger

Offset for pagination

limitinteger

Limit for pagination

satellite_idstring

Filter by satellite ID

typestring

Filter by index type (custom/preset)

expression_typestring

Filter by expression type

index_idstring

Filter by index ID

Response

OK

Example response

{
  "pagination": {
    "limit": 10,
    "total": 100
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.