Skip to content

Market:QueryMarkets

Requests the available Markets for the authenticated user.

Controller: Market
Topic: QueryMarkets
Action: Publish
Permissions: None

No Request Body

An unordered array of Market State objects. See the Markets subscription for more information.

Send:

{"Controller":"Market","Topic":"QueryMarkets","TransactionID":1}

Receive:

{
"Controller":"Market",
"Topic":"QueryMarkets",
"TransactionID":1,
"Data":
[
{"Code":"ASX","Feed":"Active","TradingDate":"2014-02-11","MarketTime":"2014-02-11T12:44:02+10:00","Status":"Open"}
]
}