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