cURL
curl --request POST \ --url https://api.clicker.xyz/v1/addresses/follow/bulk \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' [ { "targets": [ "<string>" ], "addressOrUid": "<string>", "action": "follow", "targetType": "addressOrUid" } ] '
{ "targetProfiles": [ { "id": "<string>", "name": "<string>", "images": { "raw": "<string>", "xs": "<string>", "sm": "<string>" }, "addresses": [ "<string>" ], "metadata": { "farcasterUsername": "<string>", "farcasterId": 123, "lensHandle": "<string>", "ensName": "<string>", "twitterHandle": "<string>", "debankName": "<string>", "pumpName": "<string>", "commentCount30d": 123, "pnl30d": 123, "winRate30d": 123, "tradeCount30d": 123, "roiPercent30d": 123 } } ] }
Bulk-add follow and unfollow relationships between addresses and their targets.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
follow
unfollow
addressOrUid
twitterHandle
200
Show child attributes