Futures_Kraken Tiền tương lai của hải phiền

Tác giả:Giấc mơ nhỏ, Tạo: 2019-12-18 10:36:35, Cập nhật: 2019-12-18 10:40:52

Futures_Kraken Tiền tương lai của hải phiền

Trang thông tin về hợp đồng:https://www.kraken.com/zh-cn/features/futures

Trang tài liệu API:https://support.kraken.com/hc/en-us/categories/360001806372-Futures-API

Tóm lại

  • Một hợp đồng 1 USD, một số hợp đồng là hợp đồng tiền tệ, sử dụng tiền tệ làm tiền bảo hiểm. Một số hợp đồng sử dụng BTC làm tiền bảo hiểm.

  • Tỷ lệ bẩy tối đa 50 lần.

  • Thời gian giao hợp đồng: Last Trading

    16:00 London time
    Month: Last Friday* of the month
    Quarter: Last Friday* of a month in the March quarterly cycle (March, June, September, December)
    

    Giao dịch đầu tiên

    For inverse contracts:
    16:00 London time
    Month: The last Friday* of the calendar month where no contract exists in the following calendar month.  // 需要符合条件,接下的月份没有合约产生?
    Quarter: The last Friday* of the calendar month where a contract exists in the following calendar month. // 当每个月最后一个周五,季度合约变为月合约,也就是接下来一个月只有一个合约时,产生新季度合约?
    The fixed maturity listing schedule results in there always being listed simultaneously two contracts:
    - a Month contract which matures in between 1 and 42 days
    - a Quarter contract which matures in between 42 and 130 days
    For linear contracts on altcoins with less liquidity the listing schedule varies.
    
  • Thông tin lưu trữ Không cung cấp giao diện nắm giữ, đóng băng giao dịch, nắm giữ tiền bảo hiểm, mức độ dẫn dắt, lỗ lỗ giao dịch.

  • Không hỗ trợ giao diện K, gọiGetRecordsBạn sẽ nhận được thông tin không hỗ trợ.

  • Không ủng hộGetOrderBạn có thể truy vấn giao diện đặt hàng, gọi sẽ báo not support.

  • giao diện thị trường tick, chỉ mua một bán một, giá hiện tại, không hỗ trợ 24 giờ giá thấp nhất tối đa.

  • Transaction setup, thiết lậpXBT_USDTrong khi đó, các giao dịch khác cũng có thể được sử dụng trong các giao dịch khác nhau.exchange.SetContractType("swap")Các mã giao dịch tương ứng cho các hợp đồng bất biến của BTC:pi_xbtusd, cài đặtexchange.SetContractType("month")Các hợp đồng trong tháng cho BTC.fi_xbtusd_191227❖ Nếu muốn giao dịch:pv_xrpxbtMột hợp đồng cần thiết để thiết lập các cặp giao dịch như sau:XRP_XBT, gọiexchange.SetContractType("swap")Chức năng.

  • GetAccountTrong dữ liệu mà hàm trả vềFrozenStocksVới số tiền này là 0, vì số tiền nắm giữ và số tiền nắm giữ trên giao diện giao dịch được viết cùng nhau và không thể phân biệt được.StocksSố tiền hiện có.

  • SetMarginLevelKhông thể thiết lập đòn bẩy, kích thước đòn bẩy chỉ có thể được thiết lập trên trang giao dịch ((API giao dịch không cung cấp giao diện để thiết lập đòn bẩy, và không có tham số để thiết lập đòn bẩy trong giao diện bên dưới)

  • Loại mã hợp đồng

    • Hợp đồng tiền tệ Vĩnh viễn: pi_xbtusd Đưa đi:fi_xbtusd_191227 月合约fi_bchusd_200327 季度合约, Thời gian giao hàng: UTC.

    • Đang tiến tới hợp đồng Trong khi đó, các nhà đầu tư khác cũng cho biết họ sẽ sử dụng Bitcoin như tài khoản bảo hiểm.

    Thông tin về hợp đồng có thể được truy cập qua giao diện API của sàn giao dịch:

    {
        "result": "success",
        "instruments": [{
            "symbol": "pi_xbtusd",
            "type": "futures_inverse",
            "underlying": "rr_xbtusd",
            "tickSize": 0.5,
            "contractSize": 1,
            "tradeable": true,
            "marginLevels": [{
                "contracts": 0,
                "initialMargin": 0.02,
                "maintenanceMargin": 0.01
            }, {
                "contracts": 500000,
                "initialMargin": 0.04,
                "maintenanceMargin": 0.02
            }, {
                "contracts": 1000000,
                "initialMargin": 0.06,
                "maintenanceMargin": 0.03
            }, {
                "contracts": 3000000,
                "initialMargin": 0.1,
                "maintenanceMargin": 0.05
            }, {
                "contracts": 6000000,
                "initialMargin": 0.15,
                "maintenanceMargin": 0.075
            }],
            "fundingRateCoefficient": 8,
            "maxRelativeFundingRate": 0.0005,
            "retailMarginLevels": [{
                "contracts": 0,
                "initialMargin": 0.5,
                "maintenanceMargin": 0.25
            }]
        }, {
            "symbol": "pv_xrpxbt",
            "type": "futures_vanilla",
            "underlying": "rr_xrpxbt",
            "tickSize": 0.00000001,
            "contractSize": 1,
            "tradeable": true,
            "marginLevels": [{
                "contracts": 0,
                "initialMargin": 0.02,
                "maintenanceMargin": 0.01
            }, {
                "contracts": 100000,
                "initialMargin": 0.04,
                "maintenanceMargin": 0.02
            }, {
                "contracts": 500000,
                "initialMargin": 0.06,
                "maintenanceMargin": 0.03
            }, {
                "contracts": 2000000,
                "initialMargin": 0.1,
                "maintenanceMargin": 0.05
            }],
            "fundingRateCoefficient": 8,
            "maxRelativeFundingRate": 0.0005,
            "retailMarginLevels": [{
                "contracts": 0,
                "initialMargin": 0.5,
                "maintenanceMargin": 0.25
            }]
        }, {
            "symbol": "fi_xbtusd_191227",
            "type": "futures_inverse",
            "underlying": "rr_xbtusd",
            "lastTradingTime": "2019-12-27T16:00:00.000Z",
            "tickSize": 0.5,
            "contractSize": 1,
            "tradeable": true,
            "marginLevels": [{
                "contracts": 0,
                "initialMargin": 0.02,
                "maintenanceMargin": 0.01
            }, {
                "contracts": 500000,
                "initialMargin": 0.04,
                "maintenanceMargin": 0.02
            }, {
                "contracts": 1000000,
                "initialMargin": 0.06,
                "maintenanceMargin": 0.03
            }, {
                "contracts": 3000000,
                "initialMargin": 0.1,
                "maintenanceMargin": 0.05
            }, {
                "contracts": 6000000,
                "initialMargin": 0.15,
                "maintenanceMargin": 0.075
            }],
            "retailMarginLevels": [{
                "contracts": 0,
                "initialMargin": 0.5,
                "maintenanceMargin": 0.25
            }]
        }, {
            "symbol": "fi_ltcusd_200327",
            "type": "futures_inverse",
            "underlying": "rr_ltcusd",
            "lastTradingTime": "2020-03-27T16:00:00.000Z",
            "tickSize": 0.01,
            "contractSize": 1,
            "tradeable": true,
            "marginLevels": [{
                "contracts": 0,
                "initialMargin": 0.02,
                "maintenanceMargin": 0.01
            }, {
                "contracts": 250000,
                "initialMargin": 0.04,
                "maintenanceMargin": 0.02
            }, {
                "contracts": 500000,
                "initialMargin": 0.06,
                "maintenanceMargin": 0.03
            }, {
                "contracts": 2000000,
                "initialMargin": 0.1,
                "maintenanceMargin": 0.05
            }, {
                "contracts": 5000000,
                "initialMargin": 0.15,
                "maintenanceMargin": 0.075
            }],
            "retailMarginLevels": [{
                "contracts": 0,
                "initialMargin": 0.5,
                "maintenanceMargin": 0.25
            }]
        }, {
            "symbol": "in_xbtusd",
            "type": "spot index",
            "tradeable": false
        }, ...],
        "serverTime": "2019-12-12T08:25:26.549Z"
    }
    

Thêm nữa