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.Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Credit Cost
TBD
Supported Chains
BASE_MAINNETBSC_MAINNETETH_MAINNETHYPEREVM_MAINNETMEGAETH_MAINNETMONAD_MAINNETPOLYGON_MAINNETSOLANA_MAINNET
This stream is currently in Beta. It is stable for testing and evaluation but may undergo changes in schema or behavior as we continue to improve it. No API credits are currently charged.We welcome your feedback so please reach out to us directly to report issues or request features.
Parameters
DEX protocols to filter results byType:
UnifiedProtocolSubscription
You can subscribe to thenewPairs endpoint to receive events.
Response Format
Here’s an example of the response data structure:Field Descriptions
Metadata for the pair including contract address, decimals, name, and symbolType:
TokenContractMetadataInitial liquidity amount in USD
Transaction hash of the pair creation
Total supply of the pair token
Address of the new pair contract
Developer token holdings
Metadata for the base token including contract address, decimals, name, and symbolType:
TokenContractMetadataDEX protocol name (e.g., uniswap, pancakeswap)
Version of the DEX protocol
Market capitalization in USD
Exchange rate between base and quote tokens
Metadata for the quote token including contract address, decimals, name, and symbolType:
TokenContractMetadataUSD value of the quote rate
Name of the contract event (e.g., PoolCreated)
Timestamp when the block was signed (ISO-8601)
Address that deployed the pair contract
The blockchain network where the pair was created