of

public static MarketStatusResponse of(Map<String, Object> data)

Builds a response from a decoded MARKET_STATUS payload.

Return

a response holding the parsed markets, or one holding an error message if the payload was empty or was not a list of markets

Parameters

data

the response body, already decoded from JSON into a map