Logo
Admin API API Documentation

Get Instrument

GET {{URL_ORIGIN}}/api/v2/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": "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" ] }



Curl
curl -X GET 'URL_ORIGIN/api/v2/instruments/:id'

ENDPOINTS