curl -X GET "https://inkypump.com/api/chat?tokenAddress=0x1234567890abcdef1234567890abcdef12345678&limit=50" curl -X POST "https://inkypump.com/api/chat" \ -H "Content-Type: application/json" \ -d '{ "token": "TURNSTILE_TOKEN", "tokenAddress": "0x1234567890abcdef1234567890abcdef12345678", "message": "Great project!", "signature": "0xSignature..." }'
[ { "id": "msg_123456", "token_address": "0x1234567890abcdef1234567890abcdef12345678", "sender_address": "0xabcdef1234567890abcdef1234567890abcdef12", "message": "This token looks promising!", "created_at": "2024-01-15T10:30:00Z" } ]
Retrieve and post chat messages for a token
Show Message Object
{ "id": "msg_789012", "token_address": "0x1234567890abcdef1234567890abcdef12345678", "sender_address": "0xabcdef1234567890abcdef1234567890abcdef12", "message": "Great project!", "created_at": "2024-01-15T11:00:00Z" }