Skip to main content
POST
Execute Cross-Chain Bridge
Perform cross-chain stablecoin bridging via Circle’s Cross-Chain Transfer Protocol (CCTP) with gas relayer assistance. This endpoint executes asynchronously and returns a 202 Accepted response immediately. The bridge transfer continues processing in the background. Use the returned auditId to poll GET /v1/actions/status/:auditId for the final result. Request body fields for this route are amount, fromChain, toChain, and optional recipient.

Authorizations

Authorization
string
header
required

Provide raw API session token issued by /v1/connect/complete

Headers

X-Aegis-Email
string
required

Agent email address

Idempotency-Key
string
required

Unique UUID v4 for idempotency

X-Aegis-Nonce
integer
required

Current agent action nonce

Body

application/json
amount
string
required
fromChain
string
required

Source chain identifier

toChain
string
required

Destination chain identifier

recipient
string

Optional recipient EVM address. Defaults to the agent wallet.

Response

202 - application/json

Bridge transfer accepted and processing in background

success
boolean
result
object