Replies: 1 comment
-
Hi, The blankly REST calls are generally routed through any For example: import blankly
cb = blankly.CoinbasePro()
cb.market_order('BTC-USD', 'buy', .01) You can also access the REST API our interface is built on with coinbase_pro.get_direct_calls().create_report() The documentation should be available here. If you have suggestions for better names or way of pointing people towards the API we are open for suggestions! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I couldn't find documentation about how to use the REST API
Beta Was this translation helpful? Give feedback.
All reactions