Skip to main content
GET
List Coins

Endpoint

Authentication

This endpoint requires JWT authentication. Include your token in the Authorization header.

Query Parameters

This endpoint does not accept query parameters. It returns a list of coins based on default criteria.
For more advanced filtering, sorting, and search capabilities, use the Search Coins endpoint.

Response

array
Array of coin objects

Code Examples

Response Example

Additional List Endpoints

Pump.fun provides several specialized list endpoints for different use cases:

Frontend API v3 Endpoints

Featured Coins

GET /coins/featured/{timeWindow} - Get featured coins for a specific time window

Currently Live

GET /coins/currently-live - Get coins that are currently live

For You

GET /coins/for-you - Get personalized coin recommendations

King of the Hill

GET /coins/king-of-the-hill - Get the current King of the Hill coin

Advanced API v2 Endpoints

Featured (Advanced)

GET /coins/featured - Get featured coins with advanced filtering

Graduated

GET /coins/graduated - Get coins that have graduated to Raydium

KOL Scan

GET /coins/kolscan - Get coins detected by KOL scanning

Notes

  • This endpoint is part of the Advanced API v2 and provides basic coin listing functionality
  • For more control over results, use the Search endpoint which supports pagination, filtering, and sorting
  • Replace <your_token> with your actual JWT token