ETrade api - invalid Consumer key and or session token When I attempt to make a request to Etrade's Account List endpoint in sandbox (https: apisb etrade com v1 accounts list), I am getting an HTTP 401 - "Unauthorized request - invalid Consumer key and or session token"
Getting an oauth request token from etrade - Stack Overflow I'm trying to get an oauth request token from the etrade api (sandbox) in Python with this thing: import requests from oauthlib oauth1 import Client consumer_key = 'foo' # actual key used
Trying to act on a page redirect with JavaFX and WebView I am trying to script logging in to a 3rd party site to obtain a value For several years I was able to use javaFX to do this, but it recently stopped working I have tried using selenium with some
headers and oauth in get_quote for E*Trade API using Python3 After authorizing my application, I request an access token by passing the oauth credentials through the header The signature and headers are generated through this code; API_module = 'oauth'
How do I use OAuth to connect to the Etrade API? Here's the code I've used to connect to the ETrade API (tested and works) One caveat: You need to implement your own storage of user tokens I've not included that here since the code I created is highly domain specific First, I added DotNetOpenAuth to the project and created an ETradeConsumer (it derives from DotNetOpenAuth's WebConsumer): EtradeConsumer cs
How to sign oauth signature for request token with etrade api? I'm trying to hook into eTrade's API for a project They use an OAuth v1 flow I'm running into error's on the very first step of the flow- getting the request token The info from their doc's can be
OAuth 1. 0 Signature Calculation for E*TRADE API I am using 10 4 2 community edition, but just got 11 2 I am using Rest Authenticor OAuth and Rest Client for an example of how to do it The Delphi implementation does not appear to match what Etrade expects The SHA1 hash algorithm is in System Hash and I believe it is correct I compared the Oauth code between 10 4 2 and 11 2 and there are no differences I had hoped to find a bug fix
Use Etrade APIs query parameters returns unauthorized (401) I cannot understand how to properly use the query parameters using Etrade's production API Regardless of the query parameter used, the response is always unauthorized Here's the documentation rel