{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"maker_fee": 123,
"min_assets": 123,
"min_volume": 123,
"taker_fee": 123,
"tier": 123,
"title": "<string>"
}
],
"success": true
}
Add a market tier
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"maker_fee": 123,
"min_assets": 123,
"min_volume": 123,
"taker_fee": 123,
"tier": 123,
"title": "<string>"
}
],
"success": true
}
AddTierRequest Data
The body is of type object
.
OK
The response is of type object
.