forked from bitsoex/bitso-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivateFees.json
More file actions
52 lines (52 loc) · 1.17 KB
/
Copy pathprivateFees.json
File metadata and controls
52 lines (52 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"success": true,
"payload": {
"fees": [
{
"book":"btc_mxn",
"fee_percent":"0.0000",
"fee_decimal":"0.0000",
"taker_fee_percent":"0.0000",
"taker_fee_decimal":"0.0000",
"maker_fee_percent":"0.0000",
"maker_fee_decimal":"0.0000"
},
{
"book": "eth_mxn",
"fee_percent": "0.0000",
"fee_decimal": "0.0000",
"taker_fee_percent":"0.0000",
"taker_fee_decimal":"0.0000",
"maker_fee_percent":"0.0000",
"maker_fee_decimal":"0.0000"
}, {
"book": "xrp_btc",
"fee_percent": "0.8000",
"fee_decimal": "0.0080",
"taker_fee_percent":"0.0000",
"taker_fee_decimal":"0.0000",
"maker_fee_percent":"0.0000",
"maker_fee_decimal":"0.0000"
}, {
"book": "xrp_mxn",
"fee_percent": "0.8000",
"fee_decimal": "0.0080",
"taker_fee_percent":"0.0000",
"taker_fee_decimal":"0.0000",
"maker_fee_percent":"0.0000",
"maker_fee_decimal":"0.0000"
}, {
"book": "eth_btc",
"fee_percent": "1.0000",
"fee_decimal": "0.0100",
"taker_fee_percent":"0.0000",
"taker_fee_decimal":"0.0000",
"maker_fee_percent":"0.0000",
"maker_fee_decimal":"0.0000"
}],
"withdrawal_fees": {
"btc": "0.001",
"eth": "0.0025"
}
}
}