qs/getAvailableQsProviders
POST api/qs/getAvailableQsProviders
Sent by a Taker to FM to get available providers per instrument.
Request
{
"instrument": <string>
}
Request Fields
Field
Type
Description
instrument
string
Instrument name, optional
Response
{
"<instrument_name>": [
<Efx::ClientId>
]
}
Response Fields
Field
Type
Description
<instrument_name>
array
List of IDs of available providers for instrument <instrument_name>
Last updated