v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-013469188.5 KB
Processing

Preview a bridge quote before depositing

Returns the fees and expected output for bridging amount of sourceToken from sourceChainId to the account's registered target, before any funds are deposited. The orchestrator quotes against the supplied amount as if the deposit wallet already held it; the result is indicative and may differ from the quote applied once a real deposit lands. EVM source chains only. Scoped to the caller's tenant.

post/quotes/preview

Headers

x-api-keystring

API key for authentication (omit when sending Authorization)

Example:your-api-key

API key for authentication (omit when sending Authorization)

authorizationstring

Bearer platform token (e.g. forwarded by user-service). Takes precedence over x-api-key when both are present.

Example:Bearer eyJhbGciOi...

Bearer platform token (e.g. forwarded by user-service). Takes precedence over x-api-key when both are present.

Request body

accountstring required

Ethereum address (0x followed by 40 hex characters)

sourceChainIdstring required

CAIP-2 chain identifier (e.g. "eip155:8453")

sourceTokenstring required

Ethereum address (0x followed by 40 hex characters)

amountstring required

Numeric string representing a bigint value

Example request

{
  "account": "0x742d35Cc6634C0532925a3b844Bc9e7595f5bE91",
  "sourceChainId": "eip155:8453",
  "sourceToken": "0x742d35Cc6634C0532925a3b844Bc9e7595f5bE91",
  "amount": "1000000000000000000"
}

Response

Indicative quote for the requested route

settlementLayerstring required
expiresAtinteger required
estimatedFillTimeSecondsinteger required