Returns the list of DeFi protocol families supported by the DeFi Positions API, with per-chain availability and stability status.
protocol_families represents one protocol group:
family — Snake-case protocol identifier (e.g. uniswap_v2, aave_v3, lido). The four Lido protocol kinds are merged into a single lido family.chains — Array of chains the protocol is deployed on. Each entry includes chain_id, chain_name, and status (stable or preview).sub_protocols — Named forks or variants under this family (e.g. ["SushiSwapV2", "PancakeSwapV2"] under uniswap_v2). Empty array if no named sub-protocols exist.API key for authentication. Obtain your key from the Dune dashboard at sim.dune.com.
When true, includes chains in preview status. Defaults to false.
When true, includes protocols marked as preview for the requested chains. Defaults to false.
Successful response