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

Aerodrome

PreviousPancakeSwap V3NextCamelot V3

Last updated 13 hours ago

Supported Chains

Available on Base

Available Endpoints:

Click on the endpoint to jump to the section with full details

  • GET - Returns the swap quotation for a given token pair on Aerodrome.

  • GET - Returns the balance of a particular token pair of accounts.

  • GET - Returns the total liquidity for a specified pool.

  • GET - Returns the individual token liquidity within the specified liquidity pool.

  • GET - Returns poolAddress, tickSpacing, tokensLiquidity and liquidity data based on tokenA and tokenB

  • POST - Initiate a swap transaction on a specified DEX.

  • POST - Add liquidity to a specified pool in a specified DEX.

  • POST - Remove liquidity from a specified pool in a specified DEX.

DEX IDs

Many endpoints have a parameter where you can provide a DEX ID.

Below is a list of DEX IDs related to PancakeSwap V3. Please see the DEX ID page for a complete DEX ID list and more information.

DEX Name
Chain
DEX ID

Aerodrome

Base

3600

Endpoint Details

/getprice

Returns the swap quotation for a given token pair on Aerodrome

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

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

dexId*

String

path*

String

Comma separated values of token addresses whose price is to be fetched.

amountIn*

String

Amount of token.

tickSpacing

String

Different pool based on the tick spacing. By default, it is selected as 100.

https://api.expand.network/dex/getprice?path=0x4200000000000000000000000000000000000006%2C0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf&tickSpacing=100&amountIn=10000000000000&dexId=3600
{
    "status": 200,
    "msg": "success",
    "data": {
        "amountIn": "10000000000000",
        "path": [
            "0x4200000000000000000000000000000000000006",
            "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf"
        ],
        "amountsOut": [
            "10000000000000",
            "5017892452668128"
        ]
    }
}

/getuserliquidity

Returns the balance of a particular token pair of an account.

GET https://api.expand.network/dex/getuserliquidity

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

tokenId*

String

The token ID for Aerodrome liquidity position.

dexId*

String

https://api.expand.network/dex/getuserliquidity?dexId=3600&tokenId=6402229
{
    "status": 200,
    "msg": "success",
    "data": {
        "liquidity": "0",
        "tokenV3": "0x55d398326f99059fF775485246999027B3197955"
    }
}

/getpoolliquidity

Returns the total liquidity for a specified pool.

GET https://api.expand.network/dex/getpoolliquidity

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

poolAddress*

String

Pool address whose liquidity is to be fetched.

dexId*

String

https://api.expand.network//dex/getpoolliquidity?dexId=3600&poolAddress=0x6446021F4E396dA3df4235C62537431372195D38
{
    "status": 200,
    "msg": "success",
    "data": {
        "totalLiquidity": "3842613418337609306114460735"
    }
}

/gettokenliquidity

Returns the individual token liquidity within the specified liquidity pool.

GET https://api.expand.network/dex/gettokenliquidity

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

poolAddress*

String

The pool address.

dexId*

String

https://api.expand.network//dex/gettokenliquidity?dexId=3600&poolAddress=0xC96fa108B551E24609bA22F177a652FFAa05E3a5
{
    "status": 200,
    "msg": "success",
    "data": {
        "WETH": "14793727084925305",
        "B3": "48389790764073"
    }
}

/getpool

Returns poolAddress, tickSpacing, tokensLiquidity and liquidity data based on tokenA and tokenB

GET https://api.expand.network/dex/getpoolindividualliquidity

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

tokenA*

String

TokenA address

dexId

String

tokenB*

String

TokenB address

https://api.expand.network/dex/getpool?dexId=3600&tokenA=0x4200000000000000000000000000000000000006&tokenB=0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf
{
    "status": 200,
    "msg": "success",
    "data": [
        {
            "poolAddress": "0x7eC6C9D993D9832Aa654593f2Dbc21303650Bc6c",
            "tickSpacing": "100",
            "tokensLiquidity": {
                "WETH": "48768555569924423019",
                "VVV": "53838383560167152098431"
            },
            "liquidity": "17265977496275101973877"
        },
        {
            "poolAddress": "0x46D398A5b33709877f50c8918A7eE96F1Be1d7dd",
            "tickSpacing": "200",
            "tokensLiquidity": {
                "WETH": "20559058494109486027",
                "VVV": "32656440862879438912554"
            },
            "liquidity": "53885788767252899437975"
        }
    ]
}

