Get supported chains
curl --request GET \
--url https://public-backend.socket.tech/v3/swap/supported-chains{
"success": true,
"statusCode": 200,
"result": [
{
"chainId": 42161,
"name": "Arbitrum",
"icon": "https://media.socket.tech/networks/arbitrum.svg",
"currency": {
"address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
"name": "Arbitrum Ether",
"symbol": "ETH",
"decimals": 18,
"icon": "https://media.socket.tech/networks/ethereum.svg",
"minNativeCurrencyForGas": "900000000000000"
},
"explorers": [
"https://arbiscan.io"
],
"sendingEnabled": true,
"receivingEnabled": true,
"isAutoEnabled": true,
"isManualEnabled": true,
"isDepositEnabled": true,
"dexes": [
"zeroxv2",
"openocean",
"kyberswap"
],
"bridges": [
"across",
"relay",
"cctp-v2-slow"
]
}
],
"message": null
}Supported Chains & Token List
Get supported chains
GET
/
v3
/
swap
/
supported-chains
Get supported chains
curl --request GET \
--url https://public-backend.socket.tech/v3/swap/supported-chains{
"success": true,
"statusCode": 200,
"result": [
{
"chainId": 42161,
"name": "Arbitrum",
"icon": "https://media.socket.tech/networks/arbitrum.svg",
"currency": {
"address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
"name": "Arbitrum Ether",
"symbol": "ETH",
"decimals": 18,
"icon": "https://media.socket.tech/networks/ethereum.svg",
"minNativeCurrencyForGas": "900000000000000"
},
"explorers": [
"https://arbiscan.io"
],
"sendingEnabled": true,
"receivingEnabled": true,
"isAutoEnabled": true,
"isManualEnabled": true,
"isDepositEnabled": true,
"dexes": [
"zeroxv2",
"openocean",
"kyberswap"
],
"bridges": [
"across",
"relay",
"cctp-v2-slow"
]
}
],
"message": null
}Response
200 - application/json
Supported chains and providers for v3 swap.
⌘I