# Check Account Balance Returns the current account credit balance for the authenticated user. Endpoint: GET /core/v1/accountinfo/balance Version: 1.3.1 Security: BasicAuth ## Response 200 fields (application/json): - `balance` (number, required) Balance is the current account balance in USD. Example: 103.35 ## Response 401 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error Example: "Unauthorized" ## Response 429 fields (application/json): - `message` (string) A human-readable message providing more details about the error Example: "Rate Limit Exceeded" ## Response 500 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error. Example: "Internal Server Error" - `details` (string,null) Additional context or information about the error. Example: "Something went wrong."