Skip to main content
GET
/
trending
/
tokens
Get trending tokens from Pump.fun runners API
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"
}

Authorizations

x-api-key
string
header
required

API key for API authentication

Query Parameters

limit
integer
default:15

Number of trending tokens to return (max 50)

Required range: 1 <= x <= 50

Response

List of trending tokens with formatted data

success
boolean
Example:

true

data
any[]

List of trending tokens

meta
object
timestamp
string<date-time>

Response timestamp

Example:

"2024-01-15T10:30:00.000Z"