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:
{
"ticker": "BTC",
"name": "Bitcoin",
"logo_url": "https://...",
"post_count": 482
}