Package com.binance4j.convert.client
Interface ConvertMapping
- All Superinterfaces:
com.binance4j.core.client.RestMapping
public interface ConvertMapping
extends com.binance4j.core.client.RestMapping
ConvertClient mapping.-
Field Summary
FieldsFields inherited from interface com.binance4j.core.client.RestMapping
API_H, IP_H, IP_UID_H, IS_ORDER_H, ORDER_H, RATE_LIMIT_H, SIGNED_H, UID_H, WEIGHT_H, WEIGHT_ONE_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: #","X-LIMIT: IP","X-WEIGHT: 3000"}) retrofit2.Call<ConversionHistory> getConversions(@QueryMap Map<String, Object> map) - Parameters:
map- Query map.- Returns:
- The generated Retrofit call.
-