v6

latestOpenAPI 3.0.0raw.githubusercontent.com2025-03-123918105.6 KB
Monitoring API

Create New Pump.Fun Tweets Monitor

Creates a new monitor to receive alerts when any profile posts a link to pump.fun coin page. This monitor will only detect tweets that contain links to pump.fun posted by non-shadow-banned Twitter users that have at least 1000 followers.

post/monitors/search-pump-fun

Request body

webhook_urlstring uri

Monitor-specific webhook URL that will override your global webhook URL. Not required.

Example request

{
  "webhook_url": "https://my-website.com/webhook"
}

Response

Monitor created successfully

statusstring

Example response

{
  "status": "success",
  "data": {
    "id": "01jhfkd7xsvy6afdmwycs1qn61",
    "created_at": "2025-01-13T15:30:02.000000Z",
    "monitor_type": "user_tweets"
  }
}