https://api.dexutils.io/v1.
v1.4.0 — June 2025
This release focuses on reducing quota consumption for high-frequency use cases and expanding pool and token metadata.- Added
POST /tokens/batchendpoint — fetch prices and metadata for up to 100 tokens in a single request, dramatically reducing request count for multi-token dashboards. - Added
dext_scorefield on pool detail responses — an integer score from 0 to 100 reflecting the pool’s overall safety and quality assessment. - Added
verifiedboolean field on token responses — indicates whether the token contract has passed DexUtils verification checks. - Improved The transactions endpoint now accepts a
makerquery parameter, allowing you to filter transactions by a specific wallet address.
v1.3.0 — April 2025
Solana support arrives in this release, extending the API’s multichain coverage beyond EVM networks for the first time.- Added Solana network support — you can now query tokens, pools, and transactions on Solana using the
solananetwork slug. - Added
GET /networks/{network}/dexesendpoint — returns a list of DEXes active on the specified network along with metadata such as name, version, and total liquidity. - Changed
chain_idis nownullfor non-EVM networks. Solana does not use EVM-style numeric chain IDs, so this field will always benullfor Solana responses.
If your integration checks
chain_id to identify networks, update your logic to also handle null values for Solana and any future non-EVM networks.v1.2.0 — February 2025
This release adds time-range filtering for transactions and enriches pool detail responses with liquidity lock data.- Added
from_timestampandto_timestampquery parameters on the transactions endpoint — filter transactions to a specific time window using Unix timestamps. - Added
locked_liquidity_pctfield on pool detail responses — the percentage of LP tokens that are locked in a time-lock contract. - Added
lp_holder_countfield on pool detail responses — the number of unique addresses holding LP tokens for the pool. - Fixed Incorrect 24-hour volume aggregation for tokens traded across multiple pools. Volume figures now correctly deduplicate cross-pool swaps.
v1.1.0 — December 2024
Cross-chain discovery and transaction filtering arrive in this release.- Added
GET /searchendpoint — search for tokens and pools by name, symbol, or address across all supported networks in a single request. - Added
min_amount_usdfilter on the transactions endpoint — exclude low-value swaps from results by setting a minimum USD transaction size. - Changed The default sort on
GET /networks/{network}/poolshas changed fromcreated_attoliquidity. If your integration relies on creation-date ordering, passsort=created_atexplicitly.
v1.0.0 — October 2024
Initial public release of the DexUtils Pro API.- Launched Core endpoint groups:
/networks,/tokens,/pools,/transactions. - Supported networks at launch: Ethereum, BNB Chain, Polygon, Arbitrum.
- Authentication: Bearer token via
Authorizationheader. - Pagination:
limitandpagequery parameters on all list endpoints.
Stay up to date with API releases by subscribing to the DexUtils Developer Newsletter or joining the #api-updates channel in the DexUtils Discord. Breaking changes and deprecation notices are always announced at least 60 days in advance.