Functionsยง
- get_
base_ url - get_
gitpoap_ ids - GET /v1/poap/gitpoap-ids This endpoint retrieves all POAP token IDs that are recognized as GitPOAPs.
- get_
gitpoaps_ for_ github_ user - GET /v1/github/user/:githubHandle/gitpoaps?status=
This endpoint allows users to query for minted GitPOAPs associated with a specified GitHub handle. The status query parameter is one of the following: claimed, unclaimed, pending, minting, and can be omitted completely. This returns data like: - is_
gitpoap - GET /v1/poap/:poapTokenId/is-gitpoap This endpoint allows users to query whether some poapTokenId is a GitPOAP or not. In the case that the poapTokenId corresponds to some claimed GitPOAP, the API will return something like:
- is_
gitpoap_ event - GET /v1/poap-event/:poapEventId/is-gitpoap This endpoint checks whether a specific poapEventId is a GitPOAP event.