Get TickSize
GET {{URL_ORIGIN}}/api/tick-sizes/:id
This API allows to get a single TickSize details.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"id": "19",
"name": "test2",
"items": [
{
"price": "100",
"tickSize": "10"
},
{
"tickSize": "3"
}
]
} |