POST
/
tiers
/
special
/
edit
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "maker_fee": 123,
      "taker_fee": 123,
      "tier": 123,
      "title": "<string>"
    }
  ],
  "success": true
}

Body

application/json
AddSpecialTierRequest Data
market_id
string
required
tier_id
integer
required
title
string
required
maker_fee
number
taker_fee
number

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean