User Balance
API Documentation: Retrieve User Balance
Endpoint
Description
This endpoint retrieves the current remaining balance of the authenticated user.
Request
cURL Example:
Replace {API_KEY}
with your actual API key.
Response
The response will be a JSON object with the user's remaining balance, rounded to five decimal places:
remainingBalance
: A number representing the amount of balance left for the user.
Notes
Ensure the user is authenticated and the
api-key
header is valid.The balance is precise up to five decimal places.
Last updated