expand.network
  • Overview
  • Getting Started
  • 🔑How do I get my API Key?
  • 📑List of All Endpoints
  • ⚙️SDK
    • Overview
    • Getting Started
  • ⛓️INTEGRATIONS
    • ⚡Blockchains
      • EVM based blockchains
        • Ethereum
        • Binance Smart Chain
        • Avalanche - C
        • Avalanche - P
        • Avalanche - X
        • Polygon
        • Cronos
        • Arbitrum
        • Fantom
        • Optimism
        • Base
        • zkSync Era
        • Mantle
      • Non-EVM based chains
        • Tron
        • Solana
        • Near
        • Algorand
        • Aptos
        • Sui
        • Starknet
        • TON
        • Cosmos Hub
        • Osmosis
        • Stacks
        • Bitcoin
        • Stellar
          • Stellar RWA
        • XRP Ledger
          • XRP Ledger RWA
    • ⚡Bridges
      • Stargate
      • Stargate V2
      • Squid Router
      • Squid Router V2
      • Allbridge Classic
      • Allbridge Core
    • ⚡DEX & DEX Aggregators
      • Uniswap V2
      • Uniswap V3
      • Uniswap X
      • Sushiswap V2
      • PancakeSwap V2
      • PancakeSwap V3
      • Aerodrome
      • Camelot V3
      • Curve V2
      • Balancer V2
      • STON.fi
      • Trader Joe
      • Orca
      • Raydium
      • SDEX
      • Cetus
      • REF Finance
      • Liquidswap
      • Sologenic
      • Alex
      • 0x (Aggregator)
      • 1inch (Aggregator)
      • Kyberswap (Aggregator)
        • Kyberswap ( Limit Order Endpoints )
      • Jupiter (Aggregator)
    • ⚡Derivatives
      • dYdX V4
    • ⚡Fungible Tokens
      • ERC20
      • WETH
    • ⚡Lending Protocols
      • Aave V2
      • Aave V3
      • Compound V2
      • Compound V3
      • Morpho
    • ⚡Yield Aggregators
      • Yearn Finance V2
      • Harvest Finance
      • Pendle
    • ⚡Liquid Staking
      • Chorus One
      • Lido V2
      • Stader
      • Benqi
      • Jito
      • EigenLayer
    • ⚡Non Fungible Tokens
      • ERC721
      • ERC1155
      • Metaplex
    • ⚡Oracles
      • ChainLink
      • WinkLink
      • Pyth Network
      • RedStone
    • ⚡Stablecoins
      • EVM
    • ⚡Synthetics
      • Synthetix
    • ⚡Supported Wallets
      • MPC Wallets
        • DFNS
        • FORDEFI
        • FIREBLOCKS
        • CIRCLE
      • HD Wallets
        • PHANTOM
        • COINBASE
        • TON Wallet
      • Wallet Connect v2
  • How To
    • Execute a Local Swap
    • Execute a Cross Chain Swap
    • Use Limit Orders
    • Lend and Borrow
    • Provision Liquidity
      • Adding Liquidity
      • Removing liquidity
    • Yield Farm
    • Use Our Transaction Decoder
    • Submit an RFQ
    • Subscribe to Events
    • Stream Data (WebSocket)
      • Stream Transaction
      • Stream Trade
      • Stream Gas
      • Stream Ticker Price
    • Source Pricing
    • Track Memecoins
    • Manage Token Approvals
  • Use Cases
    • Trade Reconciliation
    • Portfolio Management
    • Trading Features
    • On-Chain Data: DEX Liquidity Pool Forensics
    • Transaction and Pool Analysis
  • Account Abstraction
    • Overview
      • User Endpoints
      • Paymaster Endpoint
      • Bundler Endpoint
    • ⚙️SDK - Overview
  • Additional Info
    • Error Messages
    • Client-Side Security Essentials
    • Compute Unit Costs
    • API Metadata
    • Audit Certificate
    • Brand Assets
    • FAQs
    • Quicknode Marketplace
      • DEX
      • Lending Protocols
  • ID's
    • Chain IDs
    • Bridge IDs
      • Internal Chain IDs for Bridges
    • DEX IDs
    • Lending Protocol IDs
    • Yield Aggregator ID
    • Liquid Staking IDs
    • Oracle IDs
    • Stablecoin IDs
    • Derivatives IDs
    • Synthetics IDs
  • Mapping
    • Blockchains
    • DEXs
      • Uniswap V2
      • Uniswap V3
      • Sushiswap
      • PancakeSwap
      • Curve
      • Balancer
    • Lending Protocols
      • Aave
      • Compound
  • Protocol Spender
    • Spender list
Powered by GitBook
On this page
  • Supported Chains
  • /getsupportedchains
  • /getsupportedtokens
  • /getprice
  • /getroute
  • /gettransaction
  • /swap
  1. INTEGRATIONS
  2. Bridges

Squid Router V2

PreviousSquid RouterNextAllbridge Classic

Last updated 23 days ago

Supported Chains

See full list of source and destination chains (including supported testnets)

Source Chains: Ethereum, Arbitrum, Binance Smart Chain, Avalanche, Polygon, Fantom, Optimism, Base

Destination Chains:

getprice

Get the swap quotation for the given token pairs.

GET https://api.expand.network/bridge/getprice

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

srcChainId

String

bridgeId*

String

dstChainId*

String

srcTokenSymbol*

String

Source token symbol.

dstTokenSymbol*

String

Destination token symbol.

amountIn*

String

Amount of token.

https://api.expand.network/bridge/getprice?bridgeId=200&srcTokenSymbol=WBTC&dstTokenSymbol=BNB&srcChainId=1&amountIn=100000&dstChainId=56
{
    "status": 200,
    "msg": "success",
    "data": {
        "srcChainId": "1",
        "dstChainId": "56",
        "srcTokenSymbol": "WBTC",
        "dstTokenSymbol": "BNB",
        "amountIn": "100000",
        "amountsOut": [
            "100000",
            "108764511504023747"
        ]
    }
}

/getsupportedchains

Get the list of chains supported by Squid Router, on expand.network.

GET https://api.expand.network/bridge/getsupportedchains

Query Parameters

Name
Type
Description

bridgeId*

String

rpc

String

Remote procedural call URL.

https://api.expand.network/bridge/getsupportedchains?bridgeId=600
{
    "status": 200,
    "msg": "success",
    "data": [
        {
            "chainName": "Ethereum",
            "chainId": "1"
        },
        {
            "chainName": "Optimism",
            "chainId": "10"
        },
        {
            "chainName": "BNB Chain",
            "chainId": "56"
        },
        {
            "chainName": "Polygon",
            "chainId": "137"
        },
        {
            "chainName": "Fantom",
            "chainId": "250"
        },
        {
            "chainName": "Fraxtal",
            "chainId": "252"
        },
        {
            "chainName": "Filecoin",
            "chainId": "314"
        },
        {
            "chainName": "Moonbeam",
            "chainId": "1284"
        },
        {
            "chainName": "Kava EVM",
            "chainId": "2222"
        },
        {
            "chainName": "Mantle",
            "chainId": "5000"
        },
        {
            "chainName": "SagaEVM",
            "chainId": "5464"
        },
        {
            "chainName": "Base",
            "chainId": "8453"
        },
        {
            "chainName": "Immutable zkEVM",
            "chainId": "13371"
        },
        {
            "chainName": "Arbitrum",
            "chainId": "42161"
        },
        {
            "chainName": "Celo",
            "chainId": "42220"
        },
        {
            "chainName": "Avalanche",
            "chainId": "43114"
        },
        {
            "chainName": "Linea",
            "chainId": "59144"
        },
        {
            "chainName": "Berachain",
            "chainId": "80094"
        },
        {
            "chainName": "Blast",
            "chainId": "81457"
        },
        {
            "chainName": "Scroll",
            "chainId": "534352"
        },
        {
            "chainName": "Osmosis",
            "chainId": "osmosis-1"
        },
        {
            "chainName": "Crescent",
            "chainId": "crescent-1"
        },
        {
            "chainName": "Kujira",
            "chainId": "kaiyo-1"
        },
        {
            "chainName": "Terra",
            "chainId": "phoenix-1"
        },
        {
            "chainName": "Juno",
            "chainId": "juno-1"
        },
        {
            "chainName": "Umee",
            "chainId": "umee-1"
        },
        {
            "chainName": "Comdex",
            "chainId": "comdex-1"
        },
        {
            "chainName": "Evmos",
            "chainId": "evmos_9001-2"
        },
        {
            "chainName": "Regen",
            "chainId": "regen-1"
        },
        {
            "chainName": "Stargaze",
            "chainId": "stargaze-1"
        },
        {
            "chainName": "AssetMantle",
            "chainId": "mantle-1"
        },
        {
            "chainName": "Axelar",
            "chainId": "axelar-dojo-1"
        },
        {
            "chainName": "Cosmos Hub",
            "chainId": "cosmoshub-4"
        },
        {
            "chainName": "Injective",
            "chainId": "injective-1"
        },
        {
            "chainName": "Agoric",
            "chainId": "agoric-3"
        },
        {
            "chainName": "Fetch",
            "chainId": "fetchhub-4"
        },
        {
            "chainName": "Ki",
            "chainId": "kichain-2"
        },
        {
            "chainName": "Noble",
            "chainId": "noble-1"
        },
        {
            "chainName": "DYDX",
            "chainId": "dydx-mainnet-1"
        },
        {
            "chainName": "Neutron",
            "chainId": "neutron-1"
        },
        {
            "chainName": "Carbon",
            "chainId": "carbon-1"
        },
        {
            "chainName": "Sei",
            "chainId": "pacific-1"
        },
        {
            "chainName": "Secret",
            "chainId": "secret-4"
        },
        {
            "chainName": "Stride",
            "chainId": "stride-1"
        },
        {
            "chainName": "Archway",
            "chainId": "archway-1"
        },
        {
            "chainName": "BitCanna",
            "chainId": "bitcanna-1"
        },
        {
            "chainName": "BitSong",
            "chainId": "bitsong-2b"
        },
        {
            "chainName": "Cheqd",
            "chainId": "cheqd-mainnet-1"
        },
        {
            "chainName": "Celestia",
            "chainId": "celestia"
        },
        {
            "chainName": "Coreum",
            "chainId": "coreum-mainnet-1"
        },
        {
            "chainName": "Decentr",
            "chainId": "mainnet-3"
        },
        {
            "chainName": "Desmos",
            "chainId": "desmos-mainnet"
        },
        {
            "chainName": "Dymension",
            "chainId": "dymension_1100-1"
        },
        {
            "chainName": "IRISnet",
            "chainId": "irishub-1"
        },
        {
            "chainName": "Impact Hub",
            "chainId": "ixo-5"
        },
        {
            "chainName": "Jackal",
            "chainId": "jackal-1"
        },
        {
            "chainName": "Lum Network",
            "chainId": "lum-network-1"
        },
        {
            "chainName": "LikeCoin",
            "chainId": "likecoin-mainnet-2"
        },
        {
            "chainName": "Kava IBC",
            "chainId": "kava_2222-10"
        },
        {
            "chainName": "Nolus",
            "chainId": "pirin-1"
        },
        {
            "chainName": "Akash",
            "chainId": "akashnet-2"
        },
        {
            "chainName": "Chihuahua",
            "chainId": "chihuahua-1"
        },
        {
            "chainName": "Gravity Bridge",
            "chainId": "gravity-bridge-3"
        },
        {
            "chainName": "Mars Hub",
            "chainId": "mars-1"
        },
        {
            "chainName": "Migaloo",
            "chainId": "migaloo-1"
        },
        {
            "chainName": "Persistence",
            "chainId": "core-1"
        },
        {
            "chainName": "OmniFlix",
            "chainId": "omniflixhub-1"
        },
        {
            "chainName": "Quicksilver",
            "chainId": "quicksilver-2"
        },
        {
            "chainName": "Sommelier",
            "chainId": "sommelier-3"
        },
        {
            "chainName": "Terra Classic",
            "chainId": "columbus-5"
        },
        {
            "chainName": "Teritori",
            "chainId": "teritori-1"
        },
        {
            "chainName": "Sentinel",
            "chainId": "sentinelhub-2"
        },
        {
            "chainName": "Humans.ai",
            "chainId": "humans_1089-1"
        },
        {
            "chainName": "Chain4Energy",
            "chainId": "perun-1"
        },
        {
            "chainName": "Saga",
            "chainId": "ssc-1"
        },
        {
            "chainName": "Nibiru",
            "chainId": "cataclysm-1"
        },
        {
            "chainName": "Lava",
            "chainId": "lava-mainnet-1"
        },
        {
            "chainName": "Kyve",
            "chainId": "kyve-1"
        },
        {
            "chainName": "Xion",
            "chainId": "xion-mainnet-1"
        }
    ]
}

