Binance Connector JS
    Preparing search index...

    Interface GetOnChainYieldsLockedSubscriptionRecordRequest

    Request parameters for getOnChainYieldsLockedSubscriptionRecord operation in OnChainYieldsApi. GetOnChainYieldsLockedSubscriptionRecordRequest

    interface GetOnChainYieldsLockedSubscriptionRecordRequest {
        asset?: string;
        clientId?: string;
        current?: number;
        endTime?: number;
        purchaseId?: string;
        recvWindow?: number;
        size?: number;
        startTime?: number;
    }
    Index

    Properties

    asset?: string

    WBETH or BETH, default to BETH

    OnChainYieldsApiGetOnChainYieldsLockedSubscriptionRecord

    clientId?: string

    OnChainYieldsApiGetOnChainYieldsLockedSubscriptionRecord

    current?: number

    Currently querying page. Start from 1. Default:1

    OnChainYieldsApiGetOnChainYieldsLockedSubscriptionRecord

    endTime?: number

    OnChainYieldsApiGetOnChainYieldsLockedSubscriptionRecord

    purchaseId?: string

    OnChainYieldsApiGetOnChainYieldsLockedSubscriptionRecord

    recvWindow?: number

    OnChainYieldsApiGetOnChainYieldsLockedSubscriptionRecord

    size?: number

    Default:10, Max:100

    OnChainYieldsApiGetOnChainYieldsLockedSubscriptionRecord

    startTime?: number

    OnChainYieldsApiGetOnChainYieldsLockedSubscriptionRecord