In the Instruments Metadata endpoint I get only the very long list of all instruments … I can not query with path parameters for only one specific instrument (not like the Instrument Indicative Pricing endpoint).
Value orders were not supported by the API. They are now properly visualised. However, value order placement or management is still not an option.
About the ISINs. We will not return all the data within all endpoints (graph-approach) since we have a highly normalised system and that would result in a lot of complexity and flimsiness. It’s not impossible but not worth it.
The assumption here is that you have some sort of runtime and properly cache/filter instruments locally.
What do you think about the possibility of a parm query of the “Instruments Metadata”? For example with an array parameter for tickers analogous the endpoint for “Instrument Indicative Pricing”?
From an engineering standpoint you can do it pretty much all via conditional UI rendering with some slight tweaks on the backend for a “sub account” uuid.
It doesn’t change the main functionality of the product or create a new user, just what is displayed for each sub account uuid.
First of all, big kudos for developing this. What would be great, is ability to make a “Fill or Kill” limit order. Also, fetching the last price for the given ticker (if this functionality doesn’t already exist)