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
Example request
{
"webhook_url": "https://my-website.com/webhook"
}Response
Monitor created successfully
Example response
{
"status": "success",
"data": {
"id": "01jhfkd7xsvy6afdmwycs1qn61",
"created_at": "2025-01-13T15:30:02.000000Z",
"monitor_type": "user_tweets"
}
}