Get the user’s credit limit, spending power, and charges.
cURL
curl --request GET \ --url https://api.useproxy.ai/v1/balances/{userId} \ --header 'Api-Key: <api-key>'
{ "userId": "<string>", "available": 123, "pending": 123, "deposited": 123, "currency": "USD" }
API key for authentication. Get your key from the Dashboard.
The user ID
User balance
Available balance that can be spent right now (cents)
Authorizations not yet settled (cents)
Total funds deposited (cents)
Currency code
"USD"