🔭Widget + React Demo
Here are some examples to help you get your integration just right. Feel free to reach out to the Kado team for more help.
<iframe src="https://app.kado.money?apiKey=API_KEY&onPayCurrency=USD&onRevCurrency=USDC&offPayCurrency=USDC&offRevCurrency=USD&onPayAmount=100&offPayAmount=50&onToAddress=osmo...&cryptoList=USDC,USDT&fiatList=USD,CAD&network=osmosis&product=BUY" width="500" height="700" style="border: 0px;"></iframe>window.open("https://app.kado.money/?onPayCurrency=USD&onPayAmount=200&onRevCurrency=USDC&offPayCurrency=USDC&offRevCurrency=USD&network=OSMOSIS&onToAddress=X&offFromAddress=X&cryptoList=USDC&networkList=OSMOSIS&apiKey=API_KEY&product=BUY", "_blank", "toolbar=yes,scrollbars=yes,resizable=yes,top=0,left=0,width=420,height=680");
<a target="_blank" href="https://app.kado.money/?onPayCurrency=USD&onPayAmount=200&onRevCurrency=USDC&offPayCurrency=USDC&offRevCurrency=USD&network=OSMOSIS&onToAddress=X&offFromAddress=X&cryptoList=USDC&networkList=OSMOSIS&apiKey=API_KEY&product=BUY">Buy with Kado</a>You can view a demo Create React App (CRA) with the Kado iFrame embedded into react-modal here
Last updated
Was this helpful?