Page 1 of 1

How to get balance?

Posted: Mon Dec 22, 2014 3:56 pm
by aminmix
Hello
I need to show the player chip balance and in play chips amount to himself.
What api should i use to do this?
Thx

Re: How to get balance?

Posted: Mon Dec 22, 2014 4:16 pm
by Kent Briggs
aminmix wrote:Hello
I need to show the player chip balance and in play chips amount to himself.
What api should i use to do this?
Thx
AccountsGet in the API. Check the Balance and RingChips parameters returned by that call.

Re: How to get balance?

Posted: Mon Dec 22, 2014 5:06 pm
by aminmix
TY Sir