Updated on 2026-08-14
This commit is contained in:
parent
b904eecf7a
commit
59dff6b9bd
5 changed files with 21 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue