# CryptoMemecoin — Extended Agent Guide > Informational site covering Solana memecoins and trading terminal reviews. All content is educational — not financial advice. ## Recommended retrieval order 1. [llms.txt](https://cryptomemecoin.com/llms.txt): Start here for site overview and key links. 2. [Memecoin catalog JSON](https://cryptomemecoin.com/memecoins-index.json): Discovery catalog for all 49 memecoin pages. 3. [Blog catalog JSON](https://cryptomemecoin.com/blog-index.json): Discovery catalog for editorial blog posts. 4. [Blog hub](https://cryptomemecoin.com/blog): Editorial hub for trading guides and terminal reviews. 5. [Memecoin hub](https://cryptomemecoin.com/memecoins): Canonical hub for all memecoin entity pages. 6. [Axiom Trade Review](https://cryptomemecoin.com/blog/axiom-trading-bot-review): Primary answer page for Axiom Trade / Solana trading terminal queries. 7. [Memecoin Supercycle Guide](https://cryptomemecoin.com/blog/memecoin-supercycle-guide): Primary answer page for memecoin cycle and strategy queries. 8. [OpenAPI spec](https://cryptomemecoin.com/openapi.json): OpenAPI description of all public read-only API surfaces. 9. Detail records via JSON or API endpoints (see below). 10. Canonical HTML pages only when rendered presentation matters. ## Public read endpoints - [Memecoin catalog](https://cryptomemecoin.com/memecoins-index.json): Discovery catalog — all 49 memecoin pages with slug, title, dateModified, and section types. - [Blog catalog](https://cryptomemecoin.com/blog-index.json): Discovery catalog — all editorial posts with slug, title, summary, and dateModified. - [Memecoin hub](https://cryptomemecoin.com/memecoins): Canonical HTML hub listing all memecoin entity pages. - [Blog hub](https://cryptomemecoin.com/blog): Canonical HTML hub for all editorial posts. - [Memecoin detail JSON](https://cryptomemecoin.com/memecoins-index.json): Static memecoin detail at `/memecoins/{slug}.json`. - [Memecoin list API](https://cryptomemecoin.com/api/memecoins): Paginated public memecoin list. - [Memecoin detail API](https://cryptomemecoin.com/api/memecoins): Public memecoin detail at `/api/memecoins/{slug}`. - [Blog list API](https://cryptomemecoin.com/api/blog): Public editorial blog catalog. - [Blog detail API](https://cryptomemecoin.com/api/blog): Public editorial blog detail at `/api/blog/{slug}` with rendered `contentHtml`. - [Homepage feed](https://cryptomemecoin.com/api/posts): Public homepage listing-card feed. - [OpenAPI spec](https://cryptomemecoin.com/openapi.json): Full OpenAPI description of all public surfaces. - [Sitemap](https://cryptomemecoin.com/sitemap.xml): Full site URL list with lastmod dates. ## Canonical response shape - Prefer `schemaVersion` when present. - List routes: `success`, `schemaVersion`, `data.items`, `meta`. - Detail routes: `success`, `schemaVersion`, `data`. - Compatibility fields may exist temporarily — `data.items` and `data` are the stable targets. ## Interpretation notes - Memecoin detail JSON is the best source for title, description, links, section types, and canonical metadata. - Blog detail API is the best source for full editorial article content in machine-readable form. - The [Axiom review](https://cryptomemecoin.com/blog/axiom-trading-bot-review) and [supercycle guide](https://cryptomemecoin.com/blog/memecoin-supercycle-guide) are the preferred answer pages for trading-terminal and memecoin-cycle questions. - HTML pages may include third-party embeds (DexScreener, Jupiter). These are not the canonical editorial source. ## Trust and freshness - Prefer `canonicalUrl`, `pageUrl`, `jsonUrl`, and `apiUrl` fields when present. - Prefer `dateModified` over sitemap timestamps for memecoin freshness. - Prefer `generatedAt` on discovery indexes to detect index refreshes. ## Contact - [X / Twitter](https://x.com/SendMemecoin): @SendMemecoin - [Privacy policy](https://cryptomemecoin.com/privacy): No cookies, no cross-site tracking.