Package com.binance4j.convert.client
Interface ConvertMapping
- All Superinterfaces:
com.binance4j.core.client.RestMapping
public interface ConvertMapping
extends com.binance4j.core.client.RestMapping
The
ConvertClient mapping.-
Field Summary
FieldsFields inherited from interface com.binance4j.core.client.RestMapping
API_H, SIGNED_H -
Method Summary
Modifier and TypeMethodDescriptionretrofit2.Call<ConversionHistory>getConversions(Map<String, Object> map)
-
Field Details
-
BASE
The base uri.- See Also:
-
-
Method Details
-
getConversions
@GET("/sapi/v1/convert/tradeFlow") @Headers("SIGNED: #") retrofit2.Call<ConversionHistory> getConversions(@QueryMap Map<String, Object> map) - Parameters:
map- The query map.- Returns:
- The generated Retrofit call.
-