Hello on following endpoint
https://{{RDP_HOST}}/discovery/symbology/v1/lookup
I can do
{ "from": [ { "identifierTypes": [ "ISIN" ], "values": [ "ISIN1", "ISIN2", "ISIN3", "ISIN4", "ISIN5", "ISIN6" ] } ], "type": "Predefined", "route": "FindPrimaryRIC"}
Question: What is the maximum numbers of isins that I can put in the array in the from field?
Thanks!