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.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
Offramp fiat destinations
For offramp transactions (crypto-to-fiat), specifytarget.country and target.currency in your Create Quote (Offramp) request.
Payment channels
Transaction limits
Limits are enforced per quote and returned in therules 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:- For crypto-to-crypto: call Get Gas Fee first, then pass
feeLevel.typeinto your Create Quote (Crypto) request. - For offramp: gas is automatically calculated at
MEDIUMand returned in thegasFeeblock of the Create Quote (Offramp) response.
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.

