Skip to main content
GET
/
following
/
{ownerPubkey}
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
}

Authorizations

x-api-key
string
header
required

Get API key via https://portal.jup.ag

Path Parameters

ownerPubkey
string
required

Response

List of users being followed

following
object[]
required
count
number
required