/getsupportedtokens

Get the list of tokens supported by Squid Router, on the specified chain, on expand.network.

GET https://api.expand.network/bridge/getsupportedtokens

Query Parameters

Name
Type
Description

bridgeId*

String

rpc

String

Remote procedural call URL.

chainId*

String

https://api.expand.network/bridge/getsupportedtokens?bridgeId=600&chainId=1
{
    "status": 200,
    "msg": "success",
    "data": [
        {
            "tokenSymbol": "ETH",
            "address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
        },
        {
            "tokenSymbol": "MKR",
            "address": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2"
        },
        {
            "tokenSymbol": "ARB",
            "address": "0xb50721bcf8d664c30412cfbc6cf7a15145234ad1"
        },
        {
            "tokenSymbol": "BAL",
            "address": "0xba100000625a3754423978a60c9317c58a424e3d"
        },
        {
            "tokenSymbol": "DAI",
            "address": "0x6b175474e89094c44da98b954eedeac495271d0f"
        },
        {
            "tokenSymbol": "CRV",
            "address": "0xd533a949740bb3306d119cc777fa900ba034cd52"
        },
        {
            "tokenSymbol": "KNC",
            "address": "0xdefa4e8a7bcba345f687a2f1456f5edd9ce97202"
        },
        {
            "tokenSymbol": "WETH",
            "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
        },
        {
            "tokenSymbol": "MAI",
            "address": "0x1591e923e0836a3949b59637fbe8959f000894b9"
        },
        {
            "tokenSymbol": "FRAX",
            "address": "0x853d955acef822db058eb8505911ed77f175b99e"
        },
        {
            "tokenSymbol": "USDT",
            "address": "0xdac17f958d2ee523a2206206994597c13d831ec7"
        },
        {
            "tokenSymbol": "FLIP",
            "address": "0x826180541412d574cf1336d22c0c0a287822678a"
        },
        {
            "tokenSymbol": "LINK",
            "address": "0x514910771af9ca656af840dff83e8264ecf986ca"
        },
        {
            "tokenSymbol": "USDC",
            "address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
        },
        {
            "tokenSymbol": "CRVUSD",
            "address": "0xf939e0a03fb07f59a73314e73794be0e57ac1b4e"
        },
        {
            "tokenSymbol": "UNI",
            "address": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984"
        },
        {
            "tokenSymbol": "WBTC",
            "address": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"
        },
        {
            "tokenSymbol": "DIA",
            "address": "0x84ca8bc7997272c7cfb4d0cd3d55cd942b3c9419"
        },
        {
            "tokenSymbol": "DOUGH",
            "address": "0xad32a8e6220741182940c5abf610bde99e737b2d"
        },
        {
            "tokenSymbol": "PENDLE",
            "address": "0x808507121b80c02388fad14726482e061b8da827"
        },
        {
            "tokenSymbol": "SYN",
            "address": "0x0f2d719407fdbeff09d87557abb7232601fd9f29"
        },
        {
            "tokenSymbol": "CUBE",
            "address": "0xdf801468a808a32656d2ed2d2d80b72a129739f4"
        },
        {
            "tokenSymbol": "DEXT",
            "address": "0xfb7b4564402e5500db5bb6d63ae671302777c75a"
        },
        {
            "tokenSymbol": "SYLO",
            "address": "0xf293d23bf2cdc05411ca0eddd588eb1977e8dcd4"
        },
        {
            "tokenSymbol": "XCN",
            "address": "0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18"
        },
        {
            "tokenSymbol": "BAO",
            "address": "0x374cb8c27130e2c9e04f44303f3c8351b9de61c1"
        },
        {
            "tokenSymbol": "WOO",
            "address": "0x4691937a7508860f876c9c0a2a617e7d9e945d4b"
        },
        {
            "tokenSymbol": "HOP",
            "address": "0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc"
        },
        {
            "tokenSymbol": "INJ",
            "address": "0xe28b3b32b6c345a34ff64674606124dd5aceca30"
        },
        {
            "tokenSymbol": "MASQ",
            "address": "0x06f3c323f0238c72bf35011071f2b5b7f43a054c"
        },
        {
            "tokenSymbol": "SOS",
            "address": "0x3b484b82567a09e2588a13d54d032153f0c0aee0"
        },
        {
            "tokenSymbol": "ELON",
            "address": "0x761d38e5ddf6ccf6cf7c55759d5210750b5d60f3"
        },
        {
            "tokenSymbol": "ADX",
            "address": "0xade00c28244d5ce17d72e40330b1c318cd12b7c3"
        },
        {
            "tokenSymbol": "DPI",
            "address": "0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b"
        },
        {
            "tokenSymbol": "METIS",
            "address": "0x9e32b13ce7f2e80a01932b42553652e053d6ed8e"
        },
        {
            "tokenSymbol": "MONA",
            "address": "0x275f5ad03be0fa221b4c6649b8aee09a42d9412a"
        },
        {
            "tokenSymbol": "BIT",
            "address": "0x1a4b46696b2bb4794eb3d4c26f1c55f9170fa4c5"
        },
        {
            "tokenSymbol": "C98",
            "address": "0xae12c5930881c53715b369cec7606b70d8eb229f"
        },
        {
            "tokenSymbol": "FNC",
            "address": "0x7f280dac515121dcda3eac69eb4c13a52392cace"
        },
        {
            "tokenSymbol": "PREMIA",
            "address": "0x6399c842dd2be3de30bf99bc7d1bbf6fa3650e70"
        },
        {
            "tokenSymbol": "RADAR",
            "address": "0x44709a920fccf795fbc57baa433cc3dd53c44dbe"
        },
        {
            "tokenSymbol": "THOR",
            "address": "0xa5f2211b9b8170f694421f2046281775e8468044"
        },
        {
            "tokenSymbol": "VEGA",
            "address": "0xcb84d72e61e383767c4dfeb2d8ff7f4fb89abc6e"
        },
        {
            "tokenSymbol": "PYUSD",
            "address": "0x6c3ea9036406852006290770bedfcaba0e23a0e8"
        },
        {
            "tokenSymbol": "TIA.AXL",
            "address": "0x65e3fa51c4ce0af1b9cd5cbc7c5fdb80a09d431d"
        },
        {
            "tokenSymbol": "YFI",
            "address": "0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e"
        },
        {
            "tokenSymbol": "POL",
            "address": "0x455e53cbb86018ac2b8092fdcd39d8444affc3f6"
        },
        {
            "tokenSymbol": "COTI",
            "address": "0xddb3422497e61e13543bea06989c0789117555c5"
        },
        {
            "tokenSymbol": "ERN",
            "address": "0x91a69021b0baef3445e51726458a0ce601471846"
        },
        {
            "tokenSymbol": "SHIB",
            "address": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"
        },
        {
            "tokenSymbol": "MUSE",
            "address": "0xb6ca7399b4f9ca56fc27cbff44f4d2e4eef1fc81"
        },
        {
            "tokenSymbol": "ALCX",
            "address": "0xdbdb4d16eda451d0503b854cf79d55697f90c8df"
        },
        {
            "tokenSymbol": "BANK",
            "address": "0x24a6a37576377f63f194caa5f518a60f45b42921"
        },
        {
            "tokenSymbol": "BMI",
            "address": "0x725c263e32c72ddc3a19bea12c5a0479a81ee688"
        },
        {
            "tokenSymbol": "FOLD",
            "address": "0xd084944d3c05cd115c09d072b9f44ba3e0e45921"
        },
        {
            "tokenSymbol": "GODS",
            "address": "0xccc8cb5229b0ac8069c51fd58367fd1e622afd97"
        },
        {
            "tokenSymbol": "LDO",
            "address": "0x5a98fcbea516cf06857215779fd812ca3bef1b32"
        },
        {
            "tokenSymbol": "SUSD",
            "address": "0x57ab1ec28d129707052df4df418d58a2d46d5f51"
        },
        {
            "tokenSymbol": "SAND",
            "address": "0x3845badade8e6dff049820680d1f14bd3903a5d0"
        },
        {
            "tokenSymbol": "APW",
            "address": "0x4104b135dbc9609fc1a9490e61369036497660c8"
        },
        {
            "tokenSymbol": "BAND",
            "address": "0xba11d00c5f74255f56a5e366f4f77f5a186d7f55"
        },
        {
            "tokenSymbol": "ILV",
            "address": "0x767fe9edc9e0df98e07454847909b5e959d7ca0e"
        },
        {
            "tokenSymbol": "MARS4",
            "address": "0x16cda4028e9e872a38acb903176719299beaed87"
        },
        {
            "tokenSymbol": "RLC",
            "address": "0x607f4c5bb672230e8672085532f7e901544a7375"
        },
        {
            "tokenSymbol": "USDY",
            "address": "0x96f6ef951840721adbf46ac996b59e0235cb985c"
        },
        {
            "tokenSymbol": "SNX",
            "address": "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f"
        },
        {
            "tokenSymbol": "ENJ",
            "address": "0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c"
        },
        {
            "tokenSymbol": "FXS",
            "address": "0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0"
        },
        {
            "tokenSymbol": "BLOCKS",
            "address": "0x8a6d4c8735371ebaf8874fbd518b56edd66024eb"
        },
        {
            "tokenSymbol": "BPT",
            "address": "0x0ec9f76202a7061eb9b3a7d6b59d36215a7e37da"
        },
        {
            "tokenSymbol": "DELTA",
            "address": "0x9ea3b5b4ec044b70375236a281986106457b20ef"
        },
        {
            "tokenSymbol": "ICHI",
            "address": "0x903bef1736cddf2a537176cf3c64579c3867a881"
        },
        {
            "tokenSymbol": "IMX",
            "address": "0xf57e7e7c23978c3caec3c3548e3d615c346e79ff"
        },
        {
            "tokenSymbol": "RAI",
            "address": "0x03ab458634910aad20ef5f1c8ee96f1d6ac54919"
        },
        {
            "tokenSymbol": "TOKE",
            "address": "0x2e9d63788249371f1dfc918a52f8d799f4a38c94"
        },
        {
            "tokenSymbol": "ICE",
            "address": "0xf16e81dce15b08f326220742020379b855b87df9"
        },
        {
            "tokenSymbol": "IQ",
            "address": "0x579cea1889991f68acc35ff5c3dd0621ff29b0c9"
        },
        {
            "tokenSymbol": "PICKLE",
            "address": "0x429881672b9ae42b8eba0e26cd9c73711b891ca5"
        },
        {
            "tokenSymbol": "POND",
            "address": "0x57b946008913b82e4df85f501cbaed910e58d26c"
        },
        {
            "tokenSymbol": "GRT",
            "address": "0xc944e90c64b2c07662a292be6244bdf05cda44a7"
        },
        {
            "tokenSymbol": "MANA",
            "address": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942"
        },
        {
            "tokenSymbol": "METH",
            "address": "0xd5f7838f5c461feff7fe49ea5ebaf7728bb0adfa"
        },
        {
            "tokenSymbol": "BICO",
            "address": "0xf17e65822b568b3903685a7c9f496cf7656cc6c2"
        },
        {
            "tokenSymbol": "CREAM",
            "address": "0x2ba592f78db6436527729929aaf6c908497cb200"
        },
        {
            "tokenSymbol": "JPEG",
            "address": "0xe80c0cd204d654cebe8dd64a4857cab6be8345a3"
        },
        {
            "tokenSymbol": "SPS",
            "address": "0x00813e3421e1367353bfe7615c7f7f133c89df74"
        },
        {
            "tokenSymbol": "BLZ",
            "address": "0x5732046a883704404f284ce41ffadd5b007fd668"
        },
        {
            "tokenSymbol": "SUPER",
            "address": "0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55"
        },
        {
            "tokenSymbol": "RLY",
            "address": "0xf1f955016ecbcd7321c7266bccfb96c68ea5e49b"
        },
        {
            "tokenSymbol": "OCEAN",
            "address": "0x967da4048cd07ab37855c090aaf366e4ce1b9f48"
        },
        {
            "tokenSymbol": "MC",
            "address": "0x949d48eca67b17269629c7194f4b727d4ef9e5d6"
        },
        {
            "tokenSymbol": "ALPHA",
            "address": "0xa1faa113cbe53436df28ff0aee54275c13b40975"
        },
        {
            "tokenSymbol": "BIFI",
            "address": "0x2791bfd60d232150bff86b39b7146c0eaaa2ba81"
        },
        {
            "tokenSymbol": "COMP",
            "address": "0xc00e94cb662c3520282e6f5717214004a7f26888"
        },
        {
            "tokenSymbol": "CVX",
            "address": "0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"
        },
        {
            "tokenSymbol": "FODL",
            "address": "0x4c2e59d098df7b6cbae0848d66de2f8a4889b9c3"
        },
        {
            "tokenSymbol": "TVK",
            "address": "0xd084b83c305dafd76ae3e1b4e1f1fe2ecccb3988"
        },
        {
            "tokenSymbol": "SEAM",
            "address": "0x6b66ccd1340c479b07b390d326eadcbb84e726ba"
        },
        {
            "tokenSymbol": "DOG",
            "address": "0xbaac2b4491727d78d2b78815144570b9f2fe8899"
        },
        {
            "tokenSymbol": "GET",
            "address": "0x8a854288a5976036a725879164ca3e91d30c6a1b"
        },
        {
            "tokenSymbol": "KP3R",
            "address": "0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44"
        },
        {
            "tokenSymbol": "MIM",
            "address": "0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3"
        },
        {
            "tokenSymbol": "NFD",
            "address": "0xdfdb7f72c1f195c5951a234e8db9806eb0635346"
        },
        {
            "tokenSymbol": "RAIL",
            "address": "0xe76c6c83af64e4c60245d8c7de953df673a7a33d"
        },
        {
            "tokenSymbol": "AMP",
            "address": "0xff20817765cb7f73d4bde2e66e067e58d11095c2"
        },
        {
            "tokenSymbol": "DYDX",
            "address": "0x92d6c1e31e14520e676a687f0a93788b716beff5"
        },
        {
            "tokenSymbol": "TRU",
            "address": "0x4c19596f5aaff459fa38b0f7ed92f11ae6543784"
        },
        {
            "tokenSymbol": "QNT",
            "address": "0x4a220e6096b25eadb88358cb44068a3248254675"
        },
        {
            "tokenSymbol": "FOX",
            "address": "0xc770eefad204b5180df6a14ee197d99d808ee52d"
        },
        {
            "tokenSymbol": "ENS",
            "address": "0xc18360217d8f7ab5e7c516566761ea12ce7f9d72"
        },
        {
            "tokenSymbol": "RUNE",
            "address": "0x3155ba85d5f96b2d030a4966af206230e46849cb"
        },
        {
            "tokenSymbol": "UMA",
            "address": "0x04fa0d235c4abf4bcf4787af4cf447de572ef828"
        },
        {
            "tokenSymbol": "REN",
            "address": "0x408e41876cccdc0f92210600ef50372656052a38"
        },
        {
            "tokenSymbol": "FIDU",
            "address": "0x6a445e9f40e0b97c92d0b8a3366cef1d67f700bf"
        },
        {
            "tokenSymbol": "REQ",
            "address": "0x8f8221afbb33998d8584a2b05749ba73c37a938a"
        },
        {
            "tokenSymbol": "RBN",
            "address": "0x6123b0049f904d730db3c36a31167d9d4121fa6b"
        },
        {
            "tokenSymbol": "ABOND",
            "address": "0xe6828d65bf5023ae1851d90d8783cc821ba7eee1"
        },
        {
            "tokenSymbol": "AAVE",
            "address": "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9"
        },
        {
            "tokenSymbol": "FTM",
            "address": "0x4e15361fd6b4bb609fa63c81a2be19d873717870"
        },
        {
            "tokenSymbol": "MULTI",
            "address": "0x65ef703f5594d2573eb71aaf55bc0cb548492df4"
        },
        {
            "tokenSymbol": "ANT",
            "address": "0xa117000000f279d81a1d3cc75430faa017fa5a2e"
        },
        {
            "tokenSymbol": "1INCH",
            "address": "0x111111111117dc0aa78b770fa6a738034120c302"
        },
        {
            "tokenSymbol": "HIGH",
            "address": "0x71ab77b7dbb4fa7e017bc15090b2163221420282"
        },
        {
            "tokenSymbol": "SUSHI",
            "address": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2"
        },
        {
            "tokenSymbol": "EDEN",
            "address": "0x1559fa1b8f28238fd5d76d9f434ad86fd20d1559"
        },
        {
            "tokenSymbol": "GOG",
            "address": "0x9ab7bb7fdc60f4357ecfef43986818a2a3569c62"
        },
        {
            "tokenSymbol": "OOKI",
            "address": "0x0de05f6447ab4d22c8827449ee4ba2d5c288379b"
        },
        {
            "tokenSymbol": "REPV2",
            "address": "0x221657776846890989a759ba2973e427dff5c9bb"
        },
        {
            "tokenSymbol": "MLN",
            "address": "0xec67005c4e498ec7f55e092bd1d35cbc47c91892"
        },
        {
            "tokenSymbol": "GLM",
            "address": "0x7dd9c5cba05e151c895fde1cf355c9a1d5da6429"
        },
        {
            "tokenSymbol": "INV",
            "address": "0x41d5d79431a913c4ae7d69a668ecdfe5ff9dfb68"
        },
        {
            "tokenSymbol": "PAXG",
            "address": "0x45804880de22913dafe09f4980848ece6ecbaf78"
        },
        {
            "tokenSymbol": "AUDIO",
            "address": "0x18aaa7115705e8be94bffebde57af9bfc265b998"
        },
        {
            "tokenSymbol": "BUSD",
            "address": "0x4fabb145d64652a948d72533023f6e7a623c7c53"
        },
        {
            "tokenSymbol": "FTT",
            "address": "0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9"
        },
        {
            "tokenSymbol": "SAK3",
            "address": "0xe9f84de264e91529af07fa2c746e934397810334"
        },
        {
            "tokenSymbol": "SPELL",
            "address": "0x090185f2135308bad17527004364ebcc2d37e5f6"
        },
        {
            "tokenSymbol": "SRM",
            "address": "0x476c5e26a75bd202a9683ffd34359c0cc15be0ff"
        },
        {
            "tokenSymbol": "STKATOM",
            "address": "0x44017598f2af1bd733f9d87b5017b4e7c1b28dde"
        },
        {
            "tokenSymbol": "TUSD",
            "address": "0x0000000000085d4780b73119b644ae5ecd22b376"
        },
        {
            "tokenSymbol": "XSUSHI",
            "address": "0x8798249c2e607446efb7ad49ec89dd1865ff4272"
        },
        {
            "tokenSymbol": "ETHIX",
            "address": "0xfd09911130e6930bf87f2b0554c44f400bd80d3e"
        },
        {
            "tokenSymbol": "YUP",
            "address": "0x69bbc3f8787d573f1bbdd0a5f40c7ba0aee9bcc9"
        },
        {
            "tokenSymbol": "ATH",
            "address": "0xbe0ed4138121ecfc5c0e56b40517da27e6c5226b"
        },
        {
            "tokenSymbol": "CHRP",
            "address": "0x70bc0dc6414eb8974bc70685f798838a87d8cce4"
        },
        {
            "tokenSymbol": "OOOOOO",
            "address": "0xddf7d080c82b8048baae54e376a3406572429b4e"
        },
        {
            "tokenSymbol": "KUJI",
            "address": "0x5e354e4f52d14ff07662cf0493d0d588d38a44a6"
        },
        {
            "tokenSymbol": "UMEE",
            "address": "0x923e030f951a2401426a3407a9bcc7eb715d9a0b"
        },
        {
            "tokenSymbol": "FIL.AXL",
            "address": "0x6a7b717ae5ed65f85ba25403d5063d368239828e"
        },
        {
            "tokenSymbol": "METAL",
            "address": "0x27c1d5925852c40ee712a089112e62a68d0cffc0"
        },
        {
            "tokenSymbol": "BTSG",
            "address": "0x2140f9dd6253417389699f396cafc0e47597410a"
        },
        {
            "tokenSymbol": "YVBOOST",
            "address": "0x9d409a0a012cfba9b15f6d4b36ac57a46966ab9a"
        },
        {
            "tokenSymbol": "YAM",
            "address": "0x0aacfbec6a24756c20d41914f2caba817c0d8521"
        },
        {
            "tokenSymbol": "MUNITY",
            "address": "0xe97f6dde78b11b58cb3e394f15ab592cb2acd290"
        },
        {
            "tokenSymbol": "RBX",
            "address": "0x3ba925fdeae6b46d0bb4d424d829982cb2f7309e"
        },
        {
            "tokenSymbol": "XFT",
            "address": "0x76bc677d444f1e9d57daf5187ee2b7dc852745ae"
        },
        {
            "tokenSymbol": "ALVA",
            "address": "0x8e729198d1c59b82bd6bba579310c40d740a11c2"
        },
        {
            "tokenSymbol": "GROK",
            "address": "0x8390a1da07e376ef7add4be859ba74fb83aa02d5"
        },
        {
            "tokenSymbol": "XDEFI",
            "address": "0x72b886d09c117654ab7da13a14d603001de0b777"
        },
        {
            "tokenSymbol": "WMAI",
            "address": "0x05770332d4410b6d7f07fd497e4c00f8f7bfb74a"
        },
        {
            "tokenSymbol": "EURC",
            "address": "0x1abaea1f7c830bd89acc67ec4af516284b1bc33c"
        },
        {
            "tokenSymbol": "C4E",
            "address": "0x24a6f525636d75ef3e4e090b44b75feb440e9697"
        },
        {
            "tokenSymbol": "AI",
            "address": "0x2598c30330d5771ae9f983979209486ae26de875"
        },
        {
            "tokenSymbol": "BABYDOGE",
            "address": "0xac57de9c1a09fec648e93eb98875b212db0d460b"
        },
        {
            "tokenSymbol": "SILO",
            "address": "0x6f80310ca7f2c654691d1383149fa1a57d8ab1f8"
        },
        {
            "tokenSymbol": "SWAP",
            "address": "0xcc4304a31d09258b0029ea7fe63d032f52e44efe"
        },
        {
            "tokenSymbol": "LPT",
            "address": "0x58b6a8a3302369daec383334672404ee733ab239"
        },
        {
            "tokenSymbol": "LUNC",
            "address": "0x31dab3430f3081dff3ccd80f17ad98583437b213"
        },
        {
            "tokenSymbol": "LAVA",
            "address": "0x8b21c0e5672f8937177d9a74b0d87ad7974bda5d"
        },
        {
            "tokenSymbol": "YGG",
            "address": "0x25f8087ead173b73d6e8b84329989a8eea16cf73"
        },
        {
            "tokenSymbol": "WLD",
            "address": "0x163f8c2467924be0ae7b5347228cabf260318753"
        },
        {
            "tokenSymbol": "YEL",
            "address": "0x7815bda662050d84718b988735218cffd32f75ea"
        },
        {
            "tokenSymbol": "DEUS",
            "address": "0xde5ed76e7c05ec5e4572cfc88d1acea165109e44"
        },
        {
            "tokenSymbol": "G3",
            "address": "0xcf67815cce72e682eb4429eca46843bed81ca739"
        },
        {
            "tokenSymbol": "WDOGE",
            "address": "0x8aa9381b2544b48c26f3b850f6e07e2c5161eb3e"
        },
        {
            "tokenSymbol": "NFTL",
            "address": "0x3c8d2fce49906e11e71cb16fa0ffeb2b16c29638"
        },
        {
            "tokenSymbol": "WNCG",
            "address": "0xf203ca1769ca8e9e8fe1da9d147db68b6c919817"
        },
        {
            "tokenSymbol": "RETH",
            "address": "0xae78736cd615f374d3085123a210448e74fc6393"
        },
        {
            "tokenSymbol": "WORK",
            "address": "0x8888888837f84a7a82668e0320ac454f5945d0b9"
        },
        {
            "tokenSymbol": "HOKK",
            "address": "0xc40af1e4fecfa05ce6bab79dcd8b373d2e436c4e"
        },
        {
            "tokenSymbol": "WUSDM",
            "address": "0x57f5e098cad7a3d1eed53991d4d66c45c9af7812"
        },
        {
            "tokenSymbol": "PSTAKE",
            "address": "0xfb5c6815ca3ac72ce9f5006869ae67f18bf77006"
        },
        {
            "tokenSymbol": "OATH",
            "address": "0xd20523b39faf1d6e9023a4d6085f87b7b0de7926"
        },
        {
            "tokenSymbol": "ATOM.AXL",
            "address": "0x27292cf0016e5df1d8b37306b2a98588acbd6fca"
        },
        {
            "tokenSymbol": "MILKTIA",
            "address": "0x0fd8d9f028d1594ff24697a10035d6ec265769b0"
        },
        {
            "tokenSymbol": "NLS",
            "address": "0xb34e17562e4f1f63a2d4cf684ed8bc124e519771"
        },
        {
            "tokenSymbol": "MEE",
            "address": "0xb468fd557b9f996d0fc89952e94d0f8491279dbf"
        },
        {
            "tokenSymbol": "MCG",
            "address": "0xc9e503562d0db0a2629288a5d3b1c94ea7741869"
        },
        {
            "tokenSymbol": "STETH",
            "address": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84"
        },
        {
            "tokenSymbol": "ESE",
            "address": "0x908ddb096bfb3acb19e2280aad858186ea4935c4"
        },
        {
            "tokenSymbol": "CONK",
            "address": "0x8da366956b59042d1476d2d398c28cc6c0941053"
        },
        {
            "tokenSymbol": "UNV",
            "address": "0xdcb2fa7eab2507613417bb9762efa73093fc6b65"
        },
        {
            "tokenSymbol": "USTC",
            "address": "0x085416975fe14c2a731a97ec38b9bf8135231f62"
        },
        {
            "tokenSymbol": "CBETH",
            "address": "0xbe9895146f7af43049ca1c1ae358b0541ea49704"
        },
        {
            "tokenSymbol": "IYKYK",
            "address": "0x7cb683151a83c2b10a30cbb003cda9996228a2ba"
        },
        {
            "tokenSymbol": "WSTETH",
            "address": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0"
        },
        {
            "tokenSymbol": "LQDR.AXL",
            "address": "0x98504c8afa7c74c87a0641a7bb0f7968d4e8f471"
        },
        {
            "tokenSymbol": "DEUS.AXL",
            "address": "0x69e557b926f4eef6d9400e36dbbfeb9600af2880"
        },
        {
            "tokenSymbol": "STRD",
            "address": "0x85ebbf7253295d37c5fc98be5aac87ca4378c2e2"
        },
        {
            "tokenSymbol": "FPI",
            "address": "0x5ca135cb8527d76e932f34b5145575f9d8cbe08e"
        },
        {
            "tokenSymbol": "SCRT",
            "address": "0xba09b04f38310acf7f098dac6017d1afcfb6411d"
        },
        {
            "tokenSymbol": "CDFI",
            "address": "0x527856315a4bcd2f428ea7fa05ea251f7e96a50a"
        },
        {
            "tokenSymbol": "TBH",
            "address": "0xebde02166cf5e9ce2dbf27895aff3ffd0055b873"
        },
        {
            "tokenSymbol": "SFRXETH",
            "address": "0xac3e018457b222d93114458476f3e3416abbe38f"
        },
        {
            "tokenSymbol": "GDX",
            "address": "0x89901994b5ed81cbbcbc4e5a7e0cc4e7f58e5458"
        },
        {
            "tokenSymbol": "PEPE",
            "address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
        },
        {
            "tokenSymbol": "XPRT",
            "address": "0xd454b59f16d42667be2fa55292d16647e27f40c4"
        },
        {
            "tokenSymbol": "SAGA.AXL",
            "address": "0xf42fcffc27a5b8d0afec45659407b82f9f32fa98"
        },
        {
            "tokenSymbol": "ISLM",
            "address": "0xf10c41ca085fc8d9326a65408d14dae28a3e69a5"
        },
        {
            "tokenSymbol": "XEN",
            "address": "0x06450dee7fd2fb8e39061434babcfc05599a6fb8"
        },
        {
            "tokenSymbol": "RMRK",
            "address": "0x524d524b4c9366be706d3a90dcf70076ca037ae3"
        },
        {
            "tokenSymbol": "SPEED",
            "address": "0xb01cf1be9568f09449382a47cd5bf58e2a9d5922"
        },
        {
            "tokenSymbol": "SUSDZ",
            "address": "0x547213367cfb08ab418e7b54d7883b2c2aa27fd7"
        },
        {
            "tokenSymbol": "BSW",
            "address": "0x66e09ec17629574a0cc8abc480b0c2572fcd6985"
        },
        {
            "tokenSymbol": "WAXL",
            "address": "0x467719ad09025fcc6cf6f8311755809d45a5e5f3"
        },
        {
            "tokenSymbol": "XRUNE",
            "address": "0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c"
        },
        {
            "tokenSymbol": "POLS",
            "address": "0x83e6f1e41cdd28eaceb20cb649155049fac3d5aa"
        },
        {
            "tokenSymbol": "FUND",
            "address": "0xe9b076b476d8865cdf79d1cf7df420ee397a7f75"
        },
        {
            "tokenSymbol": "ORBS",
            "address": "0xff56cc6b1e6ded347aa0b7676c85ab0b3d08b0fa"
        },
        {
            "tokenSymbol": "XAV",
            "address": "0x1db06f39c14d813d7b1ccb275a93f5b052de1cac"
        },
        {
            "tokenSymbol": "IMP",
            "address": "0x2d5c73f3597b07f23c2bb3f2422932e67eca4543"
        },
        {
            "tokenSymbol": "LVN",
            "address": "0xbbd788e2873d391f9ee7e965d9ef93305909da3e"
        },
        {
            "tokenSymbol": "HUAHUA",
            "address": "0xf7c79ffda0d13b68081761bb0a5a66cfc48d97f5"
        },
        {
            "tokenSymbol": "EARTH",
            "address": "0xbe4247bdf0e161b65747e4fefbd4821d21ed05d2"
        },
        {
            "tokenSymbol": "GRAIN",
            "address": "0xf88baf18fab7e330fa0c4f83949e23f52fececce"
        },
        {
            "tokenSymbol": "SATOSHI",
            "address": "0xcbf4d5efa82e32a9187385480a7c74cb062b956c"
        },
        {
            "tokenSymbol": "FRXETH",
            "address": "0x5e8422345238f34275888049021821e8e08caa1f"
        },
        {
            "tokenSymbol": "VEXT",
            "address": "0x593dc8c08387c9f4c8d522b49c76dd18518f4d7e"
        },
        {
            "tokenSymbol": "STATOM",
            "address": "0x2924894e7886c6b9018179946ee389bb06534021"
        },
        {
            "tokenSymbol": "TORI",
            "address": "0x010cddfa5518f74c43efe911db29af71b44b4e1c"
        },
        {
            "tokenSymbol": "RSTK",
            "address": "0x12ef10a4fc6e1ea44b4ca9508760ff51c647bb71"
        },
        {
            "tokenSymbol": "STTIA.AXL",
            "address": "0xf84131c858eb4c51cda2ccf0eb614994c456c9e7"
        },
        {
            "tokenSymbol": "OX",
            "address": "0x78a0a62fba6fb21a83fe8a3433d44c73a4017a6f"
        },
        {
            "tokenSymbol": "STARS.AXL",
            "address": "0xf2605eab29c67d06e71372ca9dfa8adfd2d34bbf"
        },
        {
            "tokenSymbol": "USDGLO",
            "address": "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3"
        },
        {
            "tokenSymbol": "CATE",
            "address": "0x051fb509e4a775fabd257611eea1efaed8f91359"
        },
        {
            "tokenSymbol": "SEILOR.AXL",
            "address": "0xdb4afba424b624068d3d63f565c55d5d79543245"
        },
        {
            "tokenSymbol": "SFRAX",
            "address": "0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32"
        },
        {
            "tokenSymbol": "YUM",
            "address": "0xce682c89c63d2850cb2ca898e44d6c7c30d897a6"
        },
        {
            "tokenSymbol": "STERN",
            "address": "0xea0cfdc2667be69ed724c8069d358502ff41ca18"
        },
        {
            "tokenSymbol": "MOLLARS",
            "address": "0x385d65ed9241e415cfc689c3e0bcf5ab2f0505c2"
        },
        {
            "tokenSymbol": "YIELDUSD",
            "address": "0x97e6e0a40a3d02f12d1cec30ebfbae04e37c119e"
        },
        {
            "tokenSymbol": "YIELDETH",
            "address": "0xb5b29320d2dde5ba5bafa1ebcd270052070483ec"
        },
        {
            "tokenSymbol": "AUDD",
            "address": "0x4cce605ed955295432958d8951d0b176c10720d5"
        },
        {
            "tokenSymbol": "CBBTC",
            "address": "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf"
        },
        {
            "tokenSymbol": "KEI",
            "address": "0xac87d4cbb82ce7f4bcf31dbdc0024306cfd3ec5a"
        },
        {
            "tokenSymbol": "MIRAI",
            "address": "0x42c83a91b3a79de5488cd9280a4df564e13a79ee"
        },
        {
            "tokenSymbol": "AGETH",
            "address": "0xe1b4d34e8754600962cd944b535180bd758e6c2e"
        },
        {
            "tokenSymbol": "OETH",
            "address": "0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3"
        },
        {
            "tokenSymbol": "CFG",
            "address": "0xc221b7e65ffc80de234bbb6667abdd46593d34f0"
        },
        {
            "tokenSymbol": "USDS",
            "address": "0xdc035d45d973e3ec169d2276ddab16f1e407384f"
        },
        {
            "tokenSymbol": "BITCOIN",
            "address": "0x72e4f9f808c49a2a61de9c5896298920dc4eeea9"
        },
        {
            "tokenSymbol": "STOS",
            "address": "0x08c32b0726c5684024ea6e141c50ade9690bbdcc"
        },
        {
            "tokenSymbol": "ARPA",
            "address": "0xba50933c268f567bdc86e1ac131be072c6b0b71a"
        },
        {
            "tokenSymbol": "RENDER",
            "address": "0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24"
        },
        {
            "tokenSymbol": "WTAO",
            "address": "0x77e06c9eccf2e797fd462a92b6d7642ef85b0a44"
        },
        {
            "tokenSymbol": "RSETH",
            "address": "0xa1290d69c65a6fe4df752f95823fae25cb99e5a7"
        },
        {
            "tokenSymbol": "SKY",
            "address": "0x56072c95faa701256059aa122697b133aded9279"
        },
        {
            "tokenSymbol": "AIOZ",
            "address": "0x626e8036deb333b408be468f951bdb42433cbf18"
        },
        {
            "tokenSymbol": "FLOKI",
            "address": "0xcf0c122c6b73ff809c693db761e7baebe62b6a2e"
        },
        {
            "tokenSymbol": "LBTC",
            "address": "0x8236a87084f8b84306f72007f36f2618a5634494"
        },
        {
            "tokenSymbol": "EIGEN",
            "address": "0xec53bf9167f50cdeb3ae105f56099aaab9061f83"
        },
        {
            "tokenSymbol": "NEIROETH",
            "address": "0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee"
        },
        {
            "tokenSymbol": "API3",
            "address": "0x0b38210ea11411557c13457d4da7dc6ea731b88a"
        },
        {
            "tokenSymbol": "HOT",
            "address": "0x6c6ee5e31d828de241282b9606c8e98ea48526e2"
        },
        {
            "tokenSymbol": "BIGTIME",
            "address": "0x64bc2ca1be492be7185faa2c8835d9b824c8a194"
        },
        {
            "tokenSymbol": "ZETA",
            "address": "0xf091867ec603a6628ed83d274e835539d82e9cc8"
        },
        {
            "tokenSymbol": "STORJ",
            "address": "0xb64ef51c888972c908cfacf59b47c1afbc0ab8ac"
        },
        {
            "tokenSymbol": "CAI",
            "address": "0x19247618d79e3fc4d4866169789e4b8eedef52e6"
        },
        {
            "tokenSymbol": "BLUR",
            "address": "0x5283d291dbcf85356a21ba090e6db59121208b44"
        },
        {
            "tokenSymbol": "PEOPLE",
            "address": "0x7a58c0be72be218b41c608b7fe7c5bb630736c71"
        },
        {
            "tokenSymbol": "ARKM",
            "address": "0x6e2a43be0b1d33b726f0ca3b8de60b3482b8b050"
        },
        {
            "tokenSymbol": "FUN",
            "address": "0x419d0d8bdd9af5e606ae2232ed285aff190e711b"
        },
        {
            "tokenSymbol": "NEIRO",
            "address": "0xee2a03aa6dacf51c18679c516ad5283d8e7c2637"
        },
        {
            "tokenSymbol": "CATCOIN",
            "address": "0x59f4f336bf3d0c49dbfba4a74ebd2a6ace40539a"
        },
        {
            "tokenSymbol": "VIRTUAL",
            "address": "0x44ff8620b8ca30902395a7bd3f2407e1a091bf73"
        },
        {
            "tokenSymbol": "DOGEGOV",
            "address": "0x1121acc14c63f3c872bfca497d10926a6098aac5"
        },
        {
            "tokenSymbol": "ZARP",
            "address": "0xb755506531786c8ac63b756bab1ac387bacb0c04"
        },
        {
            "tokenSymbol": "PUSSY",
            "address": "0x9196e18bc349b1f64bc08784eae259525329a1ad"
        },
        {
            "tokenSymbol": "KATA",
            "address": "0x2e85ae1c47602f7927bcabc2ff99c40aa222ae15"
        },
        {
            "tokenSymbol": "YBR",
            "address": "0x9d9535dae62f5f12ab83f1183dca1ead244b0db3"
        },
        {
            "tokenSymbol": "AGG",
            "address": "0xfb0489e9753b045ddb35e39c6b0cc02ec6b99ac5"
        },
        {
            "tokenSymbol": "BSU",
            "address": "0x53432c750e93569ae119f99e7af9588a16634495"
        },
        {
            "tokenSymbol": "JAN",
            "address": "0x5a9261b023692405f2f680240c6b010638e416dd"
        },
        {
            "tokenSymbol": "MMA",
            "address": "0x9b3a8159e119eb09822115ae08ee1526849e1116"
        },
        {
            "tokenSymbol": "TEAR",
            "address": "0x299a1503e88433c0fd1bd68625c25c5a703eb64f"
        },
        {
            "tokenSymbol": "WAS",
            "address": "0x0c572544a4ee47904d54aaa6a970af96b6f00e1b"
        },
        {
            "tokenSymbol": "WOMBAT",
            "address": "0x0c9c7712c83b3c70e7c5e11100d33d9401bdf9dd"
        },
        {
            "tokenSymbol": "KLAUS",
            "address": "0xf0baf295ddc6b2aaa49a962eed26fe14b26c67cd"
        },
        {
            "tokenSymbol": "FX",
            "address": "0x8c15ef5b4b21951d50e53e4fbda8298ffad25057"
        },
        {
            "tokenSymbol": "CULT",
            "address": "0x0000000000c5dc95539589fbd24be07c6c14eca4"
        },
        {
            "tokenSymbol": "CTRL",
            "address": "0xe50e009ddb1a4d8ec668eac9d8b2df1f96348707"
        },
        {
            "tokenSymbol": "VCNT",
            "address": "0x3be775b699fee916e7de117994358ff8f48e4569"
        },
        {
            "tokenSymbol": "EURE",
            "address": "0x3231cb76718cdef2155fc47b5286d82e6eda273f"
        },
        {
            "tokenSymbol": "KIP",
            "address": "0x946fb08103b400d1c79e07acccdef5cfd26cd374"
        },
        {
            "tokenSymbol": "MEGALAND",
            "address": "0x4541561cf67eae3993218ab3fdad2e85e0707c14"
        },
        {
            "tokenSymbol": "CATBOY",
            "address": "0xca9b8d6df0729d85dcfc8ef8bb18af1ad1990786"
        },
        {
            "tokenSymbol": "OXYZ",
            "address": "0xd0623da373f754c4b6762209ea77de59b21dd667"
        },
        {
            "tokenSymbol": "VES",
            "address": "0x1f557fb2aa33dce484902695ca1374f413875519"
        },
        {
            "tokenSymbol": "VOLS",
            "address": "0x9c94e82d8751f16953f9c86e13ed9cd0414e6e97"
        },
        {
            "tokenSymbol": "ITHACA",
            "address": "0x1095ae55b62174d9ea3bc6a4136acacad461d7ce"
        },
        {
            "tokenSymbol": "MSTR",
            "address": "0x42069026eac8eee0fd9b5f7adfa4f6e6d69a2b39"
        },
        {
            "tokenSymbol": "ACP",
            "address": "0x104e363ac6521e55a24ae724855362acec3febe6"
        },
        {
            "tokenSymbol": "NUT",
            "address": "0x473f4068073cd5b2ab0e4cc8e146f9edc6fb52cc"
        },
        {
            "tokenSymbol": "USDX",
            "address": "0xf3527ef8de265eaa3716fb312c12847bfba66cef"
        },
        {
            "tokenSymbol": "SQGROW",
            "address": "0xb72e76ccf005313868db7b48070901a44629da98"
        },
        {
            "tokenSymbol": "ENSURE",
            "address": "0x0ea010dcb1dfbe5c9d1ac475901a59642bad90f4"
        },
        {
            "tokenSymbol": "PRIME",
            "address": "0xb23d80f5fefcddaa212212f028021b41ded428cf"
        },
        {
            "tokenSymbol": "TEL",
            "address": "0x467bccd9d29f223bce8043b84e8c8b282827790f"
        },
        {
            "tokenSymbol": "USDFI",
            "address": "0xa7a0b3fe94121e366d774d60d075f6386f750884"
        },
        {
            "tokenSymbol": "STABLE",
            "address": "0x60b9c41d99fe3eb64ecc1344bad31d87f1bced6d"
        },
        {
            "tokenSymbol": "PELL",
            "address": "0xc65d8d96cdddb31328186efa113a460b0af9ec63"
        },
        {
            "tokenSymbol": "ENA",
            "address": "0x57e114b691db790c35207b2e685d4a43181e6061"
        },
        {
            "tokenSymbol": "TADA",
            "address": "0x339bd6484a2b238b897339368c32006b4b4f2e5e"
        },
        {
            "tokenSymbol": "IMR",
            "address": "0xd15afd445fee7074ca094dc6218d4be164fc4073"
        },
        {
            "tokenSymbol": "TURBO",
            "address": "0xa35923162c49cf95e6bf26623385eb431ad920d3"
        },
        {
            "tokenSymbol": "NUTS",
            "address": "0x195f5c217b96cd3dd75d39327161b8911a42e509"
        },
        {
            "tokenSymbol": "REGEN",
            "address": "0x21c960a2948af0599deadd605cd47170e813857e"
        },
        {
            "tokenSymbol": "GHO",
            "address": "0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f"
        },
        {
            "tokenSymbol": "SMT",
            "address": "0xb17548c7b510427baac4e267bea62e800b247173"
        },
        {
            "tokenSymbol": "OSMOAXL",
            "address": "0xaaff914c0e6d76a6a822e947248031ac6c662dcf"
        },
        {
            "tokenSymbol": "WHALEAXL",
            "address": "0x287cbaac34992ec0df2a0c8c60ae158d1e0f8242"
        },
        {
            "tokenSymbol": "IXO",
            "address": "0x09f803484b4ebcf75a76b66d8b110d4f838df22e"
        },
        {
            "tokenSymbol": "PUNDIAI",
            "address": "0x075f23b9cdfce2cc0ca466f4ee6cb4bd29d83bef"
        },
        {
            "tokenSymbol": "RECALL",
            "address": "0x1f16e03c1a5908818f47f6ee7bb16690b40d0671"
        },
        {
            "tokenSymbol": "XION",
            "address": "0x24d7ad9402717f429a81925fe7643b78918eda8b"
        },
        {
            "tokenSymbol": "QUICK",
            "address": "0xd2ba23de8a19316a638dc1e7a9adda1d74233368"
        },
        {
            "tokenSymbol": "OIK",
            "address": "0x6e7f11641c1ec71591828e531334192d622703f7"
        },
        {
            "tokenSymbol": "MOVE",
            "address": "0x3073f7aaa4db83f95e9fff17424f71d4751a3073"
        },
        {
            "tokenSymbol": "MAGIC",
            "address": "0xb0c7a3ba49c7a6eaba6cd4a96c55a1391070ac9a"
        }
    ]
}

