Skip to main content
Deribit Support
Toggle navigation menu
Go to Deribit.com
Submit a request
Sign in
Deribit Support
Support
Support
All support related articles.
Onboarding
Creating an Account on Deribit
Logging in to your Deribit Account
Account settings
Stats and reports
Account settings page
Account Structure and Ownership
Subaccounts
Account Closing
Account security
Account Security Configurations
Two-Factor Authentication
Asymmetric API keys
Emergency locking an account
Changing the email of an account
Secondary email confirmation for withdrawals
See all 7 articles
Wallet Management
Deposits
Withdrawals
Transfers
The Travel Rule
Buying Cryptocurrency using Deribit partners
Custody
Custody Options
Technical Information
Creating new API key on Deribit
Connection Management
Accessing historical trades and orders using API
API Usage Policy
Rate Limits
Server Infrastructure
See all 9 articles
Testnet
Register at Testnet Deribit
How to login with your email
Testnet availability
Differences from Production exchange
Depositing test funds to your testnet account
How to force trades to be matched on testnet
Categories
<% 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 %>
<% } %>
<% }) %>