Skip to main content
GET
/
v0
/
ramp
/
quotes
Get Ramp Quotes
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
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT token from Authorization header (Bearer token)

Headers

x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

x-juno-jwt
string | null
x-sumvin-token
string | null

Query Parameters

source_amount
required
source_currency_code
string
required
destination_currency_code
string
required
country_code
string
default:US
payment_method_type
string | null

Response

Successful Response

HAL-style hypermedia links for navigation and available actions.

quotes
QuoteData · object[]
required