Skip to content

Prodigy Market Control REST API - Symbol Controller

The market/<market>/symbol URL provides management of symbols listed on a Market.

Permission: Symbol

GET market/<market>/symbol

Retrieves the configuration for all symbols on the market.

ParameterDescription
marketA URL-encoded Market Code.
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 SymbolInfo objects.
422FailureInvalid data was provided.
Content is a JSON array of one or more error codes describing the problem.