settlementOrders
Returns pending settlement orders
{
"filter": "all",
"filterTransactions": true,
"counterpartyId": 5
}[
{
"settlementOrderId": Efx::OrderId,
"clientId": Efx::ClientId,
"counterpartyId": Efx::ClientId,
"createdAt": Efx::Timestamp,
"comment": string,
"flags": uint,
"currency1": string,
"size1": Efx::Size,
"network1": string, // optional
"currency2": string, // optional
"size2": Efx::Size, // optional
"network2": string // optional
},
...
]Field name
Type
Description
Field name
Type
Description
Last updated