Skip to main content

Quick Start

Bridge 100 USDC from Ethereum to Stacks:
curl -X POST https://stacks.aboki.xyz/api/bridge/eth-to-stacks \
  -H "Content-Type: application/json" \
  -d '{
    "amountUSDC": "100",
    "stacksRecipient": "ST1HSKQ5NH4QQBV03SYCARJEN0CVB7PA7ACQ7HZM5"
  }'
Response includes a depositAddress - send your USDC there and the bridge executes automatically. Check Status:
curl https://stacks.aboki.xyz/api/bridge/status/{sessionId}

Getting Startted

Explore this to get starte for a better view check out API REFRENCE

How It Works

Quick Start

Important Concepts

Prerequisites