cURL
curl --request GET \ --url https://api.jup.ag/prediction/v1/followers/{ownerPubkey} \ --header 'x-api-key: <api-key>'
{ "followers": [ { "pubkey": "<string>", "createdAt": "<string>" } ], "count": 123 }
Get list of followers for a user
Get API key via https://portal.jup.ag
List of followers
Show child attributes
Was this page helpful?