Acknowledge Terms of Service completion
Wallets
Acknowledge Terms of Service
Signals that the user finished the hosted Terms of Service flow. Returns 204 — has_accepted_terms_of_service on GET /v1/wallets/{address} flips to true once the underlying state is reconciled. Safe to call repeatedly; last-writer-wins with the same value.
POST
Acknowledge Terms of Service completion
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
Acknowledged — empty body. Refetch GET /v1/wallets/{address}.