Returns a list of all the quotes for a pool on different DEXs.
gethistoricaltimeseries
Read
Get the historical time series transactions for a specific pool address.
gethistoricaltransactions
Read
Get the historical transactions focusing on swaps associated with a specific pool address.
getpoolchartdata
Read
Get the data for the pool and obtain the OHCL (Open, High, Close, Low) prices within the specified time interval.
getpooltradedata
Read
Get the trade data from the pool within a specified block range, for the specified event type.
getpoolindividualliquidity
Read
Get all user addresses, block numbers, and token position details for a specified pool address. Available for Uniswap V2,V3 and Sushiswap only.
getwalletposition
Read
Get detailed information for user transactions on various DEXs, including transaction type, block-related details, decoded parameters and many more.
quoteaggregator
Read
Retrieves quotes from various DEXs & aggregators in a unified manner. For a specified pair address, this endpoint will return the respective quotes for each DEX in which the pair address is present.
swap
Write
Initiate a swap transaction on a specified DEX.
addliquidity
Write
Add liquidity to a specified pool in a specified DEX.
removeliquidity
Write
Remove liquidity from a specified pool for a specified DEX.
swapaggregator
Write
Returns the aggregated prepared swap quotes for every DEX, in which the pair address is present.
Every DEX requires a different set of parameters to perform the common operations. Please refer to the sub-sections for details.
If the user wants to get the list of the price of the pool on multiple DEXs, they can do the same using /getpools endpoint.
/getpools
Returns a list of all the quotes for a pool on different DEXs.
GEThttps://api.expand.network/dex/getpools
Query Parameters
Name
Type
Description
dexId*
String
Comma-separated values of Dex Id. Refer to the DEX ID page for details.
path*
String
Comma-separated values of token pair.
amountIn*
String
Amount of token.
/quoteaggregator
Returns a list of all the quotes for a pool on different DEXs.
Get detailed information for user transactions on various DEXs, including transaction type, block-related details, decoded parameters and many more.Available for Uniswap V2, Uniswap V3, SushiSwap V2, Curve V2, and Balancer V2.