Skip to content

Get the tax jurisdiction.

GET
/api/users/me/tax-jurisdiction
curl --request GET \
--url https://api.tradr.cloud/api/users/me/tax-jurisdiction

Authed. Selects which loss rules the tax summary applies. null means the user has not chosen one.

The stored jurisdiction.

Media typeapplication/json
object
taxJurisdiction
string
nullable
Allowed values: US CA other
Example
{
"taxJurisdiction": "US"
}