Binance Connector JS
    Preparing search index...

    Request parameters for batchRedeem operation in RedeemApi. BatchRedeemRequest

    interface BatchRedeemRequest {
        chainId?: string;
        tokenIds: string[];
        walletAddress: string;
        walletId: string;
    }
    Index

    Properties

    chainId?: string

    Chain ID. Default 56 (BSC)

    RedeemApiBatchRedeem

    tokenIds: string[]

    List of prediction token IDs to redeem. Not empty. Example: tokenIds=112233&tokenIds=112234

    RedeemApiBatchRedeem

    walletAddress: string

    User's prediction wallet address

    RedeemApiBatchRedeem

    walletId: string

    Wallet ID

    RedeemApiBatchRedeem