All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.binance4j.market.param.AveragePriceParams Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
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