GET
/
config
/
v2
curl --request GET \
  --url https://api.relay.link/config/v2
{
  "enabled": true,
  "user": {
    "balance": "<string>",
    "maxBridgeAmount": "<string>"
  },
  "fee": "<string>",
  "solver": {
    "address": "<string>",
    "balance": "<string>",
    "capacityPerRequest": "<string>"
  },
  "supportsExternalLiquidity": true
}
This API has been replaced by the Get Quote API, which supports bridging, swapping and calling through a single unified API.

Query Parameters

originChainId
string
required
destinationChainId
string
required
user
string

User address, when supplied returns user balance and max bridge amount

currency
enum<string>

Restricts the user balance and capacity to a particular currency when supplied with a currency id. Defaults to the native currency of the destination chain.

Available options:
anime,
btc,
cgt,
degen,
eth,
omi,
pop,
power,
sipher,
tg7,
tia,
topia,
usdc,
usdt,
xai,
weth,
apeeth,
ape,
g,
dmt,
g7,
god,
pengu,
plume,
wbtc,
pusd,
gun

Response

200
application/json

Default Response

The response is of type object.