Guides
Dash CoreDash PlatformDash.orgDash User DocsLog In
These docs are for v0.14.0. Click to read the latest docs for v0.25-redirect.

DAPI Endpoints

Overview of available endpoints

Endpoint Overview

DAPI currently provides 2 types of endpoints: JSON-RPC and gRPC. The JSON-RPC endpoints expose some layer 1 information while the gRPC endpoints support layer 2 as well as streaming of events related to blocks and transactions/transitions.

JSON-RPC Endpoints

๐Ÿ“˜

gRPC Migration

The remaining JSON-RPC endpoints will be migrated to gRPC in a future release

LayerEndpointDescription
1getAddressSummaryReturns summary information for provided address(es)
1getBestBlockHashReturns block hash of the chaintip
1getBlockHashReturns block hash of the requested block
1getMnListDiffReturns masternode list diff for the provided block hashes
1getUTXOReturns unspent transaction outputs for a given address

gRPC Endpoints

LayerEndpoint
1getBlockReturns information for the requested block
1getStatusReturns blockchain status information
1getTransactionReturns details for the requested transaction
1sendTransactionSubmits the provided transaction
1subscribeTo TransactionsWithProofsReturns transactions matching the provided bloom filter along with the associated islock message and merkle block
2applyStateTransitionApplies the provided State Transition
2getIdentityReturns the requested identity
2getIdentityByFirstPublicKeyReturns the identity associated with the provided public key
2getIdentityIdByFirstPublicKeyReturns the identity ID associated with the provided public key
2getDataContractReturns the requested data contract
2getDocumentsReturns the requested document(s)