fetch_section_detail

Documentation for eth_defi.core3.api.fetch_section_detail function.

fetch_section_detail(session, slug, section, timeout=60.0)

Fetch a project section endpoint (security, financial, etc.).

Parameters
  • session (eth_defi.core3.session.Core3Session) – Core3 API session.

  • slug (str) – Project slug.

  • section (str) – Section name: 'security', 'financial', 'operational', 'reputational', or 'regulatory'.

  • timeout (float) – HTTP request timeout in seconds.

Returns

Section detail dict (raw JSON response).

Return type

dict