Binance Connector JS
    Preparing search index...

    Request parameters for getRwusdSubscriptionHistory operation in RwusdApi. GetRwusdSubscriptionHistoryRequest

    interface GetRwusdSubscriptionHistoryRequest {
        asset?: string;
        current?: number | bigint;
        endTime?: number | bigint;
        recvWindow?: number | bigint;
        size?: number | bigint;
        startTime?: number | bigint;
    }
    Index

    Properties

    asset?: string

    USDC or USDT

    RwusdApiGetRwusdSubscriptionHistory

    current?: number | bigint

    Currently querying page. Starts from 1. Default: 1

    RwusdApiGetRwusdSubscriptionHistory

    endTime?: number | bigint

    RwusdApiGetRwusdSubscriptionHistory

    recvWindow?: number | bigint

    The value cannot be greater than 60000 (ms)

    RwusdApiGetRwusdSubscriptionHistory

    size?: number | bigint

    Number of results per page. Default: 10, Max: 100

    RwusdApiGetRwusdSubscriptionHistory

    startTime?: number | bigint

    RwusdApiGetRwusdSubscriptionHistory