Updated on 2026-08-14
This commit is contained in:
parent
68c8980624
commit
4df89bb521
4 changed files with 10 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue