Get Balance
/v1/credits/balanceReturn the current Fox Credits balance, total credits ever added, credits used, and any fraud warning flag on the account.
1curl -X GET "https://api.verifox.ai/v1/credits/balance" \2 -H "X-API-Key: vfx_your_api_key"1{2 "balance": 4850,3 "used": 150,4 "total": 5000,5 "flagged": false,6 "fraudWarning": null7}