Interface ConvertMapping

All Superinterfaces:
com.binance4j.core.client.RestMapping

public interface ConvertMapping extends com.binance4j.core.client.RestMapping
The ConvertClient mapping.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The base uri.

    Fields inherited from interface com.binance4j.core.client.RestMapping

    API_H, SIGNED_H
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<ConversionHistory>
     
  • Field Details

  • 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.