Updated on 2026-08-14
This commit is contained in:
parent
db55e6eb1d
commit
8223ca8eb8
3 changed files with 10 additions and 5 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue