Decentralised Satellite Economy Ledger — RPC & REST API Gateway
dsel-testnet-1  ·  Block 2555370  ·  wasmd v0.53.2 + wasmvm v2.1.4
2555370
Block Height
5
USATS NFTs
1.5T
BWT-KU Supply
2
Contracts Live

Core API

GET
Service health check — version, block height, node status
GET
Chain stats — block height, TPS, chain ID, latest block time
GET
Latest 20 blocks with height, time, tx count, hash
POST
/api/faucet
Request 100 TDSEL testnet tokens. Body: {"address":"dsel1..."} Rate: 1/24h

Smart Contracts

GET
All deployed contract addresses (CW20 BWT-KU + CW721 USATS)
GET
All minted USATS orbital slot NFTs — 5 tokens across GEO/LEO/MEO
GET
/api/balance/:address
CW20 BWT-KU balance for any dsel1... address

Satellite Registry

GET
All registered satellites. Filter: ?owner=dsel1...&band=Ku
GET
Registry stats — total satellites, active count, band breakdown
POST
/api/satellite/register
Register a satellite: name, owner, TLE, band, altitude, capability
POST
/api/satellite/:id/heartbeat
Satellite liveness ping — updates last_heartbeat and sets status=active

CometBFT RPC (Direct)

GET
CometBFT node status JSON — sync info, validator, network
GET
Recent block metadata list
GET
/block?height=N
Block by height
GET
Full genesis file