| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | Yes | - |
| type | stringEQUITYOPTIONMULTI_LEG_INSTRUMENTCRYPTOALTTREASURYBONDINDEX | Yes | - |
No request body defined
BUY_AND_SELL,LIQUIDATION_ONLY,DISABLEDBUY_AND_SELL,LIQUIDATION_ONLY,DISABLEDBUY_AND_SELL,LIQUIDATION_ONLY,DISABLEDBUY_AND_SELL,LIQUIDATION_ONLY,DISABLEDThe short-selling availability.
NOT_SHORTABLE,EASY_TO_BORROW,HARD_TO_BORROWThe hard to borrow rate as a percentage value.
Record representing price increments below and above $3.
Exchange where the instrument is traded.
The name of the exchange where the instrument is traded.
{
"instrument": {
"symbol": "string",
"type": "EQUITY"
},
"trading": "BUY_AND_SELL",
"fractionalTrading": "BUY_AND_SELL",
"optionTrading": "BUY_AND_SELL",
"optionSpreadTrading": "BUY_AND_SELL",
"instrumentDetails": null,
"shortingAvailability": "NOT_SHORTABLE",
"hardToBorrowPercentageRate": "string",
"optionContractPriceIncrements": {
"incrementBelow3": "string",
"incrementAbove3": "string"
},
"exchange": "string",
"exchangeName": "string"
}