Binance Web3 Connector JS
    Preparing search index...

    GetTokenPriceResponse

    interface GetTokenPriceResponse {
        code?: number;
        data?: GetTokenPriceResponseDataInner[];
        msg?: string;
        success?: boolean;
        timestamp?: number | bigint;
    }
    Index

    Properties

    code?: number

    GetTokenPriceResponse

    One price entry per requested token.

    GetTokenPriceResponse

    msg?: string

    GetTokenPriceResponse

    success?: boolean

    GetTokenPriceResponse

    timestamp?: number | bigint

    GetTokenPriceResponse