10.6 GET /tokens/{ticker} — single token
Example request:
curl -H "Authorization: Bearer zk_YOUR_KEY" \
"https://zippfeed.com/api/v1/developer/tokens/BTC"
Response: all fields from /tokens plus:
{
"ticker": "BTC",
"name": "Bitcoin",
"logo_url": "https://...",
"post_count": 482,
"market_cap_rank": 1,
"exchange_listings": ["binance", "...", "okx"],
"categories": ["Smart Contract Platform", "..."],
"genesis_date": "2009-01-03",
"primary_ecosystem": {"slug": "ecosystems-bitcoin", "name": "Bitcoin"},
"homepage_url": "https://bitcoin.org",
"description": "Bitcoin is the first successful internet money based on..."
}
homepage_url + description are upstream-sourced (CoinGecko) so
they're shown only on single-row reads to keep the list payload lean.
description may be null when the operator-controlled scrub step
deemed every sentence brand-tainted (see /admin/token-catalog for
the in-Zipp blurb override path).