Logo
Admin API API Documentation

Get CBRs

GET {{URL_ORIGIN}}/api/cbrs

This API allows to get CBRs details.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "cbrs": [ { "id": "4", "name": "yael test", "type": "MARKET_RATE", "value": "1", "actionType": "HALT_TRADING", "actionValue": "1", "priority": "4", "status": "ACTIVE", "instrumentIds": [ "20" ] }, { "id": "12", "name": "test", "type": "MARKET_RATE", "value": "1", "actionType": "HALT_TRADING", "actionValue": "10", "priority": "3", "status": "DISABLED" } ] }



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

ENDPOINTS