cURL
curl --request GET \ --url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/reports/ticker_constraints/ \ --header 'X-Api-Key: <api-key>'
{ "count": 123, "results": [ { "ticker": "<string>", "constraints": [ { "constraint_type": "no_hold", "client_count": 123, "is_org_wide": true, "min_start_from": "2023-12-25", "max_start_from": "2023-12-25", "min_expires_at": "2023-12-25", "max_expires_at": "2023-12-25" } ] } ], "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2" }
Get a list of ticker constraints across all clients, including at the organization level.
Filter by constraint type
no_hold
no_trade
A page number within the paginated result set.
Number of results to return per page.
Filter by ticker symbol
123
Show child attributes
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"