cURL
curl --request POST \ --url https://api.flipsuite.xyz/v1/community/tipping/tips \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "channelId": "1234567890123456789", "recipientId": "1234567890123456789", "item": { "type": "TOKEN", "chain": "Polygon", "tokenAddress": "0x162539172b53e9a93b7d98fb6c41682de558a320", "amount": 1000 }, "comment": "Hello, world!" }'
Send automated tips in your server
Your community API key.
Tip has been sent successfully