我正在使用Kraken API,我无法找到对响应中的信息的良好解释.
实际上,对于给定的一对,我有以下信息:
altname = alternate pair name
aclass_base = asset class of base component
base = asset id of base component
aclass_quote = asset class of quote component
quote = asset id of quote component
lot = volume lot size
pair_decimals = scaling decimal places for pair
lot_decimals = scaling decimal places for volume
lot_multiplier = amount to multiply lot volume by to get currency volume
leverage_buy = array of leverage amounts available when buying
leverage_sell = array of leverage amounts available when selling
fees = fee schedule array in [volume, percent fee] tuples
fees_maker = maker fee schedule array in [volume, percent fee] tuples (if on maker/taker)
fee_volume_currency = volume discount currency
margin_call = margin call level
margin_stop = stop-out/liquidation margin level
Run Code Online (Sandbox Code Playgroud)
我对这个有效载荷有一些疑问.感谢所有愿意帮助的人.
lot_decimals并且pair_decimals:这些如何适用?我猜测也许前者意味着第一种货币的数量可以用最大lot_decimals小数来表示,后者意味着你可以用最大的pair_decimals小数来表示货币对.这有什么合理的吗?
lot_multiplier:解释很明确,但总是1.这有什么理由吗?
lot:这是您想要以第二种货币计算的第一种货币的数量吗?示例:100 EURBTC,100是手数吗?
谢谢
我从@Bruno Ripa 的问题中复制了这个:
我收到了 Kraken 的反馈。这是:
lot_decimals是订单大小(交易量)的最大精度,以基础货币为单位。pair_decimals是价格精准度lot_multiplier目前未使用。lot:货币对为BTC/EUR,100的交易量以BTC计价,BTC是基础货币| 归档时间: |
|
| 查看次数: |
1080 次 |
| 最近记录: |