Synapse Bridge REST API

Get min/max origin values for bridge quote

Retrieve min/max bridgeable amounts to bridge from source chain to destination chain. Returns null for min/max amounts if limits are unavailable.

get/bridgeLimits

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.

Response

Successful response containing min and max origin amounts.

maxOriginAmountstring

Maximum amount of tokens that can be bridged from the origin chain.

minOriginAmountstring

Minimum amount of tokens that can be bridged from the origin chain.

Changes