Prodigy Market Control REST API - Symbol Controller
The market/<market>/symbol
URL provides management of symbols listed on a Market.
Permission: Symbol
Retrieve symbols
Section titled “Retrieve symbols”GET market/<market>/symbol
Retrieves the configuration for all symbols on the market.
URL Parameters
Section titled “URL Parameters”Parameter | Description |
---|---|
market | A URL-encoded Market Code. |
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 SymbolInfo objects. |
422 | Failure | Invalid data was provided. Content is a JSON array of one or more error codes describing the problem. |