Binance Connector JS
    Preparing search index...

    Request parameters for getSimpleEarnLockedProductList operation in FlexibleLockedApi. GetSimpleEarnLockedProductListRequest

    interface GetSimpleEarnLockedProductListRequest {
        asset?: string;
        current?: number;
        recvWindow?: number;
        size?: number;
    }
    Index

    Properties

    asset?: string

    USDC or USDT

    FlexibleLockedApiGetSimpleEarnLockedProductList

    current?: number

    Currently querying the page. Start from 1. Default:1

    FlexibleLockedApiGetSimpleEarnLockedProductList

    recvWindow?: number

    FlexibleLockedApiGetSimpleEarnLockedProductList

    size?: number

    Default:10, Max:100

    FlexibleLockedApiGetSimpleEarnLockedProductList