퓨처스_크라켄 링크

저자:니나바다스, 창작: 2022-03-23 09:02:02, 업데이트: 2022-03-24 15:42:38

퓨처스_크라켄 플랫폼 사용 요약

계약 정보 페이지:https://www.kraken.com/zh-cn/features/futures

API 문서 페이지:https://support.kraken.com/hc/en-us/categories/360001806372-Futures-API

요약

  • 한 계약의 가치는 1 USD입니다. 일부 계약은 암호화폐로 마진된 계약이며, 암호화폐를 마진으로 사용합니다. 일부 계약은 BTC를 마진으로 사용합니다.

  • 최대 레버리지 50

  • 계약 이행 기간에 대해: 마지막 거래

    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)
    

    첫 거래

    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.
    
  • 위치 정보 포지션 인터페이스는 제공되지 않습니다. 닫은 포지션은 동결됩니다. 포지션 마진은 점유됩니다. 포지션 레버리지 가치; 포지션 이익과 손실.

  • K-라인 인터페이스는 지원되지 않습니다.GetRecords"지원되지 않습니다".라고 보고합니다.

  • 명령 인터페이스를 검색하는 것GetOrder지원되지 않습니다, 그리고 호출GetOrder"지원되지 않습니다".라고 보고합니다.

  • 틱 시장 인터페이스, 단지 하나 구입, 하나 판매 및 현재 가격을 가지고 있으며, 24 시간 최저 및 최고 가격을 지원하지 않습니다. GetTicker의 높고 낮은 현재 하나 구매와 판매에 의해 채워질 것입니다.

  • 거래 쌍 설정; 설정XBT_USD, 즉 BTC 계약; 세트exchange.SetContractType("swap")전략 코드, 즉 BTC 영구 계약, 그리고 그에 대응하는 계약 코드는:pi_xbtusd세트exchange.SetContractType("month")BTC 월계약과 그에 따른 계약 코드, 예를 들어:fi_xbtusd_191227... 교환하고 싶다면pv_xrpxbt계약, 당신은 거래 쌍을 설정해야 합니다XRP_XBT, 그리고 함수를 호출exchange.SetContractType("swap").

  • 이 자료에서GetAccount기능FrozenStocks포지션에 사용된 자금과 플랫폼 인터페이스에서 대기 중인 주문에 사용된 자금이 서로 구별할 수 없는 상태에서 함께 적립되기 때문에 0입니다.Stocks현재 사용 가능한 자금입니다.

  • SetMarginLevel레버리지를 설정할 수 없으므로 레버리지 크기는 플랫폼 페이지에서만 설정할 수 있습니다 (플랫폼 API는 레버리지를 설정하는 인터페이스를 제공하지 않으며 주문 인터페이스에는 레버리지를 설정하는 매개 변수가 없습니다).

  • 계약 코드 유형

    • 암호화 마진 계약 영구 계약: pi_xbtusd 배달 계약:fi_xbtusd_191227 monthly contractfi_bchusd_200327 quarterly contract, 배송시간: UTC 시간

    • 전속계약 영구계약: pv_xrpxbt, BTC를 마진으로 사용합니다.

    계약 정보는 플랫폼 API를 통해 얻을 수 있습니다.

    {
        "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"
    }
    

더 많은