Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-24 16:25:24 +02:00
parent 00cc9ea226
commit ca89626d27
4 changed files with 7 additions and 8 deletions

View file

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