Coinbase API

Has anyone successfully created a cloud based n8n workflow that calls authenticated coinbase API? For example https://api.coinbase.com/api/v3/brokerage/accounts/

I was able to get it working in postman, but having a hard time in n8n. I keep getting 401 errors. The JWT node does not appear to have an option for nonce which it seems coinbase requires. Looking for any help possible?

hello @Joe_Albrecht

Have you tried to specify the payload via JSON object for the JWT node?

I am using that. But the “nonce” is a header not payload. I only see the option to add predefined header for KeyID.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.