Binance Connector JS
    Preparing search index...

    Interface GetOnChainYieldsLockedSubscriptionPreviewRequest

    Request parameters for getOnChainYieldsLockedSubscriptionPreview operation in OnChainYieldsApi. GetOnChainYieldsLockedSubscriptionPreviewRequest

    interface GetOnChainYieldsLockedSubscriptionPreviewRequest {
        amount: number;
        autoSubscribe?: boolean;
        projectId: string;
        recvWindow?: number;
    }
    Index

    Properties

    amount: number

    Amount in SOL.

    OnChainYieldsApiGetOnChainYieldsLockedSubscriptionPreview

    autoSubscribe?: boolean

    true or false, default true.

    OnChainYieldsApiGetOnChainYieldsLockedSubscriptionPreview

    projectId: string

    OnChainYieldsApiGetOnChainYieldsLockedSubscriptionPreview

    recvWindow?: number

    OnChainYieldsApiGetOnChainYieldsLockedSubscriptionPreview