Logo
Admin API API Documentation

Tick Size API

Number of APIs: 4


1. Create TickSize

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



2. Update TickSize

PUT {{URL_ORIGIN}}/api/tick-sizes/19

This API allows to update existing TickSize.

Update TickSize - Error Codes

All validations in create TickSize and the below

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]



3. Get TickSizes

GET {{URL_ORIGIN}}/api/tick-sizes

This API allows to get TickSizes details.



4. Get TickSize

GET {{URL_ORIGIN}}/api/tick-sizes/:id

This API allows to get a single TickSize details.



ENDPOINTS