Trades
Get Latest Trade
Retrieve the most recent trade across all tokens on Pump.fun
GET
Get Latest Trade
Authentication
This endpoint requires JWT authentication via theAuthorization: Bearer <token> header.
Parameters
This endpoint does not accept any parameters.Response
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
Get Latest Trade