Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-25 02:45:38 +02:00
parent 1fdc1d07b2
commit 7a1c799ab7
4 changed files with 0 additions and 5 deletions

View file

@ -48,7 +48,6 @@ interface TangemExpressApi {
@Query("providerId") providerId: String,
@Query("rateType") rateType: String,
@Query("toAddress") toAddress: String,
@Query("refundAddress") refundAddress: String,
): ApiResponse<ExchangeDataResponse>
@GET("exchange-result")