List recent token launches
Returns the 50 most recent token launches deployed via Bankr (Doppler v4), sorted by createdAt descending. Unauthenticated.
Programmatic access to the data behind bankr.bot/launches.
Endpoint
GET https://api.bankr.bot/token-launches
Example
curl https://api.bankr.bot/token-launches
Response
{
"launches": [
{
"activityId": "65b…",
"status": "deployed",
"tokenName": "Example",
"tokenSymbol": "EXM",
"chain": "base",
"tokenAddress": "0x…",
"deployer": { "walletAddress": "0x…" },
"feeRecipient": { "walletAddress": "0x…" },
"timestamp": 1714000000000
}
]
}