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

getSettings (authorized)

POST /api/rfq/authorized/getSettings

Headers:
{
EFX-Key: string
EFX-Sign: string
}
Body:
{
'clientId': int
}
{
'clientId': int,
'tradingEnabled': boolean,
'viewingEnabled': boolean
}
{
'error': int,
'errors': string
}

Last updated