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