10.5 GET /tokens — flat list
Example request:
curl -H "Authorization: Bearer zk_YOUR_KEY" \
"https://zippfeed.com/api/v1/developer/tokens"
Response:
Universe is the CoinGecko top-1000 catalog refreshed daily (Zipp-side
token_catalog table). Tokens with zero posts ARE returned — partners
can preflight a topic page UI before the first article lands.
{
"tokens": [
{"ticker": "BTC", "name": "Bitcoin", "logo_url": "https://...", "post_count": 482},
{"ticker": "ETH", "name": "Ethereum", "logo_url": "https://...", "post_count": 391}
]
}
post_count is the lifetime number of live posts (status in
queued/publishing/published/partial) whose posts.tickers array
includes the symbol.