GET
/
tiers
/
which
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "market_id": "<string>",
      "tier_data": {
        "maker_fee": 123,
        "taker_fee": 123,
        "tier": 123,
        "title": "<string>"
      }
    }
  ],
  "success": true
}

Query Parameters

profile_id
integer
required

The Profile ID

Response

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