Add update listener to Coinbase (#52404)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
14d3286b21
commit
b3a625593e
4 changed files with 62 additions and 12 deletions
|
@ -11,14 +11,14 @@ BAD_EXCHANGE_RATE = "ETH"
|
|||
MOCK_ACCOUNTS_RESPONSE = [
|
||||
{
|
||||
"balance": {"amount": "13.38", "currency": GOOD_CURRENCY_3},
|
||||
"currency": "BTC",
|
||||
"currency": GOOD_CURRENCY_3,
|
||||
"id": "ABCDEF",
|
||||
"name": "BTC Wallet",
|
||||
"native_balance": {"amount": "15.02", "currency": GOOD_CURRENCY_2},
|
||||
},
|
||||
{
|
||||
"balance": {"amount": "0.00001", "currency": GOOD_CURRENCY},
|
||||
"currency": "BTC",
|
||||
"currency": GOOD_CURRENCY,
|
||||
"id": "123456789",
|
||||
"name": "BTC Wallet",
|
||||
"native_balance": {"amount": "100.12", "currency": GOOD_CURRENCY_2},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue