Skip to main content
PATCH
/
broker
/
instruments
/
{symbol}
Update Broker Instrument
curl --request PATCH \
  --url https://api.{your-broker}.slate-labs.com/broker/instruments/{symbol} \
  --header 'Content-Type: application/json' \
  --data '
{
  "is_enabled": true,
  "tradeability": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "instrument_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "symbol": "<string>",
  "is_enabled": true,
  "tradeability": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Path Parameters

symbol
string
required

Body

application/json
is_enabled
boolean | null
tradeability
string | null

Response

Successful Response

id
string<uuid>
required
instrument_id
string<uuid>
required
symbol
string
required
is_enabled
boolean
required
tradeability
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required