// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/newimportOpenAPIClientlet authorization ="authorization_example"// String | let source ="source_example"// String | let country ="country_example"// String | OnramperAPI.onRamperGetSupportedAssets(authorization: authorization, source: source, country: country) { (response, error) inguard error ==nilelse {print(error)return }if(response) {dump(response) }}
Parameters
Name
Type
Description
Notes
authorization
String
source
String
country
String
Return type
SupportedAssetResponse
Authorization
ApiKeyAuth, BearerAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/newimportOpenAPIClientlet authorization ="authorization_example"// String | let type ="type_example"// String | OnramperAPI.onRamperGetSupportedCurrencies(authorization: authorization, type: type) { (response, error) inguard error ==nilelse {print(error)return }if(response) {dump(response) }}
Parameters
Name
Type
Description
Notes
authorization
String
type
String
Return type
SupportedCurrenciesResponse
Authorization
ApiKeyAuth, BearerAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/newimportOpenAPIClientlet authorization ="authorization_example"// String | let country ="country_example"// String | let type ="type_example"// String | OnramperAPI.onRamperGetSupportedDefaultsAll(authorization: authorization, country: country, type: type) { (response, error) inguard error ==nilelse {print(error)return }if(response) {dump(response) }}
Parameters
Name
Type
Description
Notes
authorization
String
country
String
type
String
Return type
SupportedDefaultResponse
Authorization
ApiKeyAuth, BearerAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/newimportOpenAPIClientlet authorization ="authorization_example"// String | OnramperAPI.onRamperGetSupportedOnRampsAll(authorization: authorization) { (response, error) inguard error ==nilelse {print(error)return }if(response) {dump(response) }}
Parameters
Name
Type
Description
Notes
authorization
String
Return type
GetSupportedOnRampsResponse
Authorization
ApiKeyAuth, BearerAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/newimportOpenAPIClientlet authorization ="authorization_example"// String | let fiat ="fiat_example"// String | let country ="country_example"// String | let type ="type_example"// String | OnramperAPI.onRamperGetSupportedPaymentTypes(authorization: authorization, fiat: fiat, country: country, type: type) { (response, error) inguard error ==nilelse {print(error)return }if(response) {dump(response) }}
Parameters
Name
Type
Description
Notes
authorization
String
fiat
String
country
String
type
String
Return type
SupportedPaymentTypesCurrencyResponse
Authorization
ApiKeyAuth, BearerAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/newimportOpenAPIClientlet authorization ="authorization_example"// String | let fiat ="fiat_example"// String | let country ="country_example"// String | OnramperAPI.onRamperGetSupportedPaymentTypesFiat(authorization: authorization, fiat: fiat, country: country) { (response, error) inguard error ==nilelse {print(error)return }if(response) {dump(response) }}
Parameters
Name
Type
Description
Notes
authorization
String
fiat
String
country
String
Return type
SupportedPaymentTypesCurrencyResponse
Authorization
ApiKeyAuth, BearerAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]