Supernova Testnet API

Programmatic access to Supernova blockchain data

Base URL: https://api.testnet.supernovanetwork.xyz
⚠️ Rate Limits: 100 requests per minute per IP address

Blockchain Endpoints

GET /blockchain/info

Returns current blockchain information

curl https://api.testnet.supernovanetwork.xyz/blockchain/info

Response:

{ "height": 12345, "best_block_hash": "00000000...", "difficulty": 1.5, "total_work": "0x1234", "network": "supernova-testnet", "version": "1.0.0" }
GET /blockchain/block/{height_or_hash}

Get block details by height or hash

curl https://api.testnet.supernovanetwork.xyz/blockchain/block/12345
GET /blockchain/transaction/{txid}

Get transaction details by transaction ID

curl https://api.testnet.supernovanetwork.xyz/blockchain/transaction/abc123...

Account Endpoints

GET /account/{address}/balance

Get account balance

curl https://api.testnet.supernovanetwork.xyz/account/snova1abc.../balance
GET /account/{address}/transactions

Get account transaction history

Parameter Type Description
limit integer Number of transactions to return (max: 100)
offset integer Pagination offset

Network Endpoints

GET /network/peers

Get list of connected peers

GET /node/status

Get node synchronization status

Environmental Endpoints

GET /environmental/impact

Get network environmental impact metrics

GET /environmental/carbon

Get carbon offset statistics