Introduction

The DC Explorer API provides programmatic access to Datachain Rope blockchain data. Use REST endpoints to query accounts, transactions, tokens, and network statistics.

Base URL: https://api.dcscan.io/v1

Authentication

Include your API key in the request header or as a query parameter.

curl -H "X-API-Key: your_api_key" https://api.dcscan.io/v1/stats

Account Endpoints

GET/account/{address}Get account details
GET/account/{address}/txsGet account transactions
GET/account/{address}/tokensGet account token balances

Transaction Endpoints

GET/tx/{hash}Get transaction details
GET/txsList recent transactions
POST/tx/sendBroadcast transaction

Token Endpoints

GET/tokensList all DC-20 tokens
GET/token/{address}Get token details
GET/token/{address}/holdersGet token holders