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