cURL
curl --request PUT \ --url https://api.clicker.xyz/v1/addresses/{addressOrUid}/follow \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "targets": [ "<string>" ] } '
{ "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 } } ] }
For a given address, follow one or more target addresses. (Following an address will automatically follow the whole profile, and all their other addresses.) The given address will then see those targets’ activity in their feed.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
Show child attributes