rename directory

This commit is contained in:
2026-06-26 10:17:27 +08:00
parent 66963e0b90
commit c5215fba22
40 changed files with 0 additions and 0 deletions
@@ -0,0 +1,17 @@
# 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/`.