Connecting to network…
PressChain

Everything on PressChain, accessible by API.

Public endpoints for reading Capsules, evidence, and TrustScore signals. Authenticated access for writing records, issuing keys, and deeper integrations → all managed through PressConsole.

API explorer

See a live request and response.

Select any endpoint to see what you send and what you get back. Payloads are illustrative.

Fetch a Capsule's public record, status, and TrustScore.

GETapi.presschain.io/v1/capsules/:id
{
  "capsuleId": "CAP-7F2K9Q",
  "status": "Accepted",
  "trustScore": 91,
  "evidence": 6,
  "outlet": "The Ledger Dispatch"
}

What the API covers

Capsules

Records, status, history, and metadata.

Evidence

Read and write evidence records and provenance data.

TrustScore

Fetch current scores and the on-chain events that produced them.

Outlets

Look up verified publisher and outlet identities.

Voting

Read Accept and Challenge activity for any Capsule.

Status

Check live network health and service availability.

Start integrating.