com.binance4j.spot.param.AccountParams 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#getAccount} params.
*/
@Param(weight = 10)
public record AccountParams() implements Params {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy