Streams followed api returning 401 unauthorised

The scope here is useless. As client_credentials doesn’t represent user, so there is no user to read

So that is your problem. You tried to get the streams that a user follows, but your access token doesn’t have a user

Also for kraken it’s OAuth not Bearer