Tick Size List

This API provides snapshot and real-time updates for tick size details.

Upon successful subscription, a snapshot of all tick size tables is sent. The last message of the snapshot contains lastMessage=Y. Any changes to the tick size tables after the snapshot are sent as subsequent updates.

In cases where there are no tick size tables to return, the system will send an empty message.

qualifier: v1/exchange.marketdata/tickSizeList

Request

No request parameters

Response

Similar to this. (NEW v1.43.0) with below changes:

  • All numbers are non-stringified

(REMOVED v1.43.0) NOTE: All numbers are stringified

Error Codes

Code
Message

1

System is unavailable

Samples

{
  "q": "v1/exchange.marketdata/tickSizeList",
  "token": "eyJleGNoYW5nZUlkIjozMCwicHJvamVjdElkIjoyMDB9",
  "sid": 10,
  "d": {
  }
}

Last updated