Skip to main content
Use get status to drive loading states in your app, refresh after the user returns from the hosted flow, or periodically poll until verification reaches a final outcome.
The user must already have completed prepare or prepare-wallet and have a KYC session. If there is no record yet, you will receive a 404 response.

Endpoint


Request

Provide email or wallet as a query parameter:

Examples


Responses

200 — Status retrieved

400 — Missing identifier

status: missing_params"email or wallet is required"

404 — Not found

No KYC record or session exists for the given email or wallet.

500 — Server error

status: server_failed"Server failed on KYC status"