Postman collection
The collection is generated on demand from the Trinity Insights OpenAPI specification - it always reflects the latest API surface. Import it once, then re-import from the same URL periodically to stay in sync.
Import into Postman
- In Postman: File → Import → Import via Link
- Paste the URL:
https://trinityinsights.io/docs/api/postman/download - Click Continue, then Import. The collection appears in your sidebar.
- Open the collection variables and fill in
apiKeywith your API key (generated from the dashboard under Profile → API keys).
Import into Insomnia / Bruno / Hoppscotch
- Insomnia : Application → Preferences → Data → Import from URL
- Bruno : Collections → Import → Postman Collection → URL
- Hoppscotch : Collections → Import → Postman Collection v2.1 → Paste URL
Collection variables
| Variable | Default value | Description |
|---|---|---|
baseUrl | https://api.trinityinsights.io | REST API root. |
apiKey | (empty, fill in) | Your API key. Sent automatically in the X-API-Key header. Generated from dashboard → Profile → API keys. |
date | YYYY-MM-DD | Placeholder for date-format parameters - replace with the ISO date you need. |
dateTime | YYYY-MM-DDTHH:MM:SSZ | Placeholder for date-time-format parameters - replace with the ISO instant you need (UTC). |
Continuous sync
The download URL is stable. Re-import it into your API client to refresh the collection as the OpenAPI specification evolves. No manual intervention required on the Trinity side.
Complementary CLI tools:
newman— run the collection in CI/CD:newman run https://trinityinsights.io/docs/api/postman/downloadportman— test the collection against assertions generated from the OpenAPI spec.
Related resources
Institutional disclaimer
Trinity Insights is an educational and analytical tool. Values returned by the API do not constitute investment advice. Trinity Insights is not a Crypto-Asset Service Provider (CASP) registered under MiCA Regulation (EU) 2023/1114. See the full disclaimer.