-
Notifications
You must be signed in to change notification settings - Fork 45
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
Implement Coinbase Advanced Pair Converter Plugin #271
base: main
Are you sure you want to change the base?
Implement Coinbase Advanced Pair Converter Plugin #271
Conversation
b3516fd
to
666a713
Compare
dff740f
to
433902e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, after CI tests are fixed.
...settes/test_plugin_coinbase_advanced/TestHistoricCryptoPlugin.test_granularity_response.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small point about Python supported versions, then it's good to go.
9bc011e
to
b5a50a2
Compare
What?
This is a replacement for the historic crypto pair converter plugin that is no longer available. I made use of the Coinbase Advanced API with help from a code sample provided by @orientalperil here
Testing
I have not tested this personally with the real Coinbase server. I'll try to work up a short test to see if calls work as expected.