VKX Technologies

Bridge API

Move USDT across networks.
One key, one command.

Create your API key, track volume and fees, and integrate in minutes. No forms, no waiting: sign in with Google and the key is issued right away.

Routes

Where value leaves from, and where it lands.

Pick the source network to see the available destinations. USDT leaves the source wallet, crosses VKX infrastructure and is delivered on the destination network within seconds.

Routes from BNB Chain

  • Polygon POL
  • Arbitrum ARB
  • Avalanche AVAX
  • Optimism OPT
  • Ethereum ETH
  • Base BASE

Routes from Polygon

  • BNB Chain BSC
  • Arbitrum ARB
  • Avalanche AVAX
  • Optimism OPT
  • Ethereum ETH
  • Base BASE
Moved (completed)
VKX fees paid
Orders

Volume by destination network

Nothing moved yet — create your key and place the first order.

Your API keys

How to integrate 2 minutes

1Set it up once (paste the key when prompted):

npx @vkx/bridge init

2Send — Polygon to BSC, with no gas needed on Polygon:

npx @vkx/bridge send --from POL --to BSC --amount 100 --dest 0x...

Sources: BSC and POL · Destinations: BSC, POL, ARB, AVAX, OPT, ETH, BASE · If anything fails, the amount returns to the source wallet on its own.

Fast mode (under 1 minute): add --speed express to the command, or enable it by default on your key in the table above. Cost: 0.30% + US$ 1.00 per transaction — normal mode costs 0.30% + US$ 0.20 and takes 1–3 minutes.

3Track it:

npx @vkx/bridge status VKX-BRIDGE-...

4Integrating into your own system? Paste this prompt into your AI assistant (ChatGPT, Claude, Cursor) and it will wire it up for you:

5Or straight into your Node code:

Copied