Admin
Create a new arena
Create a new arena for grouping and organizing competitions
post/api/admin/arenas
Request body
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