Contributors are the attribution unit for b1e55ed. See also:
/contributing/contributor-registration.GET /contributors/
Lists contributors.
POST /contributors/register
Registers a contributor.
Request
Example
409 contributor.duplicate
GET /contributors/{id}
Returns a contributor.
404 contributor.not_found
DELETE /contributors/{id}
Removes a contributor.
404 contributor.not_found
GET /contributors/{id}/score
Computes contributor score from attribution tables.
404 contributor.not_found
GET /contributors/leaderboard
Returns top contributors.
Query parameters
| Param | Type | Default |
|---|---|---|
limit | int | 20 |
Example
GET /contributors/attestations
Lists contributors that have an EAS UID stored in metadata.
GET /contributors/{id}/attestation
Returns the stored off-chain EAS attestation for a contributor.
404 contributor.attestation_not_found404 contributor.not_found