Binance Connector JS
    Preparing search index...

    Request parameters for redeemSol operation in SolStakingApi. RedeemSolRequest

    interface RedeemSolRequest {
        amount: number;
        recvWindow?: number | bigint;
    }
    Index

    Properties

    Properties

    amount: number

    Amount in BNSOL, limit 8 decimals

    SolStakingApiRedeemSol

    recvWindow?: number | bigint

    Request validity window in milliseconds.

    SolStakingApiRedeemSol