get_new_pools_bsc
Discover recently created PancakeSwap V3 liquidity pools on BNB Smart Chain within a specified time window to identify new trading opportunities.
Instructions
Returns a list of trading pools created in the specified time range on Pancake Swap V3 BNB Smart Chain.
Parameters: time_range_seconds (int): The time range in seconds to look back for new pools. Default is 300 seconds (5 minutes). limit (int): The maximum number of pools to return. Default is 100 pools.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_range_seconds | No | ||
| limit | No |