Get Identity
Identity
Get Identity
Retrieve identity information by ZKS ID or wallet address
GET
Get Identity
Overview
Get detailed information about a ZKScore identity, including their ZKS ID, wallet address, activation status, and metadata.Parameters
ZKS ID (e.g.,
alice.zks) or wallet address (e.g., 0x742d35Cc...)ZKS ID Requirements: If using a ZKS ID, it must be activated (soulbound). The API will return the primary wallet address and aggregated data across all linked wallets.
Response
Indicates if the request was successful
The ZKS ID (without .zks suffix), or null if not set
The primary wallet address
Examples
Response Example
Error Responses
Use Cases
1. Profile Lookup
Use ZKS ID for a cleaner user experience:2. Identity Verification
Check if an identity exists and is activated:3. Address Resolution
Resolve a ZKS ID to a wallet address:Related Endpoints
- Mint Identity - Create a new identity
- Activate Identity - Make an identity soulbound
- Check Availability - Check if a name is available