---
title: "Get the current trading season"
method: GET
path: "/v1/season/current"
tags: ["season"]
---

# Get the current trading season

`GET /v1/season/current`

## Response `200`

Successful response

- CurrentSeasonOutput
  - `id` string, required
  - `name` string, required
  - `startUtc` string, date-time, required
  - `weekCount` integer, required
  - `weekDurationSeconds` integer, required
  - `tracks` string[]
  - `defaultTrack` 'pnl' | 'roi' | 'volume'
  - `resultsVisibleUntilUtc` string, date-time

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/legend/apis/legend-api.md) · [All operations](https://skmtc.net/legend/apis/legend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/legend/legend-api/versions/34b8f4885f8a/schema)
