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

1.3 KiB

DAILY_MARGINING_API_URL

Notes

This endpoint is authentication-gated. Direct calls to the base path return:

{"message":"Missing Authentication Token"}
  • No observable public consumer: The frontend CMS route /derivatives/daily-margining loads as an HTML page but its CMS page call returns {"data":{"route":null}}; no JSON data API call is triggered on first load.
  • Tested sub-paths that also fail with "Missing Authentication Token":
    • https://api.sgx.com/dailymargining/v1.0
    • https://api.sgx.com/dailymargining/v1.0/metalist
  • Likely requirement: An API Gateway key or internal SGX authorizationtoken that is not exposed in the current public frontend bundle.
  • Practical status: Not usable without additional authentication research. For margining/derivatives risk context, prefer DERIVATIVES_API_URL (e.g. ?aggregate=true&aggregate-option=total-volume, ?groupby=cc&category=futures).
  • Include Origin: https://www.sgx.com and Referer: https://www.sgx.com/ on any replay attempts.