Prodigy Market Control REST API Usage
Connecting
Section titled “Connecting”Connect to the Prodigy Market Control service via HTTP at http://prodigy.internal/
using HTTP/1.1, HTTP/2.0, or HTTP/3.0.
Authenticating
Section titled “Authenticating”The REST API requires an access token issued by the expected OAuth Server, with the appropriate Audience for the Authority service.
Permissions
Section titled “Permissions”Prodigy/Control
controls access to the action request endpoints.Prodigy/Entity
controls access to Entity manipulation endpoints.Prodigy/Exchange
controls access to Market manipulation endpoints.Prodigy/Fix
controls access to the FIX Session management endpoints.Prodigy/Publish
controls access to the Market News endpoints.Prodigy/Symbol
controls access to the Symbol manipulation endpoints.
Serialisation and Deserialisation
Section titled “Serialisation and Deserialisation”Endpoints support JSON serialisation only.
See JSON Data Types for specific notes on JSON serialisation.