/synthetic/addInstrument

Add new Synthetic Instrument

POST /api/synthetic/addInstrument

{
    "legs": [
        {
            "name": "BTC-USD"
        },
        {
            "name": "USDT-USD"
        }
    ]
}
Parameter
Type
Description

legs.name

string

Name of Direct Instrument that forms Synthetic Instrument

Last updated