Files
sgx_scrapper/docs/endpoints/DERIVATIVES_API_URL_meta.md
2026-06-26 10:17:27 +08:00

18 lines
787 B
Markdown

# DERIVATIVES_API_URL
- **URL:** https://api.sgx.com/derivatives/v1.0
- **Status:** 200
- **Classification:** ACCESSIBLE
- **Content-Type:** application/json
- **Content-Length:** 99 bytes
- **Elapsed:** 0.077 s
- **Probed at:** 2026-06-24T09:39:40.202648+00:00
## Notes
The bare URL returns `SGX_4000 Too much data returned, please use pagination`; the frontend never calls it directly.
- **Aggregate volume:** `/?aggregate=true&aggregate-option=total-volume`.
- **Futures by commodity:** `/?groupby=cc&category=futures`.
- **Symbol history:** `/history/symbol/{symbol}?days=10d&category=futures&params=base-date,total-volume,last-traded-price-abs`.
- Use `params` to select fields and keep responses small. Include `Origin: https://www.sgx.com` and `Referer: https://www.sgx.com/`.