Module v1

Source

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.