---
title: "GET /config"
method: GET
path: "/config"
---

# GET /config

`GET /config`

## Query parameters

- `originChainId` string, required
- `destinationChainId` string, required
- `user` string
- `currency` string

## Response `200`

Default Response

- object
  - `enabled` boolean
  - `user` object
    - `balance` string — Balance on the origin chain in the native or supplied currency
    - `maxBridgeAmount` string — Maximum amount that the user can bridge after fees in the native or supplied currency
  - `solver` object
    - `address` string
    - `balance` string — Balance of the solver on the destination chain. Denoted in wei
    - `capacityPerRequest` string — How much of the given currency is available to be bridged per bridge request. Denoted in wei
  - `supportsExternalLiquidity` boolean — This denotes if the chain combination supports canonical plus bridging

---

[API](https://skmtc.net/relay/apis/cross-chain-solver.md) · [All operations](https://skmtc.net/relay/apis/cross-chain-solver/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/relay/cross-chain-solver/versions/428d669c2830/schema)
