> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oceanx.trade/llms.txt
> Use this file to discover all available pages before exploring further.

# Get API description

> Unauthenticated endpoint returning the API description and a link to these docs.

<Info>
  **`GET /api/v1`** · Unauthenticated
</Info>

Returns the API description and a link to these docs. Useful as a health/version check.

## Request

```bash theme={null}
curl https://www.oceanx.trade/api/v1
```

No authentication is required for this endpoint.
