β‘Widget quickstart
Last updated
Open Dashboard - Widgets in the required environment.
Add the exact website origin that will embed the widget, including the scheme and port when applicable.
https://app.example.com
http://localhost:3000Do not add a path such as /checkout; origins contain only scheme, host, and optional port.
The URL contains the correct sandbox or production public key.
https://widget.coindisco.com/?publicKey=pk_test_YOUR_PUBLIC_KEYUse a redirect for the smallest integration or an iframe to keep the flow on the current page.
Test region and method selection, buy or sell quotes, wallet validation, provider redirect, and transaction updates. Then verify responsive iframe behavior and failure states.
Last updated