Create a visit
Endpoint to send minimal wallet information for a connect-only or connect-first visitor.
POST
Create a visit
Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Body
application/json
Connected Visit data
Valid blockchain wallet address, must be an alphanumeric string without any special characters
Maximum string length:
255Pattern:
^[A-Za-z0-9]{18,100}$Example:
"0xbF394748301603f18d953C90F0b087CBEC0E1834"
Available options:
ETH, EVM, FLOW, SOL, ALGO, STARK, COSMOS, BTC, ECLIPSE, SUI, SPARK, TRON, APTOS, TON, STELLAR Available options:
browserExtension, custodialService, walletConnect, qrCode, deepLink, embeddedWallet, smartContractWallet Maximum string length:
255Available options:
connect-only, connect-and-sign Response
Accepted
Previous
Verify payload and return JWTVerifies the signed payload and returns a JWT authentication token.
Next
Create a visit