cURL
curl --request GET \ --url https://solana-gateway.moralis.io/token/{network}/exchange/{exchange}/new \ --header 'X-Api-Key: <api-key>'
{ "cursor": "<string>", "pageSize": 123, "page": 123, "result": [ { "tokenAddress": "<string>", "name": "<string>", "symbol": "<string>", "logo": "<string>", "decimals": "<string>", "priceNative": "<string>", "priceUsd": "<string>", "liquidity": "<string>", "fullyDilutedValuation": "<string>", "createdAt": "2024-11-28T09:44:55.000Z" } ] }
Get the list of new tokens by given exchange. Pump.fun results include only tokens less than 24 hours old. Currently, only Pump.fun is supported.
The network to query
mainnet
devnet
The cursor to the next page
The limit per page
1 <= x <= 100
Show child attributes