ElectrumX-backed API gateway and dashboard for the PEPEPOW network. Use PEPEW Light to check addresses, transactions, payment status, market price, and network connectivity.
Query any PEPEPOW address to view balances, scripthash data, and transaction history.
Search a transaction by txid to inspect raw data, blocks, and confirmation status.
Check payment receiving status of any address with confirmed and mempool balance data.
Open the client-side non-custodial web wallet.
Address, transaction, wallet, status, and price endpoints are public read-only queries.
The gateway does not operate as a hosted wallet or invoice ledger.
ElectrumX remains behind the API gateway and is not directly exposed.
Developers can query the API using the following REST endpoints:
Returns cached public PEPEW/USDT market price data from NonKYC. Price data is informational only and may be delayed or temporarily unavailable.
curl -s https://light.pepepow.net/api/price
| Field | Type | Description |
|---|---|---|
| status | string | ok, stale, or unavailable. |
| price_usdt | string|null | Latest PEPEW/USDT price if available. |
| source | string | NonKYC. |
| cached | boolean | True when served from cache. |
| last_updated | string|null | UTC timestamp for the cached price payload. |
curl -s https://light.pepepow.net/api/health
curl -s https://light.pepepow.net/api/status
curl -s https://light.pepepow.net/api/address/PRfbEeHAKKbz6Voz85WJudrJwTA3ZbHunb
curl -s "https://light.pepepow.net/api/address/PRfbEeHAKKbz6Voz85WJudrJwTA3ZbHunb/history?limit=5&offset=0"
curl -s https://light.pepepow.net/api/tx/453c4f723b2eb5cf4b8ef9818fac50d08ddc8ed05bc972ee464f2dbc55b6a3db
curl -s "https://light.pepepow.net/api/payment/check?address=PRfbEeHAKKbz6Voz85WJudrJwTA3ZbHunb&amount=1"
curl -s https://light.pepepow.net/api/wallet/address/PRfbEeHAKKbz6Voz85WJudrJwTA3ZbHunb
curl -s https://light.pepepow.net/api/wallet/history/PRfbEeHAKKbz6Voz85WJudrJwTA3ZbHunb
curl -s https://light.pepepow.net/api/wallet/utxo/PRfbEeHAKKbz6Voz85WJudrJwTA3ZbHunb