Binance Connector JS
    Preparing search index...

    Interface GetSoftStakingProductListRequest

    Request parameters for getSoftStakingProductList operation in SoftStakingApi. GetSoftStakingProductListRequest

    interface GetSoftStakingProductListRequest {
        asset?: string;
        current?: number;
        recvWindow?: number;
        size?: number;
    }
    Index

    Properties

    asset?: string

    WBETH or BETH, default to BETH

    SoftStakingApiGetSoftStakingProductList

    current?: number

    Currently querying page. Start from 1. Default:1

    SoftStakingApiGetSoftStakingProductList

    recvWindow?: number

    SoftStakingApiGetSoftStakingProductList

    size?: number

    Default:10, Max:100

    SoftStakingApiGetSoftStakingProductList