Mach API Endpoints
Verify Retweet
Verifies if a user has retweeted a specific tweet
POST
This endpoint verifies whether a user has retweeted a specific tweet, which can be used as part of social engagement tasks or rewards programs.
Request Body
The wallet address of the user
The Twitter username
The ID of the tweet to verify
Response
Whether the retweet has been verified
Status Codes
| Status Code | Description |
|---|---|
| 200 | Success - Verification status returned successfully |
| 422 | Validation Error - Invalid parameters |
| 500 | Internal Server Error - Something went wrong on the server |