Logo
Admin API API Documentation

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]

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "id": "22", "name": "NewGroup2", "items": [ { "price": "444", "tickSize": "0.15" }, { "tickSize": "0.77" } ] }



Curl
curl -X PUT 'URL_ORIGIN/api/tick-sizes/19' -d '{"name":"NewGroup","items":[{"tickSize":"0.15","price":"1"},{"tickSize":"0.77"}]}'

ENDPOINTS