Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-25 17:50:49 +07:00
parent db55e6eb1d
commit 8223ca8eb8
3 changed files with 10 additions and 5 deletions

View file

@ -70,7 +70,7 @@ interface TangemExpressApi {
@Query("refundExtraId") refundExtraId: String?, // for cex only
@Query("partnerOperationType") partnerOperationType: String?, // swap/ swap-and-send
@Query("toExtraId") toExtraId: String?, // swap-and-send memo
@Query("quoteId") quoteId: String?, // swap-and-send memo
@Query("quoteId") quoteId: String?, // fixed rate quoteId
): ApiResponse<ExchangeDataResponse>
@GET("exchange-status")