Hi, I am trying to get Legal Entity OrgId/ Issuer orgId for some funds having their Isin has input. As the LegalEntityDetailExtractionRequest returns nothing I have to use a SearchRequest with the route /Search/FundSearch.
But with this one I can only request one instrument at the time. I have tried input multiple Isins comma separated, or in an array with no luck.
Do you know how to request multiple instruments in one request ?
{ {protocol}}{ {host}}{ {api}}Search/FundSearch
"SearchRequest":{
"IdentifierType":"Isin",
"Identifier":"IE00B6X2JP23,LU1542443954" or "Identifier":["IE00B6X2JP23","LU1542443954"]
"PreferredIdentifierType":"OrgId"
}