/getprice

Get the swap quotation for the given srctoken and dsttoken pair

GET https://api.expand.network/bridge/getprice

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

srcChainId

String

bridgeId*

String

dstChainId*

String

srcTokenSymbol*

String

Source token symbol.

dstTokenSymbol*

String

Destination token symbol.

amountIn*

String

Amount of token.

https://api.expand.network/bridge/getprice?bridgeId=600&srcTokenSymbol=eth&dstTokenSymbol=eth&srcChainId=1&amountIn=1000000000000&dstChainId=10
{
    "status": 200,
    "msg": "success",
    "data": {
        "srcChainId": "1",
        "dstChainId": "10",
        "srcTokenSymbol": "eth",
        "dstTokenSymbol": "eth",
        "amountIn": "1000000000000",
        "amountsOut": [
            "1000000000000",
            "997366732144"
        ]
    }
}

/getroute

Get the route details as to how the tokens will be bridged, token amount, etc.

GET https://api.expand.network/bridge/getroute

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

srcChainId

String

bridgeId*

String

dstChainId*

String

srcTokenSymbol*

String

Source token symbol.

dstTokenSymbol*

String

Destination token symbol.

amountIn*

String

Amount of token.

https://api.expand.network/bridge/getroute?bridgeId=600&srcTokenSymbol=eth&dstTokenSymbol=eth&srcChainId=1&amountIn=1000000000000&dstChainId=10
{
    "status": 200,
    "msg": "success",
    "data": {
        "actions": [
            {
                "type": "wrap",
                "chainType": "evm",
                "data": {
                    "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                    "chainId": "1",
                    "enabled": true,
                    "type": "WrappedNative",
                    "path": [
                        "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
                        "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
                    ],
                    "id": "1_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                    "name": "Native Wrapper",
                    "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/master/providers/squid-purple.svg",
                    "properties": {
                        "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                        "coinAddresses": [
                            "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
                            "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
                        ],
                        "type": "WrappedNative"
                    },
                    "target": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                    "direction": "wrap"
                },
                "fromChain": "1",
                "toChain": "1",
                "fromToken": {
                    "id": "1_0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
                    "symbol": "ETH",
                    "address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
                    "chainId": "1",
                    "name": "ETH",
                    "decimals": 18,
                    "coingeckoId": "ethereum",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/tokens/eth.svg",
                    "axelarNetworkSymbol": "ETH",
                    "subGraphOnly": false,
                    "subGraphIds": [
                        "weth-wei",
                        "chainflip-bridge",
                        "immutable-eth"
                    ],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 1575.19305042
                },
                "toToken": {
                    "id": "1_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                    "symbol": "WETH",
                    "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                    "chainId": "1",
                    "name": "Wrapped ETH",
                    "decimals": 18,
                    "interchainTokenId": null,
                    "coingeckoId": "weth",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/axelarnetwork/axelar-configs/main/images/tokens/weth.svg",
                    "axelarNetworkSymbol": "WETH",
                    "subGraphOnly": false,
                    "subGraphIds": [
                        "weth-wei",
                        "immutable-weth"
                    ],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 1575.19305042
                },
                "aggregatedVolatility": 4,
                "fromAmount": "1000000000000",
                "toAmount": "1000000000000",
                "toAmountMin": "1000000000000",
                "exchangeRate": "1.0",
                "priceImpact": "0.00",
                "stage": 0,
                "provider": "Native Wrapper",
                "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/master/providers/squid-purple.svg",
                "description": "Wrap ETH to WETH"
            },
            {
                "type": "swap",
                "chainType": "evm",
                "data": {
                    "address": "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640",
                    "chainId": "1",
                    "coinAddresses": [
                        "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
                        "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
                    ],
                    "dex": "Uniswap V3",
                    "enabled": true,
                    "path": [
                        "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                        "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
                    ],
                    "slippage": 0.004411764705882353,
                    "aggregateSlippage": 0.004411764705882353,
                    "target": "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45"
                },
                "fromChain": "1",
                "toChain": "1",
                "fromToken": {
                    "id": "1_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                    "symbol": "WETH",
                    "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
                    "chainId": "1",
                    "name": "Wrapped ETH",
                    "decimals": 18,
                    "interchainTokenId": null,
                    "coingeckoId": "weth",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/axelarnetwork/axelar-configs/main/images/tokens/weth.svg",
                    "axelarNetworkSymbol": "WETH",
                    "subGraphOnly": false,
                    "subGraphIds": [
                        "weth-wei",
                        "immutable-weth"
                    ],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 1575.19305042
                },
                "toToken": {
                    "id": "1_0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
                    "symbol": "USDC",
                    "address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
                    "chainId": "1",
                    "name": "USDC",
                    "decimals": 6,
                    "interchainTokenId": null,
                    "coingeckoId": "usd-coin",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/axelarnetwork/axelar-configs/main/images/tokens/usdc.svg",
                    "axelarNetworkSymbol": "USDC",
                    "subGraphOnly": false,
                    "subGraphIds": [
                        "uusdc",
                        "cctp-uusdc-ethereum-to-noble",
                        "chainflip-bridge",
                        "immutable-usdc",
                        "immutable-USDC-USDC"
                    ],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 0.99998273
                },
                "aggregatedVolatility": 2,
                "fromAmount": "1000000000000",
                "toAmount": "1574",
                "toAmountMin": "1567",
                "exchangeRate": "1574.0",
                "priceImpact": "-0.254777070063694211",
                "stage": 0,
                "provider": "Uniswap V3",
                "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/providers/uniswap.svg",
                "description": "Swap WETH to USDC"
            },
            {
                "type": "bridge",
                "chainType": "evm",
                "data": {
                    "enabled": true,
                    "name": "uusdc",
                    "provider": "Axelar",
                    "type": "axelar-gmp",
                    "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/master/providers/axelar.svg"
                },
                "fromChain": "1",
                "toChain": "10",
                "fromToken": {
                    "id": "1_0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
                    "symbol": "USDC",
                    "address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
                    "chainId": "1",
                    "name": "USDC",
                    "decimals": 6,
                    "interchainTokenId": null,
                    "coingeckoId": "usd-coin",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/axelarnetwork/axelar-configs/main/images/tokens/usdc.svg",
                    "axelarNetworkSymbol": "USDC",
                    "subGraphOnly": false,
                    "subGraphIds": [
                        "uusdc",
                        "cctp-uusdc-ethereum-to-noble",
                        "chainflip-bridge",
                        "immutable-usdc",
                        "immutable-USDC-USDC"
                    ],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 0.99998273
                },
                "toToken": {
                    "id": "10_0xeb466342c4d449bc9f53a865d5cb90586f405215",
                    "symbol": "USDC.axl",
                    "address": "0xeb466342c4d449bc9f53a865d5cb90586f405215",
                    "chainId": "10",
                    "name": " USDC (Axelar)",
                    "decimals": 6,
                    "interchainTokenId": null,
                    "coingeckoId": "usd-coin",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/axelarnetwork/axelar-configs/main/images/tokens/usdc.svg",
                    "axelarNetworkSymbol": "axlUSDC",
                    "subGraphOnly": false,
                    "subGraphIds": [
                        "uusdc"
                    ],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 0.999897395434
                },
                "aggregatedVolatility": 0,
                "fromAmount": "1574",
                "toAmount": "1574",
                "toAmountMin": "1574",
                "exchangeRate": "1.0",
                "priceImpact": "0",
                "stage": 0,
                "provider": "Axelar",
                "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/master/providers/axelar.svg",
                "description": "Bridge USDC to Optimism",
                "estimatedDuration": 80
            },
            {
                "type": "swap",
                "chainType": "evm",
                "data": {
                    "address": "0xa8a5356ee5d02fe33d72355e4f698782f8f199e8",
                    "chainId": "10",
                    "coinAddresses": [
                        "0x7f5c764cbc14f9669b88837ca1490cca17c31607",
                        "0xeb466342c4d449bc9f53a865d5cb90586f405215"
                    ],
                    "dex": "Uniswap V3",
                    "enabled": true,
                    "path": [
                        "0xeb466342c4d449bc9f53a865d5cb90586f405215",
                        "0x7f5c764cbc14f9669b88837ca1490cca17c31607"
                    ],
                    "slippage": 0.0011764705882352942,
                    "aggregateSlippage": 0.005588235294117647,
                    "target": "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45"
                },
                "fromChain": "10",
                "toChain": "10",
                "fromToken": {
                    "id": "10_0xeb466342c4d449bc9f53a865d5cb90586f405215",
                    "symbol": "USDC.axl",
                    "address": "0xeb466342c4d449bc9f53a865d5cb90586f405215",
                    "chainId": "10",
                    "name": " USDC (Axelar)",
                    "decimals": 6,
                    "interchainTokenId": null,
                    "coingeckoId": "usd-coin",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/axelarnetwork/axelar-configs/main/images/tokens/usdc.svg",
                    "axelarNetworkSymbol": "axlUSDC",
                    "subGraphOnly": false,
                    "subGraphIds": [
                        "uusdc"
                    ],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 0.999897395434
                },
                "toToken": {
                    "id": "10_0x7f5c764cbc14f9669b88837ca1490cca17c31607",
                    "symbol": "USDC.e",
                    "address": "0x7f5c764cbc14f9669b88837ca1490cca17c31607",
                    "chainId": "10",
                    "name": "USDC.e",
                    "decimals": 6,
                    "coingeckoId": "usd-coin",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/tokens/usdc.svg",
                    "axelarNetworkSymbol": "USDC.e",
                    "subGraphOnly": false,
                    "subGraphIds": [],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 0.99998273
                },
                "aggregatedVolatility": 0,
                "fromAmount": "1574",
                "toAmount": "1572",
                "toAmountMin": "1563",
                "exchangeRate": "0.998729351969504447",
                "priceImpact": "-1.161618231749805386",
                "stage": 1,
                "provider": "Uniswap V3",
                "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/providers/uniswap.svg",
                "description": "Swap USDC.axl to USDC.e"
            },
            {
                "type": "swap",
                "chainType": "evm",
                "data": {
                    "address": "0x85149247691df622eaf1a8bd0cafd40bc45154a9",
                    "chainId": "10",
                    "coinAddresses": [
                        "0x4200000000000000000000000000000000000006",
                        "0x7f5c764cbc14f9669b88837ca1490cca17c31607"
                    ],
                    "dex": "Uniswap V3",
                    "enabled": true,
                    "path": [
                        "0x7f5c764cbc14f9669b88837ca1490cca17c31607",
                        "0x4200000000000000000000000000000000000006"
                    ],
                    "slippage": 0.004411764705882353,
                    "aggregateSlippage": 0.01,
                    "target": "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45"
                },
                "fromChain": "10",
                "toChain": "10",
                "fromToken": {
                    "id": "10_0x7f5c764cbc14f9669b88837ca1490cca17c31607",
                    "symbol": "USDC.e",
                    "address": "0x7f5c764cbc14f9669b88837ca1490cca17c31607",
                    "chainId": "10",
                    "name": "USDC.e",
                    "decimals": 6,
                    "coingeckoId": "usd-coin",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/tokens/usdc.svg",
                    "axelarNetworkSymbol": "USDC.e",
                    "subGraphOnly": false,
                    "subGraphIds": [],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 0.99998273
                },
                "toToken": {
                    "id": "10_0x4200000000000000000000000000000000000006",
                    "symbol": "WETH",
                    "address": "0x4200000000000000000000000000000000000006",
                    "chainId": "10",
                    "name": "Wrapped ETH",
                    "decimals": 18,
                    "coingeckoId": "weth",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/tokens/weth.svg",
                    "axelarNetworkSymbol": "WETH",
                    "subGraphOnly": false,
                    "subGraphIds": [],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 1575.00100994
                },
                "aggregatedVolatility": 2,
                "fromAmount": "1572",
                "toAmount": "997366732144",
                "toAmountMin": "987393064822",
                "exchangeRate": "0.000634457208743002",
                "priceImpact": "-0.577004350618023132",
                "stage": 1,
                "provider": "Uniswap V3",
                "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/providers/uniswap.svg",
                "description": "Swap USDC.e to WETH"
            },
            {
                "type": "wrap",
                "chainType": "evm",
                "data": {
                    "address": "0x4200000000000000000000000000000000000006",
                    "chainId": "10",
                    "enabled": true,
                    "type": "WrappedNative",
                    "path": [
                        "0x4200000000000000000000000000000000000006",
                        "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
                    ],
                    "id": "10_0x4200000000000000000000000000000000000006",
                    "name": "Native Wrapper",
                    "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/master/providers/squid-purple.svg",
                    "properties": {
                        "address": "0x4200000000000000000000000000000000000006",
                        "coinAddresses": [
                            "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
                            "0x4200000000000000000000000000000000000006"
                        ],
                        "type": "WrappedNative"
                    },
                    "target": "0x4200000000000000000000000000000000000006",
                    "direction": "unwrap"
                },
                "fromChain": "10",
                "toChain": "10",
                "fromToken": {
                    "id": "10_0x4200000000000000000000000000000000000006",
                    "symbol": "WETH",
                    "address": "0x4200000000000000000000000000000000000006",
                    "chainId": "10",
                    "name": "Wrapped ETH",
                    "decimals": 18,
                    "coingeckoId": "weth",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/tokens/weth.svg",
                    "axelarNetworkSymbol": "WETH",
                    "subGraphOnly": false,
                    "subGraphIds": [],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 1575.00100994
                },
                "toToken": {
                    "id": "10_0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
                    "symbol": "ETH",
                    "address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
                    "chainId": "10",
                    "name": "ETH",
                    "decimals": 18,
                    "coingeckoId": "ethereum",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/tokens/eth.svg",
                    "axelarNetworkSymbol": "ETH",
                    "subGraphOnly": false,
                    "subGraphIds": [],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 1575.00100994
                },
                "aggregatedVolatility": 4,
                "fromAmount": "997366732144",
                "toAmount": "997366732144",
                "toAmountMin": "987393064822",
                "exchangeRate": "1.0",
                "priceImpact": "0.00",
                "stage": 1,
                "provider": "Native Wrapper",
                "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/master/providers/squid-purple.svg",
                "description": "Unwrap WETH to ETH"
            }
        ],
        "fromAmount": "1000000000000",
        "toAmount": "997366732144",
        "toAmountMin": "987393064822",
        "exchangeRate": "0.997366732144",
        "aggregatePriceImpact": "-2.0",
        "fromAmountUSD": "0.00",
        "toAmountUSD": "0.00",
        "toAmountMinUSD": "0.00",
        "aggregateSlippage": 1,
        "fromToken": {
            "id": "1_0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
            "symbol": "ETH",
            "address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
            "chainId": "1",
            "name": "ETH",
            "decimals": 18,
            "coingeckoId": "ethereum",
            "type": "evm",
            "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/tokens/eth.svg",
            "volatility": 2,
            "axelarNetworkSymbol": "ETH",
            "subGraphOnly": false,
            "subGraphIds": [
                "weth-wei",
                "chainflip-bridge",
                "immutable-eth"
            ],
            "enabled": true,
            "active": true,
            "visible": true,
            "usdPrice": 1575.19305042
        },
        "toToken": {
            "id": "10_0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
            "symbol": "ETH",
            "address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
            "chainId": "10",
            "name": "ETH",
            "decimals": 18,
            "coingeckoId": "ethereum",
            "type": "evm",
            "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/tokens/eth.svg",
            "volatility": 2,
            "axelarNetworkSymbol": "ETH",
            "subGraphOnly": false,
            "subGraphIds": [],
            "enabled": true,
            "active": true,
            "visible": true,
            "usdPrice": 1575.00100994
        },
        "isBoostSupported": true,
        "feeCosts": [
            {
                "amount": "67652120767967",
                "amountUsd": "0.11",
                "description": "Gas receiver fee",
                "gasLimit": "807267",
                "gasMultiplier": 1.1550000000000002,
                "name": "Gas receiver fee",
                "token": {
                    "id": "1_0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
                    "symbol": "ETH",
                    "address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
                    "chainId": "1",
                    "name": "ETH",
                    "decimals": 18,
                    "coingeckoId": "ethereum",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/tokens/eth.svg",
                    "volatility": 2,
                    "axelarNetworkSymbol": "ETH",
                    "subGraphOnly": false,
                    "subGraphIds": [
                        "weth-wei",
                        "chainflip-bridge",
                        "immutable-eth"
                    ],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 1575.19305042
                },
                "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/master/providers/axelar.svg",
                "data": {
                    "axelarFeeData": {
                        "baseFee": 0.07318330635741165,
                        "expressFee": 0,
                        "executeMultiplier": 1.1550000000000002,
                        "expressMultiplier": 1.1550000000000002,
                        "expressSupported": true
                    },
                    "toChainFeeData": {
                        "lastBaseFeePerGas": "1007066",
                        "maxFeePerGas": "1502014132",
                        "maxPriorityFeePerGas": "1500000000",
                        "gasPrice": "2007066"
                    }
                }
            },
            {
                "amount": "0",
                "amountUsd": "0.00",
                "description": "Boost fee for Ethereum to Optimism",
                "name": "Boost fee",
                "token": {
                    "id": "1_0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
                    "symbol": "ETH",
                    "address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
                    "chainId": "1",
                    "name": "ETH",
                    "decimals": 18,
                    "coingeckoId": "ethereum",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/tokens/eth.svg",
                    "volatility": 2,
                    "axelarNetworkSymbol": "ETH",
                    "subGraphOnly": false,
                    "subGraphIds": [
                        "weth-wei",
                        "chainflip-bridge",
                        "immutable-eth"
                    ],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 1575.19305042
                },
                "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/master/providers/axelar.svg"
            }
        ],
        "gasCosts": [
            {
                "type": "executeCall",
                "token": {
                    "id": "1_0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
                    "symbol": "ETH",
                    "address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
                    "chainId": "1",
                    "name": "ETH",
                    "decimals": 18,
                    "coingeckoId": "ethereum",
                    "type": "evm",
                    "logoURI": "https://raw.githubusercontent.com/0xsquid/assets/main/images/tokens/eth.svg",
                    "volatility": 2,
                    "axelarNetworkSymbol": "ETH",
                    "subGraphOnly": false,
                    "subGraphIds": [
                        "weth-wei",
                        "chainflip-bridge",
                        "immutable-eth"
                    ],
                    "enabled": true,
                    "active": true,
                    "visible": true,
                    "usdPrice": 1575.19305042
                },
                "amount": "164204208896000",
                "gasLimit": "469000",
                "amountUsd": "0.26"
            }
        ],
        "estimatedRouteDuration": 80
    }
}

