Get Instrument
GET {{URL_ORIGIN}}/api/v2/instruments/:id
This API allows to get a single instrument details.
RESPONSES
status: OK
{"id":"123456","symbol":"bonds","calendarId":"123","activityStatus":"ACTIVE","minQuantity":"1","maxQuantity":"9999999","pricePrecision":"1","quantityPrecision":"1","description":"Bonds test","quoteCurrency":"USD","startDate":"1682426640","stopDate":"1682599440","category":"D","subCategory":"B","underlyingAssets":"F","coupon":"4","periodOfCoupon":"ANNUAL","accrualConvention":"ACT_ACT","maturityDate":"2023-04-27","tradingModels":["CLOB"]}