Skip to content
Alchemy Logo

Authenticate User

POST
https://api.g.alchemy.com/signer/v1/whoami

Authenticates a user and returns their identity and wallet information, enabling the application to grant the user access to their Smart Wallet functionalities. This endpoint is used to confirm user authentication via email or passkey, thereby authorizing them to perform actions as the owner of a smart account or to conduct transactions as an EOA signer. It ensures that only authenticated users can access and manage their wallets.

Headers

stringrequired

Bearer token authentication. Use 'Bearer <apiKey>' as the value.

Request Body

Responses

200

User authentication successful.

Was this page helpful?