Tipping API
Send Tip
Tipping API
Send Tip
Send automated tips in your server
POST
/
v1
/
tips
curl --request POST \
--url https://api.flipsuite.xyz/v1/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!"
}'
curl --request POST \
--url https://api.flipsuite.xyz/v1/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!"
}'