Skip to main content
GET
Get Quote
🚧 The Ramp API is currently under construction. Endpoints and features described here are subject to change. Do not use in production until this notice is removed.

Get Quote (Off Ramp)

This endpoint fetches the complete details of a specific off-ramp (crypto-to-fiat) quote, using its quote_id. The data includes source crypto, target fiat, rates, fees, and transaction rules.
New to the Ramp API? Read How meCash Ramp Works for the full lifecycle and integration considerations. See Supported Ramp Assets & Destinations for supported fiat corridors and transaction limits.

Endpoint

GET {{baseURL}}/v1/ramp/quote/{{quote_id}}

Headers


Path Parameter


Example Request

This example shows how to retrieve the details of a specific ramp quote using its unique ID.

Successful Response 200 OK

Error Codes


Authorizations

x-api-key
string
header
required

Path Parameters

quoteId
string<uuid>
required

The unique identifier of the quote.

Response

Quote retrieved successfully.

status
string
Example:

"success"

message
string
Example:

"quote generated successfully"

data
object