Binance Connector JS
    Preparing search index...

    Interface GetOnChainYieldsLockedProductListRequest

    Request parameters for getOnChainYieldsLockedProductList operation in OnChainYieldsApi. GetOnChainYieldsLockedProductListRequest

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

    Properties

    asset?: string

    WBETH or BETH, default to BETH

    OnChainYieldsApiGetOnChainYieldsLockedProductList

    current?: number

    Currently querying page. Start from 1. Default:1

    OnChainYieldsApiGetOnChainYieldsLockedProductList

    recvWindow?: number

    OnChainYieldsApiGetOnChainYieldsLockedProductList

    size?: number

    Default:10, Max:100

    OnChainYieldsApiGetOnChainYieldsLockedProductList