Skip to content

Prodigy Market Control REST API - Symbol Controller

The market/<market>/symbol/<code>/action/<type> URL provides access to symbol actions.

Permission: Symbol

POST market/<market>/symbol/<code>/action/<type>

Submits a model-specific request to perform an action.

ParameterDescription
marketA URL-encoded Market Code.
codeA URL-encoded Symbol Code.
typeA URL-encoded Request Type.

A single GenericRequestBody object.

CodeStatusDescription
200SuccessContent is a single string communicating the result of the operation from the market model.
404FailureThe Market or Symbol does not exist.
422FailureInvalid data was provided.
Content is a JSON array of one or more error codes describing the problem.