Agent:balance

Obtaining your account balance

Depending on the actions you perform with your API account, a fee will be debited from your credit account. Use the following request to obtain your account balance.

XML Template
<?xml version="1.0" encoding="UTF-8"?>
   <request xmlns:agent="http://www.eurodns.com/agent">
       <agent:balance/>
   </request>

<agent:balance> (Occurrences: 1)

Returned XML if the action was successful
<?xml version="1.0" encoding="UTF-8"?>
    <response xmlns:agent="http://www.eurodns.com/agent">
        <result code="1000">
            <msg>Command completed successfully</msg>
        </result>
        <resData>
            <agent:balance currency="#CURRENCY#">#AMOUNT#</agent:balance>
        </resData>
    </response>

< agent:balance > (Occurrences: 1)

R #CURRENCY# The currency of the returned amount
R #AMOUNT# The balance of the account

Legend

O The element is optional and does not have to be specified in the request and/or answer
R The element is mandatory and has to specified in the request and/or answer