Returns a list of competitions. Use status filter to get active, ended, or all competitions.
Returns a list of competitions. Use status filter to get active, ended, or all competitions.
Filter by competition status. Default is "all".
Value in
application/json
curl -X GET "https://example.com/competitions"[ { "id": "string", "name": "string", "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "createdAt": "string", "updatedAt": "string", "tokens": [ { "id": "string" } ], "isActive": true, "description": "string", "publishedAt": "string", "rewardsDistributed": true, "distributionStrategy": { "id": "string", "name": "string", "type": "PRO_RATA", "description": "string", "config": { "totalPool": 0, "eligibleCount": 0, "multipliers": { "property1": 0, "property2": 0 } }, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } }]