💸Balance API
The Balance API enables you to programmatically retrieve and monitor the wallet balance of your Malum account. Whether you're developing a financial dashboard, automating transactions, or just keeping
Endpoint
Headers
MALUM: {Business ID}:{Secret Key}Response Format
{
"status": "success",
"message": "Balance retrieved.",
"data": {
"balance": "10,000.00",
"pending": "0.00",
"currency": "USD"
},
"timestamp": 1728676259
}Example Request
Example Success Response
Example Error Response
Notes
Last updated