Shorted API
The Shorted API provides programmatic access to Australian Securities Exchange (ASX) short position data. This includes historical time series, industry-wide trends, and comprehensive company metadata.
Quick Start
Get up and running with our API in minutes with our cURL and SDK examples.
Authentication
Learn how to authenticate your requests using Bearer tokens or Session cookies.
Authentication
The Shorted API uses Bearer Tokens to authenticate requests. You can generate a personal access token directly from this dashboard if you are signed in.
Bearer Token
Include your API key in the Authorization header of your requests. All private endpoints require this header.
Public vs Private
Most metadata and summary endpoints are Public and do not require authentication. However, detailed time-series data and user-specific resources are Private.
- Public: GetStock, SearchStocks, GetTopShorts
- Private: GetStockData, MintToken