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"
}
]
}