Synapse Bridge REST API
Get quotes for bridging tokens between chains
Retrieve list of bridge quotes based on origin and destination chains, tokens, and amount. Any origin token can be used, but destination tokens must be supported on the destination chain.
get/bridge/v2
Query parameters
fromChainIdinteger required
The origin chain ID (must support intents)
fromTokenstring required
The address of the token on the origin chain
fromAmountstring required
The amount of tokens to bridge in the token's native decimals
fromSenderstring
The address of the user on the origin chain (required to generate callData)
toChainIdinteger required
The destination chain ID
toTokenstring required
The address of the token on the destination chain
toRecipientstring
The destination address for the bridge transaction (required to generate callData)
slippagenumber
Optional. The maximum allowed slippage percentage (0-100). Defaults to 0.5%.
Response
Successful response