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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.