/
3.3 getAgentBalance()

3.3 getAgentBalance()

Returns your agent balance.


REST REQUEST
Array
(
	[api_password] => xapitest
	[api_login] => xapitest
	[method] => getAgentBalance
	[currency] => EUR
)
REST RESPONSE
{"error":0,"response":"0.25"}
Source Code
public function getAgentBalance(){
        return $this->client->agentBalance();
}

Related content