Servicios API#

Existen varios servicios API para facilitar la integración rápida y sencilla con la red Dash para servicios que incluyen:

  • Transmisión de transacciones

  • Tipo de cambio

  • Conversión de monedas

  • Generación de facturas

Los servicios de API generalmente se aprovechan para eliminar ese requisito de ejecutar tu propia infraestructura para admitir las interacciones de cadena de bloques. Esto incluye mecanismos tales como:

  • Formar y transmitir una transacción a la red.

  • Generación de direcciones usando Billeteras HD.

  • Procesamiento de pagos usando WebHooks.

Hay una variedad de opciones para respaldar estos métodos, con el diferenciador clave como el modelo de fijación de precios y las funciones compatibles. La siguiente lista de proveedores de API intenta delinear estas características/diferenciadores claves y también incluye un enlace a la documentación relacionada.

Insight#

../../../_images/insight.png

dashpay/insight-api

El Insight REST API de software libre que te proporciona una forma conveniente, potente y sencilla de leer datos de la red de Dash y crear tus propios servicios con ella. Una guía practica para iniciar con el API de Insight y la interfaz del explorador de bloques de Insight esta disponible here.

  • Características: Transmisión de transacciones, notificaciones de WebSocket.

  • Modelo de precios: Gratis / Fuente abierta

  • Documentation: dashpay/insight-api

BlockCypher#

../../../_images/blockcypher.png

https://www.blockcypher.com

BlockCypher es un simple RESTful JSON API para interactuar con cadenas de bloques, que puede ser accedido a través de HTTP o HTTPS desde el dominio api.blockcypher.com.

  • Características: Transmisión de transacción, Billetera HD / Generación de direcciones, Retono de llamadas de WebSocket y WebHook, así como el reenvío de pagos. BlockCypher no maneja llaves privadas.

  • Pricing Model: Per API Call, 5000 Requests -> $85.00 per month (https://accounts.blockcypher.com)

  • Documentation: https://www.blockcypher.com/dev/bitcoin/

BitGo#

../../../_images/bitgo.png

https://www.bitgo.com

BitGo provee un API simple y robusto basado en RESTful y un SDK para el cliente que integra la wallet de divisa digital con la aplicación. Soporte para DASH InstantSend esta disponible.

  • Funcionalidades: Wallets Multi-Firma de disco, Operaciones de Wallet, Notificaciones WebSockets y WebHook, Soluciones custodiadas

  • Modelo de precio: Por llamada del API

  • Documentation: https://app.bitgo.com/docs/

Blockmove#

../../../_images/blockmove.png

https://blockmove.io

Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and easy way to start accepting payments in cryptocurrency.

  • Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private keys are not stored and are available only to the user.

  • Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year free, then $49/month

  • Documentation: https://docs.blockmove.io

NOWNodes#

../../../_images/nownodes.png

https://nownodes.io/

NOWNodes provides simple, fast, and secure RPC access to Dash-based full nodes. The low latency and high performance is of great use to researchers and businesses such as crypto miners or hardware wallet providers.

Tokenview#

../../../_images/tokenview.png

https://services.tokenview.io

Tokenview provides a Dash API, making it easy for developers to create cryptocurrency payment applications and develop Dash dApps. Monitoring and alerts features are available to notify applications of balance changes in real time.

  • Features: Fully access Dash historical and real-time on-chain data for non-custodial wallet, HD wallet. High performance and high availability.

  • Pricing Model: Free up to 1 million requests, pricing tiers.

  • Documentation: https://services.tokenview.io/docs?type=api

CoinPayments#

../../../_images/coinpayments.png

https://www.coinpayments.net

CoinPayments is an integrated payment gateway for cryptocurrencies such as Dash. Shopping cart plugins are available for all popular webcarts used today. CoinPayments can help you set up a new checkout or integrate with your pre-existing checkout.

  • Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds Private Keys on their server allowing merchants to withdraw funds in Cryptocurrency or convert to fiat.

  • Integraciones: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, WooCommerce, Ubercart, XCart, ZenCart

  • Modelo de precios: 0.5% comisión de preocesamiento (https://www.coinpayments.net/help-fees)

  • Documentación: https://www.coinpayments.net/apidoc

Precio de tickers#

You can add a simple price ticker widget to your website using the simple code snippet generator from CoinGecko.

Similar widgets with different designs are available from CoinLib and WorldCoinIndex, while an API providing similar information is available from DashCentral.

Códigos R#

Many wallets can generate QR codes that are scannable to simplify entry of the Dash address. Printing these codes or posting the on your website makes it easy to receive payment and tips in Dash, both online and offline.

  • In Dash Core, go to the Receive tab, generate an address if necessary, and double-click it to display a QR code. Right-click on the QR code and select Save Image to save a PNG file.

  • En Dash para Android, toque Solicitar Monedas luego toque el codigo QR para mostrar la imagen mas grande. Puede hacer captura de pantalla para guardar una imagen.

  • En Dash para iOS, deslice a la izquierda para mostrar la pantalla Recibir Dash. Un codigo QR y dirección aparecera. Puedes hacer una captura de pantalla para guardar una imagen.

  • Para generar un código QR de cualquier dirección, visita CWA QR Code Generator y simplemente pegue su dirección Dash para generar una imagen.