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

13 lines
301 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":"eur",
"balance":"1000.0",
"locked":"0.0"
}