Skip to main content
The New DEX Pairs stream provides real-time updates when new liquidity pairs are created on decentralized exchanges (DEXes). This documentation follows our standard streaming API structure.

Credit Cost

1 per minute

Supported Chains

  • BASE_MAINNET
  • BSC_MAINNET
  • ETH_MAINNET
  • HYPEREVM_MAINNET
  • MEGAETH_MAINNET
  • MONAD_MAINNET
  • POLYGON_MAINNET
  • ROBINHOOD_MAINNET
  • SOLANA_MAINNET
Estimate your monthly cost for this API using the Pricing Calculator.

Parameters

chain_name
enum
required
Blockchain network to filter eventsType: ChainName
protocols
enum[]
required
DEX protocols to filter results byType: UnifiedProtocol

Subscription

You can subscribe to the newPairs endpoint to receive events.

Response Format

Here’s an example of the response data structure:

Field Descriptions

pair
object
Metadata for the pair including contract address, decimals, name, and symbolType: TokenContractMetadata
liquidity
float
Initial liquidity amount in USD
tx_hash
string
Transaction hash of the pair creation
supply
float
Total supply of the pair token
pair_address
string
Address of the new pair contract
dev_holdings
float
Developer token holdings
base_token
object
Metadata for the base token including contract address, decimals, name, and symbolType: TokenContractMetadata
protocol
string
DEX protocol name (e.g., uniswap, pancakeswap)
protocol_version
string
Version of the DEX protocol
market_cap
float
Market capitalization in USD
quote_rate
float
Exchange rate between base and quote tokens
quote_token
object
Metadata for the quote token including contract address, decimals, name, and symbolType: TokenContractMetadata
quote_rate_usd
float
USD value of the quote rate
event_name
string
Name of the contract event (e.g., PoolCreated)
block_signed_at
string
Timestamp when the block was signed (ISO-8601)
deployer_address
string
Address that deployed the pair contract
chain_name
string
The blockchain network where the pair was created