/swap

Initiate a swap transaction on a specified DEX.

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

Request Body

Name
Type
Description

rpc

String

Remote procedural call URL.

dexId*

String

path*

Array

Comma-separated values of token addresses, inside an array, to swap.

amountIn*

String

Amount of token to be swapped.

amountOutMin*

String

Minimum amount accepted as a result of swap.

to*

String

Address of the recipient of the token.

from*

String

Address of the sender of the token.

gas*

String

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

involveBaseToken

String

If a base token is involved in the swap; 0 for erc20 -> erc20, 1 for base -> erc20 ("from" address should be of equivalent wrapped token), 2 for erc20 -> base ("to" address should be of equivalent wrapped token). By default, 0.

tickSpacing

String

Different pool based on the tick spacing. By default, it is selected as 100.

gasPriority

String

low, medium, or high.

slippage

String

Percentage of total swap value. By default, 1.

0 <= slippage value <= 100

{
    "path": [
        "0x4200000000000000000000000000000000000006",
        "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf"
    ],
    "amountIn": "1017533960529743",
    "amountOutMin": "0",
    "involveBaseToken": "2",
    "gas": "100000",
    "tickSpacing": "100",
    "deadline": "1747703271",
    "from": "0x6A00277E6F9E5b5773772BDE0f8F154f2875Dc26",
    "to": "0x6A00277E6F9E5b5773772BDE0f8F154f2875Dc26",
    "dexId": "3600"
}
{
    "status": 200,
    "msg": "success",
    "data": {
        "chainId": "8453",
        "from": "0x6A00277E6F9E5b5773772BDE0f8F154f2875Dc26",
        "to": "0xBE6D8f0d05cC4be24d5167a3eF062215bE6D18a5",
        "value": "0",
        "gas": "262173",
        "data": "0xac9650d800000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000001800000000000000000000000000000000000000000000000000000000000000104a026383e0000000000000000000000004200000000000000000000000000000000000006000000000000000000000000cbb7c0000ab88b473b1f5afd9ef808440eed33bf0000000000000000000000000000000000000000000000000000000000000064000000000000000000000000be6d8f0d05cc4be24d5167a3ef062215be6d18a500000000000000000000000000000000000000000000000000000000682bd5e700000000000000000000000000000000000000000000000000039d711643a74f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004449404b7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000006a00277e6f9e5b5773772bde0f8f154f2875dc2600000000000000000000000000000000000000000000000000000000",
        "estimationCheck": true,
        "referenceId": "501d277a48f2437d91e239d762f4713c"
    }
}

With gasPriority (medium):

{
    "path": [
        "0x4200000000000000000000000000000000000006",
        "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf"
    ],
    "amountIn": "1017533960529743",
    "amountOutMin": "0",
    "involveBaseToken": "2",
    "gas": "100000",
    "tickSpacing": "100",
    "deadline": "1747703271",
    "from": "0x6A00277E6F9E5b5773772BDE0f8F154f2875Dc26",
    "to": "0x6A00277E6F9E5b5773772BDE0f8F154f2875Dc26",
    "dexId": "3600",
    "gasPriority": "medium"
}

With gasPriority:

{
    "status": 200,
    "msg": "success",
    "data": {
        "chainId": "8453",
        "from": "0x6A00277E6F9E5b5773772BDE0f8F154f2875Dc26",
        "to": "0xBE6D8f0d05cC4be24d5167a3eF062215bE6D18a5",
        "value": "0",
        "gas": "267752",
        "data": "0xac9650d800000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000001800000000000000000000000000000000000000000000000000000000000000104a026383e0000000000000000000000004200000000000000000000000000000000000006000000000000000000000000cbb7c0000ab88b473b1f5afd9ef808440eed33bf0000000000000000000000000000000000000000000000000000000000000064000000000000000000000000be6d8f0d05cc4be24d5167a3ef062215be6d18a500000000000000000000000000000000000000000000000000000000682bd5e700000000000000000000000000000000000000000000000000039d711643a74f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004449404b7c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000006a00277e6f9e5b5773772bde0f8f154f2875dc2600000000000000000000000000000000000000000000000000000000",
        "gasPrice": "5867623",
        "estimationCheck": true,
        "referenceId": "5a7a5eaf11bd49abb81c8d6af79b9964"
    }
}

/addliquidity

