Docs / Data Bridge API

Data Bridge API

Cross-chain messaging and USDC liquidity routing.

1. Overview

Move execution commands or liquidity (USDC) from Base network securely across other L1s/L2s using verified relayer signatures.

2. Use Cases

3. Pricing

4. API

POST /v1/bridge/intent

Request:

{ "targetChain": "ethereum", "amount": 50, "token": "USDC" }

Response:

{ "ok": true, "bridgeId": "0x123..." }

5. Examples & 6. Errors

402 BUDGET_EXHAUSTED handles bridge-halting nicely: if lock drops below $12, the bridge refuses to initiate.

7. Best Practices

Query GET /v1/bridge/status/:id using polling to confirm execution on the target chain. Expected latency is 5-15 seconds.