Dash Insight REST API

Open-source REST and WebSocket API for querying the Dash Core (layer 1) blockchain. Provides endpoints for blocks (by hash or height), raw blocks, transactions (by txid), raw transactions, addresses (balance, total received/sent, UTXOs, transaction history), multi-address UTXO and transaction queries, transaction broadcast (standard and InstantSend), Dash governance objects (sporks, budget proposals, masternode votes), and network status. Real-time events (new blocks, new transactions, InstantSend locks) are streamed over socket.io WebSockets.

API entry from apis.yml

apis.yml Raw ↑
name: Dash Insight REST API
description: Open-source REST and WebSocket API for querying the Dash Core (layer 1) blockchain. Provides
  endpoints for blocks (by hash or height), raw blocks, transactions (by txid), raw transactions, addresses
  (balance, total received/sent, UTXOs, transaction history), multi-address UTXO and transaction queries,
  transaction broadcast (standard and InstantSend), Dash governance objects (sporks, budget proposals,
  masternode votes), and network status. Real-time events (new blocks, new transactions, InstantSend locks)
  are streamed over socket.io WebSockets.
humanURL: https://docs.dash.org/en/stable/developers/insight.html
baseURL: https://insight.dash.org/insight-api
tags:
- Cryptocurrency
- Dash
- Blockchain
- Block Explorer
- Transactions
- Addresses
- InstantSend
- Governance
- WebSocket
properties:
- type: Documentation
  url: https://docs.dash.org/en/stable/developers/insight.html
- type: GitHubRepository
  url: https://github.com/dashpay/insight-api
- type: BlockExplorer
  url: https://explorer.dash.org/insight/
- type: TestnetAPI
  url: https://testnet-insight.dash.org/insight-api