Added
Locates API for the Trading API
15 days ago
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/locatesGET /v1/locatesGET /v1/locates/{locate_id}GET /v1/locates/quotes