---
title: "Get arena by ID"
method: GET
path: "/api/arenas/{id}"
tags: ["Arenas"]
---

# Get arena by ID

`GET /api/arenas/{id}`

Get detailed information about a specific arena

## Path parameters

- `id` string, required

## Response `200`

Arena details

- object
  - `success` boolean
  - `arena` object

## Other responses

- `404` — Arena not found
- `500` — Server error

---

[API](https://skmtc.net/recallnet/apis/trading-simulator-api.md) · [All operations](https://skmtc.net/recallnet/apis/trading-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recallnet/trading-simulator-api/revisions/7a9f0e664711/schema)
