# Balance and discounts
- Host: https://api.contasinfinity.com.br/api/v1/balance
 - Method HTTP: GET
 - Headers:
- Accept: application/json
 - Authorization: Bearer YOUR_API_KEY
 
 
# Resposta: STATUS 200 OK
{
    "balance": 0,
    "discount_info": {
        "name": "Nível 1",
        "discount": "5%",
        "benefit_applied": [
            "SMS",
            "SMM",
            "Accounts",
            "Pack of Photos"
        ]
    }
}