Initial commit
This commit is contained in:
18
mocks/api/v2/dena/public/member-levels/GET.mock
Normal file
18
mocks/api/v2/dena/public/member-levels/GET.mock
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
|
||||
{
|
||||
"deposit": {
|
||||
"minimum_level": 3
|
||||
},
|
||||
"withdraw": {
|
||||
"minimum_level": 3
|
||||
},
|
||||
"trading": {
|
||||
"minimum_level": 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user