Get Instrument
GET {{URL_ORIGIN}}/api/instruments/:id
This API allows to get a single instrument details.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"id": "978",
"symbol": "ABX3.23Jan",
"quoteCurrency": "USD",
"description": "Contract Jan 20223",
"calendarId": "717173126",
"status": "Active",
"pricePrecision": "6",
"quantityPrecision": "4",
"minQuantity": "0.0001",
"maxQuantity": "100000",
"category": "F",
"subCategory": "C",
"underlyingAssets": "E",
"cfi": "ABCDEF",
"mic": "GGGg",
"underlyingInstrumentId": "976",
"startDate": 1662508800,
"stopDate": 1664467200,
"deliveryType": "P",
"contractSize": "350",
"projectId": "115",
"maxDepth": "2000000",
"maxOrderValue": "150000",
"maxPrice": "2.5",
"minPrice": "0.5",
"quantityIncrement": "0.0003",
"tickSizeGroupId": "1047703549"
} |