Skip to content

Prodigy Symbol Control REST API - Market Controller

The market/<market>/symbol/<code>/rename URL provides access to renaming symbols.

Permission: Symbol

POST market/<market>/symbol/<code>/rename

Updates a symbol to use a new code.

ParameterDescription
marketA URL-encoded Market Code.
codeA URL-encoded Symbol Code.
ParameterExpectedDescription
newCodeRequiredThe new code of the Symbol. Must not already exist.

A single MarketBody object.

CodeStatusDescription
200SuccessContent is a single string communicating the result of the operation (typically: Renamed).
400FailureInvalid or incomplete request.
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.