goBlink
Add goBlink to your site
One line of code. Instant cross-chain transfers for your users. No sign-up, no API key required.
One line embed
Drop in an iframe. Done.
26 chains
Your users pay from anywhere.
Customizable
Pre-fill chain, token, address.
Live Preview
This is exactly what your users will see:
your-site.com
Code Examples
Default (any chain)
<iframe src="https://goblink.io/embed" width="500" height="480" style="border:none;border-radius:16px;" allow="clipboard-write" ></iframe>
Pre-fill destination (Base USDC)
<iframe src="https://goblink.io/embed?toChain=base&toToken=USDC" width="500" height="480" style="border:none;border-radius:16px;" allow="clipboard-write" ></iframe>
Pre-fill recipient address
<iframe src="https://goblink.io/embed?toChain=ethereum&toToken=USDC&toAddress=0xYourAddress" width="500" height="480" style="border:none;border-radius:16px;" allow="clipboard-write" ></iframe>
Configuration
Customize the widget with URL parameters:
| Parameter | Type | Description |
|---|---|---|
fromChain | string | Pre-select the source chain (e.g. ethereum, solana) |
toChain | string | Pre-select the destination chain (e.g. base, arbitrum) |
toToken | string | Pre-select the destination token symbol (e.g. USDC, ETH) |
toAddress | string | Pre-fill the recipient address |