Saltar al contenido principal
Deribit Support
Abrir/cerrar menú de navegación
Ir a Deribit.com
Contacto
Enviar una solicitud
Iniciar sesión
Español
English (United States)
简体中文
Deribit Soporte
Soporte
Soporte
Incorporación
Primeros pasos
Cómo registrarse en Deribit
Iniciar sesión en su cuenta de Deribit
Guía de configuración de cuentas
Configuración de la cuenta
Estadísticas e informes
Página de configuración de la cuenta
Estructura y propiedad de la cuenta
Subcuentas
Cierre de cuenta
Seguridad de la cuenta
Configuraciones de seguridad de cuentas
Autenticación de dos factores
Bloqueo de emergencia de una cuenta
Cambiar el correo electrónico de una cuenta
Confirmación por correo electrónico secundario para retiros
Restablecer la contraseña
Administración de monederos
Depósitos
Retiros
Transferencias
La regla de viaje
Comprar criptomonedas con los socios de Deribit
Recuperación de monedas
Custodia
Opciones de custodia
Comprobante de reservas
Información técnica
Multidifusión
Infraestructura de servidores
Puerta de entrada a Asia
Instrucciones de Deribit AWS Endpoint Service
Instrucción del servicio de multidifusión de AWS de Deribit
Red de pruebas
Red de prueba de Deribit
Depositar fondos de prueba en su cuenta de testnet
Cómo hacer coincidir las operaciones en Testnet
Contactar
Póngase en contacto con nosotros
Recompensa por errores
Categorías
<% 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 %>
<% } %>
<% }) %>