---
title: "Get possible destination tokens for a bridge"
method: GET
path: "/destinationTokens"
tags: ["Synapse Bridge REST API"]
---

# Get possible destination tokens for a bridge

`GET /destinationTokens`

Retrieve possible destination tokens for a given source chain ID and token address

## Query parameters

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

## Response `200`

Successful response

- object[]
  - `symbol` string — The token symbol
  - `chainId` string — The chain ID where the token is available
  - `address` string — The token contract address

## 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)
