Number of APIs: 4
POST {{URL_ORIGIN}}/api/tick-sizes
This API allows to create a new TickSize. ID will be returned in the response, this ID is the unique identifier of the TickSize and should be used when sending update commands. Note: this ID can be retrieved via Get TickSizes API.Create TickSize- Error Codes
Code
Message
1
System is unavailable
100
Missing or invalid parameter: [FieldName]
101
new
Max number of ticksizes (items) is 25
102
name already exists
10001
Permission denied
PUT {{URL_ORIGIN}}/api/tick-sizes/19
This API allows to update existing TickSize. All validations in create TickSize and the belowUpdate TickSize - Error Codes
Code
Message
101
[FieldName] not found
10001
Permission denied
10004
Wrong format
2605
[FieldName] must be less than maxLong/10^ pricePrecision for [Instrument]
2603
[fieldValue] is not allowed as price precision is [lowestinstrumentPricePrecision] for [Instrument]
GET {{URL_ORIGIN}}/api/tick-sizes
This API allows to get TickSizes details.
GET {{URL_ORIGIN}}/api/tick-sizes/:id
This API allows to get a single TickSize details.