delInstrumentMarkups
Removes markups for instrument for counterparty. For makers and masters only.
POST api/delInstrumentMarkups
To delete the default markups set "instrument": null
or omit the "instrument"
parameter.
{
"counterpartyId": 5,
"instrument": "BTC-USD",
"flowDirection": "outgoing"
}
Request parameters
Field name
Type
Description
counterpartyId
Efx::ClientID
Counteraprty id
instrument
string
Instrument name
flowDirection
string
Optional. Flow direction is required for master-master connection only. Possible values: "incoming", "outgoing".
Last updated