/gettransaction

Get details of a transaction.

GET https://api.expand.network/bridge/gettransaction

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

transactionHash*

String

The transaction hash.

bridgeId*

String

https://api.expand.network/bridge/gettransaction?bridgeId=600&transactionHash=0x06477aa2bc628a40caeaae660c1ac0e3acb18b4131aae55525d591fafe0cbc7c&dstChainId=10
{
    "status": 200,
    "msg": "success",
    "data": {
        "srcTx": {
            "transactionId": "0x06477aa2bc628a40caeaae660c1ac0e3acb18b4131aae55525d591fafe0cbc7c",
            "blockNumber": 18268161,
            "callEventStatus": "",
            "callEventLog": [],
            "chainData": {},
            "transactionUrl": "https://etherscan.io/tx/0x06477aa2bc628a40caeaae660c1ac0e3acb18b4131aae55525d591fafe0cbc7c"
        },
        "dstTx": {
            "transactionId": "0x299de1b382b8b9636f6d5db1fb3b86ef1751405bc6f7f2c8bf80fe333e18e8e9",
            "blockNumber": 48266930,
            "callEventStatus": "CrossMulticallExecuted",
            "callEventLog": [
                {
                    "contractAddress": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666",
                    "args": {
                        "eventFragment": {
                            "name": "CrossMulticallExecuted",
                            "anonymous": false,
                            "inputs": [
                                {
                                    "name": "payloadHash",
                                    "type": "bytes32",
                                    "indexed": true,
                                    "components": null,
                                    "arrayLength": null,
                                    "arrayChildren": null,
                                    "baseType": "bytes32",
                                    "_isParamType": true
                                }
                            ],
                            "type": "event",
                            "_isFragment": true
                        },
                        "name": "CrossMulticallExecuted",
                        "signature": "CrossMulticallExecuted(bytes32)",
                        "topic": "0x7c3aa10c5d96985be6de7d2e6fa79bdef95a95a9cb272f4113b3fe1ca89fedae",
                        "args": [
                            "0xc7dfe38f4bb44d51e72b967887a89b438b8daf162529b917bcd7b75e7d469505"
                        ]
                    }
                }
            ],
            "chainData": {},
            "transactionUrl": "https://polygonscan.com/tx/0x299de1b382b8b9636f6d5db1fb3b86ef1751405bc6f7f2c8bf80fe333e18e8e9"
        }
    }
}

