SSMDAG Testnet API Documentation
Base URL
http://testnet.serversecuritymaldives.com/api/
Available Endpoints
| Method |
Endpoint |
Description |
| GET |
/block/latest |
Get the latest block information |
| GET |
/block/{hash} |
Get block by hash or height |
| GET |
/tx/{txid} |
Get transaction details |
| GET |
/address/{address} |
Get address balance and transaction history |
| GET |
/stats |
Network statistics (TPS, Hashrate, etc.) |
| GET |
/richlist |
Get current rich list (already implemented) |
| GET |
/faucet/{address} |
Request test coins |
Example Request
curl http://testnet.serversecuritymaldives.com/api/block/latest
{
"height": 874356,
"hash": "a7f9k2m4p8q3r6t9v2x5z8b1n4m7p9q3r6t",
"timestamp": "2026-05-14T05:49:00Z",
"tx_count": 87
}