fetch_project_detail
Documentation for eth_defi.core3.api.fetch_project_detail function.
- fetch_project_detail(session, slug, timeout=60.0)
Fetch full project detail from
/v1/{slug}.Returns the top-level project object including description, rank, PoL score, market cap, links, top_risks, and seals.
- Parameters
session (eth_defi.core3.session.Core3Session) – Core3 API session.
slug (str) – Project identifier (e.g.
'ethereum','aave').timeout (float) – HTTP request timeout in seconds.
- Returns
Project detail dict (raw JSON response).
- Return type