DSS Chains and Root RICs

Can I use the DSS REST API to request expansion from a chain or better still a root RIC to the constituent RICs? For example, can I submit ED (Eurodollar root RIC) to get EDZ7, EDH8, EDM8, EDU8? What if I want to do this with a chain such as 0#ED: (Eurodollar again)?

Best Answer

  • zoya faberov
    zoya faberov ✭✭✭✭✭
    Answer ✓

    Hello @mrr,

    e a chain RIC, you can go:

    {{protocol}}{{host}}{{api}}Search/HistoricalChainResolution
    {
    "Request": {
    "ChainRics": [
    "0#.DJI"
    ],
    "Range": {
    "Start": "1990-01-01T00:00:00.000Z",
    "End": "2018-01-01T00:00:00.000Z"
    }
    }
    }

    However, I ED is not a valid chain RIC for Eurodollar. Please search up RICs using

    RIC Search Tool