PiScan Developer API
A read-only JSON API over PiScan's indexed Pi Network data. Responses are served from the PiScan index, so pagination and history do not depend on Horizon rate limits.
Endpoints
| Endpoint | Description |
|---|---|
| GET /api/public/v1/ledgers | Latest ledgers, newest first. Optional ?limit= |
| GET /api/public/v1/ledgers/:sequence | A single ledger by sequence number. |
| GET /api/public/v1/transactions | Latest transactions. Optional ?limit= |
| GET /api/public/v1/transactions/:hash | A single transaction with its operations. |
| GET /api/public/v1/accounts/:address | Account balances and recent activity. |
| GET /api/public/v1/stats | Network and index status snapshot. |
Status
These endpoints are being rolled out. API keys and per-key rate limits are coming next; until then the endpoints are open and unauthenticated.