live · noxaportal.fun · chain 4663
GET/api/public/v1/launches/new?limit=50

New launches

Most recent Noxa launches, sourced from our indexer which polls the launch factory every minute. Returns block, tx hash, candidate token address, and the raw event topic + data. Use this feed to detect new pumps as they hit the chain.

Request

bash
curl "https://noxaportal.fun/api/public/v1/launches/new?limit=50"

Response

json
{
  "count": 3,
  "launches": [
    {
      "block": 7590418,
      "time": "2026-07-12T12:34:56.000Z",
      "tx": "0xabc...",
      "token": "0x1234...",
      "eventTopic": "0x...",
      "raw": "0x..."
    }
  ]
}