Link wallet to user
Link a wallet to a valid environment user, and return an updated JWT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the environment
36
Body
255
ETH
, EVM
, FLOW
, SOL
, ALGO
, STARK
, COSMOS
, BTC
, ECLIPSE
255
browserExtension
, custodialService
, walletConnect
, qrCode
, deepLink
, embeddedWallet
, smartContractWallet
Used for wallet transfers. When set to true it will execute the transfer even if the wallet is the only one that the transferor has.Be warn that this will result an orphan account that will be impossible to access.
When provided, used to verify that a captcha is valid and get the success/failure result from the captcha provider server-side.
255
Additional addresses associated with the wallet.
255
100
dynamic
, user
Response
Format is a unix-based timestamp. When set, this will be the expiration timestamp on the JWT sent using either the jwt
field or a response httpOnly cookie set by the server.
Encoded JWT token. This will only be returned when cookie-based authentication is disabled in favor of standard Auth header based authentication.
Encoded JWT token. This will only be returned when cookie-based authentication is disabled in favor of standard Auth header based authentication.
Was this page helpful?