instrumentsWhitelist
Returns whitelisted instruments
POST api/instrumentsWhitelist
{}{
"enabled": bool,
"instruments": [string, ...]
}{
"error": 2
}Request parameters
No parameters.
Response description
Field name
Type
Description
enabled
bool
True if instruments whitelist is enabled.
instruments
Array of string
The array of the whitelisted instruments.
Last updated