# API AS Documentation
> Documentation for API AS
Append .md to any documentation page URL to get its markdown version.
## API Reference
- [Overview](https://api-ascn-ai.readme.io/reference/intro.md)
- [Authentication](https://api-ascn-ai.readme.io/reference/authentication-1.md)
- [Getting Started](https://api-ascn-ai.readme.io/reference/getstart.md)
- [Get Free Key](https://api-ascn-ai.readme.io/reference/free-key.md)
- [Use Cases](https://api-ascn-ai.readme.io/reference/amazing-cases.md)
- [Introduction to AI by ASCN.AI](https://api-ascn-ai.readme.io/reference/introduction-to-ai-by-ascnai.md)
- [Routes](https://api-ascn-ai.readme.io/reference/assistant-api-1.md): CRUD for AI Chat
- [Get Chats](https://api-ascn-ai.readme.io/reference/get_chats_api_v1_get_chats_get-1.md)
- [Get Chat History](https://api-ascn-ai.readme.io/reference/get_chat_history_api_v1_get_chat_history_get-1.md)
- [Update Chat](https://api-ascn-ai.readme.io/reference/update_chat_api_v1_update_chat_post-1.md)
- [Delete Chat](https://api-ascn-ai.readme.io/reference/delete_chat_api_v1_delete_chat_post-1.md)
- [Set Message Score](https://api-ascn-ai.readme.io/reference/set_message_score_api_v1_set_message_score_post-1.md)
- [Invoke](https://api-ascn-ai.readme.io/reference/invoke_api_v1_invoke_assistant_post-1.md)
- [Invoke Assistant Stream](https://api-ascn-ai.readme.io/reference/invoke_assistant_stream_api_v1_invoke_assistant_stream_post-1.md): This endpoint establishes a Server-Sent Events (SSE) stream to deliver real-time response parts to the client. The stream emits the following events in sequence: - **chat**: Sent at the beginning of the stream to provide chat context.
event: chat
data: {"chat_id": ..., "chat_title": ...} - **pending_tool_call**: Sent at the moment when specific crypto tool was called.
event: pending_tool_call
data: {'call_id': call_..., 'title': {'en': 'Analyzing smart money trades..'}} - **finished_tool_call**: Sent at the moment when specific crypto tool was finished.
event: finished_tool_call
data: {'call_id': call_...} - **message_start**: Signals the beginning of a new message.
event: message_start
event: message_start
data: {"t": ...} (multiple times) - **message_end**: Indicates that the current message has finished. Includes the message ID.
event: message_end
data: {"message_id": ...} - **finish**: Marks the end of the entire stream session.
event: finish
data: null
- [Arbitrage API quick start](https://api-ascn-ai.readme.io/reference/arbitrage-api-quick-start.md): The document contains instructions on how to connect to the Arbitrage API from arbitragescanner.io
- [Spot Spreads Snapshot](https://api-ascn-ai.readme.io/reference/getspotspreadssnapshot.md): Текущий снимок спот-спредов с фильтрами (преемник /widget). Параметры `buy_exchanges` и `sell_exchanges` обязательны. Требует API-ключа. Возвращает не более 100 спредов, отсортированных по `overallProfitIndexAvg` (убыв.). Стоимость: 100 кредитов за успешный вызов.
- [Futures Spreads Snapshot](https://api-ascn-ai.readme.io/reference/getperpetualsspreadssnapshot.md): То же, что спот-вариант, но для фьючерсных (perpetual) спредов: у элементов выставлен `isFutures: true` и заполнены funding-поля. `buy_exchanges` и `sell_exchanges` обязательны; названия бирж передаются с суффиксом `_futures`. Требует API-ключа. До 100 спредов, сортировка по `overallProfitIndexAvg` (убыв.). Стоимость: 100 кредитов за успешный вызов.
- [Get Perp Funding](https://api-ascn-ai.readme.io/reference/get_perp_funding_v1_live_perpetuals_funding__get.md): Retrieves the current funding rates for cryptocurrency futures across supported exchanges. It is designed for arbitrage services to monitor and compare funding fees in perpetual futures markets, enabling traders to identify profitable opportunities.
- [Arbitrage Hooks Routes](https://api-ascn-ai.readme.io/reference/arbitrage.md)
- [Create Spot Spread Hook](https://api-ascn-ai.readme.io/reference/create_spot_spread_hook_v1_live_spot_spread_hook_post.md): Creates a web hook to stream spot arbitrage events in real time to your server * Important: the data sent to the webhook is compressed with gzip - keep this in mind when deserializing messages. * Note: An example of the data structure sent to the webhook is given in the webhook event section.
- [Create Perpetuals Spread Hook](https://api-ascn-ai.readme.io/reference/create_perpetuals_spread_hook_v1_live_perpetuals_spread_hook_post.md): Creates a web hook to stream futures arbitrage events in real time to your server * Important: the data sent to the webhook is compressed with gzip - keep this in mind when deserializing messages. * Note: An example of the data structure sent to the webhook is given in the webhook event section.
- [Get Address Balance](https://api-ascn-ai.readme.io/reference/get_address_balance_v1_address_balance__get.md): Returns the current balance of the address in USD, as well as a list of tokens with details on the balance
- [Get Address Historical Balance](https://api-ascn-ai.readme.io/reference/get_address_historical_balance_v1_address_historical_balance__get.md): Returns historical balance of the address with day granularity
- [Get Address Transactions](https://api-ascn-ai.readme.io/reference/get_address_transactions_v1_address_transactions__get.md): Returns a list of address transactions sorted from newest to oldest. Important: by default, only transactions that involved tokens are returned. You can change this behavior by changing the “with_transfer_only” parameter.
- [Get Address Base Analysis](https://api-ascn-ai.readme.io/reference/get_address_base_analysis_v1_address_base_analysis__get.md): Returns an address's analytical scores for its trades on dex platforms.
- [Get Address Interacted Tokens Analysis](https://api-ascn-ai.readme.io/reference/get_address_interacted_tokens_analysis_v1_address_interacted_tokens_analysis__get.md): Returns an address's analytical scores for its trades on dex platforms.
- [Get Address Extended Analysis](https://api-ascn-ai.readme.io/reference/get_address_extended_analysis_v1_address_extended_analysis__get.md): Returns various summaries of an address's score by its transactions.
- [Get Address Token Analysis](https://api-ascn-ai.readme.io/reference/get_address_token_analysis_v1_address_token_analysis__get.md): Returns details of the token trade interaction for the specified address.
- [Start Mass Wallets Search](https://api-ascn-ai.readme.io/reference/start_mass_wallets_search_v1_mass_wallets_search__post.md): Allows you to search for wallets on the blockchain based on various factors, including analytics. * After you run it, you will receive a task ID. Use it to get the result in GET-method.
- [Get Mass Wallets Search Result](https://api-ascn-ai.readme.io/reference/get_mass_wallets_search_result_v1_mass_wallets_search__get.md)
- [Start Mass Wallets Analysis](https://api-ascn-ai.readme.io/reference/start_mass_wallets_analysis_v1_mass_wallets_analysis__post.md): Allows you to analyze a group of addresses. * After you run it, you will receive a task ID. Use it to get the result in GET-method.
- [Mass Wallets Analysis Result](https://api-ascn-ai.readme.io/reference/mass_wallets_analysis_result_v1_mass_wallets_analysis__get.md)
- [Start Ai Similar Wallets Search](https://api-ascn-ai.readme.io/reference/start_ai_similar_wallets_search_v1_ai_similar_wallets_search__post.md): A powerful tool that combines algorithmic and AI models to search the blockchain for wallets similar to the specified wallets. * Important: the entered wallets must have some common criterion for the search to be valid. * After you run it, you will receive a task ID. Use it to get the result in GET-method.
- [Get Ai Similar Wallets Search Result](https://api-ascn-ai.readme.io/reference/get_ai_similar_wallets_search_result_v1_ai_similar_wallets_search__get.md)
- [Get Address General Info](https://api-ascn-ai.readme.io/reference/get_evm_evm_address_general_info_api_v1__evm_chain__address_general_info_get-2.md): Returns core data about a blockchain address: - Whether it is a smart contract or EOA - Activity timestamps (first/last seen) 🛠️ Use Cases: - Differentiate smart contracts from EOAs - Tag or filter by activity (e.g., dormant, newly created)
- [Get Address Labels](https://api-ascn-ai.readme.io/reference/get_evm_address_labels_api_v1__evm_chain__address_labels_get-2.md): Returns categorized metadata and human-readable labels for a blockchain address. 🛠️ Use Cases: - Enrich address profiles (e.g., show name, reputation) - Detect scam/phishing wallets - Enable UX improvements in wallets/dashboards - Segment users by activity (DeFi/NFT/CeFi/etc.)
- [Get Address Deployed Contracts](https://api-ascn-ai.readme.io/reference/get_evm_address_deployed_contracts_api_v1__evm_chain__address_deployed_contracts_get-2.md): Returns a paginated list of smart contracts deployed by the given address on the selected blockchain. 🛠️ Use Cases: - Explore factory contracts and their deployments - Audit on-chain deployments - Analyze contract creation activity across chains
- [Get Address Tokens Balance](https://api-ascn-ai.readme.io/reference/get_evm_address_tokens_balance_api_v1__evm_chain__address_tokens_balance_get-2.md): Returns current token balances for the specified blockchain address. Includes fungible (ERC-20) and non-fungible token holdings where supported. 🛠️ Use Cases: - Portfolio dashboards - DeFi exposure tracking - Wallet explorers
- [Get Address Historical Tokens Balance](https://api-ascn-ai.readme.io/reference/get_evm_address_historical_tokens_balance_api_v1__evm_chain__address_historical_tokens_balance_get-2.md): Returns the token balances of a blockchain address at a specific point in time. Historical snapshot includes token amounts and estimated USD values. 🛠️ Use Cases: - Backtesting strategies - Auditing historical holdings - Verifying balances at a certain date
- [Get Address Historical Balance (chart data)](https://api-ascn-ai.readme.io/reference/get_evm_address_historical_balance_api_v1__evm_chain__address_historical_balance_get-2.md): Returns the balance of a blockchain address for the past 30 days with day granularity. 🛠️ Use Cases: - Track historical address balances - Audit past
- [Get Address Approves](https://api-ascn-ai.readme.io/reference/get_evm_address_approves_api_v1__evm_chain__address_approves_get-2.md): Returns a paginated list of active token approvals granted by the address to other addresses. 🛠️ Use Cases: - Detect risky or unlimited token approvals - Inform users of wallet exposure - Build DeFi risk dashboards
- [Get Swaps by address](https://api-ascn-ai.readme.io/reference/get_evm_address_swaps_api_v1__evm_chain__address_swaps_get-2.md): Returns a list of swap transactions that occurred within the specified address. The response includes details such astoken addresses, amounts in/out, timestamps, and transaction hashes. Supports pagination, default order is timestamp desc.
- [Get tokens transfers by address](https://api-ascn-ai.readme.io/reference/get_evm_address_transfers_api_v1__evm_chain__address_transfers_get-2.md): Returns a list of transfer transactions that occurred within the specified address. Supports pagination, default order is timestamp desc.
- [Get Evm Address Transfer Transactions](https://api-ascn-ai.readme.io/reference/get_evm_address_transfer_transactions_api_v1__evm_chain__address_transfer_transactions_get-2.md)
- [Get Evm Address No Transfer Transactions](https://api-ascn-ai.readme.io/reference/get_evm_address_no_transfer_transactions_api_v1__evm_chain__address_no_transfer_transactions_get-2.md)
- [Get Evm Address Known Tokens](https://api-ascn-ai.readme.io/reference/get_evm_address_known_tokens_api_v1__evm_chain__address_known_tokens_get-2.md)
- [Get Token General Info](https://api-ascn-ai.readme.io/reference/get_evm_token_general_info_api_v1__evm_chain__token_general_info_get-2.md): Returns metadata and technical attributes for a given token contract. Includes name, symbol, decimals, total supply, and deployment info. 🛠️ Use Cases: - Display token info in UI - Validate token authenticity - Enrich analytics or wallet views
- [Get Tokens By Name](https://api-ascn-ai.readme.io/reference/get_evm_tokens_by_name_api_v1__evm_chain__token_tokens_by_name_get-2.md): Returns a paginated list of tokens matching the given name (or partial name). 🛠️ Use Cases: - Implement search and autocomplete in wallets or dashboards - Token discovery by project name - Match user-input to actual tokens
- [Get Tokens By Symbol](https://api-ascn-ai.readme.io/reference/get_evm_tokens_by_symbol_api_v1__evm_chain__token_tokens_by_symbol_get-2.md): Returns a paginated list of tokens that match the given symbol (or partial symbol). Helps differentiate tokens with similar names or resolve user-input symbols. 🛠️ Use Cases: - Search tokens by ticker symbol (e.g., 'USDT') - Match UI input to on-chain assets - Token selection in DEXs and wallets
- [Get Tokens By Create Time](https://api-ascn-ai.readme.io/reference/get_evm_tokens_by_create_time_api_v1__evm_chain__token_tokens_by_create_time_get-2.md): Returns a paginated list of tokens deployed within a specified time range on the target blockchain. Great for tracking token creation trends, analyzing launch activity, or detecting new deployments. 🛠️ Use Cases: - Monitor token creation in real time - Analyze launch patterns (daily/weekly/monthly) - Build early-token discovery tools
- [Get New Tokens](https://api-ascn-ai.readme.io/reference/get_evm_new_tokens_api_v1__evm_chain__token_new_tokens_get-2.md): Returns a paginated list of the most recently deployed token contracts on the specified blockchain. 🛠️ Use Cases: - Monitor new token launches in real time - Feed token discovery dashboards - Detect high-frequency deployments (potential scams or token factories)
- [Get Token Holders](https://api-ascn-ai.readme.io/reference/get_evm_token_holders_api_v1__evm_chain__token_holders_get-2.md): Returns a paginated list of addresses holding the specified token, including their balances, USD value, and supply percentage. 🛠️ Use Cases: - Analyze token distribution (e.g., whale tracking) - Render 'Top Holders' UI in wallets and explorers - Evaluate decentralization and concentration risk
- [Get Token Latest Price](https://api-ascn-ai.readme.io/reference/get_evm_token_latest_price_api_v1__evm_chain__token_latest_price_get-2.md): Returns the latest price of the specified token contract in USD, along with the timestamp of the last update. 🛠️ Use Cases: - Show real-time token price in UIs - Calculate wallet value - Price display in analytics and DeFi apps
- [Get Token OHLC Price Data](https://api-ascn-ai.readme.io/reference/get_evm_token_ohlc_price_api_v1__evm_chain__token_ohlc_price_get-2.md): Returns historical price data for the specified token in OHLC format (Open, High, Low, Close) over a defined time range and interval. 🛠️ Use Cases: - Price charting and candlestick graphs - Volatility and trend analysis - Time-series token metrics
- [Get Token Liquidity Pools](https://api-ascn-ai.readme.io/reference/get_evm_token_liquidity_pools_api_v1__evm_chain__token_liquidity_pools_get-2.md): Returns a paginated list of liquidity pools where the specified token is present. Includes metadata such as token pair, DEX, pool address, liquidity stats, and creation time. 🛠️ Use Cases: - Show where a token is traded - Discover all trading pairs for a token - Analyze token liquidity distribution across DEXes
- [Get Token Market Stats](https://api-ascn-ai.readme.io/reference/get_evm_token_market_stats_api_v1__evm_chain__token_market_stats_get-2.md): Returns aggregate market statistics for a token across all liquidity pools on the specified blockchain. Includes volume metrics, liquidity, and swap count. 🛠️ Use Cases: - Monitor token performance and trading activity - Compare tokens across timeframes - Power token ranking dashboards or volatility trackers
- [Get Pool General Info](https://api-ascn-ai.readme.io/reference/get_evm_pool_general_info_api_v1__evm_chain__pool_general_info_get-2.md): Returns general metadata for a DEX liquidity pool by its address. Includes token pair, DEX name, LP total supply, and creation info. 🛠️ Use Cases: - Render detailed pool pages in DeFi apps - Analyze trading pair composition - Audit pool creation and DEX origin
- [Get Pool Market Stats](https://api-ascn-ai.readme.io/reference/get_evm_pool_market_stats_api_v1__evm_chain__pool_market_stats_get-2.md): Returns aggregated market statistics for the specified liquidity pool. Includes transaction counts, trade volumes, and token reserves. 🛠️ Use Cases: - Monitor trading activity and demand - Track liquidity depth in real time - Support dashboards for DEX analytics
- [Get Pools By Exchange](https://api-ascn-ai.readme.io/reference/get_evm_pools_by_exchange_api_v1__evm_chain__pool_pools_by_exchange_get-2.md): Returns a paginated list of DEX liquidity pools deployed on a specific exchange protocol such as Uniswap or Sushiswap. 🛠️ Use Cases: - Filter pools by exchange for dashboards or analytics - Compare liquidity or activity across protocols - Power frontend selectors for 'Exchange' filters
- [Get Pools By Create Time](https://api-ascn-ai.readme.io/reference/get_evm_pools_by_create_time_api_v1__evm_chain__pool_pools_by_create_time_get-2.md): Returns a paginated list of liquidity pools created within a specified time range. This helps detect new pool launches, monitor DEX usage, and analyze liquidity deployment trends. 🛠️ Use Cases: - Detect newly launched pools in a given date range - Analyze protocol growth over time - Monitor suspicious pool creation spikes (e.g., scams or rugpull waves)
- [Get New Pools](https://api-ascn-ai.readme.io/reference/get_evm_new_pools_api_v1__evm_chain__pool_new_pools_get-2.md): Returns a paginated list of the most recently created liquidity pools on the specified blockchain. This is a shortcut to discover the latest pools without specifying a date range. 🛠️ Use Cases: - Real-time monitoring of pool launches - Analyze recent DEX activity - Detect pump-and-dump or rugpull schemes early
- [Get Swaps in specific pool](https://api-ascn-ai.readme.io/reference/get_evm_pool_swaps_api_v1__evm_chain__pool_swaps_get-2.md): Returns a list of swap transactions that occurred within the specified liquidity pool. The response includes details such astoken addresses, amounts in/out, timestamps, and transaction hashes. Supports pagination, default order is timestamp desc.
- [Swaps Subscription](https://api-ascn-ai.readme.io/reference/swaps_subscriptionswaps_get.md): WebSocket endpoint. After connection, send subscription message: ```json {"channel":"swaps","filters":{...}} ``` Server will stream SwapDTO events.
- [Transfers Subscription](https://api-ascn-ai.readme.io/reference/transfers_subscriptiontransfers_get.md): WebSocket endpoint. After connection, send subscription message: ```json {"channel":"transfers","filters":{...}} ``` Server will stream TransferDTO events.
- [New Pools Subscription](https://api-ascn-ai.readme.io/reference/new_pools_subscriptionnew_pools_get.md): WebSocket endpoint. After connection, send subscription message: ```json {"channel":"new_pools","filters":{...}} ``` Server will stream NewPoolDTO events.
- [New Contracts Subscription](https://api-ascn-ai.readme.io/reference/new_contracts_subscriptionnew_contracts_get.md): WebSocket endpoint. After connection, send subscription message: ```json {"channel":"new_contracts","filters":{...}} ``` Server will stream NewContractDTO events.
- [Token Balances Subscription](https://api-ascn-ai.readme.io/reference/token_balances_subscriptiontoken_balances_get.md): WebSocket endpoint. After connection, send subscription message: ```json {"channel":"token_balances","filters":{...}} ``` Server will stream TokenBalanceDTO events.
- [Токеновые апрувы адреса](https://api-ascn-ai.readme.io/reference/getevmaddressapproves.md): Возвращает список активных апрувов токенов, выданных адресом другим адресам. Использование: поиск рисковых/неограниченных апрувов, отображение экспозиции кошелька.
- [Контракты, задеплоенные адресом](https://api-ascn-ai.readme.io/reference/getevmaddressdeployedcontracts.md): Список смарт-контрактов, задеплоенных данным адресом в выбранной сети. Использование: анализ фабрик и деплоев, аудит контрактов.
- [Исторический баланс адреса](https://api-ascn-ai.readme.io/reference/getevmaddresshistoricalbalance.md): Баланс адреса за последние 30 дней с дневной детализацией. Использование: история балансов, аудит.
- [Токены адреса на дату](https://api-ascn-ai.readme.io/reference/getevmaddresshistoricaltokens.md): Снимок токеновых балансов адреса на указанный момент времени (суммы и оценка в USD). Использование: бэктест, аудит, проверка балансов на дату.
- [Известные токены адреса](https://api-ascn-ai.readme.io/reference/getevmaddressknowntokens.md): Текущие балансы известных (каталогизированных) токенов по адресу.
- [Метки и метаданные адреса](https://api-ascn-ai.readme.io/reference/getevmaddresslabels.md): Метаданные и человекочитаемые метки для адреса (тип, репутация, категории). Использование: профили адресов, детекция скама, сегментация (DeFi/NFT/CeFi).
- [Транзакции без трансферов](https://api-ascn-ai.readme.io/reference/getevmaddressnotransfertransactions.md): Список транзакций адреса без токеновых трансферов (вызовы контрактов и т.п.).
- [Свопы по адресу](https://api-ascn-ai.readme.io/reference/getevmaddressswaps.md): Список своп-транзакций с участием адреса (токены, суммы in/out, время, хеш). Поддержка пагинации, сортировка по времени desc.
- [Текущие токеновые балансы](https://api-ascn-ai.readme.io/reference/getevmaddresstokensbalance.md): Текущие балансы токенов (ERC-20 и при поддержке NFT) по адресу. Использование: портфолио, экспозиция в DeFi, эксплореры кошельков.
- [Транзакции с трансферами](https://api-ascn-ai.readme.io/reference/getevmaddresstransfertransactions.md): Транзакции адреса, содержащие токеновые трансферы.
- [Трансферы по адресу](https://api-ascn-ai.readme.io/reference/getevmaddresstransfers.md): Список трансферов с участием адреса. Пагинация, сортировка по времени desc.
- [Новые токены](https://api-ascn-ai.readme.io/reference/getevmnewtokens.md): Недавно задеплоенные токены в сети. Использование: мониторинг новых токенов, дашборды, детекция фабрик/скамов.
- [Общая информация о токене](https://api-ascn-ai.readme.io/reference/getevmtokengeneralinfo.md): Метаданные и атрибуты контракта токена: имя, символ, decimals, total supply, дата деплоя. Использование: отображение в UI, проверка подлинности, аналитика.
- [Холдеры токена](https://api-ascn-ai.readme.io/reference/getevmtokenholders.md): Адреса холдеров с балансами, оценкой в USD и долей от supply. Использование: распределение токена, киты, оценка риска концентрации.
- [Последняя цена токена](https://api-ascn-ai.readme.io/reference/getevmtokenlatestprice.md): Текущая цена токена в USD и время последнего обновления. Использование: отображение цены, оценка портфолио.
- [Пулы ликвидности токена](https://api-ascn-ai.readme.io/reference/getevmtokenliquiditypools.md): Пулы, где присутствует данный токен (пара, DEX, адрес пула, ликвидность, дата создания). Использование: где торгуется токен, пары, распределение ликвидности по DEX.
- [Рыночная статистика токена](https://api-ascn-ai.readme.io/reference/getevmtokenmarketstats.md): Агрегированная статистика по токену по всем пулам: объёмы, ликвидность, число свопов. Использование: активность, волатильность, рейтинги токенов.
- [OHLC цены токена](https://api-ascn-ai.readme.io/reference/getevmtokenohlcprice.md): Исторические цены в формате OHLC (Open, High, Low, Close) за период с заданным интервалом. Использование: графики, волатильность, тренды.
- [Токены по дате создания](https://api-ascn-ai.readme.io/reference/getevmtokensbycreatetime.md): Токены, задеплоенные в заданном временном диапазоне. Использование: мониторинг эмиссий, паттерны запусков.
- [Поиск токенов по имени](https://api-ascn-ai.readme.io/reference/getevmtokensbyname.md): Токены по полному или частичному совпадению имени. Использование: поиск и автодополнение в кошельках и дашбордах.
- [Поиск токенов по символу](https://api-ascn-ai.readme.io/reference/getevmtokensbysymbol.md): Токены по полному или частичному совпадению тикера (например USDT, ETH). Использование: поиск по тикеру, выбор токена в DEX/кошельках.
- [Новые пулы](https://api-ascn-ai.readme.io/reference/getevmnewpools.md): Недавно созданные пулы ликвидности в сети. Использование: мониторинг запусков пулов, раннее выявление пампов/ругпулов.
- [Общая информация о пуле](https://api-ascn-ai.readme.io/reference/getevmpoolgeneralinfo.md): Метаданные DEX-пула по адресу: пара токенов, название DEX, общий supply LP, дата создания. Использование: страницы пулов, состав пары, аудит.
- [Рыночная статистика пула](https://api-ascn-ai.readme.io/reference/getevmpoolmarketstats.md): Агрегированная статистика по пулу: число сделок, объёмы, резервы токенов. Использование: активность, глубина ликвидности, аналитика DEX.
- [Свопы в пуле](https://api-ascn-ai.readme.io/reference/getevmpoolswaps.md): Список свопов в указанном пуле (токены, суммы in/out, время, хеш). Пагинация, сортировка по времени desc.
- [Пулы по дате создания](https://api-ascn-ai.readme.io/reference/getevmpoolsbycreatetime.md): Пулы, созданные в заданном временном диапазоне. Использование: новые пулы за период, рост протокола, подозрительные волны создания.
- [Пулы по бирже (DEX)](https://api-ascn-ai.readme.io/reference/getevmpoolsbyexchange.md): Пулы ликвидности по выбранному DEX (Uniswap, Sushiswap и т.д.). Использование: фильтр по бирже в дашбордах, сравнение ликвидности протоколов.