cURL
curl --request POST \ --url https://api.jup.ag/prediction/v1/follow/{ownerPubkey} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "followerPubkey": "<string>" } '
{ "followerPubkey": "<string>", "followingPubkey": "<string>", "createdAt": "<string>" }
Follow a user to track their predictions
Get API key via https://portal.jup.ag
Successfully followed user
Was this page helpful?