Add liquidity to a specified pool in a specified DEX.

POST https://api.expand.network/dex/addliquidity

Request Body

Name
Type
Description

dexId*

String

tokenA*

String

Address of the first token being added.

tokenB*

String

Address of the second token being added.

tickSpacing

String

Different pool based on the tick spacing. By default, it is selected as 100.

amountADesired*

String

Desired amount of token A.

amountBDesired*

String

Desired amount of token B.

amountAMin*

String

Minimum amount of token A.

amountBMin*

String

Minimum amount of token B.

deadline*

String

Deadline for the transaction to be executed (UNIX Timestamp).

to*

String

Address of the recipient of the token.

from*

String

Address of the sender of the token.

gas*

String

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

rpc

String

Remote procedural call URL.

tokenId

String

The token ID for Aerodrome liquidity position.

gasPriority

String

low, medium, or high.

slippage

String

Percentage of total value. By default, 1.

0 <= slippage value <= 100

{
    "tokenA": "0x4200000000000000000000000000000000000006",
    "tokenB": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
    "tickSpacing": "100",
    "amountADesired": "10000000000000",
    "amountBDesired": "24437",
    "amountAMin": "0",
    "amountBMin": "0",
    "from": "0xDb8b672ce5aE1Cb537EEd31b2a61dFEef1feA65a",
    "to": "0xDb8b672ce5aE1Cb537EEd31b2a61dFEef1feA65a",
    "deadline": "1740727106",
    "gas": "10000",
    "dexId": "3600"
}
{
    "status": 200,
    "msg": "success",
    "data": {
        "chainId": "8453",
        "from": "0xDb8b672ce5aE1Cb537EEd31b2a61dFEef1feA65a",
        "to": "0x827922686190790b37229fd06084350E74485b72",
        "value": "0",
        "gas": "10000",
        "data": "0xac9650d80000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000184b5007d1f0000000000000000000000004200000000000000000000000000000000000006000000000000000000000000cbb7c0000ab88b473b1f5afd9ef808440eed33bf0000000000000000000000000000000000000000000000000000000000000064fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbe27cfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbe40c000000000000000000000000000000000000000000000000000009184e72a0000000000000000000000000000000000000000000000000000000000000005f7500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000db8b672ce5ae1cb537eed31b2a61dfeef1fea65a0000000000000000000000000000000000000000000000000000000067c16342000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "estimationCheck": true,
        "referenceId": "79356a26d508445c9da3e57e7b6d6ebf"
    }
}

With gasPriority (medium):

{
    "tokenA": "0x4200000000000000000000000000000000000006",
    "tokenB": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
    "tickSpacing": "100",
    "amountADesired": "10000000000000",
    "amountBDesired": "24437",
    "amountAMin": "0",
    "amountBMin": "0",
    "from": "0xDb8b672ce5aE1Cb537EEd31b2a61dFEef1feA65a",
    "to": "0xDb8b672ce5aE1Cb537EEd31b2a61dFEef1feA65a",
    "deadline": "1740727106",
    "gas": "10000",
    "dexId": "3600",
     "gasPriority": "medium"
}

With gasPriority:

{
    "status": 200,
    "msg": "success",
    "data": {
        "chainId": "8453",
        "from": "0xDb8b672ce5aE1Cb537EEd31b2a61dFEef1feA65a",
        "to": "0x827922686190790b37229fd06084350E74485b72",
        "value": "0",
        "gas": "10000",
        "data": "0xac9650d80000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000184b5007d1f0000000000000000000000004200000000000000000000000000000000000006000000000000000000000000cbb7c0000ab88b473b1f5afd9ef808440eed33bf0000000000000000000000000000000000000000000000000000000000000064fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbe27cfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbe40c000000000000000000000000000000000000000000000000000009184e72a0000000000000000000000000000000000000000000000000000000000000005f7500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000db8b672ce5ae1cb537eed31b2a61dfeef1fea65a0000000000000000000000000000000000000000000000000000000067c16342000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "gasPrice": "5712444",
        "estimationCheck": "Returned error: execution reverted",
        "referenceId": "4bae0cacf32548ceb1d037cd16668d73"
    }
}

/removeliquidity

Remove liquidity from a specified pool for a specified DEX.

POST https://api.expand.network/dex/removeliquidity

Request Body

Name
Type
Description

dexId*

String

tokenId*

String

The token ID for Aerodrome liquidity position.

