OnramperApi
OnramperApi
All URIs are relative to https://moon-vault-api-git-ew-supabase-migration-moonup.vercel.app
POST /onramper/fund/${accountName}
GET /onramper/quotes/buy
GET /onramper/quotes/sell
GET /onramper/assets
GET /onramper/currencies
GET /onramper/defaults
GET /onramper/onramps
GET /onramper/payment-types
GET /onramper/payment-types/fiat
onRamperCheckout
kotlin.Any onRamperCheckout(authorization, accountName, transactionInput)
Example
Parameters
authorization
kotlin.String
accountName
kotlin.String
transactionInput
Return type
Authorization
Configure ApiKeyAuth: ApiClient.apiKey["x-api-key"] = "" ApiClient.apiKeyPrefix["x-api-key"] = "" Configure BearerAuth: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
HTTP request headers
Content-Type: application/json
Accept: application/json
onRamperGetQuotesBuy
kotlin.collections.List<Quote> onRamperGetQuotesBuy(authorization, fiat, crypto, amount, paymentMethod, uuid, clientName, country)
Example
Parameters
authorization
kotlin.String
fiat
kotlin.String
crypto
kotlin.String
amount
kotlin.Double
paymentMethod
kotlin.String
[optional] [default to "creditcard"]
uuid
kotlin.String
[optional] [default to ""]
clientName
kotlin.String
[optional] [default to ""]
country
kotlin.String
[optional] [default to ""]
Return type
kotlin.collections.List<Quote>
Authorization
Configure ApiKeyAuth: ApiClient.apiKey["x-api-key"] = "" ApiClient.apiKeyPrefix["x-api-key"] = "" Configure BearerAuth: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
HTTP request headers
Content-Type: Not defined
Accept: application/json
onRamperGetQuotesSell
kotlin.collections.List<SellQuote> onRamperGetQuotesSell(authorization, fiat, crypto, amount, paymentMethod, uuid, clientName, country)
Example
Parameters
authorization
kotlin.String
fiat
kotlin.String
crypto
kotlin.String
amount
kotlin.Double
paymentMethod
kotlin.String
[optional] [default to "creditcard"]
uuid
kotlin.String
[optional] [default to ""]
clientName
kotlin.String
[optional] [default to ""]
country
kotlin.String
[optional] [default to ""]
Return type
kotlin.collections.List<SellQuote>
Authorization
Configure ApiKeyAuth: ApiClient.apiKey["x-api-key"] = "" ApiClient.apiKeyPrefix["x-api-key"] = "" Configure BearerAuth: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
HTTP request headers
Content-Type: Not defined
Accept: application/json
onRamperGetSupportedAssets
SupportedAssetResponse onRamperGetSupportedAssets(authorization, source, country)
Example
Parameters
authorization
kotlin.String
source
kotlin.String
country
kotlin.String
Return type
Authorization
Configure ApiKeyAuth: ApiClient.apiKey["x-api-key"] = "" ApiClient.apiKeyPrefix["x-api-key"] = "" Configure BearerAuth: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
HTTP request headers
Content-Type: Not defined
Accept: application/json
onRamperGetSupportedCurrencies
SupportedCurrenciesResponse onRamperGetSupportedCurrencies(authorization, type)
Example
Parameters
authorization
kotlin.String
type
kotlin.String
Return type
Authorization
Configure ApiKeyAuth: ApiClient.apiKey["x-api-key"] = "" ApiClient.apiKeyPrefix["x-api-key"] = "" Configure BearerAuth: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
HTTP request headers
Content-Type: Not defined
Accept: application/json
onRamperGetSupportedDefaultsAll
SupportedDefaultResponse onRamperGetSupportedDefaultsAll(authorization, country, type)
Example
Parameters
authorization
kotlin.String
country
kotlin.String
type
kotlin.String
Return type
Authorization
Configure ApiKeyAuth: ApiClient.apiKey["x-api-key"] = "" ApiClient.apiKeyPrefix["x-api-key"] = "" Configure BearerAuth: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
HTTP request headers
Content-Type: Not defined
Accept: application/json
onRamperGetSupportedOnRampsAll
GetSupportedOnRampsResponse onRamperGetSupportedOnRampsAll(authorization)
Example
Parameters
authorization
kotlin.String
Return type
Authorization
Configure ApiKeyAuth: ApiClient.apiKey["x-api-key"] = "" ApiClient.apiKeyPrefix["x-api-key"] = "" Configure BearerAuth: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
HTTP request headers
Content-Type: Not defined
Accept: application/json
onRamperGetSupportedPaymentTypes
SupportedPaymentTypesCurrencyResponse onRamperGetSupportedPaymentTypes(authorization, fiat, country, type)
Example
Parameters
authorization
kotlin.String
fiat
kotlin.String
country
kotlin.String
type
kotlin.String
Return type
SupportedPaymentTypesCurrencyResponse
Authorization
Configure ApiKeyAuth: ApiClient.apiKey["x-api-key"] = "" ApiClient.apiKeyPrefix["x-api-key"] = "" Configure BearerAuth: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
HTTP request headers
Content-Type: Not defined
Accept: application/json
onRamperGetSupportedPaymentTypesFiat
SupportedPaymentTypesCurrencyResponse onRamperGetSupportedPaymentTypesFiat(authorization, fiat, country)
Example
Parameters
authorization
kotlin.String
fiat
kotlin.String
country
kotlin.String
Return type
SupportedPaymentTypesCurrencyResponse
Authorization
Configure ApiKeyAuth: ApiClient.apiKey["x-api-key"] = "" ApiClient.apiKeyPrefix["x-api-key"] = "" Configure BearerAuth: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""
HTTP request headers
Content-Type: Not defined
Accept: application/json
Last updated