On-ramp Solution

The Leap SDK allows you to enable your users to buy cryptocurrency directly using the Onramper widget in your website or application.

You can integrate the widget in two different ways

  • Redirect your users to the widget URL with a referral link. See more.

  • Use an iframe or a webview to embed the widget in your application. See more.

const widgetUrl = leapSdk.buy({ 
    // optional parameters to customize widget
})

Click here to see parameters available to customize

Last updated