Skip to main content
GET
Get Latest Trade

Authentication

This endpoint requires JWT authentication via the Authorization: Bearer <token> header.

Parameters

This endpoint does not accept any parameters.

Response

object
The most recent trade object containing:

Example Request

Replace <your_token> with your actual JWT token.

Use Cases

Real-time Activity Monitoring

Poll this endpoint to monitor the latest trading activity across the entire Pump.fun platform. This is useful for:
  • Detecting new token launches
  • Monitoring overall platform activity
  • Building real-time activity feeds
  • Tracking market sentiment

Example: Polling for Updates

Be mindful of rate limits when polling this endpoint. Implement appropriate delays between requests.