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

enableTrading

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

POST api/enableTrading

{
    "counterpartyId": 4,
}

Request parameters

Field name
Type
Description

counterpartyId

Efx::ClientId

Counterparty Id

Last updated