Skip to content

Commit

Permalink
Merge David Huertas Coinbase Pro exchange adapter work into new coinb…
Browse files Browse the repository at this point in the history
…ase-pro feature branch (#133)

* Created Coinbase Pro Exchange Adapter (#1)

* Added PowerMock tests to Coinbase Pro ExchangeAdapter, version working, closes #1

Co-authored-by: David Huertas <[email protected]>
  • Loading branch information
gazbert and DavidHuertas authored Jan 28, 2021
1 parent a0a6a40 commit c3c0bf9
Show file tree
Hide file tree
Showing 10 changed files with 2,835 additions and 0 deletions.

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions bxbot-exchanges/src/test/exchange-data/coinbasepro/accounts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"id": "7262ae65-fbc3-4d11-b959-25f1befc7a21",
"currency": "BTC",
"balance": "200.000000000000009",
"hold": "100.0000000000000005",
"available": "100.0000000000000004",
"profile_id": "5624aa4a-85f6-462f-a4d9-bac80ea184c7"
},
{
"id": "de2b5848-533e-4374-9004-cd8ea985f8cc",
"currency": "GBP",
"balance": "1000.0000000000000003",
"hold": "499.9900000000000002",
"available": "501.0100000000000001",
"profile_id": "5624aa4a-85f6-462f-a4d9-bac80ea184c2"
},
{
"id": "864881f5-bd18-4970-b254-e7cd2fef6b4d",
"currency": "EUR",
"balance": "0.0000000000000000",
"hold": "0.0000000000000000",
"available": "0.0000000000000000",
"profile_id": "5622aa4a-87f6-462f-c4d9-bac80ef184d0"
}
]
Loading

0 comments on commit c3c0bf9

Please sign in to comment.