Build decentralized identity solutions with our Ethereum-native API for cryptographic verification, social authentication, and zero-knowledge interaction.
Use an API key in the Authorization header for authenticated requests. Your key is available in the developer portal.
Authorization: Bearer <your_api_key>
Verify an identity proof using a zero-knowledge attestation.
Retrieve the social connections and on-chain activity for a given Ethereum address.
Initialize a new cryptographic wallet for Ethereum SNS identity verification.
{ "status" : 200, "message" : "Success", "data" : { "isVerified" : true, "validUntil" : "2025-10-01T00:00:00Z", "identityProofType" : "ZK-SNARK", "issuer" : "0x00000000000000000000000000000000000000", "timestamp" : 1631011200 } }