v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBaccount
Verify signature and link wallet
Verify your wallet signature and complete the linking process.
Prerequisites:
- Must have called /account/wallets/challenge first
- Must sign the challenge message with the wallet being linked
- Signature must be submitted within 5 minutes
On success:
- The wallet is linked to your account and can receive tips
- The wallet is also added as an identity for login (unified linking)
- If the wallet has an ENS name, it's automatically linked too
This is a unified operation - one link enables both earnings AND login.
Authentication: Authorization: Bearer <CLIENT_JWT>
post/v1/account/wallets/verify
Headers
authorizationstring nullable
Bearer JWT issued by Grove that identifies the account.
Bearer JWT issued by Grove that identifies the account.
Request body
Example request
{
"address": "0x1234567890abcdef1234567890abcdef12345678"
}Response
Successful Response