Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Shapeshift.io authorization header #135

Closed
eodgooch opened this issue Oct 10, 2018 · 2 comments
Closed

Support Shapeshift.io authorization header #135

eodgooch opened this issue Oct 10, 2018 · 2 comments

Comments

@eodgooch
Copy link

Shapeshift's API is introducing a breaking change. This means we need to update the shapeshift api module to include the new "authorization" header and a dynamic bearer token.

https://shapeshift.zendesk.com/hc/en-us/articles/360001186600-How-to-Authorize-Your-AUTHTOKEN-in-FireFox

@swansontec
Copy link
Contributor

This work is underway. We introduced a new exchange API in #134, and we are in the process of splitting ShapeShift out into a standalone plugin to the core. At that point, you would be able to do something like edgeAccount.exchangeTools['shapeshift'].changeSettings({ bearerToken: '...' }).

@swansontec
Copy link
Contributor

This is now supported in our application and in our API. The app asks for ShapeShift login credentials if that is the only available exchange that can do the trade. In our API, you would do account.swapConfig['shapeshift'].changeUserSettings({ accessToken: '...' }) to set this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants