Updated on 2026-08-14
This commit is contained in:
parent
3b6855578c
commit
bfdb3a2966
14 changed files with 194 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue