πPiScan

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

EndpointDescription
GET /api/public/v1/ledgersLatest ledgers, newest first. Optional ?limit=
GET /api/public/v1/ledgers/:sequenceA single ledger by sequence number.
GET /api/public/v1/transactionsLatest transactions. Optional ?limit=
GET /api/public/v1/transactions/:hashA single transaction with its operations.
GET /api/public/v1/accounts/:addressAccount balances and recent activity.
GET /api/public/v1/statsNetwork 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.