Authenticated wallets are used to sign in via SIWE and to start new API sessions.
1
Get a JWT token for the session
Follow the authentication flow to obtain a JWT token for the Gnosis Pay user.
2
Add a new wallet address
Make a POST call to this endpoint with the address to add.
3
Verify that the wallet was added
Call the list accounts endpoint.
The new address should appear in the response.
The new address should appear in the response.