Partner Integration Instructions

Unigox makes it easy to offer buy & sell crypto in your app or website with just a few lines of code. We support 3 integration methods.

Contact our team

For fast support or any questions, you can

Best for: Fastest launch, minimal development, no compliance headaches.

You create a link to the Unigox widget with prefilled parameters. When the user clicks the button (e.g., “Buy with Bank” or “Sell for Cash”), they are taken to a hosted Unigox page with the trade details already set.

https://www.unigox.com/buy?amount=100&asset=USDC&currency=NGN&paymentMethod=Opay

Prefill Parameters

Parameter
Required

crypto

yes

Asset code (e.g., USDC, USDT)

fiat

yes

Fiat currency code (e.g., NGN, MXN, BRL)

amount

no

side

yes

buy or sell

paymentMethod

Specific method/network if desired (e.g., M-PESA, PIX)

partnerId

no

Your assigned partner ID for tracking revenue share

redirectUrl

no

URL to redirect after trade completion

✅ Fastest way to go live – no development required

Iframe Widget

Best for: Keeping users inside your flow while using Unigox’s infrastructure.

You can embed our widget directly into your site or app. The same parameters as the deep link are supported, but the widget is shown inline.

<iframe
  src="https://www.unigox.com/buy?amount=100&asset=USDT&currency=MXN"
  width="100%"
  height="700"
  style="border:none;">
</iframe>

White-labeling is available on request (remove Unigox branding).

Integration speed

Fastest (minutes)

Quick (minutes)

User stays in your site

Branding control

Standard Unigox branding

Optional white-label

Mobile app friendly

Custom payment method prefill

Server-to-Server API

(coming soon)

Last updated

Was this helpful?