v34

latestOpenAPI 3.0.0End User License Agreementraw.githubusercontent.com2026-08-01249654.9 KB
GET

Get latest data for all challenges

Notes

  • Query parameter <block_id> must be the latest block. Use /get-block endpoint
get/get-challenges

Query parameters

block_idstring required

Response

Success

Example response

{
  "challenges": [
    {
      "id": "c002"
    }
  ]
}