Skip to main content

Endpoint

Test this API in our Sandbox using simulated data.

Try the Sandbox to see how the API works with simulated data — no production account or live trading required.
View Sandbox Guide →

Required query parameters

  • symbol — Symbol code. Example: ACB
  • fetchCount — Number of matching records to return. Example: 10

Field descriptions

  • fromIndex (number) — Start volume index for the returned range.
  • toIndex (number) — End volume index for the returned range.
  • data (array) — Matching records in the selected range.
    • o (number | null) — Open price.
    • ti (number) — Match timestamp.
    • c (number) — Latest matched price.
    • ch (number) — Price change.
    • h (number) — High price.
    • l (number) — Low price.
    • mb (string) — Match side. Example: BUY or SELL.
    • mv (number) — Matched volume for this record.
    • r (number) — Change rate.
    • va (number) — Trading value after this match.
    • vo (number) — Trading volume after this match.

cURL

Python

Example response

Replace BASE_URL with your API host.