Coins
List Coins
Retrieve a list of coins with various filtering and sorting options
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 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 windowCurrently Live
GET /coins/currently-live - Get coins that are currently liveFor You
GET /coins/for-you - Get personalized coin recommendationsKing of the Hill
GET /coins/king-of-the-hill - Get the current King of the Hill coinAdvanced API v2 Endpoints
Featured (Advanced)
GET /coins/featured - Get featured coins with advanced filteringGraduated
GET /coins/graduated - Get coins that have graduated to RaydiumKOL Scan
GET /coins/kolscan - Get coins detected by KOL scanningNotes
- 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
Related Endpoints
- Get Coin - Get details for a specific coin
- Search Coins - Advanced search with filters
- Get Metadata - Retrieve coin metadata
List Coins