ApeCheckAPECHECK

API

Use ApeCheck's score in your own bot, dashboard or site. Free, no key. One rule: show "via ApeCheck" with a link to the report wherever you display the score.

GET /api/score?mint=<address>

Solana mint or EVM (0x) contract address. Chain is detected automatically. Cached 60 seconds.

curl "https://apecheck.fun/api/score?mint=DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
{
  "mint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
  "chain": "solana",
  "symbol": "Bonk",
  "name": "Bonk",
  "score": 86,
  "verdict": "LOW RISK",
  "priceUsd": 0.000002979,
  "liquidityUsd": 204013.35,
  "priceChangeH24": -1.2,
  "found": true
}

Errors: 400 invalid address · 502 upstream lookup failed. found: false means no market and no security data for that address.

Other public endpoints

  • /token/<address>/badge — live SVG score badge for READMEs and sites. Snippets on every report.
  • /token/<address>/card — 1200×630 PNG share card.
  • /news/feed.xml — RSS of deep dives, dev exposés and weekly roundups.
  • /sitemap.xml · /news-sitemap.xml

Terms

  • • Free for any use, including commercial, with visible attribution: "via ApeCheck" linking to https://apecheck.fun/token/<address>.
  • • Be reasonable: cache results for at least 60 seconds; bursts above a few requests per second may be throttled.
  • • No warranty. Scores describe on-chain structure at request time and are not financial advice. See the disclaimer.
  • • Building something on it? Tell us in the group — we link integrations from here.