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
Retrieve current symbol state
Section titled “Retrieve current symbol state”GET market/<market>/symbol/<code>/current
Retrieves the current market state of the symbol.
URL Parameters
Section titled “URL Parameters”Parameter | Description |
---|---|
market | A URL-encoded Market Code. |
code | A URL-encoded Symbol Code. |
Response
Section titled “Response”Code | Status | Description |
---|---|---|
200 | Success | Content is a single SymbolInfo object. |
404 | Failure | The Market or Symbol does not exist. |