API Error: You cannot buy with an account with a buy-forbidden capability

When I try to buy using the coinbase python github repo, I get this error:

coinbase.wallet.error.ValidationError: APIError(id=validation_error): You cannot buy with an account with a buy-forbidden capability.

The code: client.buy(‘0dcd0a68-a477-5e27-8637-55609ce78446’, amount=‘1’, currency=‘SOL’)

I’ve tried subbing in USD wallet IDs in the first string, USD in the currency, SOL wallet ID in the first string, and SOL as the currency, no luck.

Any ideas?