Skip to content

Prodigy Market Control REST API - Market Controller

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

Permission: Exchange

POST market/<market>/action/<type>

Submits a model-specific request to perform an action.

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