Error
Auth
Resolve a wallet from a passkey credential id.
Returns the public credential metadata (address + public keys + username) for a passkey credential id, read server-side. Used at login to resolve the wallet after a WebAuthn assertion, so the lookup does not depend on client-side state (which logout clears). Returning this metadata grants no session — sign-in still requires a valid assertion.
GET
Error
Authorizations
HttpOnly session cookie set by POST /v1/auth/session. Mutating requests must also send the CSRF token (returned by that call) in the x-csrf-token header.
Path Parameters
Required string length:
1 - 1024Response
Default Response
Alephium address (base58, optional :N group suffix).
Required string length:
30 - 80Pattern:
^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$
