Skip to main content
POST
/
v1
/
wallets
/
{address}
/
terms-of-service
/
submission
Acknowledge Terms of Service completion
curl --request POST \
  --url https://api.calmtreasury.xyz/v1/wallets/{address}/terms-of-service/submission \
  --cookie calm_session=

Authorizations

calm_session
string
cookie
required

Session cookie issued by POST /v1/session/{address}. Sent automatically by the browser; the SDK uses credentials: 'include'.

Path Parameters

address
string
required

Ethereum address (0x-prefixed, 40 hex chars). Lowercased server-side before binding.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0xaabbccddeeff00112233445566778899aabbccdd"

Response

Acknowledged — empty body. Refetch GET /v1/wallets/{address}.