Skip to content

Prodigy Market Control REST API - Symbol Controller

The market/<market>/symbol/<code>/current URL provides access to the current market state of a symbol.

Permission: Symbol

GET market/<market>/symbol/<code>/current

Retrieves the current market state of the symbol.

ParameterDescription
marketA URL-encoded Market Code.
codeA URL-encoded Symbol Code.
CodeStatusDescription
200SuccessContent is a single SymbolInfo object.
404FailureThe Market or Symbol does not exist.