19 lines
365 B
Plaintext
19 lines
365 B
Plaintext
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
|
|
}
|
|
}
|