Files
Gereh/mocks/api/v2/dena/account/balances/dash/GET.mock
2026-08-13 20:00:11 +03:30

18 lines
442 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
{
"currency":"dash",
"balance":"0",
"locked":"0",
"deposit_address": {
"currencies": ["dash"],
"address": "XpESxaUmonkq8RaLLp46Brx2K39ggQe226",
"state": "active"
}
}