cURL
curl --request GET \ --url https://api.sumvin.com/v0/ramp/quotes \ --header 'Authorization: Bearer <token>'
{ "_links": {}, "quotes": [ { "source_amount": "<string>", "source_currency_code": "<string>", "destination_currency_code": "<string>", "destination_amount": "<string>", "exchange_rate": 123, "total_fee": "<string>", "network_fee": "<string>", "transaction_fee": "<string>", "partner_fee": "<string>", "payment_method_type": "<string>", "service_provider": "<string>", "country_code": "<string>", "ramp_score": 123, "low_kyc": true } ] }
JWT token from Authorization header (Bearer token)
Tenant org ID for multi-tenant auth
Successful Response
HAL-style hypermedia links for navigation and available actions.
Show child attributes