Skip to content

Set the tax jurisdiction.

PATCH
/api/users/me/tax-jurisdiction
curl --request PATCH \
--url https://api.tradr.cloud/api/users/me/tax-jurisdiction \
--header 'Content-Type: application/json' \
--data '{ "taxJurisdiction": "US" }'

Authed. US applies wash-sale rules, CA superficial-loss rules; other and null apply neither. Changing it re-derives the tax summary and alters nothing that is stored.

Media typeapplication/json
object
taxJurisdiction
required
string
nullable
Allowed values: US CA other

The stored jurisdiction.

Validation error.