string
required
Your Auth Proxy config ID, found in Dashboard → AUTH. See Auth Proxy reference for setup.
string
Site key for Turnstile, used to protect WalletKit flows with bot detection.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://authproxy.turnkey.com/v1/wallet_kit_client_params \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Auth-Proxy-Config-Id: <string> (see Authorizations)" \
--data '{}'
{
"turnstileSiteKey": "<string>"
}
Get client parameters needed to initialize WalletKit flows, such as a client token for the calling organization.
curl --request POST \
--url https://authproxy.turnkey.com/v1/wallet_kit_client_params \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Auth-Proxy-Config-Id: <string> (see Authorizations)" \
--data '{}'
{
"turnstileSiteKey": "<string>"
}
Was this page helpful?