Binance Connector JS
    Preparing search index...

    Request parameters for indexLinkedPlanRedemption operation in TradeApi. IndexLinkedPlanRedemptionRequest

    interface IndexLinkedPlanRedemptionRequest {
        indexId: number;
        recvWindow?: number;
        redemptionPercentage: number;
        requestId?: string;
    }
    Index

    Properties

    indexId: number

    TradeApiIndexLinkedPlanRedemption

    recvWindow?: number

    no more than 60000

    TradeApiIndexLinkedPlanRedemption

    redemptionPercentage: number

    user redeem percentage,10/20/100..

    TradeApiIndexLinkedPlanRedemption

    requestId?: string

    sourceType + unique, transactionId and requestId cannot be empty at the same time

    TradeApiIndexLinkedPlanRedemption