Terms of Service link
Wallets
Get the Terms Of Service Link of a Wallet
Returns a short-lived URL where the user accepts the Terms of Service.
POST
Terms of Service link
Authorizations
Session cookie issued by POST /v1/session/{address}. Sent automatically by the browser; the SDK uses credentials: 'include'.
Path Parameters
Ethereum address (0x-prefixed, 40 hex chars). Lowercased server-side before binding.
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0xaabbccddeeff00112233445566778899aabbccdd"
Response
Link issued
Short-lived hosted URL. Direct the user there to complete the step.
Example:
"https://verify.calmtreasury.xyz/...?session_token=..."