Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-01 15:39:08 +03:00
parent 68c8980624
commit 4df89bb521
4 changed files with 10 additions and 0 deletions

View file

@ -50,6 +50,8 @@ interface TangemExpressApi {
@Query("rateType") rateType: String,
@Query("toAddress") toAddress: String,
@Query("requestId") requestId: String,
@Query("refundAddress") refundAddress: String?, // for cex only
@Query("refundExtraId") refundExtraId: String?, // for cex only
): ApiResponse<ExchangeDataResponse>
@GET("exchange-status")