Init
Last updated
Last updated
Unlock the wallet and return a wallet handle token that can be used for subsequent operations. These tokens expire periodically and must be renewed. You can POST
the token to /v1/wallet/info
to see how much time remains until expiration, and renew it with /v1/wallet/renew
. When you're done, you can invalidate the token with /v1/wallet/release
.
Response to POST /v1/wallet/init