availableMarketDataProviders
Returns a list of counterparties who enabled market data or trading for the client.
POST api/availableMarketDataProviders
{
'marketDataOnly': true
}{'counterparties': [1, 2, 3]}{
"error": 2
}Request parameters
Field name
Type
Description
marketDataOnly
bool
Optional. If true, returns only counterparties who did not enabled trading with you.
Response description
Field name
Type
Description
counterparties
Array<int>
List of counterparties
Last updated