v1

latestOpenAPI 3.1.02026-07-2630132755.3 KB
quote

Public Quote for Bridge & Swap

Fetch public bridge and swap quote.

get/quote/bridge-swap/public

Query parameters

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.

tokenInstring required

The token symbol to deposit (e.g., "USDT").

The token symbol to deposit (e.g., "USDT").

tokenOutstring required

The token symbol to receive after a swap (e.g., "USDC").

The token symbol to receive after a swap (e.g., "USDC").

Response

SingleBridgePublicQuoteResponseSchema

OR