Pumpfun Special APIs
Newer Mints
Get the newly minted tokens
To fetch newly minted pump.fun tokens, send a Get request to:
https://pumpapi.fun/api/get_newer_mints?limit=5
Description: Retrieve information about the most recently minted pump.fun tokens.
Request Type: GET
Accepted Parameters:
limit
(optional, integer): Specifies the maximum number of newly minted tokens to return (default: 1, maximum: 20).
Basic Usage Examples
Response Code Format
The API returns a JSON object with the following structure:
Error Codes
400 Bad Request
: Invalid request parameters or missing required fields.401 Unauthorized
: Authentication failed.404 Not Found
: The requested resource (endpoint) is not found.429 Too Many Requests
: Rate limit exceeded.500 Internal Server Error
: Unexpected server-side error.
API Codes
200 OK
: The request was successful.