v1

latestOpenAPI 3.1.02026-07-2630132755.3 KB
quote

User Quote for Bridge & Swap

Fetch bridge and swap user quote when authenticated.

post/quote/bridge-swap/user

Request body

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

tokenInstring required

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

tokenOutstring required

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

depositorstring required

The address initiating the bridge transaction.

recipientstring required

The address to receive the bridged tokens.

webhookUrlstring
refundAddressstring

Response

ConnectedSingleBridgeQuoteResponseSchema

OR
OR