Added

Locates API for the Trading API

Trading API

Adds the Locates API for requesting and retrieving stock locates:

  • Create locate requests and list existing locates.
  • Retrieve a single locate by id.
  • List available locate quotes.

Responses are described by the new Locate, LocateQuote, ListLocatesResponse, and ListLocateQuotesResponse schemas, with LocateError, LocateQuoteError, and ErrorResponse for error cases.

Affected Endpoints

  • POST /v1/locates
  • GET /v1/locates
  • GET /v1/locates/{locate_id}
  • GET /v1/locates/quotes