com.binance4j.market.param.AveragePriceParams Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of binance4j-market Show documentation
Show all versions of binance4j-market Show documentation
Connector for the Market endpoints of the Binance API
package com.binance4j.market.param;
import com.binance4j.core.annotation.Param;
import com.binance4j.core.param.Params;
import com.binance4j.market.client.MarketClient;
/**
* {@link MarketClient#getAveragePrice} params.
*
* @param symbol The trading pair we want the price.
*/
@Param(recvWindow = false, timestamp = false)
public record AveragePriceParams(String symbol) implements Params {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy