com.binance4j.pay.param.TradeHistoryParams Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of binance4j-pay Show documentation
Show all versions of binance4j-pay Show documentation
Connector for the pay endpoints of the Binance API
package com.binance4j.pay.param;
import com.binance4j.core.annotation.Param;
import com.binance4j.core.dto.RateLimitType;
import com.binance4j.core.param.Params;
import com.binance4j.pay.client.PayClient;
/** {@link PayClient#getTrades} params. */
@Param(weight = 3000, type = RateLimitType.UID)
public record TradeHistoryParams() implements Params {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy