@sodazone/ocelloids-client - v4.1.3
    Preparing search index...

    Type Alias DefiPricePayload

    type DefiPricePayload = {
        assetId: string;
        decimals: number;
        networkId: string;
        priceUSD: string;
        protocol: string;
        symbol: string;
        type: "price";
        updatedAt: number;
    }
    Index

    Properties

    assetId: string
    decimals: number
    networkId: string
    priceUSD: string
    protocol: string
    symbol: string
    type: "price"
    updatedAt: number