v1

latestOpenAPI 3.0.0ISC License2026-07-17873443.7 KB
Admin

Create a new arena

Create a new arena for grouping and organizing competitions

post/api/admin/arenas

Request body

idstring required

Arena ID (lowercase kebab-case)

namestring required

Arena name

createdBystring required

Creator identifier

categorystring required

Arena category

skillstring required

Arena skill type

venuesstring[]

Venue identifiers

chainsstring[]

Chain identifiers

Example request

{
  "id": "aerodrome-base-weekly",
  "name": "Aerodrome Base Weekly Trading",
  "createdBy": "admin-123",
  "category": "crypto_trading",
  "skill": "spot_paper_trading",
  "venues": [
    "aerodrome",
    "uniswap"
  ],
  "chains": [
    "base",
    "arbitrum"
  ]
}

Response

Arena created successfully

successboolean

Operation success status