Skip to main content
POST
Create 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.

Create Quote (Off Ramp)

This endpoint creates a quote for converting a cryptocurrency (crypto-to-fiat) in an off-ramp scenario. The data generated includes calculated rates, fees, and applicable transaction limits.
New to the Ramp API? Read How meCash Ramp Works for the full lifecycle, both transaction flows, and integration considerations. See Supported Ramp Assets & Destinations for supported fiat corridors and transaction limits.

Endpoint

POST {{baseURL}}/v1/ramp/quote

Example Request Body

Note: Gas fee level defaults to MEDIUM.

Success Response 200 OK

Response Fields Breakdown

Source Object

Target Object

Rate and Fees

Rules Array

Gas Fee Object

Summary

Error Responses

Authorizations

x-api-key
string
header
required

Body

application/json
paymentChannel
string
required
Example:

"BANK_TRANSFER"

source
object
required
target
object
required

Response

Quote generated successfully.

status
string
Example:

"success"

message
string
Example:

"quote generated successfully"

data
object