GET /api/v1/poap/stats
Get aggregate POAP statistics — total links, claimed, and remaining.
Authentication: None
Sample Request
curl "https://api.grails.app/api/v1/poap/stats"Response
// 200 OK
{
"success": true,
"data": {
"total": 1000,
"claimed": 750,
"remaining": 250
},
"meta": {
"timestamp": "2026-04-08T00:00:00.000Z",
"version": "1.0.0"
}
}Last updated on