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

io.github.xinyangpan.crypto4j.binance.BinanceProperties Maven / Gradle / Ivy

package io.github.xinyangpan.crypto4j.binance;

import org.springframework.boot.context.properties.ConfigurationProperties;

import io.github.xinyangpan.crypto4j.core.RestProperties;
import lombok.Data;

@Data
@ConfigurationProperties("binance")
public class BinanceProperties {

	private String websocketUserStreamBaseUrl;
	private String websocketMarketBaseUrl;
	private RestProperties restProperties;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy