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