For the complete documentation index, see llms.txt. This page is also available as Markdown.

disableTrading

Disables trading against counterparty. Disables both incoming and outgoing liquidity flows between two masters.

POST api/disableTrading

{
    "counterpartyId": 4,
}
{
    "error": 0
}
{
    "error": 2
}

Request parameters

Field name
Type
Description

counterpartyId

Efx::ClientId

Counterparty Id

Last updated