v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBaccount
Get a challenge to link a new wallet
Request a challenge message to link a new wallet to your account.
Flow:
- Call this endpoint with the wallet address you want to link and the network it belongs to
- Sign the returned message with your wallet
- Call /account/wallets/verify with the signature
The challenge expires after 5 minutes.
Note: The wallet must not already be linked to another account. Account merging is not yet supported.
Authentication: Authorization: Bearer <CLIENT_JWT>
post/v1/account/wallets/challenge
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