Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-29 18:34:21 +05:00
parent 3b6855578c
commit bfdb3a2966
14 changed files with 194 additions and 12 deletions

View file

@ -63,7 +63,7 @@ interface OnrampApi {
@GET("onramp-data")
suspend fun getData(
@Header("user-id") userWalletId: String,
@Header("refcode") refCode: String,
@Header("refcode") refCode: String?,
@Query("fromCurrencyCode") fromCurrencyCode: String,
@Query("fromPrecision") fromPrecision: Int,
@Query("toContractAddress") toContractAddress: String,