XY Finance Widget (iframe)
XY Finance Widget is easy to embed into your apps and sites alike, helping engage and retain your users.
Get Started
export default function App() {
// You can change the iframe size. Recommended settings: width 480, height 700.
return (
<>
<iframe width={480} height={700} src="https://widget.xy.finance" />
</>
)
}Configuring Default Settings for the Widget
Configuration
Key
Type
Default
Note
How do referrer and commissionRate work?


Last updated