I'm trying to use the TsgcHTTP_JWT_Client component to connect to Coinbase using TsgcWSAPI_Coinbase. So far I have not been able to make the authentication work. I followed the code provided in sgcJWT_Client sample project:
procedure TForm1.Button1Click(Sender: TObject);
begin
sgcWSAPI_Coinbase1.Coinbase.ApiKey := edAPIKey.Text;
sgcWSAPI_Coinbase1.Coinbase.ApiSecret := edAPISecret.Text;
It looks like the Authentication header is not handled properly.
What am I doing wrong?
Greetings
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »