Check the status of identity verification for a wallet addressThe check-identity command retrieves the current identity verification session status and verified data for a specific wallet address. Use this to monitor verification progress and retrieve verified identity information. To use it, run the following command from your terminal
Option | Description |
---|---|
-w, --walletAddress <address> | User wallet address (Solana public key) |
--json | Output the result as JSON |
Status | Description |
---|---|
pending | Verification session created but user hasn’t completed verification yet |
verified | User successfully completed identity verification |
failed | Verification failed due to invalid documents or other validation issues |
expired | Session expired (24 hours) before user completed verification |
expiresAt
timestamp