Protocol information from DeFi Llama

interface Protocol {
    address: null | string;
    audit_note: null | string;
    audits: null | string;
    category: string;
    chain: string;
    chains: string[];
    chainTvls: Record<string, number>;
    change_1d: null | number;
    change_1h: null | number;
    change_7d: null | number;
    cmcId: null | string;
    description: string;
    forkedFrom: string[];
    gecko_id: null | string;
    id: string;
    listedAt: number;
    logo: null | string;
    methodology?: null | string;
    module: string;
    name: string;
    oracles: string[];
    symbol: string;
    tvl: number;
    twitter: null | string;
    url: string;
}

Properties

address: null | string
audit_note: null | string
audits: null | string
category: string
chain: string
chains: string[]
chainTvls: Record<string, number>
change_1d: null | number
change_1h: null | number
change_7d: null | number
cmcId: null | string
description: string
forkedFrom: string[]
gecko_id: null | string
id: string
listedAt: number
logo: null | string
methodology?: null | string
module: string
name: string
oracles: string[]
symbol: string
tvl: number
twitter: null | string
url: string