Get Instruments
GET {{URL_ORIGIN}}/api/broker/instruments
This API allows to get a list of all instruments with their details.
RESPONSES
status: OK
[{"id":22,"exchangeInstrumentSymbol":"Orange2-Juic","status":"Disabled","baseAsset":"Orange","quoteAsset":"Juice","orderFlow":"None","tradeFlow":"None","description":"","imageUrls":["www.test.com/image.png"],"quantityPrecision":5},{"id":23,"exchangeInstrumentSymbol":"Demo101","status":"Active","baseAsset":"Asset100","quoteAsset":"Asset101","orderFlow":"None","tradeFlow":"None","description":"Test3","imageUrls":[],"quantityPrecision":5}]