@cfxdevkit/defillama - v--check
    Preparing search index...

    Interface Protocol

    Protocol information from DeFi Llama

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

    Properties

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