DELETE
/
tiers
{
  "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
}

Body

application/json
RemoveAnyTierRequest Data
market_id
string
required
tier_id
integer
required

Response

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