POST
/
sdk
/
{environmentId}
/
prefetch
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/prefetch \
  --header 'Content-Type: application/json' \
  --data '{
  "chain": "ETH",
  "publicWalletAddress": "0xbF394748301603f18d953C90F0b087CBEC0E1834"
}'
This response has no body data.

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Body

application/json
Prefetch data
chain
enum<string>
required
Available options:
ETH,
EVM,
FLOW,
SOL,
ALGO,
STARK,
COSMOS
publicWalletAddress
string
required

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