User Following API
Fetch accounts followed by one Twitter/X profile.
Common use case
Understand account interests, relationships, and market graph edges.
Query parameters
countMaximum following accounts requested.cursorPagination token from response cursor.bottom.Example request
curl --request GET 'https://xai.xxxstrategy.com/v1/users/elonmusk/following?count=5' \
--header 'Authorization: Bearer tw_live_your_api_key'Related endpoint docs
Create an API key from the console to run this endpoint against live Twitter/X data.