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
Claves API asimétricas
Bloqueo de emergencia de una cuenta
Cambiar el correo electrónico de una cuenta
Confirmación por correo electrónico secundario para retiros
Ver los 7 artículos
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
Creación de una nueva clave de API en Deribit
Guía de autenticación de API
Administración de conexiones: prácticas recomendadas
Recopilación de datos de mercado: mejores prácticas
Gestión de pedidos: mejores prácticas
Configuración de la API de protección de Market Maker
Ver los 13 artículos
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 %>
<% } %>
<% }) %>