跳到主内容
Deribit Support
切换导航菜单
前往 Deribit.com
联系
提交请求
登录
简体中文
English (United States)
Español
Deribit 客服支援
交易所
交易所
关于 Deribit
特征
关于我们
风险管理
系统架构
奖项和会员资格
认证
查看所有 7 篇文章
仪器规格
期货(反向)
线性期货
DVOL 期货
反向永久
线性永久
反向期权
查看所有 12 篇文章
交易信息
价格计算
费用
Deribit 区块询价
Deribit Block RFQ API 演练
大宗交易
Deribit MMP
批量报价规范
查看所有 17 篇文章
订单
交易订单
订单属性
账户顺序和规模限制(默认)
订单管理-最佳实践
保证金
什么是保证金?
逐仓保证金可用性
保证金类型和用法
交叉抵押品规范
标准保证金
投资组合利润
查看所有 9 篇文章
适用于经纪商、合作伙伴和关联公司
注册合作伙伴模式
加盟计划
经纪商
语音经纪人设置和客户入门
单独管理的账户
合作伙伴费用方案
发行
2026 年发布
2025 年发布
2024 年发布
2023 年发布
2022 年发行
2021 年发行
2020 年发行
类别
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (previousArticle || nextArticle) { %>
<% if (previousArticle) { %>
Previous
<%= previousArticle.title %>
<% } %> <% if (nextArticle) { %>
Next
<%= nextArticle.title %>
<% } %>
<% } %>
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-4'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %>
Categories
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (!imageHeight) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>