amountAMin

String

Minimum amount of Token A.

amountAMax

String

Maximum amount of Token A.

amountBMax

String

Maximum amount of Token B.

to*

String

Recipient for sweep tokens.

deadline*

String

Deadline for the transaction to be executed (UNIX Timestamp).

from*

String

Address of the sender of the token.

gas*

String

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

rpc

String

Remote procedural call URL.

tokenA*

String

Address of the first token being removed.

tokenB

String

Address of the second token being removed.

liquidity*

string

The liquidity to be removed.

amountBMin

String

Minimum amount of Token B.

gasPriority

String

low, medium, or high.

slippage

String

Percentage of total value. By default, 1.

0 <= slippage value <= 100

{
    "tokenA": "0x4200000000000000000000000000000000000006",
    "tokenB": "0x4F9Fd6Be4a90f2620860d680c0d4d5Fb53d1A825",
    "tickSpacing": "50",
    "liquidity": "10000000000000",
    "amountAMin": "0",
    "amountBMin": "0",
    "from": "0x67d12A43b726C58412Eb9CD1EaF3f4aC16381dEC",
    "to": "0x67d12A43b726C58412Eb9CD1EaF3f4aC16381dEC",
    "deadline": "1840727106",
    "gas": "10000",
    "tokenId": "6762916",
    "dexId": "3600"
}
{
    "status": 200,
    "msg": "success",
    "data": {
        "chainId": "8453",
        "from": "0x67d12A43b726C58412Eb9CD1EaF3f4aC16381dEC",
        "to": "0x827922686190790b37229fd06084350E74485b72",
        "value": "0",
        "gas": "10000",
        "data": "0xac9650d80000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000a40c49ccbe00000000000000000000000000000000000000000000000000000000006731a4000000000000000000000000000000000000000000000000000009184e72a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006db74442000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084fc6f786500000000000000000000000000000000000000000000000000000000006731a4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffff00000000000000000000000000000000ffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064df2ab5bb0000000000000000000000004200000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067d12a43b726c58412eb9cd1eaf3f4ac16381dec00000000000000000000000000000000000000000000000000000000",
        "estimationCheck": true,
        "referenceId": "2c05c202673b4d7993380467601cc8ce"
    }
}

With gasPriority:

{
    "tokenA": "0x4200000000000000000000000000000000000006",
    "tokenB": "0x4F9Fd6Be4a90f2620860d680c0d4d5Fb53d1A825",
    "tickSpacing": "50",
    "liquidity": "10000000000000",
    "amountAMin": "0",
    "amountBMin": "0",
    "from": "0x67d12A43b726C58412Eb9CD1EaF3f4aC16381dEC",
    "to": "0x67d12A43b726C58412Eb9CD1EaF3f4aC16381dEC",
    "deadline": "1840727106",
    "gas": "10000",
    "tokenId": "6762916",
    "dexId": "3600",
    "gasPriority": "medium"
}

With gasPriority:

{
    "status": 200,
    "msg": "success",
    "data": {
        "chainId": "8453",
        "from": "0x67d12A43b726C58412Eb9CD1EaF3f4aC16381dEC",
        "to": "0x827922686190790b37229fd06084350E74485b72",
        "value": "0",
        "gas": "10000",
        "data": "0xac9650d80000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000a40c49ccbe00000000000000000000000000000000000000000000000000000000006731a4000000000000000000000000000000000000000000000000000009184e72a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006db74442000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084fc6f786500000000000000000000000000000000000000000000000000000000006731a4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffff00000000000000000000000000000000ffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064df2ab5bb0000000000000000000000004200000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067d12a43b726c58412eb9cd1eaf3f4ac16381dec00000000000000000000000000000000000000000000000000000000",
        "gasPrice": "5999660",
        "estimationCheck": true,
        "referenceId": "dbf1a131feec4d85a15b5e0941e9260a"
    }
}

See the page for a list of all DEX IDs.

Refer to page for details.

Refer to page for details.

Refer to page for details.

Refer to page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

⛓️
⚡
/getprice
/getuserliquidity
/getpoolliquidity
/gettokenliquidity
etpool
/swap
/addliquidity
/removeliquidity
back to top
back to top
back to top
back to top
back to top
back to top
back to top
DexId
DEX ID
DEX ID
DEX ID
DEX ID
DEX ID
DEX ID
DEX ID