Account holders can now use TIGRS API. Here is information on the API we provide for our clients.
We have a limited set of TIGRs APIs that we may be expanding in the future. They are RESTful APIs with endpoints for the following:
- GET Certificate Holdings
- GET Corporate Entity (info required for some retirements)
- POST New SubAccount
- POST Certificate Retirement
We do reserve the right to implement rate limits in the future if the need arises. One request every few seconds would probably not raise any concerns from us. Also, please note these specific request size limits:
For GET APIs:
- Result sets/Responses limited to 9,999 lines. If over 9,999, an error will be returned (HTTP 400).
For POST APIs:
- Posts limited to 250 lines; post over that threshold will be rejected.
Official document is attached with the API definition json file.