---
title: "Get min/max origin values for bridge quote"
method: GET
path: "/bridgeLimits"
tags: ["Synapse Bridge REST API"]
---

# Get min/max origin values for bridge quote

`GET /bridgeLimits`

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

## Query parameters

- `fromChain` integer, required
- `toChain` integer, required
- `fromToken` string, required
- `toToken` string, required

## Response `200`

Successful response containing min and max origin amounts.

- object
  - `maxOriginAmount` string — Maximum amount of tokens that can be bridged from the origin chain.
  - `minOriginAmount` string — Minimum amount of tokens that can be bridged from the origin chain.

## Other responses

- `400` — Invalid input
- `500` — Server error

---

[API](https://skmtc.dev/synapseprotocol/apis/synapse-protocol-rest-api.md) · [All operations](https://skmtc.dev/synapseprotocol/apis/synapse-protocol-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/synapseprotocol/synapse-protocol-rest-api/revisions/9949980b368b/schema)
