Get Coinbase wallet list with RestSharp library
问题 I need to retrieve the list of wallets of a Coinbase account. In order to to it, I need to use RestSharp (no third library allowed), using the API private keys. I've tried to retrieve them but when I run the code, as response I obtain a invalid response, with an error message that says "The URI prefix is not recognized." How can I retrieve the list of wallets? This is my code: using RestSharp; using System; using System.IO; using System.Linq; using System.Security.Cryptography; using System