Prodigy Market Control REST API - Market Controller
The market
URL provides management of Markets.
Permission: Exchange
List Markets
Section titled “List Markets”GET /market
Lists all Markets hosted on this Prodigy instance.
Query Parameters
Section titled “Query Parameters”Parameter | Expected | Description |
---|---|---|
offset | Optional | An offset into the search results. Defaults to 0. |
count | Optional | The maximum number of records to return. If omitted, all results are returned. |
Response
Section titled “Response”Code | Status | Description |
---|---|---|
200 | Success | Content is an array of MarketInfo objects. |
422 | Failure | Invalid data was provided. Content is a JSON array of one or more error codes describing the problem. |