REST API for blockchain data and operations
Version
2.0.0
Endpoints
12+
Network
TWOLEGEND
Status
Active
Base URL
Example Request
/health
Health check endpoint - Returns server and blockchain status
/api/info
API information and available endpoints
/api/network
Network information and current status
/api/stats
Comprehensive network statistics
/api/recent-blocks
Get recent blocks with transaction counts
/api/recent-transactions
Get recent transactions from the blockchain
/api/block/:blockId
Get block by number or 'latest'
/api/transaction/:hash
Get transaction details by hash
/api/balance/:address
Get wallet balance for an address
/api/search
Universal search for blocks, transactions, or addresses