setInstrumentsWhitelist

Sets global instruments whitelist. Only whitelisted instruments are allowed for trading.

Instruments whitelist must be enabled before. See api/enableInstrumentsWhitelist

When a Master adds an instrument whitelist, it automatically applies to sub-accounts as well

POST api/setInstrumentsWhitelist

{ 
 "instruments": ["BTC-USD", "ETH-USD"] // array of allowed instruments
}

Request parameters

Field nameTypeDescription

instruments

Array<string>

Array of allowed instruments.

Last updated