Skip to main content
Use this endpoint to generate a quote for offramp transactions — converting crypto to fiat and delivering funds via bank transfer.
New to the Ramp API? Read the Ramp API Overview for the full lifecycle and all three transaction flows. See Supported Assets & Destinations for available fiat corridors.

Endpoint

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

Request headers


Request body

copy

Body fields

No feeLevel needed — for offramp quotes, gas fees are calculated automatically and included in the quote response. You do not need to specify a fee level.

Request examples


Successful response

copy

Response field reference


Error responses


Best practices

  • Use the rules array to validate the target fiat amount is within corridor limits before calling payout.
  • The settlement field indicates expected delivery time — surface this to your users.
  • For offramp payouts, the recipient object requires bank account details. See Create Ramp Payout.
  • Pass the quoteId to POST /v2/ramp/payout to execute the transfer.

Next steps