cURL
curl --request GET \ --url https://api.livesuite.app/trending/tokens \ --header 'x-api-key: <api-key>'
{ "success": true, "data": [ "<unknown>" ], "meta": { "total": 15, "limit": 15, "source": "pump.fun/runners", "last_updated": "2024-01-15T10:30:00.000Z" }, "timestamp": "2024-01-15T10:30:00.000Z" }
Retrieve trending tokens from Pump.fun runners API with comprehensive token data and live streaming status
API key for API authentication
Number of trending tokens to return (max 50)
1 <= x <= 50
List of trending tokens with formatted data
true
List of trending tokens
Show child attributes
Response timestamp
"2024-01-15T10:30:00.000Z"
Was this page helpful?