com.binance4j.spot.param.OpenOrdersStatusParams Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of binance4j-spot Show documentation
Show all versions of binance4j-spot Show documentation
A client to communicate with the Binance API Spot endpoints
package com.binance4j.spot.param;
import com.binance4j.core.annotation.Param;
import com.binance4j.core.param.Params;
import com.binance4j.spot.client.SpotClient;
/**
* {@link SpotClient#getOpenOrders} params.
*
* @param symbol Pair we want the open orders.
*/
@Param(weight = 40)
public record OpenOrdersStatusParams(String symbol) implements Params {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy