Prodigy Market Control REST API - Symbol Controller
The market/<market>/symbol/<code>/action/<type>
URL provides access to symbol actions.
Permission: Symbol
Submit Symbol Action
Section titled “Submit Symbol Action”POST market/<market>/symbol/<code>/action/<type>
Submits a model-specific request to perform an action.
URL Parameters
Section titled “URL Parameters”Parameter | Description |
---|---|
market | A URL-encoded Market Code. |
code | A URL-encoded Symbol Code. |
type | A URL-encoded Request Type. |
POST Body
Section titled “POST Body”A single GenericRequestBody object.
Response
Section titled “Response”Code | Status | Description |
---|---|---|
200 | Success | Content is a single string communicating the result of the operation from the market model. |
404 | Failure | The Market or Symbol does not exist. |
422 | Failure | Invalid data was provided. Content is a JSON array of one or more error codes describing the problem. |