Logo
Admin API API Documentation

Get Instruments

GET {{URL_ORIGIN}}/api/instruments

This API allows to get a list of all instruments with their details.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

[ { "id": "1", "symbol": "Test1", "quoteCurrency": "USD", "calendarId": "59684565", "pricePrecision": "6", "quantityPrecision": "2", "minQuantity": "1", "maxQuantity": "1000000", "quantityIncrement": "0.01", "status": "Active", "description": "Test Instrument" }, { "id": "2", "symbol": "AMZ", "quoteCurrency": "USD", "calendarId": "59684565", "pricePrecision": "6", "quantityPrecision": "4", "minQuantity": "1", "maxQuantity": "10000000", "status": "Active", "description": "Test" } ]



Curl
curl -X GET 'URL_ORIGIN/api/instruments'

ENDPOINTS