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 (Crypto-to-Crypto)

This endpoint fetches the complete details of a previously created crypto-to-crypto quote using its quote_id . The data includes source and target crypto information, exchange rates, and transaction rules.
New to the Ramp API? Read How meCash Ramp Works for the full lifecycle and integration considerations. See Supported Assets & Destinations for the complete token and network reference.

Endpoint

GET {{appUrl}}/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

Response Breakdown


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