v1

latestOpenAPI 3.1.02026-07-2630132755.3 KB
quote

Public Quote

Deprecated: Use /quote/bridge-swap/public instead. Fetch public bridge quote.

get/quote/public

Query parameters

tokenstring required

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

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

chainInstring required

The source chain ID

The source chain ID

chainOutstring required

The target chain ID

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.

"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

Optional flag indicating if this quote is for a Smart Deposit Address. Defaults to false.

Response

SingleBridgePublicQuoteResponseSchema

OR