POST
/shorts.v1alpha1.ShortedStocksService/SearchStocksSearch Stocks
Search for ASX stocks using full-text search against their ticker symbol or company name.
Parameters
Request Body
application/json
object
querystring*
limitintegerdefault: 50
include_detailsbooleandefault: false
Responses
200A list of matching stocks.
application/json
object
querystring
stocksarray
Array Items:
object
countinteger
curl -X POST "https://api.shorted.com.au/shorts.v1alpha1.ShortedStocksService/SearchStocks" \
-H "Content-Type: application/json" \
-d '{
"query": "Commonwealth",
"limit": 50,
"include_details": true
}'curl -X POST "https://api.shorted.com.au/shorts.v1alpha1.ShortedStocksService/SearchStocks" \
-H "Content-Type: application/json" \
-d '{
"query": "Commonwealth",
"limit": 50,
"include_details": true
}'