Binance Connector JS
    Preparing search index...

    GetListOfPlansResponse

    interface GetListOfPlansResponse {
        plans?: GetListOfPlansResponsePlansInner[];
        planValueInBTC?: string;
        planValueInUSD?: string;
        pnlInUSD?: string;
        roi?: string;
    }
    Index

    Properties

    GetListOfPlansResponse

    planValueInBTC?: string

    GetListOfPlansResponse

    planValueInUSD?: string

    GetListOfPlansResponse

    pnlInUSD?: string

    GetListOfPlansResponse

    roi?: string

    GetListOfPlansResponse