POST
/
sdk
/
{environmentId}
/
connect
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/connect \
  --header 'Content-Type: application/json' \
  --data '{
  "address": "0xbF394748301603f18d953C90F0b087CBEC0E1834",
  "chain": "ETH",
  "provider": "browserExtension",
  "walletName": "<string>",
  "authMode": "connect-only"
}'
This response has no body data.

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Body

application/json
Connected Visit data
address
string
required

Valid blockchain wallet address, must be an alphanumeric string without any special characters

chain
enum<string>
required
Available options:
ETH,
EVM,
FLOW,
SOL,
ALGO,
STARK,
COSMOS
provider
enum<string>
required
Available options:
browserExtension,
custodialService,
walletConnect,
qrCode,
deepLink,
embeddedWallet,
smartContractWallet
walletName
string
required
authMode
enum<string>
Available options:
connect-only,
connect-and-sign