Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-30 18:11:28 +03:00
parent b904eecf7a
commit 59dff6b9bd
5 changed files with 21 additions and 3 deletions

View file

@ -32,6 +32,7 @@ interface TangemExpressApi {
@Query("toNetwork") toNetwork: String,
@Query("fromAmount") fromAmount: String,
@Query("fromDecimals") fromDecimals: Int,
@Query("toDecimals") toDecimals: Int,
@Query("providerId") providerId: String,
@Query("rateType") rateType: String,
): ApiResponse<ExchangeQuoteResponse>
@ -44,6 +45,7 @@ interface TangemExpressApi {
@Query("toNetwork") toNetwork: String,
@Query("fromAmount") fromAmount: String,
@Query("fromDecimals") fromDecimals: Int,
@Query("toDecimals") toDecimals: Int,
@Query("providerId") providerId: String,
@Query("rateType") rateType: String,
@Query("toAddress") toAddress: String,