/swap

Swap assets across multiple chains.

POST https://api.expand.network/bridge/swap

Request Body

Name
Type
Description

rpc

String

Remote procedural call URL.

bridgeId

String

srcChainId

String

dstChainId*

String

Destination chain id.

srcTokenSymbol*

String

Source Token Symbol.

dstTokenSymbol*

String

Destination Token Symbol.

amountIn*

String

Amount of token.

from*

String

Address of the sender of the token.

gas*

String

Maximum gas limit provided by the sender, for the transaction.

to*

String

Address of the recipient of the token.

gasPriority

String

low, medium, or high.

slippage

String

Percentage of total swap value. By default, 1.

0 <= slippage value <= 100

ofacCheck

Boolean

if true,provides insights of the contract and tokens involved in the transaction. By Default, false. Available on Ethereum, Polygon, BSC, Avalanche, Arbitrum and Optimism Mainnet

{
    "bridgeId": "600",
    "srcChainId": "1",
    "dstChainId": "137",
    "srcTokenSymbol": "ETH",
    "dstTokenSymbol": "USDC",
    "amountIn": "100000000000000",
    "from": "0x1BD3fC5AC794E7Af8e834A8a4D25B08acD9266ce",
    "gas": "920000",
    "to": "0x1BD3fC5AC794E7Af8e834A8a4D25B08acD9266ce"
}
{
    "status": 200,
    "msg": "success",
    "data": {
        "chainId": "1",
        "from": "0x1BD3fC5AC794E7Af8e834A8a4D25B08acD9266ce",
        "to": "0xdf4ffda22270c12d0b5b3788f1669d709476111e",
        "value": "100000000000000",
        "gas": "61210",
        "data": "0x0d77797c0000000000000000000000001bd3fc5ac794e7af8e834a8a4d25b08acd9266ce0000000000000000000000001bd3fc5ac794e7af8e834a8a4d25b08acd9266ce000000000000000000000000ade3867e7e2dace6fa60f21db2cc89f8fb624452000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee0000000000000000000000003c499c542cef5e3811e1192ce70d8cc03d5c33590000000000000000000000000000000000000000000000000000000068072c0b00000000000000000000000000000000000000000000000000005af3107a4000000000000000000000000000000000000000000000000000000000000002602c0000000000000000000000000000000000000000000000000000000000002901000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000890000000000000000000000000000000000000000000000000000000000000000",
        "estimationCheck": true,
        "referenceId": "02d77280fa124bc0b49c88356a7bd2bf"
    }
}

