Skip to content

Prodigy Market Control REST API - Market Controller

The market URL provides management of Markets.

Permission: Exchange

GET /market

Lists all Markets hosted on this Prodigy instance.

ParameterExpectedDescription
offsetOptionalAn offset into the search results. Defaults to 0.
countOptionalThe maximum number of records to return. If omitted, all results are returned.
CodeStatusDescription
200SuccessContent is an array of MarketInfo objects.
422FailureInvalid data was provided.
Content is a JSON array of one or more error codes describing the problem.