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
}

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

Response

200
application/json
Default Response
enabled
boolean
user
object
fee
string

Total fee in the native or supplied currency for the bridge operation

solver
object
supportsExternalLiquidity
boolean

This denotes if the chain combination supports canonical plus bridging