With gasPriority:

{
    "bridgeId": "600",
    "srcChainId": "1",
    "dstChainId": "137",
    "srcTokenSymbol": "ETH",
    "dstTokenSymbol": "USDC",
    "amountIn": "100000000000000",
    "from": "0x1BD3fC5AC794E7Af8e834A8a4D25B08acD9266ce",
    "gas": "920000",
    "gasPriority": "medium",
    "to": "0x1BD3fC5AC794E7Af8e834A8a4D25B08acD9266ce"
}

With gasPriority:

{
    "status": 200,
    "msg": "success",
    "data": {
        "chainId": "1",
        "from": "0x1BD3fC5AC794E7Af8e834A8a4D25B08acD9266ce",
        "to": "0xdf4ffda22270c12d0b5b3788f1669d709476111e",
        "value": "100000000000000",
        "gas": "61210",
        "data": "0x0d77797c0000000000000000000000001bd3fc5ac794e7af8e834a8a4d25b08acd9266ce0000000000000000000000001bd3fc5ac794e7af8e834a8a4d25b08acd9266ce000000000000000000000000ade3867e7e2dace6fa60f21db2cc89f8fb624452000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee0000000000000000000000003c499c542cef5e3811e1192ce70d8cc03d5c33590000000000000000000000000000000000000000000000000000000068072be400000000000000000000000000000000000000000000000000005af3107a4000000000000000000000000000000000000000000000000000000000000002603500000000000000000000000000000000000000000000000000000000000028da000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000890000000000000000000000000000000000000000000000000000000000000000",
        "gasPrice": "357677923",
        "estimationCheck": true,
        "referenceId": "7bc47f417b9944cda66cb5a54d32fd5f"
    }
}

