Token socials
Returns launch and social metadata without running the full token analysis.
GET /v1/agent/token/{address}/socials · Price: $0.005
Inputs
| Name | In | Required | Values |
|---|---|---|---|
address | Path | Yes | EVM address (0x plus 40 hexadecimal characters) |
chain | Query | No | base (default), robinhood, ethereum |
No other query parameter is accepted; clients cannot force a cache refresh.
Response
| Field | Description |
|---|---|
chain, token_address, symbol, name | Token identity. |
source | Attributed token or launch source. |
launch | Launchpad, launch URL, factory, transaction, deployer, market, pool, and attributed X metadata when known. |
socials | X, Telegram, website, Discord, image, and metadata source when known. |
sources_tried, socials_found | Enrichment coverage. |
enrichment_status, enriched_at | live, indexed, partial, or unavailable, with its timestamp. |
data_quality_warnings, data_freshness_ms, cache_status | Quality, age, and cache diagnostics. |
Indexed launch metadata takes precedence; bounded enrichment fills missing fields. Missing links remain null and do not imply that a token is unsafe. Unknown tokens return 404.