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
Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