Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
adjust endpoint security
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Hodan committed Apr 5, 2021
1 parent 7fdb566 commit ed6fb97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public interface BinanceApiService {
@GET("/sapi/v1/margin/allAssets")
Call<List<Asset>> getAllAssets();

@Headers(BinanceApiConstants.ENDPOINT_SECURITY_TYPE_APIKEY_HEADER)
@Headers(BinanceApiConstants.ENDPOINT_SECURITY_TYPE_SIGNED_HEADER)
@GET("/sapi/v1/asset/tradeFee")
Call<List<TradeFee>> getAllTradeFees(@Query("timestamp") long timestamp, @Query("symbol") String symbol,
@Query("recvWindow") Long recvWindow);
Expand Down

0 comments on commit ed6fb97

Please sign in to comment.