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

getProviders

POST /api/rfq/getProviders - get info about available RFQ providers

Headers:
{
EFX-Key: string
EFX-Sign: string
}
Body:
{}
{
'providers': [
  {
    'id': int,
    'clientId': string,
    'clientName': string,
    'adapterType': string(enum),
    'instruments': string[]
  }
]
}
{
'error': int,
'errors': string
}

Last updated