{
"tokens": [
{
"address": "xyz1cw20contractaddress...",
"name": "Example Token",
"symbol": "EXT",
"image": "https://...",
"description": "An example token launched on XYZ",
"creator": "xyz1creatoraddress...",
"source": "launchpad",
"graduated": true,
"xyz_reserves": "5200000000000",
"current_price": "52000",
"volume_24h": "1500000000000",
"trade_count_24h": 342,
"created_at": "2026-02-10T08:00:00.000Z",
"first_seen_at": "2026-02-10T08:00:15.000Z"
},
{
"address": "xyz1anothertoken...",
"name": "Meme Coin",
"symbol": "MEME",
"image": null,
"description": null,
"creator": "xyz1someuser...",
"source": "launchpad",
"graduated": false,
"xyz_reserves": "320000000000",
"current_price": "3200",
"volume_24h": "50000000000",
"trade_count_24h": 18,
"created_at": "2026-02-18T14:00:00.000Z",
"first_seen_at": "2026-02-18T14:00:10.000Z"
}
]
}