Bearer or header
Authorization: Bearer, or x-prism-key when a preflight would be in the way.
Three endpoints, one credential, and a version number in the path so a field that changes later cannot break an integration written today.
Authorization: Bearer, or x-prism-key when a preflight would be in the way.
Counted per key, reset at midnight UTC, and returned in X-Prism-Quota-Remaining.
Every response names its source, when it was read, and whether it was live.
A 429 carries Retry-After. A 401 carries a link to this page.
Attnom Prism allows 1,000 calls per key per day.
A key belongs to an account rather than a browser, so it can be revoked from another device. Sign in to mint one.
/api/prism/v1/marketThe ranked universe, paged.
limit (max 250), offset
/api/prism/v1/screenThe screener. Takes the same query string the browser screener builds.
q, chain, minScore, minChange, minVolume, maxRisk, outflow, sort, direction, limit
/api/prism/v1/token/{slug}One asset, with the observations Prism has stored for it.
days (1-45)
curl -H "Authorization: Bearer $PRISM_KEY" \ "https://attnom.com/api/prism/v1/screen?minScore=70&maxRisk=Medium&sort=change-24h&limit=10"
Responses carry a disclaimer field for the same reason an exported memo carries one on its last page. Prism returns research data. Nothing it returns is a recommendation to buy, sell, or hold anything.