Synapse Bridge REST API

Get quotes for bridging tokens between chains

Retrieve list of detailed bridge quotes based on origin and destination chains based on tokens and amount

get/bridge

Query parameters

fromChaininteger required

The source chain ID

toChaininteger required

The destination chain ID

fromTokenstring required

The address of the token on the source chain

toTokenstring required

The address of the token on the destination chain

amountnumber required

The amount of tokens to bridge

originUserAddressstring

The address of the user on the origin chain

destAddressstring

The destination address of the user on the destination chain

Response

Successful response

idstring
routerAddressstring
originQueryobject
destQueryobject
estimatedTimeinteger
bridgeModuleNamestring
originChainIdinteger
destChainIdinteger
maxAmountOutStrstring
bridgeFeeFormattedstring

Changes