User

Get Balance

GET /balance

Returns the user's balance.

Example request:

curl -X GET "https://apid.iproyal.com/v1/reseller/balance" \
     -H "X-Access-Token: <your_access_token>" \
     -H "Content-Type: application/json"

Example response:

884.05

Last updated