Skip to main content

/new-pools REST API Endpoint

Returns recently deployed Solana liquidity pools and tokens. It's updated in real-time and lists the 200 most recent token and liquidity pool launches on Raydium & pump.fun.

Updated on
Oct 7, 2024

/new-pools REST API Endpoint

Please note that this method is only available for paid subscribers of Metis - Jupiter V6 Swap API.
Solana Web3.js 2.0 includes the ability to customize RPC methods and transports, allowing you to seamlessly integrate QuickNode Marketplace add-ons into your applications. For more information on how to use QuickNode Marketplace add-ons with Solana Web3.js 2.0, check out these guides: How to Use QuickNode Add-ons using Solana Web3.js 2.0 (Part 1) and How to Use QuickNode Add-ons using Solana Web3.js 2.0 (Part 2)

Parameters

This method does not accept any parameters

Returns

data
array
The data array of objects which contain the following properties:
lpSignature
string
The signature of the liquidity pool deployment transaction
lpSigner
string
The address of the liquidity pool signer
lpAddress
string
The address of the liquidity pool
timestamp
string
The timestamp of the liquidity pool deployment
tokenAddress
string
The address of the token
tokenMeta
object
The meta data associated to the token which contains the following fields:
address
string
The address of the token
decimals
integer
The decimals of the token
lpAmount
integer
The amount of liquidity pool tokens in the transaction
quoteAddress
string
The address of the quote token being paired for the liquidity pool
quoteMeta
object
The meta data associated to the quote token being paired for the liquidity pool which contains the following fields:
address
string
The address of the quote token
decimals
integer
The decimals of the quote token
lpAmount
integer
The amount of liquidity pool quote tokens in the transaction
exchange
string
The name of the exchange the liquidty pool was deployed on
status
string
The status of the response
Request
1
curl --location 'https://docs-demo.solana-mainnet.quiknode.pro/new-pools'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free