Improved
Trading request and response schemas extracted into reusable components
2 days ago
Trading API
Inline request-body and response schemas on several Trading operations have been extracted into named, reusable component schemas (CreateOrderRequest, OptionContractsResponse, CorporateAnnouncement, AddAssetToWatchlistRequest, CreateWhitelistedAddressRequest, and CorporateActionCaType). The request and response shapes are unchanged.
- The
typequery parameter on the announcements endpoint now accepts a comma-delimited list of corporate action types.
Affected Endpoints
POST /v2/ordersGET /v2/options/contractsGET /v2/corporate_actions/announcementsGET /v2/corporate_actions/announcements/{id}POST /v2/wallets/whitelistsPOST /v2/watchlists/{watchlist_id}POST /v2/watchlists:by_name