GET https://yourwebsite.com/api/credits/<user>
GET
https://yourwebsite.com/api/credits/<user>
{ "credits": "10.25 USD", "raw_credits": 10.25, "currency": "USD" }
{ "status": false, "error": "USER_NOT_FOUND", "message": "User not found!" }
Last updated 10 months ago