With ofacCheck:

{
    "bridgeId": "600",
    "srcChainId": "1",
    "dstChainId": "137",
    "srcTokenSymbol": "ETH",
    "dstTokenSymbol": "USDC",
    "amountIn": "100000000000000",
    "from": "0x1BD3fC5AC794E7Af8e834A8a4D25B08acD9266ce",
    "gas": "920000",
    "to": "0x1BD3fC5AC794E7Af8e834A8a4D25B08acD9266ce",
    "ofacCheck": true
}

With ofacCheck:

{
    "status": 200,
    "msg": "success",
    "data": {
        "chainId": "1",
        "from": "0x1BD3fC5AC794E7Af8e834A8a4D25B08acD9266ce",
        "to": "0xdf4ffda22270c12d0b5b3788f1669d709476111e",
        "value": "100000000000000",
        "gas": "61210",
        "data": "0x0d77797c0000000000000000000000001bd3fc5ac794e7af8e834a8a4d25b08acd9266ce0000000000000000000000001bd3fc5ac794e7af8e834a8a4d25b08acd9266ce000000000000000000000000ade3867e7e2dace6fa60f21db2cc89f8fb624452000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee0000000000000000000000003c499c542cef5e3811e1192ce70d8cc03d5c33590000000000000000000000000000000000000000000000000000000068072c2300000000000000000000000000000000000000000000000000005af3107a400000000000000000000000000000000000000000000000000000000000000260bf0000000000000000000000000000000000000000000000000000000000002901000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000890000000000000000000000000000000000000000000000000000000000000000",
        "estimationCheck": true,
        "insights": {
            "issues": [],
            "verdict": {
                "code": 0,
                "label": "NO_ISSUES"
            }
        },
        "referenceId": "cb32c54d2fda4132889c2651e013a952"
    }
}

of the source chain.

Refer to the page for details.

of the destination chain.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

of the source chain.

Refer to the page for details.

of the destination chain.

of the source chain.

Refer to the page for details.

of the destination chain.

Refer to the page for details.

Refer to the page for details.

Source Chain Id. By default, Ethereum mainnet. Refer to the page for details.

⛓️
⚡
here
here
Chain Id
Bridge ID
Chain Id
Bridge ID
Bridge ID
Chain ID
Chain Id
Bridge ID
Chain Id
Chain Id
Bridge ID
Chain Id
Bridge ID
Bridge ID
Chain Id