Skip to main content
Bridge moves stablecoins across chains. Like the other transfer resources, v2 and v3 share the same underlying engine and status enum — creating and accepting a bridge work identically under the hood. What changed is the request shape, a path rename on accept, and one dropped recovery mechanism. See the platform-wide changes for ID format, pagination, error shape, and idempotency.

Endpoints

Request changes: create a bridge

v2 specified chain explicitly and independently on each side:
v3 derives each side’s chain from its wallet:
Both versions enforce the same $10 minimum when either side’s currency is USDT.

Response changes

v2 (nested envelope, lowercase currency, inline approval detail):
v3 (flat, uppercase currency, quoteInformation renamed):

Status and lifecycle

Unchanged — v2 and v3 share the exact same status enum and transitions (OPEN_QUOTE, SOURCE_INITIATED, DESTINATION_PENDING, COMPLETED, etc.).