{
"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
}
Get the special tiers of the given profile id
{
"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
}
The Profile ID
OK
The response is of type object
.