Show Credits
GET https://yourwebsite.com/api/credits?username=<username>
{
"credits": "10.25 USD",
"raw_credits": 10.25,
"currency": "USD"
}{
"status": false,
"error": "USER_NOT_FOUND",
"message": "User not found!"
}Last updated