Initial commit
This commit is contained in:
12
mocks/api/v2/dena/account/balances/usd/GET.mock
Normal file
12
mocks/api/v2/dena/account/balances/usd/GET.mock
Normal file
@@ -0,0 +1,12 @@
|
||||
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":"usd",
|
||||
"balance":"1000.0",
|
||||
"locked":"0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user