Skip to main content
GET
/
api
/
contests
/
{id}
Get Contest Details
curl --request GET \
  --url https://backend-global.gains.trade/api/contests/{id}
{}

Endpoint

GET /api/contests/{id} Returns details, rewards, and aggregate stats for a contest.

Parameters

ParameterLocationRequiredTypeDescription
idpathYesstringContest ID.

Usage Example

curl -X GET "https://backend-global.gains.trade/api/contests/contest-id"

Response Structure

The generated API panel lists the response schema for status codes: 200, 404, 503, 500. Error responses generally return an error or message field.

Path Parameters

id
string
required

Contest ID.

Response

Successful response

The response is of type object.