v1

latestOpenAPI 3.1.02026-07-2630132755.3 KB
quote

User Quote

Deprecated: Use /quote/bridge-swap/user instead. Fetch bridge user quote when authenticated.

post/quote/user

Request body

tokenstring required

The token symbol to bridge (e.g., "USDT", "USDC"). Must be supported on both source and destination chains.

chainInstring required

The source chain ID

chainOutstring required

The target chain ID

amountstring required

a string to be decoded into a BigDecimal

amountNativestring

a string to be decoded into a BigDecimal

mode'pay' | 'receive' required

"pay" for exact amount to pay (including fees), "receive" for exact amount to receive.

isSda'true' | 'false'

a string to be decoded into a boolean

depositorstring required

The address initiating the bridge transaction.

recipientstring required

The address to receive the bridged tokens.

webhookUrlstring

Response

ConnectedSingleBridgeQuoteResponseSchema

OR
OR