---
title: "Get API information"
method: GET
path: "/"
tags: ["Synapse Bridge REST API"]
---

# Get API information

`GET /`

Retrieve general information about the Synapse REST API, including available chains and tokens

## Response `200`

Successful response

- object
  - `message` string — Welcome message for the API
  - `availableChains` object[] — List of available blockchain networks
    - `name` string — Name of the blockchain network
    - `id` integer — Chain ID of the blockchain network
  - `availableTokens` object[] — List of available tokens across different chains
    - `symbol` string — Token symbol
    - `chains` object[] — List of chains where the token is available
      - `chainId` string — Chain ID where the token is available
      - `address` string — Token contract address on the specific chain

## Other responses

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