cURL
curl --request GET \ --url https://api.quantpilot.ai/tokens/{token_address}/posts \ --header 'x-api-key: <api-key>'
{ "token_address": "0xdef456...", "page": 1, "limit": 10, "total": 50, "posts": [ { "post_id": "p1", "token_address": "0xdef456...", "title": "NEUR Partnership with XYZ", "link": "https://social.example.com/neur/post/1", "published_at": "2025-03-10T14:22:00Z", "impressions": 30000, "engagement": 1200, "smart_engagement": 100 } ] }
Returns a paginated list of posts for a token.
API key for authentication
Unique token address
Page number
Number of items per page
Successful response
The response is of type object.
object