# Squid Router V2

### /getsupportedchains

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

<mark style="color:blue;">`GET`</mark> `https://api.expand.network/bridge/getsupportedchains`

#### Query Parameters

| Name                                       | Type   | Description                                                                            |
| ------------------------------------------ | ------ | -------------------------------------------------------------------------------------- |
| bridgeId<mark style="color:red;">\*</mark> | String | Refer to the [Bridge ID](https://docs.expand.network/ids/bridge-ids) page for details. |
| rpc                                        | String | Remote procedural call URL.                                                            |

{% tabs %}
{% tab title="Sample Request" %}

```url
https://api.expand.network/bridge/getsupportedchains?bridgeId=600
```

{% endtab %}

{% tab title="Sample Response" %}

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

{% endtab %}
{% endtabs %}

### /getsupportedtokens

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

<mark style="color:blue;">`GET`</mark> `https://api.expand.network/bridge/getsupportedtokens`

#### Query Parameters

| Name                                       | Type   | Description                                                                                                          |
| ------------------------------------------ | ------ | -------------------------------------------------------------------------------------------------------------------- |
| bridgeId<mark style="color:red;">\*</mark> | String | Refer to the [Bridge ID](https://docs.expand.network/ids/bridge-ids) page for details.                               |
| rpc                                        | String | Remote procedural call URL.                                                                                          |
| chainId<mark style="color:red;">\*</mark>  | String | Refer to the [Chain ID](https://docs.expand.network/ids/bridge-ids/internal-chain-ids-for-bridges) page for details. |

{% tabs %}
{% tab title="Sample Request" %}

```url
https://api.expand.network/bridge/getsupportedtokens?bridgeId=600&chainId=10
```

{% endtab %}

{% tab title="Sample Response" %}

```json
{
    "status": 200,
    "msg": "success",
    "data": [
        {
            "tokenSymbol": "ETH",
            "address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
        },
        {
            "tokenSymbol": "LUSD",
            "address": "0xc40f949f8a4e094d1b49a23ea9241d289b7b2819"
        },
        {
            "tokenSymbol": "DAI",
            "address": "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1"
        },
        {
            "tokenSymbol": "MAI",
            "address": "0xdfa46478f9e5ea86d57387849598dbfb2e964b02"
        },
        {
            "tokenSymbol": "USDC",
            "address": "0x0b2c639c533813f4aa9d7837caf62653d097ff85"
        },
        {
            "tokenSymbol": "RETH",
            "address": "0x9bcef72be871e61ed4fbbc7630889bee758eb81d"
        },
        {
            "tokenSymbol": "WSTETH.AXL",
            "address": "0x9cfb13e6c11054ac9fcb92ba89644f30775436e4"
        },
        {
            "tokenSymbol": "BAL.AXL",
            "address": "0x11c1879227d463b60db18c17c20ae739ae8e961a"
        },
        {
            "tokenSymbol": "VELO",
            "address": "0x3c8b650257cfb5f272f799f5e2b4e65093a11a05"
        },
        {
            "tokenSymbol": "SNX",
            "address": "0x8700daec35af8ff88c16bdf0418774cb3d7599b4"
        },
        {
            "tokenSymbol": "WPFIL",
            "address": "0xbdba1194775b9a76498a7f690eae41b059a06dfc"
        },
        {
            "tokenSymbol": "FRXETH.AXL",
            "address": "0xecc68d0451e20292406967fe7c04280e5238ac7d"
        },
        {
            "tokenSymbol": "DAI+",
            "address": "0x970d50d09f3a656b43e11b0d45241a84e3a6e011"
        },
        {
            "tokenSymbol": "OOOOOO",
            "address": "0xddf7d080c82b8048baae54e376a3406572429b4e"
        },
        {
            "tokenSymbol": "DAI.AXL",
            "address": "0x5c7e299cf531eb66f2a1df637d37abb78e6200c7"
        },
        {
            "tokenSymbol": "WBTC.AXL",
            "address": "0x1a35ee4640b0a3b87705b0a4b45d227ba60ca2ad"
        },
        {
            "tokenSymbol": "ETH.AXL",
            "address": "0xb829b68f57cc546da7e5806a929e53be32a4625d"
        },
        {
            "tokenSymbol": "OVN",
            "address": "0x3b08fcd15280e7b5a6e404c4abb87f7c774d1b2e"
        },
        {
            "tokenSymbol": "FRAX.AXL",
            "address": "0x406cde76a3fd20e48bc1e0f60651e60ae204b040"
        },
        {
            "tokenSymbol": "MILKTIA",
            "address": "0x4aa81d7ab59c775fe6f9f45e6941a0fb8cd692a6"
        },
        {
            "tokenSymbol": "LAVA",
            "address": "0x11e969e9b3f89cb16d686a03cd8508c9fc0361af"
        },
        {
            "tokenSymbol": "WETH",
            "address": "0x4200000000000000000000000000000000000006"
        },
        {
            "tokenSymbol": "OP",
            "address": "0x4200000000000000000000000000000000000042"
        },
        {
            "tokenSymbol": "MTA",
            "address": "0x929b939f8524c3be977af57a4a0ad3fb1e374b50"
        },
        {
            "tokenSymbol": "GRAIN",
            "address": "0xfd389dc9533717239856190f42475d3f263a270d"
        },
        {
            "tokenSymbol": "ZYB",
            "address": "0xb4f2cf13b262c9f0ddb9b2a9143af753ef184e98"
        },
        {
            "tokenSymbol": "WSTETH",
            "address": "0x1f32b1c2345538c0c6f582fcb022739c4a194ebb"
        },
        {
            "tokenSymbol": "LDO",
            "address": "0xfdb794692724153d1488ccdbe0c56c252596735f"
        },
        {
            "tokenSymbol": "WLD",
            "address": "0xdc6ff44d5d932cbd77b52e5612ba0529dc6226f1"
        },
        {
            "tokenSymbol": "CDFI",
            "address": "0x527856315a4bcd2f428ea7fa05ea251f7e96a50a"
        },
        {
            "tokenSymbol": "DACKIE",
            "address": "0x47c337bd5b9344a6f3d6f58c474d9d8cd419d8ca"
        },
        {
            "tokenSymbol": "QUACK",
            "address": "0x59debed8d46a0cb823d8be8b957add987ead39aa"
        },
        {
            "tokenSymbol": "WMAI.AXL",
            "address": "0x88dfaaabaf06f3a41d2606ea98bc8eda109abebb"
        },
        {
            "tokenSymbol": "LQDR.AXL",
            "address": "0x332c72dd7e77070740f01d2d35851c461585d5d0"
        },
        {
            "tokenSymbol": "RING",
            "address": "0x259c1c2ed264402b5ed2f02bc7dc25a15c680c18"
        },
        {
            "tokenSymbol": "GDX",
            "address": "0x91c415fecd651f11d24ac4b72ed08dbeb9868d43"
        },
        {
            "tokenSymbol": "KUJI",
            "address": "0x3a18dcc9745edcd1ef33ecb93b0b6eba5671e7ca"
        },
        {
            "tokenSymbol": "UNV",
            "address": "0x51707dc661630f8fd624b985fa6ef4f1d4d919db"
        },
        {
            "tokenSymbol": "SONNE",
            "address": "0x1db2466d9f5e10d7090e7152b68d62703a2245f0"
        },
        {
            "tokenSymbol": "STRD",
            "address": "0x05931d5e2f7e1c1a710c9c1dcdd94e413652376f"
        },
        {
            "tokenSymbol": "FPI",
            "address": "0x219279953d8d23520b7878447e8a6c266a51de2f"
        },
        {
            "tokenSymbol": "FRAX",
            "address": "0x2e3d870790dc77a83dd1d18184acc7439a53f475"
        },
        {
            "tokenSymbol": "USDC.AXL",
            "address": "0xeb466342c4d449bc9f53a865d5cb90586f405215"
        },
        {
            "tokenSymbol": "ERN",
            "address": "0xc5b001dc33727f8f26880b184090d3e252470d45"
        },
        {
            "tokenSymbol": "KNC",
            "address": "0xa00e3a3511aac35ca78530c85007afcd31753819"
        },
        {
            "tokenSymbol": "RSTK",
            "address": "0xeceb8927fed5f612879f79d7d3af2e39c7fd168b"
        },
        {
            "tokenSymbol": "KWENTA",
            "address": "0x920cf626a271321c151d027030d5d08af699456b"
        },
        {
            "tokenSymbol": "SPEED",
            "address": "0xb01cf1be9568f09449382a47cd5bf58e2a9d5922"
        },
        {
            "tokenSymbol": "AGEUR",
            "address": "0x9485aca5bbbe1667ad97c7fe7c4531a624c8b1ed"
        },
        {
            "tokenSymbol": "THALES",
            "address": "0x217d47011b23bb961eb6d93ca9945b7501a5bb11"
        },
        {
            "tokenSymbol": "LVN",
            "address": "0xc35294306b17fa2a30eda3bdd345630e516111f5"
        },
        {
            "tokenSymbol": "OATH",
            "address": "0x00e1724885473b63bce08a9f0a52f35b0979e35a"
        },
        {
            "tokenSymbol": "ALUSD",
            "address": "0xcb8fa9a76b8e203d8c3797bf438d8fb81ea3326a"
        },
        {
            "tokenSymbol": "LYRA",
            "address": "0x50c5725949a6f0c72e6c4a641f24049a917db0cb"
        },
        {
            "tokenSymbol": "AELIN",
            "address": "0x61baadcf22d2565b0f471b291c475db5555e0b76"
        },
        {
            "tokenSymbol": "TORI",
            "address": "0x809c55916bb542c1419724022b3f0162087e3c88"
        },
        {
            "tokenSymbol": "XPRT",
            "address": "0xc7edf7b7b3667a06992508e7b156eff794a9e1c8"
        },
        {
            "tokenSymbol": "HUAHUA",
            "address": "0x64d599b3d0c5f1375e5e639e98ab86298261a30b"
        },
        {
            "tokenSymbol": "ISLM",
            "address": "0x2a98d978817949d45a5528013850772e762b7f12"
        },
        {
            "tokenSymbol": "ATOM.AXL",
            "address": "0x06bee9e7238a331b68d83df3b5b9b16d5dba83ff"
        },
        {
            "tokenSymbol": "SOMM.AXL",
            "address": "0x4e914bbdcde0f455a8ac9d59d3bf739c46287ed2"
        },
        {
            "tokenSymbol": "TIA.AXL",
            "address": "0x41b94c5867f7f6217c9a30520cb3e793b1ee1b97"
        },
        {
            "tokenSymbol": "C4E",
            "address": "0x520391d410314451e12a85d79970a61915bc315d"
        },
        {
            "tokenSymbol": "USDC.E",
            "address": "0x7f5c764cbc14f9669b88837ca1490cca17c31607"
        },
        {
            "tokenSymbol": "WBTC",
            "address": "0x68f180fcce6836688e9084f035309e29bf0a2095"
        },
        {
            "tokenSymbol": "USDT",
            "address": "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58"
        },
        {
            "tokenSymbol": "USX",
            "address": "0xbfd291da8a403daaf7e5e9dc1ec0aceacd4848b9"
        },
        {
            "tokenSymbol": "WUSDR",
            "address": "0xc03b43d492d904406db2d7d57e67c7e8234ba752"
        },
        {
            "tokenSymbol": "AI",
            "address": "0x2598c30330d5771ae9f983979209486ae26de875"
        },
        {
            "tokenSymbol": "PSTAKE",
            "address": "0x023550adde4fa2f90d63a41d9282bee0294c04cd"
        },
        {
            "tokenSymbol": "DEUS.AXL",
            "address": "0xebd4a18034c78a415088df8508f102421ed693b1"
        },
        {
            "tokenSymbol": "SUSD",
            "address": "0x8c6f28f2f1a3c87f0f938b96d27520d9751ec8d9"
        },
        {
            "tokenSymbol": "UNIDX",
            "address": "0x28b42698caf46b4b012cf38b6c75867e0762186d"
        },
        {
            "tokenSymbol": "SFRXETH",
            "address": "0x4f74ca4a686203a5d4ebf6e8868c5ebc450bf283"
        },
        {
            "tokenSymbol": "STTIA.AXL",
            "address": "0x789cbbe5d19f04f38ec9790b28ecb07ba5617f61"
        },
        {
            "tokenSymbol": "USD+",
            "address": "0x73cb180bf0521828d8849bc8cf2b920918e23032"
        },
        {
            "tokenSymbol": "WAXL",
            "address": "0x23ee2343b892b1bb63503a4fabc840e0e2c6810f"
        },
        {
            "tokenSymbol": "FXS.AXL",
            "address": "0x5860a0bf37133f8461b2dede7c80e55d6bff3721"
        },
        {
            "tokenSymbol": "KNC.AXL",
            "address": "0xb448ec505c924944ca8b2c55ef05c299ee0781df"
        },
        {
            "tokenSymbol": "MIM",
            "address": "0xb153fb3d196a8eb25522705560ac152eeec57901"
        },
        {
            "tokenSymbol": "DOLA",
            "address": "0x8ae125e8653821e851f12a49f7765db9a9ce7384"
        },
        {
            "tokenSymbol": "BOB",
            "address": "0xb0b195aefa3650a6908f15cdac7d92f8a5791b0b"
        },
        {
            "tokenSymbol": "USDT.AXL",
            "address": "0x7f5373ae26c3e8ffc4c77b7255df7ec1a9af52a6"
        },
        {
            "tokenSymbol": "STATOM",
            "address": "0x7ba861c07d40e3341b901fd6f418e96e0132e25b"
        },
        {
            "tokenSymbol": "STARS.AXL",
            "address": "0xd58dc7aa4827cc51169b68e64f0fd4ea7fac557d"
        },
        {
            "tokenSymbol": "BTSG",
            "address": "0x225cf2027458f534c29c95a679e885b4e8bdddf7"
        },
        {
            "tokenSymbol": "SAGA.AXL",
            "address": "0x86e650048a20e0646d14e974d76109e16a0605d7"
        },
        {
            "tokenSymbol": "FIL.AXL",
            "address": "0x5e2cf56a562b1bdd32ec26315063074adc420c73"
        },
        {
            "tokenSymbol": "SCRT",
            "address": "0x308717203ab045d4a8fe49ecd149ab14f0eb16c5"
        },
        {
            "tokenSymbol": "USDGLO",
            "address": "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3"
        },
        {
            "tokenSymbol": "MOLLARS",
            "address": "0xd2d0a80fe1da849ee817494bc2df7ee4367e61f6"
        },
        {
            "tokenSymbol": "STERN",
            "address": "0x3ee6107d9c93955acbb3f39871d32b02f82b78ab"
        },
        {
            "tokenSymbol": "YUM",
            "address": "0x9f41b34f42058a7b74672055a5fae22c4b113fd1"
        },
        {
            "tokenSymbol": "CATE",
            "address": "0x051fb509e4a775fabd257611eea1efaed8f91359"
        },
        {
            "tokenSymbol": "SFRAX",
            "address": "0xf3602c5a7f625181659445c8dddde73da15c22e3"
        },
        {
            "tokenSymbol": "MOLTEN",
            "address": "0x66e535e8d2ebf13f49f3d49e5c50395a97c137b1"
        },
        {
            "tokenSymbol": "AGETH.AXL",
            "address": "0x1bd0fe8e92a157d3ef66c9fb9e38621252b407c2"
        },
        {
            "tokenSymbol": "WRSETH",
            "address": "0x87eee96d50fb761ad85b1c982d28a042169d61b1"
        },
        {
            "tokenSymbol": "KATA",
            "address": "0x02454a97a8372f3a760a033dbb39e67d73bd6d87"
        },
        {
            "tokenSymbol": "KLAUS",
            "address": "0xf0baf295ddc6b2aaa49a962eed26fe14b26c67cd"
        },
        {
            "tokenSymbol": "CRV",
            "address": "0x0994206dfe8de6ec6920ff4d779b0d950605fb53"
        },
        {
            "tokenSymbol": "MEGALAND",
            "address": "0x4541561cf67eae3993218ab3fdad2e85e0707c14"
        },
        {
            "tokenSymbol": "AETX",
            "address": "0x323bae8ea748a3c3e48b544063febc0e7424c04a"
        },
        {
            "tokenSymbol": "VOLS",
            "address": "0x9c94e82d8751f16953f9c86e13ed9cd0414e6e97"
        },
        {
            "tokenSymbol": "BAVA",
            "address": "0x3fbde9864362ce4abb244ebef2ef0482aba8ea39"
        },
        {
            "tokenSymbol": "ENSURE",
            "address": "0x0ea010dcb1dfbe5c9d1ac475901a59642bad90f4"
        },
        {
            "tokenSymbol": "USDFI",
            "address": "0x65c52d273ed3570218df81e5a09e357f95265e21"
        },
        {
            "tokenSymbol": "STABLE",
            "address": "0x5120daf6f323e03b70efa289f1edf0e5019d5436"
        },
        {
            "tokenSymbol": "REGEN",
            "address": "0x2e6c05f1f7d1f4eb9a088bf12257f1647682b754"
        },
        {
            "tokenSymbol": "WHALEAXL",
            "address": "0xdc2de7817c2eea7c967b99921ba52018efcdaeb2"
        },
        {
            "tokenSymbol": "EARTH",
            "address": "0xbe4247bdf0e161b65747e4fefbd4821d21ed05d2"
        },
        {
            "tokenSymbol": "IXO",
            "address": "0x1eb5a1470af3cf2d5d2c69e987574c069e4e3037"
        },
        {
            "tokenSymbol": "XION",
            "address": "0xe4c3461a20f50dad7b9e88ca0222a255c4126fc0"
        }
    ]
}
```

{% endtab %}
{% endtabs %}

### /getprice

Get the swap quotation for the given srctoken and dsttoken pair&#x20;

<mark style="color:blue;">`GET`</mark> `https://api.expand.network/bridge/getprice`

#### Query Parameters

| Name                                             | Type   | Description                                                                                                     |
| ------------------------------------------------ | ------ | --------------------------------------------------------------------------------------------------------------- |
| rpc                                              | String | Remote procedural call URL.                                                                                     |
| srcChainId                                       | String | [Chain Id](https://docs.expand.network/ids/bridge-ids/internal-chain-ids-for-bridges) of the source chain.      |
| bridgeId<mark style="color:red;">\*</mark>       | String | Refer to the [Bridge ID](https://docs.expand.network/ids/bridge-ids) page for details.                          |
| dstChainId<mark style="color:red;">\*</mark>     | String | [Chain Id](https://docs.expand.network/ids/bridge-ids/internal-chain-ids-for-bridges) of the destination chain. |
| srcTokenSymbol<mark style="color:red;">\*</mark> | String | Source token symbol.                                                                                            |
| dstTokenSymbol<mark style="color:red;">\*</mark> | String | Destination token symbol.                                                                                       |
| amountIn<mark style="color:red;">\*</mark>       | String | Amount of token.                                                                                                |

{% tabs %}
{% tab title="Sample Request" %}

```url
https://api.expand.network/bridge/getprice?bridgeId=600&srcTokenSymbol=eth&dstTokenSymbol=eth&srcChainId=1&amountIn=1000000000000&dstChainId=10
```

{% endtab %}

{% tab title="Sample Response" %}

```json
{
    "status": 200,
    "msg": "success",
    "data": {
        "srcChainId": "1",
        "dstChainId": "10",
        "srcTokenSymbol": "eth",
        "dstTokenSymbol": "eth",
        "amountIn": "1000000000000",
        "amountsOut": [
            "1000000000000",
            "997366732144"
        ]
    }
}
```

{% endtab %}
{% endtabs %}

### /getroute

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

<mark style="color:blue;">`GET`</mark> `https://api.expand.network/bridge/getroute`

#### Query Parameters

| Name                                             | Type   | Description                                                                                                     |
| ------------------------------------------------ | ------ | --------------------------------------------------------------------------------------------------------------- |
| rpc                                              | String | Remote procedural call URL.                                                                                     |
| srcChainId                                       | String | [Chain Id](https://docs.expand.network/ids/bridge-ids/internal-chain-ids-for-bridges) of the source chain.      |
| bridgeId<mark style="color:red;">\*</mark>       | String | Refer to the [Bridge ID](https://docs.expand.network/ids/bridge-ids) page for details.                          |
| dstChainId<mark style="color:red;">\*</mark>     | String | [Chain Id](https://docs.expand.network/ids/bridge-ids/internal-chain-ids-for-bridges) of the destination chain. |
| srcTokenSymbol<mark style="color:red;">\*</mark> | String | Source token symbol.                                                                                            |
| dstTokenSymbol<mark style="color:red;">\*</mark> | String | Destination token symbol.                                                                                       |
| amountIn<mark style="color:red;">\*</mark>       | String | Amount of token.                                                                                                |

{% tabs %}
{% tab title="Sample Request" %}

```url
https://api.expand.network/bridge/getroute?bridgeId=600&srcTokenSymbol=eth&dstTokenSymbol=eth&srcChainId=1&amountIn=1000000000000&dstChainId=10
```

{% endtab %}

{% tab title="Sample Response" %}

```json
{
    "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
    }
}
```

{% endtab %}
{% endtabs %}

### /gettransaction

Get details of a transaction.

<mark style="color:blue;">`GET`</mark> `https://api.expand.network/bridge/gettransaction`

#### Query Parameters

| Name                                              | Type   | Description                                                                                                        |
| ------------------------------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------ |
| rpc                                               | String | Remote procedural call URL.                                                                                        |
| transactionHash<mark style="color:red;">\*</mark> | String | The transaction hash.                                                                                              |
| bridgeId<mark style="color:red;">\*</mark>        | String | Refer to the [Bridge ID](https://docs.expand.network/ids/bridge-ids) page for details.                             |
| srcChainId                                        | String | <p>By default, Ethereum mainnet.<br>Refer to the <a href="../../ids/chain-ids">Chain ID </a>page for details. </p> |

{% tabs %}
{% tab title="Sample Request" %}

```url
https://api.expand.network/bridge/gettransaction?bridgeId=600&transactionHash=0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8&srcChainId=56
```

{% endtab %}

{% tab title="Sample Response" %}

```json
{
    "status": 200,
    "msg": "success",
    "data": {
        "status": "EXECUTED",
        "srcTx": {
            "chainId": "56",
            "hash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
            "transactionStatus": true,
            "blockNumber": "51317102",
            "timestamp": null,
            "from": "0x77e9278B76E3b454CCC43451da59CA66fef309d8",
            "to": "0x1231DEB6f5749EF6cE6943a275A1D3E7486F4EaE",
            "value": "187390702048411",
            "transactionFees": "44613300000000",
            "gas": "604806",
            "gasPrice": "100000000",
            "input": "0xa8f6666600000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000000000000068013762d2881593e65267b8ec85f994cac06daebdaf7f898ba0622e1547e88dbc500000000000000000000000000000000000000000000000000000000000001400000000000000000000000000000000000000000000000000000000000000180000000000000000000000000b4f34d09124b8c9712957b76707b42510041ecbb0000000000000000000000004268b8f0b87b6eae5d897996e6b845ddbd99adf300000000000000000000000077e9278b76e3b454ccc43451da59ca66fef309d800000000000000000000000000000000000000000000000000000000000ec1db0000000000000000000000000000000000000000000000000000000000000089000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005737175696400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000077361666570616c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000bd6c7b0d2f68c2b7805d88388319cfb6ecb50ea9000000000000000000000000bd6c7b0d2f68c2b7805d88388319cfb6ecb50ea900000000000000000000000055d398326f99059ff775485246999027b319795500000000000000000000000055d398326f99059ff775485246999027b31979550000000000000000000000000000000000000000000000000de0b6b3a764000000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000084eedd56e100000000000000000000000055d398326f99059ff775485246999027b31979550000000000000000000000000000000000000000000000000004bccfa9ced8000000000000000000000000000000000000000000000000000005ebac4484a80000000000000000000000000037e945ed26b17a631d7df3382c2808cc1c7f07ed000000000000000000000000000000000000000000000000000000000000000000000000000000006140b987d6b51fd75b66c3b07733beb5167c42fc0000000000000000000000006140b987d6b51fd75b66c3b07733beb5167c42fc00000000000000000000000055d398326f99059ff775485246999027b31979550000000000000000000000004268b8f0b87b6eae5d897996e6b845ddbd99adf30000000000000000000000000000000000000000000000000dd60e37b910800000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001442646478b00000000000000000000000055d398326f99059ff775485246999027b31979550000000000000000000000000000000000000000000000000dd60e37b91080000000000000000000000000004268b8f0b87b6eae5d897996e6b845ddbd99adf300000000000000000000000000000000000000000000000000000000000f0fc00000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae00000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000420255d398326f99059ff775485246999027b319795501ffff01803036ac78752ef599ec75c500ac8b0ac0be67df001231deb6f5749ef6ce6943a275a1d3e7486f4eae0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000004268b8f0b87b6eae5d897996e6b845ddbd99adf3000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000003200000000000000000000000000000000000000000000000000000aa6e4c3ad49b00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007506f6c79676f6e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002a30786365313646363933373535323061623031333737636537423838663542413843343846384436363600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000761786c55534443000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c10000000000000000000000000000000000000000000000000000000000000004000000000000000000000000077e9278b76e3b454ccc43451da59ca66fef309d8000000000000000000000000000000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000003600000000000000000000000000000000000000000000000000000000000000580000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000009200000000000000000000000000000000000000000000000000000000000000a8000000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000044095ea7b300000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000000e404e45aaf000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed0000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa841740000000000000000000000000000000000000000000000000000000000000064000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f400000000000000000000000000000000000000000000000000000000000f0fc000000000000000000000000000000000000000000000000000000000000f07950000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa84174000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000044095ea7b300000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa841740000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000000e404e45aaf0000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa841740000000000000000000000000d500b1d8e8ef31e21c99d1db9a6444d3adf127000000000000000000000000000000000000000000000000000000000000001f4000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f400000000000000000000000000000000000000000000000000000000000f0fae0000000000000000000000000000000000000000000000003d5ee3c6b963d3ee00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa84174000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000010000000000000000000000000d500b1d8e8ef31e21c99d1db9a6444d3adf1270000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000242e1a7d4d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000d500b1d8e8ef31e21c99d1db9a6444d3adf12700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000077e9278b76e3b454ccc43451da59ca66fef309d8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000000000000000000000000000000000000000000012c6ece5482500a6a11237f7b8e858a300000000000000000000000000000000",
            "nonce": 308,
            "type": null,
            "network": null,
            "v": "0x93",
            "r": "0xa7740dfbe0b51f7311863a1cc634c819480b76b9502f98a98607908bc4f14179",
            "s": "0x3ec3746e95429ed5fc1c054cab529d20162e06535440ffb977f70de635a8e057",
            "yParity": null,
            "transactionIndex": 313,
            "accessList": null,
            "maxFeePerGas": null,
            "maxPriorityFeePerGas": null,
            "logs": [
                {
                    "address": "0x55d398326f99059fF775485246999027B3197955",
                    "topics": [
                        "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                        "0x00000000000000000000000077e9278b76e3b454ccc43451da59ca66fef309d8",
                        "0x0000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae"
                    ],
                    "data": "0x0000000000000000000000000000000000000000000000000de0b6b3a7640000",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2102,
                    "removed": false,
                    "id": "log_732b5dcb"
                },
                {
                    "address": "0x55d398326f99059fF775485246999027B3197955",
                    "topics": [
                        "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925",
                        "0x00000000000000000000000077e9278b76e3b454ccc43451da59ca66fef309d8",
                        "0x0000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae"
                    ],
                    "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2103,
                    "removed": false,
                    "id": "log_cf1921db"
                },
                {
                    "address": "0x55d398326f99059fF775485246999027B3197955",
                    "topics": [
                        "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                        "0x0000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae",
                        "0x000000000000000000000000bd6c7b0d2f68c2b7805d88388319cfb6ecb50ea9"
                    ],
                    "data": "0x000000000000000000000000000000000000000000000000000aa87bee538000",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2104,
                    "removed": false,
                    "id": "log_bfbc29aa"
                },
                {
                    "address": "0x55d398326f99059fF775485246999027B3197955",
                    "topics": [
                        "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925",
                        "0x0000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae",
                        "0x000000000000000000000000bd6c7b0d2f68c2b7805d88388319cfb6ecb50ea9"
                    ],
                    "data": "0xffffffffffffffffffffffffffffffffffffffffffffe94a6ddba6942319f341",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2105,
                    "removed": false,
                    "id": "log_46199e76"
                },
                {
                    "address": "0xbD6C7B0d2f68c2b7805d88388319cfB6EcB50eA9",
                    "topics": [
                        "0x28a87b6059180e46de5fb9ab35eb043e8fe00ab45afcc7789e3934ecbbcde3ea",
                        "0x00000000000000000000000055d398326f99059ff775485246999027b3197955",
                        "0x00000000000000000000000037e945ed26b17a631d7df3382c2808cc1c7f07ed"
                    ],
                    "data": "0x0000000000000000000000000000000000000000000000000004bccfa9ced8000000000000000000000000000000000000000000000000000005ebac4484a800",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2106,
                    "removed": false,
                    "id": "log_ffa0865e"
                },
                {
                    "address": "0x1231DEB6f5749EF6cE6943a275A1D3E7486F4EaE",
                    "topics": [
                        "0x7bfdfdb5e3a3776976e53cb0607060f54c5312701c8cba1155cc4d5394440b38"
                    ],
                    "data": "0x13762d2881593e65267b8ec85f994cac06daebdaf7f898ba0622e1547e88dbc5000000000000000000000000bd6c7b0d2f68c2b7805d88388319cfb6ecb50ea900000000000000000000000055d398326f99059ff775485246999027b319795500000000000000000000000055d398326f99059ff775485246999027b31979550000000000000000000000000000000000000000000000000de0b6b3a76400000000000000000000000000000000000000000000000000000dd60e37b910800000000000000000000000000000000000000000000000000000000000684a9ac4",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2107,
                    "removed": false,
                    "id": "log_c165ca6a"
                },
                {
                    "address": "0x55d398326f99059fF775485246999027B3197955",
                    "topics": [
                        "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                        "0x0000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae",
                        "0x0000000000000000000000006140b987d6b51fd75b66c3b07733beb5167c42fc"
                    ],
                    "data": "0x0000000000000000000000000000000000000000000000000dd60e37b9108000",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2108,
                    "removed": false,
                    "id": "log_a0cd7cc5"
                },
                {
                    "address": "0x55d398326f99059fF775485246999027B3197955",
                    "topics": [
                        "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925",
                        "0x0000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae",
                        "0x0000000000000000000000006140b987d6b51fd75b66c3b07733beb5167c42fc"
                    ],
                    "data": "0xffffffffffffffffffffffffffffffffffffffffffee50c4643973fac20e48f8",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2109,
                    "removed": false,
                    "id": "log_794e5d32"
                },
                {
                    "address": "0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3",
                    "topics": [
                        "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                        "0x000000000000000000000000803036ac78752ef599ec75c500ac8b0ac0be67df",
                        "0x0000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae"
                    ],
                    "data": "0x00000000000000000000000000000000000000000000000000000000000f36b3",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2110,
                    "removed": false,
                    "id": "log_13115258"
                },
                {
                    "address": "0x55d398326f99059fF775485246999027B3197955",
                    "topics": [
                        "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                        "0x0000000000000000000000006140b987d6b51fd75b66c3b07733beb5167c42fc",
                        "0x000000000000000000000000803036ac78752ef599ec75c500ac8b0ac0be67df"
                    ],
                    "data": "0x0000000000000000000000000000000000000000000000000dd60e37b9108000",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2111,
                    "removed": false,
                    "id": "log_a5a83eb3"
                },
                {
                    "address": "0x803036AC78752EF599EC75c500ac8B0Ac0bE67dF",
                    "topics": [
                        "0x19b47279256b2a23a1665c810c8d55a1758940ee09377d4f8d26497a3577dc83",
                        "0x0000000000000000000000006140b987d6b51fd75b66c3b07733beb5167c42fc",
                        "0x0000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae"
                    ],
                    "data": "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0c94d0000000000000000000000000000000000000000000000000dd60e37b910800000000000000000000000000000000000000f41f83a0276a0d2ca223e50e07c6f00000000000000000000000000000000000000000000001edbd9973b516755980000000000000000000000000000000000000000000000000000000000043762000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001dec5c6af200",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2112,
                    "removed": false,
                    "id": "log_77385165"
                },
                {
                    "address": "0x6140b987d6B51Fd75b66C3B07733Beb5167c42fc",
                    "topics": [
                        "0x2db5ddd0b42bdbca0d69ea16f234a870a485854ae0d91f16643d6f317d8b8994",
                        "0x0000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae",
                        "0x00000000000000000000000055d398326f99059ff775485246999027b3197955",
                        "0x0000000000000000000000004268b8f0b87b6eae5d897996e6b845ddbd99adf3"
                    ],
                    "data": "0x0000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae0000000000000000000000000000000000000000000000000dd60e37b910800000000000000000000000000000000000000000000000000000000000000f0fc000000000000000000000000000000000000000000000000000000000000f36b3",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2113,
                    "removed": false,
                    "id": "log_27afb23f"
                },
                {
                    "address": "0x1231DEB6f5749EF6cE6943a275A1D3E7486F4EaE",
                    "topics": [
                        "0x7bfdfdb5e3a3776976e53cb0607060f54c5312701c8cba1155cc4d5394440b38"
                    ],
                    "data": "0x13762d2881593e65267b8ec85f994cac06daebdaf7f898ba0622e1547e88dbc50000000000000000000000006140b987d6b51fd75b66c3b07733beb5167c42fc00000000000000000000000055d398326f99059ff775485246999027b31979550000000000000000000000004268b8f0b87b6eae5d897996e6b845ddbd99adf30000000000000000000000000000000000000000000000000dd60e37b910800000000000000000000000000000000000000000000000000000000000000f36b300000000000000000000000000000000000000000000000000000000684a9ac4",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2114,
                    "removed": false,
                    "id": "log_8885d5a9"
                },
                {
                    "address": "0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3",
                    "topics": [
                        "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                        "0x0000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae",
                        "0x000000000000000000000000ce16f69375520ab01377ce7b88f5ba8c48f8d666"
                    ],
                    "data": "0x00000000000000000000000000000000000000000000000000000000000f36b3",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2115,
                    "removed": false,
                    "id": "log_e0e2e2f2"
                },
                {
                    "address": "0x2d5d7d31F671F86C782533cc367F14109a082712",
                    "topics": [
                        "0x8c092067e86e85e8cfbaf187202ef580cdfd7ec37fbec89191607de73ca80005",
                        "0x000000000000000000000000ce16f69375520ab01377ce7b88f5ba8c48f8d666",
                        "0xbb1600ff05ad96437cdb143b7291dc141da0c9a4acefc3cfbcc65b7cd8d52952"
                    ],
                    "data": "0x00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000f36b30000000000000000000000000000000000000000000000000000aa6e4c3ad49b00000000000000000000000077e9278b76e3b454ccc43451da59ca66fef309d80000000000000000000000000000000000000000000000000000000000000007506f6c79676f6e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002a30786365313646363933373535323061623031333737636537423838663542413843343846384436363600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000761786c5553444300000000000000000000000000000000000000000000000000",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2116,
                    "removed": false,
                    "id": "log_99373617"
                },
                {
                    "address": "0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3",
                    "topics": [
                        "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925",
                        "0x000000000000000000000000ce16f69375520ab01377ce7b88f5ba8c48f8d666",
                        "0x000000000000000000000000304acf330bbe08d1e512eefaa92f6a57871fd895"
                    ],
                    "data": "0xfffffffffffffffffffffffffffffffffffffffffffffffffffe307574627fbc",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2117,
                    "removed": false,
                    "id": "log_f9619570"
                },
                {
                    "address": "0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3",
                    "topics": [
                        "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                        "0x000000000000000000000000ce16f69375520ab01377ce7b88f5ba8c48f8d666",
                        "0x0000000000000000000000000000000000000000000000000000000000000000"
                    ],
                    "data": "0x00000000000000000000000000000000000000000000000000000000000f36b3",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2118,
                    "removed": false,
                    "id": "log_5df149cd"
                },
                {
                    "address": "0x304acf330bbE08d1e512eefaa92F6a57871fD895",
                    "topics": [
                        "0x7e50569d26be643bda7757722291ec66b1be66d8283474ae3fab5a98f878a7a2",
                        "0x000000000000000000000000ce16f69375520ab01377ce7b88f5ba8c48f8d666",
                        "0xbb1600ff05ad96437cdb143b7291dc141da0c9a4acefc3cfbcc65b7cd8d52952"
                    ],
                    "data": "0x00000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001400000000000000000000000000000000000000000000000000000000000000d8000000000000000000000000000000000000000000000000000000000000f36b30000000000000000000000000000000000000000000000000000000000000007506f6c79676f6e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002a307863653136463639333735353230616230313337376365374238386635424138433438463844363636000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c10000000000000000000000000000000000000000000000000000000000000004000000000000000000000000077e9278b76e3b454ccc43451da59ca66fef309d8000000000000000000000000000000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000003600000000000000000000000000000000000000000000000000000000000000580000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000009200000000000000000000000000000000000000000000000000000000000000a8000000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000044095ea7b300000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000000e404e45aaf000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed0000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa841740000000000000000000000000000000000000000000000000000000000000064000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f400000000000000000000000000000000000000000000000000000000000f0fc000000000000000000000000000000000000000000000000000000000000f07950000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa84174000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000044095ea7b300000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa841740000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000000e404e45aaf0000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa841740000000000000000000000000d500b1d8e8ef31e21c99d1db9a6444d3adf127000000000000000000000000000000000000000000000000000000000000001f4000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f400000000000000000000000000000000000000000000000000000000000f0fae0000000000000000000000000000000000000000000000003d5ee3c6b963d3ee00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa84174000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000010000000000000000000000000d500b1d8e8ef31e21c99d1db9a6444d3adf1270000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000242e1a7d4d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000d500b1d8e8ef31e21c99d1db9a6444d3adf12700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000077e9278b76e3b454ccc43451da59ca66fef309d8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000000000000000000000000000000000000000000012c6ece5482500a6a11237f7b8e858a300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000761786c5553444300000000000000000000000000000000000000000000000000",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2119,
                    "removed": false,
                    "id": "log_ea75b4a7"
                },
                {
                    "address": "0x1231DEB6f5749EF6cE6943a275A1D3E7486F4EaE",
                    "topics": [
                        "0xcba69f43792f9f399347222505213b55af8e0b0b54b893085c2e27ecbe1644f1"
                    ],
                    "data": "0x000000000000000000000000000000000000000000000000000000000000002013762d2881593e65267b8ec85f994cac06daebdaf7f898ba0622e1547e88dbc500000000000000000000000000000000000000000000000000000000000001400000000000000000000000000000000000000000000000000000000000000180000000000000000000000000b4f34d09124b8c9712957b76707b42510041ecbb0000000000000000000000004268b8f0b87b6eae5d897996e6b845ddbd99adf300000000000000000000000077e9278b76e3b454ccc43451da59ca66fef309d800000000000000000000000000000000000000000000000000000000000f36b30000000000000000000000000000000000000000000000000000000000000089000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005737175696400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000077361666570616c00000000000000000000000000000000000000000000000000",
                    "blockNumber": 51317102,
                    "transactionHash": "0x9e14580ebe9f0d36023e8ad758fbc02407406dfb0bf25d18c90567437d747ac8",
                    "transactionIndex": 313,
                    "blockHash": "0xb06b3a0d14c37461a16e7d13e862607c0208c9dcd18cca1c65fe2290a40273f3",
                    "logIndex": 2120,
                    "removed": false,
                    "id": "log_6fc8bbaa"
                }
            ]
        },
        "dstTx": {
            "chainId": "137",
            "hash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
            "transactionStatus": true,
            "blockNumber": "72671451",
            "timestamp": null,
            "from": "0xE743a49F04F2f77eB2D3b753aE3AD599dE8CEA84",
            "to": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666",
            "value": "0",
            "transactionFees": "26195710713699972",
            "gas": "596959",
            "gasPrice": "67712270629",
            "input": "0xe4a974cc21419a11750092db299070455055f81157acb3ab41915fe56061df5d490a16d400000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001600000000000000000000000000000000000000000000000000000000000000da000000000000000000000000000000000000000000000000000000000000f36b3000000000000000000000000000000000000000000000000000000000000000762696e616e636500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002a307863653136463639333735353230616230313337376365374238386635424138433438463844363636000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c10000000000000000000000000000000000000000000000000000000000000004000000000000000000000000077e9278b76e3b454ccc43451da59ca66fef309d8000000000000000000000000000000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000003600000000000000000000000000000000000000000000000000000000000000580000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000009200000000000000000000000000000000000000000000000000000000000000a8000000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000044095ea7b300000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000000e404e45aaf000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed0000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa841740000000000000000000000000000000000000000000000000000000000000064000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f400000000000000000000000000000000000000000000000000000000000f0fc000000000000000000000000000000000000000000000000000000000000f07950000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000750e4c4984a9e0f12978ea6742bc1c5d248f40ed000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa84174000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000044095ea7b300000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa841740000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000000e404e45aaf0000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa841740000000000000000000000000d500b1d8e8ef31e21c99d1db9a6444d3adf127000000000000000000000000000000000000000000000000000000000000001f4000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f400000000000000000000000000000000000000000000000000000000000f0fae0000000000000000000000000000000000000000000000003d5ee3c6b963d3ee00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000002791bca1f2de4661ed88a30c99a7a9449aa84174000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000010000000000000000000000000d500b1d8e8ef31e21c99d1db9a6444d3adf1270000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000242e1a7d4d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000d500b1d8e8ef31e21c99d1db9a6444d3adf12700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000077e9278b76e3b454ccc43451da59ca66fef309d8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee000000000000000000000000000000000000000000000000000000000000000012c6ece5482500a6a11237f7b8e858a300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000761786c5553444300000000000000000000000000000000000000000000000000",
            "nonce": 280172,
            "type": 2,
            "network": null,
            "v": "0x1",
            "r": "0x97dd96e54d4d42adc079a86dc5aa14b2e5f168399885a1a8e7c8b8ea4ddc4b00",
            "s": "0x18c3998e100012334b9e3f48e258ac41705289065f401c253f98e355389b250f",
            "yParity": "0x1",
            "transactionIndex": 5,
            "accessList": [],
            "maxFeePerGas": "67790439698",
            "maxPriorityFeePerGas": "67597044160",
            "logs": [
                {
                    "address": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666",
                    "topics": [
                        "0x5844b8bbe3fd2b0354e73f27bfde28d2e6d991f14139c382876ec4360391a47b",
                        "0x21419a11750092db299070455055f81157acb3ab41915fe56061df5d490a16d4",
                        "0x00000000000000000000000000000000000000000000000000000000000f36b3",
                        "0x000000000000000000000000e743a49f04f2f77eb2d3b753ae3ad599de8cea84"
                    ],
                    "data": "0x000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0bb1600ff05ad96437cdb143b7291dc141da0c9a4acefc3cfbcc65b7cd8d529520000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000000762696e616e636500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002a30786365313646363933373535323061623031333737636537423838663542413843343846384436363600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000761786c5553444300000000000000000000000000000000000000000000000000",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 10,
                    "removed": false,
                    "id": "log_67ba6e86"
                },
                {
                    "address": "0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed",
                    "topics": [
                        "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                        "0x000000000000000000000000e743a49f04f2f77eb2d3b753ae3ad599de8cea84",
                        "0x000000000000000000000000ce16f69375520ab01377ce7b88f5ba8c48f8d666"
                    ],
                    "data": "0x00000000000000000000000000000000000000000000000000000000000f36b3",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 11,
                    "removed": false,
                    "id": "log_cff4780e"
                },
                {
                    "address": "0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed",
                    "topics": [
                        "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925",
                        "0x000000000000000000000000e743a49f04f2f77eb2d3b753ae3ad599de8cea84",
                        "0x000000000000000000000000ce16f69375520ab01377ce7b88f5ba8c48f8d666"
                    ],
                    "data": "0xffffffffffffffffffffffffffffffffffffffffffffffffffffde1a02de9dcf",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 12,
                    "removed": false,
                    "id": "log_04e6a9c4"
                },
                {
                    "address": "0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed",
                    "topics": [
                        "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                        "0x000000000000000000000000ce16f69375520ab01377ce7b88f5ba8c48f8d666",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4"
                    ],
                    "data": "0x00000000000000000000000000000000000000000000000000000000000f36b3",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 13,
                    "removed": false,
                    "id": "log_f3842c90"
                },
                {
                    "address": "0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed",
                    "topics": [
                        "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925",
                        "0x000000000000000000000000ce16f69375520ab01377ce7b88f5ba8c48f8d666",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4"
                    ],
                    "data": "0xffffffffffffffffffffffffffffffffffffffffffffffffffffe3a7a306f06a",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 14,
                    "removed": false,
                    "id": "log_5da8713d"
                },
                {
                    "address": "0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed",
                    "topics": [
                        "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4",
                        "0x00000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45"
                    ],
                    "data": "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 15,
                    "removed": false,
                    "id": "log_808a19fd"
                },
                {
                    "address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                    "topics": [
                        "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                        "0x000000000000000000000000647fb01a63de9a551b39c7915693b25e6bcec502",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4"
                    ],
                    "data": "0x00000000000000000000000000000000000000000000000000000000000f36a1",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 16,
                    "removed": false,
                    "id": "log_bbd46482"
                },
                {
                    "address": "0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed",
                    "topics": [
                        "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4",
                        "0x000000000000000000000000647fb01a63de9a551b39c7915693b25e6bcec502"
                    ],
                    "data": "0x00000000000000000000000000000000000000000000000000000000000f36b3",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 17,
                    "removed": false,
                    "id": "log_a4a8f2a1"
                },
                {
                    "address": "0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed",
                    "topics": [
                        "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4",
                        "0x00000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45"
                    ],
                    "data": "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0c94c",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 18,
                    "removed": false,
                    "id": "log_70dec6f8"
                },
                {
                    "address": "0x647fb01A63DE9A551B39C7915693B25E6bceC502",
                    "topics": [
                        "0xc42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67",
                        "0x00000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4"
                    ],
                    "data": "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0c95f00000000000000000000000000000000000000000000000000000000000f36b30000000000000000000000000000000000000000fffd498928bf69cd09f2a12f0000000000000000000000000000000000000000000000000001148f91822027ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 19,
                    "removed": false,
                    "id": "log_d339b567"
                },
                {
                    "address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                    "topics": [
                        "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4",
                        "0x00000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45"
                    ],
                    "data": "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 20,
                    "removed": false,
                    "id": "log_0db654ed"
                },
                {
                    "address": "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
                    "topics": [
                        "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                        "0x000000000000000000000000a374094527e1673a86de625aa59517c5de346d32",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4"
                    ],
                    "data": "0x0000000000000000000000000000000000000000000000003e93735679742935",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 21,
                    "removed": false,
                    "id": "log_e017c686"
                },
                {
                    "address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                    "topics": [
                        "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4",
                        "0x000000000000000000000000a374094527e1673a86de625aa59517c5de346d32"
                    ],
                    "data": "0x00000000000000000000000000000000000000000000000000000000000f36a1",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 22,
                    "removed": false,
                    "id": "log_0efb2f20"
                },
                {
                    "address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
                    "topics": [
                        "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4",
                        "0x00000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45"
                    ],
                    "data": "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0c95e",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 23,
                    "removed": false,
                    "id": "log_7fa0729b"
                },
                {
                    "address": "0xA374094527e1673A86dE625aa59517c5dE346d32",
                    "topics": [
                        "0xc42079f94a6350d7e6235f29174924f928cc2ac818eb64fed8004e115fbcca67",
                        "0x00000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4"
                    ],
                    "data": "0xffffffffffffffffffffffffffffffffffffffffffffffffc16c8ca9868bd6cb00000000000000000000000000000000000000000000000000000000000f36a10000000000000000000000000000000000000000000007e31ce01eac727ffc450000000000000000000000000000000000000000000000003c0f36ed1036aec7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb8da3",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 24,
                    "removed": false,
                    "id": "log_d9eb3257"
                },
                {
                    "address": "0x0000000000000000000000000000000000001010",
                    "topics": [
                        "0xe6497e3ee548a3372136af2fcb0696db31fc6cf20260707645068bd3fe97f3c4",
                        "0x0000000000000000000000000000000000000000000000000000000000001010",
                        "0x0000000000000000000000000d500b1d8e8ef31e21c99d1db9a6444d3adf1270",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4"
                    ],
                    "data": "0x0000000000000000000000000000000000000000000000003e93735679742935000000000000000000000000000000000000000000eeb5456a5e9b5d69c46e3d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000eeb5452bcb2806f05045080000000000000000000000000000000000000000000000003e93735679742935",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 25,
                    "removed": false,
                    "id": "log_8becf93d"
                },
                {
                    "address": "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
                    "topics": [
                        "0x7fcf532c15f0a6db0bd6d0e038bea71d30d808c7d98cb3bf7268a95bf5081b65",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4"
                    ],
                    "data": "0x0000000000000000000000000000000000000000000000003e93735679742935",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 26,
                    "removed": false,
                    "id": "log_2691c531"
                },
                {
                    "address": "0x0000000000000000000000000000000000001010",
                    "topics": [
                        "0xe6497e3ee548a3372136af2fcb0696db31fc6cf20260707645068bd3fe97f3c4",
                        "0x0000000000000000000000000000000000000000000000000000000000001010",
                        "0x000000000000000000000000ad6cea45f98444a922a2b4fe96b8c90f0862d2f4",
                        "0x00000000000000000000000077e9278b76e3b454ccc43451da59ca66fef309d8"
                    ],
                    "data": "0x0000000000000000000000000000000000000000000000003e937356797429350000000000000000000000000000000000000000000000003e93735679742935000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e93735679742935",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 27,
                    "removed": false,
                    "id": "log_379d636a"
                },
                {
                    "address": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666",
                    "topics": [
                        "0x7c3aa10c5d96985be6de7d2e6fa79bdef95a95a9cb272f4113b3fe1ca89fedae",
                        "0xbb1600ff05ad96437cdb143b7291dc141da0c9a4acefc3cfbcc65b7cd8d52952"
                    ],
                    "data": "0x",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 28,
                    "removed": false,
                    "id": "log_9c827195"
                },
                {
                    "address": "0x0000000000000000000000000000000000001010",
                    "topics": [
                        "0x4dfe1bbbcf077ddc3e01291eea2d5c70c2b422b415d95645b9adcfd678cb1d63",
                        "0x0000000000000000000000000000000000000000000000000000000000001010",
                        "0x000000000000000000000000e743a49f04f2f77eb2d3b753ae3ad599de8cea84",
                        "0x0000000000000000000000001efecb61a2f80aa34d3b9218b564a64d05946290"
                    ],
                    "data": "0x000000000000000000000000000000000000000000000000005ce85131a23b0000000000000000000000000000000000000000000000004be20731fd723a5dbf00000000000000000000000000000000000000000000473b1c1c24aa9c8dffc100000000000000000000000000000000000000000000004be1aa49ac409822bf00000000000000000000000000000000000000000000473b1c790cfbce303ac1",
                    "blockNumber": 72671451,
                    "transactionHash": "0x3fb90809695fe7cb06f6786b169c0ce36b0561edada5830b66dafd4612f9ba41",
                    "transactionIndex": 5,
                    "blockHash": "0xac51ee900edcb0726925ea90fe91d8f0d9d572a8e81356aac4c0bdb23eaad9d6",
                    "logIndex": 29,
                    "removed": false,
                    "id": "log_9596a4ac"
                }
            ]
        }
    }
}
```

{% endtab %}
{% endtabs %}

### /swap

Swap assets across multiple chains.

<mark style="color:green;">`POST`</mark> `https://api.expand.network/bridge/swap`

#### Request Body

| Name                                             | Type   | Description                                                                                                                                                                                           |
| ------------------------------------------------ | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| rpc                                              | String | Remote procedural call URL.                                                                                                                                                                           |
| bridgeId                                         | String | Refer to the [Bridge ID](https://docs.expand.network/ids/bridge-ids) page for details.                                                                                                                |
| srcChainId                                       | String | <p>Source Chain Id. By default, Ethereum mainnet.<br>Refer to the <a href="../../ids/bridge-ids/internal-chain-ids-for-bridges">Chain Id</a><a href="../../ids/chain-ids"> </a>page for details. </p> |
| dstChainId<mark style="color:red;">\*</mark>     | String | Destination chain id.                                                                                                                                                                                 |
| srcTokenSymbol<mark style="color:red;">\*</mark> | String | Source Token Symbol.                                                                                                                                                                                  |
| dstTokenSymbol<mark style="color:red;">\*</mark> | String | Destination Token Symbol.                                                                                                                                                                             |
| amountIn<mark style="color:red;">\*</mark>       | String | Amount of token.                                                                                                                                                                                      |
| from<mark style="color:red;">\*</mark>           | String | Address of the sender of the token.                                                                                                                                                                   |
| gas<mark style="color:red;">\*</mark>            | String | Maximum gas limit provided by the sender, for the transaction.                                                                                                                                        |
| to<mark style="color:red;">\*</mark>             | String | Address of the recipient of the token.                                                                                                                                                                |
| gasPriority                                      | String | low, medium, or high.                                                                                                                                                                                 |
| slippage                                         | String | <p>Percentage of total swap value. <br>By default, 1.</p><p>0 <= slippage  value <= 100</p>                                                                                                           |

{% tabs %}
{% tab title="Sample Request" %}

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

```

{% endtab %}

{% tab title="Sample Response" %}

```json
{
    "status": 200,
    "msg": "success",
    "data": {
        "chainId": "1",
        "from": "0x1BD3fC5AC794E7Af8e834A8a4D25B08acD9266ce",
        "to": "0xdf4ffda22270c12d0b5b3788f1669d709476111e",
        "value": "100000000000000",
        "gas": "61210",
        "data": "0x0d77797c0000000000000000000000001bd3fc5ac794e7af8e834a8a4d25b08acd9266ce0000000000000000000000001bd3fc5ac794e7af8e834a8a4d25b08acd9266ce000000000000000000000000ade3867e7e2dace6fa60f21db2cc89f8fb624452000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee0000000000000000000000003c499c542cef5e3811e1192ce70d8cc03d5c33590000000000000000000000000000000000000000000000000000000068072c0b00000000000000000000000000000000000000000000000000005af3107a4000000000000000000000000000000000000000000000000000000000000002602c0000000000000000000000000000000000000000000000000000000000002901000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000890000000000000000000000000000000000000000000000000000000000000000",
        "estimationCheck": true,
        "referenceId": "02d77280fa124bc0b49c88356a7bd2bf"
    }
}
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Sample Request" %}
**With gasPriority:**

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

{% endtab %}

{% tab title="Sample Response" %}
**With gasPriority:**

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

{% endtab %}
{% endtabs %}
