Skip to content

Prodigy Market Control REST API Usage

Connect to the Prodigy Market Control service via HTTP at http://prodigy.internal/ using HTTP/1.1, HTTP/2.0, or HTTP/3.0.

The REST API requires an access token issued by the expected OAuth Server, with the appropriate Audience for the Authority service.

  • 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.

Endpoints support JSON serialisation only.

See JSON Data Types for specific notes on JSON serialisation.