Skip to main content
POST
/
api
/
v1
/
tournaments
/
{tournament_id}
/
activate
Activate tournament
curl --request POST \
  --url https://api.example.com/api/v1/tournaments/{tournament_id}/activate \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "limitRatio": 0.8,
  "priceTicks": 0
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.55-tech.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Client API key (UUID format). Get your key from the admin dashboard.

Path Parameters

tournament_id
integer
required

Body

application/json

Optional parameters for tournament activation.

limitRatio
number
default:0.8

Limit ratio (0-1)

Required range: 0 <= x <= 1
priceTicks
integer
default:0

Price tick adjustment (+/- ticks, each tick = 0.01)

Response

Successful Response

The response is of type Response Activate Tournament Api V1 Tournaments Tournament Id Activate Post · object.