com.binance4j.market.dto.ServerTimeResponse 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.dto;
/**
* A wrapper for the server time
*
* @param serverTime The server time in ms.
*/
public record ServerTimeResponse(long serverTime) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy