Identity
Get Identity Attestations
Get identity attestations for an Ethereum address
GET
Documentation Index
Fetch the complete documentation index at: https://docs.credprotocol.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns identity attestations and verification data for the specified Ethereum address, including ENS domains, Gitcoin Passport, POAPs, and other identity signals.Identity data is useful for verifying the legitimacy of an address and can boost credit scores.
Authentication
This endpoint supports two authentication methods:| Method | Header | Cost |
|---|---|---|
| API Token | Authorization: Bearer YOUR_API_KEY | 1 Cred Unit |
| x402 Payment | X-PAYMENT: <signed_payment> | $0.01 USDC |
Path Parameters
Ethereum address or ENS name (e.g.,
vitalik.eth or 0x742d35Cc6634C0532925a3b844Bc9e7595f0Ab17)Response
The resolved Ethereum address (checksummed)
ENS (Ethereum Name Service) data
Primary ENS name set for this address
List of ENS names owned by this address
Gitcoin Passport verification data
Gitcoin Passport humanity score (0-100)
List of verified stamps/credentials
POAP (Proof of Attendance Protocol) data
Total number of POAPs owned
List of POAP events attended
Social profile links (if available)
Whether the response was served from cache
Data Sources
| Source | Description |
|---|---|
| ENS | Ethereum Name Service domains |
| Gitcoin Passport | Sybil resistance and identity verification |
| POAPs | Proof of Attendance Protocol tokens |
| Lens Protocol | Decentralized social profile |
| Farcaster | Web3 social network profile |
Use Cases
Sybil Resistance
Sybil Resistance
Use Gitcoin Passport scores to verify that an address represents a unique human, reducing the risk of sybil attacks in airdrops or governance.
User Verification
User Verification
Display ENS names and social profiles to provide a more human-readable identity for wallet addresses in your application.
Community Engagement
Community Engagement
Check POAP holdings to verify attendance at events or membership in communities.
Performance
- Response Time: Typically 1-3 seconds
- Caching: Results cached for 5 minutes per address