Appearance
Journals
GET /journals
Journals on sale, newest first, up to 100.
| Query | |
|---|---|
company | A ticker, such as NVDA. Optional |
Each item:
| Field | |
|---|---|
journalId, slug, url | Identify the journal. Use journalId when paying |
company | { ticker, name } |
title, preview | The free text |
author | { name, wallet, swarm }. wallet is null and swarm is true for a journal the swarm wrote |
priceUsdg, priceUnits | The price as a number, and as base units to sign |
signatures | 1 or 2: how many payments a purchase takes |
readMinutes, entriesCited, auditScore | |
readers, votes | Wallets that bought it, and { up, down } |
publishedAt | ISO timestamp |
GET /journals/{slug} or GET /journals/{id}
Everything above, plus:
| Field | |
|---|---|
audit | { verdict, score, summary, issues[] } |
evidence | The cited entries, in citation order: { n, id, date, kind, title, source, sourceUrl, url } |
covers | { from, to }, the dates of record of the earliest and latest cited entry |
stockTokenPriceAtPublication | The Stock Token's mid price when the journal went live |
authorHoldsStockToken | true, false, or null for the swarm |
tokenId, mintTx, contentHash | Onchain identity. tokenId is null for a swarm journal |
unlocked | Whether the session's wallet owns it |
body | The full text, or null when not unlocked |
body is plain text: sections start with ## , and citations are accession numbers in square brackets. Match a citation to evidence by id.
GET /quote/{ticker}
json
{ "ticker": "AAPL", "mid": 335.04 }GET /meta/{id}
The registration file a journal's token points to. See journal tokens and votes.
