delInstrumentMarkups

Removed markups for instrument for counterparty. For makers and masters only.

POST api/delInstrumentMarkups

{
    "counterpartyId": 5,
    "instrument": "BTC-USD"
}

Request parameters

Field nameTypeDescription

counterpartyId

Efx::ClientID

Counteraprty id

instrument

string

Instrument name

Last updated