Skip to main content
🚧 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.
Use this matrix to confirm your source cryptocurrency, target network or fiat currency, and applicable limits before building your Ramp integration.

Supported cryptocurrencies

The Ramp API accepts the following tokens as source assets. Each token is identified by its symbol and the blockchain it travels on β€” always specify both when calling the quote or gas fee endpoints.
Always send assets on the correct network. Sending a token on an unsupported or mismatched network will result in permanent loss of funds. meCash cannot recover assets sent to the wrong network.

Address format

For all Ethereum-based networks (Ethereum, Polygon), wallet addresses must satisfy:
  • Starts with 0x
  • Followed by exactly 40 hexadecimal characters
  • Total length: 42 characters
The addressRegex field returned on every quote response contains the validation pattern for that specific network. Use it in your UI to pre-validate addresses before submission.

Offramp fiat destinations

For offramp transactions (crypto-to-fiat), specify target.country and target.currency in your Create Quote (Offramp) request.

Payment channels


Transaction limits

Limits are enforced per quote and returned in the rules array of every quote response. The values below are defaults β€” always read the rules array at runtime as they may differ per corridor or account tier.
The rules[].invoice field on the quote response represents the cumulative invoice limit. If your transaction approaches this ceiling, you may need to split the order.

Gas fees

Gas fees apply to all crypto transfers (both crypto-to-crypto and offramp). Three priority levels are available:

Processing times

Processing times may be affected by network congestion (crypto) or bank processing schedules and public holidays (fiat).

Next steps

How Ramp Works

Understand the full API lifecycle and transaction flows.

Create Quote (Crypto)

Start a crypto-to-crypto transfer by generating a quote.

Create Quote (Offramp)

Convert crypto to fiat currency by generating an offramp quote.

Ramp Webhooks

Set up webhooks to receive real-time transaction status updates.