ReDoc documentation
Download OpenAPI specification:Download
{- "fiatCurrencyCapabilities": [
- {
- "fiat": "eur",
- "minAmount": 50,
- "maxAmount": 100000
}, - {
- "fiat": "USD",
- "minAmount": 50,
- "maxAmount": 100000
}, - {
- "fiat": "GBP",
- "minAmount": 50,
- "maxAmount": 100000
}
], - "countryCapabilities": [
- {
- "country": "FR",
- "paymentMethods": [
- {
- "name": "paypal"
}, - {
- "name": "pix"
}, - {
- "name": "card"
}
]
}, - {
- "country": "US",
- "paymentMethods": [
- {
- "name": "paypal"
}, - {
- "name": "pix"
}, - {
- "name": "card"
}
]
}, - {
- "country": "GB",
- "paymentMethods": [
- {
- "name": "paypal"
}, - {
- "name": "pix"
}, - {
- "name": "card"
}
]
}
]
}
OK
Invalid value for: query parameter from, Invalid value for: query parameter to, Invalid value for: query parameter payment-method, Invalid value for: query parameter amount, Invalid value for: query parameter country, Invalid value for: query parameter dest
Error sent by the provider
{- "from": "EUR",
- "to": "bitcoin",
- "fiatAmount": 50,
- "cryptoAmount": 0.2
}
Returns the URL of the on-ramp widget, including the specified buy parameters, to which the user will be redirected.
OK
Bad Request