✅Supported Blockchains/Bridges/DEXs
Full list of supported blockchain networks
1. Supported Blockchains
2. Supported Bridges Providers
Responses
200
Successful Response
application/json
Responseany of
or
get
/supportedBridgeProvidersGET /v1/supportedBridgeProviders HTTP/1.1
Host: aggregator-api.xy.finance
Accept: */*
200
Successful Response
{
"success": true,
"supportedBridgeProviders": [
{
"name": "yBridge",
"logoUrl": "https://storage.googleapis.com/xy-finance-images/XY_icon.png",
"supportedChains": [
{
"chainId": 1,
"name": "ETHEREUM",
"supportedTokens": [
{
"symbol": "USDT",
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"decimals": 6
}
]
}
]
}
]
}3. Supported Swap Providers (DEXs)
Responses
200
Successful Response
application/json
Responseany of
or
get
/supportedSwapProvidersGET /v1/supportedSwapProviders HTTP/1.1
Host: aggregator-api.xy.finance
Accept: */*
200
Successful Response
{
"success": true,
"supportedDexAggregators": [
{
"name": "XY DexAggregator",
"logoUrl": "https://storage.googleapis.com/xy-finance-images/XY_icon.png",
"supportedChains": [
{
"chainId": 1,
"name": "ETHEREUM",
"supportedDexes": [
"XSwap"
]
}
]
}
]
}XY Finance has currently integrated several DEX Aggregators. The
supported dexesfield may vary with updates to the DEX Aggregator. If the field is empty, it indicates that the DEX Aggregator has not provided this information.
Last updated
Was this helpful?