Skip to main content
RampHub gives you one integration for route comparison, order creation, webhook delivery, and status recovery.
Who this page is for Use this page when you want the full mental model before you touch a single endpoint. If you are building a checkout, a wallet flow, or a back office tool, read this first so the rest of the docs make sense.

What RampHub does

RampHub sits between your app and multiple ramp providers. It compares live routes, surfaces the best option, and keeps the order state moving until the trade is resolved. At a high level, RampHub handles four jobs:
  1. Compare eligible provider routes for the user’s request.
  2. Choose the best route based on rate, timing, and provider quality.
  3. Create the order and hand back the instructions your app needs.
  4. Keep the state in sync through webhooks and status recovery.

What the protocol keeps consistent

RampHub is designed to reduce the number of decisions your app has to make on every trade.
AreaWhat RampHub handles
RoutingCompares providers and returns the best live route.
Order stateKeeps buy and sell orders aligned with the provider lifecycle.
Sell flowsResolves bank details before the order is created.
ReliabilityUses webhooks and status sync so missed callbacks can be recovered.
SecurityKeeps API keys on the server and signs webhook deliveries.