Alcor
Search
⌃K

Swap Widget

Html widget for integration in your website.
Now you can easily integrate Alcor Exchange into your app.
<iframe src="http://alcor.exchange/swap-widget" width="445" height="600"></iframe>
Just insert an iframe into your html page.
For example:
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Alcor Iframe<h1/>
<iframe src="http://alcor.exchange/swap-widget" width="445" height="600"></iframe>
</body>
</html>