关税
get
https://api.cryptomus.com/v2/user-api/account/tariffs
回复
响应参数
响应示例
1{
2 "result": {
3 "equivalent_currency_code": "USD",
4 "current_tariff_step": {
5 "step": "0",
6 "from_turnover": "0.00000000",
7 "maker_percent": "-1.5",
8 "taker_percent": "4"
9 },
10 "tariff_steps": [
11 {
12 "step": "0",
13 "from_turnover": "0.00000000",
14 "maker_percent": "-1.5",
15 "taker_percent": "4"
16 },
17 {
18 "step": "1",
19 "from_turnover": "1100.00000000",
20 "maker_percent": "-2.5",
21 "taker_percent": "2.5"
22 },
23 {
24 "step": "2",
25 "from_turnover": "3500.00000000",
26 "maker_percent": "-10",
27 "taker_percent": "10"
28 }
29 ],
30 "daily_turnover": "137.80000000",
31 "monthly_turnover": "442.67492000",
32 "circulation_funds": "25.00000000"
33 }
34}
复制资费阶跃响应参数
姓名 | 定义 |
---|---|
step | 步骤数 |
from_turnover | 此关税开始适用的每月营业额 |
maker_percent | 挂单佣金比例 |
taker_percent | 接受者佣金百分比 |
定义
步骤数定义
此关税开始适用的每月营业额定义
挂单佣金比例定义
接受者佣金百分比
可能的代码
404:未找到用户或资源
422: 输入数据无效
500:服务器内部错误
可能的错误
示例响应:
1{
2 "state": 0,
3 "message": "Standard validation error"
4}
复制