Initial commit
This commit is contained in:
17
mocks/api/v2/dena/account/balances/btc/GET.mock
Normal file
17
mocks/api/v2/dena/account/balances/btc/GET.mock
Normal file
@@ -0,0 +1,17 @@
|
||||
HTTP/2 200
|
||||
Content-Type: application/json; charset=utf-8
|
||||
Access-Control-Allow-Origin: *
|
||||
Access-Control-Allow-Methods: GET, POST, DELETE, PUT, PATCH, OPTIONS, HEAD
|
||||
Access-Control-Max-Age: 3600
|
||||
Access-Control-Allow-Credentials: true
|
||||
|
||||
{
|
||||
"currency": "btc",
|
||||
"balance": "0.21026373",
|
||||
"locked": "0.0",
|
||||
"deposit_address": {
|
||||
"currencies": ["btc"],
|
||||
"address": "2NCimTNGnbm92drX7ARcwBKw6rvr456VWym",
|
||||
"state": "active"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user