Skip to content

Prodigy Market Control REST API - Market Controller

The market/<market>/rename/entity/<code> URL provides access to renaming entities.

Permission: Exchange

POST market/<market>/rename/entity/<code>

Updates all Orders for this Entity to use a new code.

ParameterDescription
marketA URL-encoded Market Code.
codeA URL-encoded Entity Code.
ParameterExpectedDescription
newCodeRequiredThe new code of the Entity.

A single MarketBody object.

CodeStatusDescription
200SuccessContent is a single string communicating the result of the operation (typically: Renamed).
400FailureInvalid or incomplete request.
404FailureThe Market does not exist.
422FailureInvalid data was provided.
Content is a JSON array of one or more error codes describing the problem.