Fetch bridge and swap user quote when authenticated.
JWT token for authentication
The source chain ID
The target chain ID
a string to be decoded into a BigDecimal
"pay" for exact amount to pay (including fees), "receive" for exact amount to receive.
pay, receive The token symbol to deposit (e.g., "USDT").
The token symbol to receive after a swap (e.g., "USDC").
The address initiating the bridge transaction.
The address to receive the bridged tokens.
a string to be decoded into a BigDecimal
Optional flag indicating if this quote is for a Smart Deposit Address. Defaults to false.
true, false ConnectedSingleBridgeQuoteResponseSchema
bridge The source chain ID
The target chain ID
a string to be decoded into a BigDecimal
a number to be decoded into a BigDecimal
a string to be decoded into a BigDecimal
a number to be decoded into a BigDecimal
Breakdown of all fees associated with the transaction.
Token symbol or identifier being bridged.
The address initiating the bridge transaction.
The address to receive the bridged tokens.
Timestamp when the quote expires and can no longer be committed.
Unique identifier for the committed quote.
Promotion details if applicable (optional).
Gas amount to receive on the destination chain.
Transaction speed (optional).
fast, standard, slow Estimated time for the transaction to complete in milliseconds (optional).
x >= 0Configuration for post-bridge actions (e.g., staking, lending). Must be omitted if your client does not have PBA enabled. See https://docs.rhino.fi/api-integration/smart-deposits#post-bridge-data for details.
Optional URL for webhook notifications when the bridge completes or fails.