Skip to main content
Use this endpoint to generate a quote for crypto-to-crypto transfers — for example, sending USDC from your meCash wallet to an external wallet on Polygon Amoy.
New to the Ramp API? Read the Ramp API Overview for the full lifecycle and all three transaction flows.

Endpoint

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

Request headers


Request body

copy

Body fields


Request examples


Successful response

copy

Response field reference


Error responses


Best practices

  • Always specify the feeLevel to control gas costs. If omitted, MEDIUM is used.
  • Use the rules array to validate the requested amount is within corridor limits before calling payout.
  • Cache the quoteId temporarily so the user can review fees before confirming.
  • Pass the quoteId to POST /v2/ramp/payout to execute the transfer.

Next steps