TreasurySpring Public API
TreasurySpring's Public API provides programmatic access to an authorised user's data: entities, holdings, indications, subscriptions, obligor exposures, tasks, and the lifecycle event stream.
It can be used to fold TreasurySpring investments into existing treasury workflows — placement, reconciliation, reporting, and roll instructions — without manual portal entry.
Environments
| Environment | Base URL |
|---|---|
| Production | https://api.treasuryspring.com/api/v1 |
| Sandbox | https://api.sandbox.treasuryspring.com/api/v1 |
The sandbox environment is available for integration testing without affecting production data. OAuth 2.0 is required for production data.
Where to go next
- Quickstart — request a token and place your first subscription
- Authentication — supported OAuth grant types and how to obtain credentials
- FTF Lifecycle — the subscription-to-holding status flow with the events emitted at each transition
- API Reference — full endpoint reference with request/response schemas