Tools & Ecosystem

Everything you need to explore, integrate, and build on Unauthority.

Block Explorer

https://los.yourmoonkey.com/explorer

Real-time block explorer for Unauthority (LOS). Track transactions, validators, supply, mining stats, DEX data, and more. Live data. No login required.

  • Live block & transaction feed
  • Validator leaderboard with uptime
  • Supply & tokenomics visualization
  • Mining difficulty & halving countdown
  • DEX AMM price & trade history
  • Address QR codes & CIL/LOS dual display
  • Post-Quantum transaction badges
  • Tor validator privacy badges

Public REST API

https://los.yourmoonkey.com/api

50+ REST endpoints. No authentication. No rate limit on basic queries. Prometheus metrics. gRPC also available.

LIVE DEMO

MethodEndpointDescription
GET/healthHealth check
GET/node-infoNode version, peers, block count
GET/supplyTotal supply and remaining supply
GET/bal/{address}Account balance
GET/account/{address}Full account details + history
GET/history/{address}Transaction history
GET/validatorsActive validator list with stake info
GET/consensusaBFT consensus status and safety
GET/peersConnected peers + validator endpoints
GET/blockLatest block
GET/blocks/recentRecent blocks
GET/reward-infoReward pool & epoch info
GET/metricsPrometheus-compatible metrics
POST/sendSend LOS transaction (requires signature + public_key)
POST/register-validatorRegister as network validator
POST/deploy-contractDeploy WASM smart contract
POST/call-contractExecute smart contract function
POST/create-walletCreate Dilithium5 wallet (password-encrypted)
GET/richlistTop addresses by balance (?limit=100&offset=0)
GET/search/{query}Search address, block hash, tx hash, smart contract
GET/fee-estimate/{addr}Fee estimate for address
GET/mempool/statsMempool statistics
GET/slashingSlashing statistics
GET/slashing/{address}Slashing profile per validator
GET/network/peersPeer directory with .onion endpoints
GET/mining-infoPoW epoch info, difficulty, reward
GET/dex/poolsList all DEX pools
GET/dex/pool/{c}/{id}DEX pool info
GET/dex/quote/{c}/{id}/{token}/{amt}DEX swap quote
GET/tokensList all USP-01 tokens
GET/token/{address}USP-01 token info
GET/token/{addr}/balance/{holder}USP-01 token balance

DEVELOPER TOOLS

Build on Unauthority

SDK

los-sdk Rust crate for external integration.

GitHub: .../crates/los-sdk/

View on GitHub

CLI

los-cli binary — wallet, transactions, validator ops, DEX trading.

Part of los-node binary

CLI Docs

WASM Contracts

Write contracts in any WASM-compatible language. USP-01 token + DEX AMM examples.

16 host functions available

Smart Contracts Guide

Prometheus Metrics

45+ gauges, counters, histograms. GET /metrics endpoint.

Compatible with Grafana

API Reference

RESOURCES

Integration Resources

ResourceDescriptionLink
API ReferenceAll 50+ REST + gRPC endpointsView
Exchange IntegrationRPC docs for exchanges & integratorsView
ArchitectureSystem design, crate map, data flowView
Smart ContractsWASM deploy on UVM, USP-01 tokenView
Genesis TransparencyAll genesis wallet addressesView
WhitepaperFull technical specificationView