System
Get volume-based fee tiers
Returns all volume tier configurations for retail and pro profiles
get/system/volume-tiers
Response
OK
Example response
{
"results": [
{
"kind": "retail",
"min_volume": "100000",
"min_volume_duration": "14d",
"nft_min_volume": "0",
"sort_order": 1,
"tier_name": "VIP 1"
}
]
}Changes
Changed in 1 of the 65 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○