Payments
Agent Fund Balance
Get the current prepaid fund balance for the authenticated agent.
Get Agent Fund Balance
GET /api/v1/agent/fund-balance
Returns the current prepaid fund balance for the authenticated agent.
Response fields
prepaid_balance: the agent's current prepaid balance, formatted as a string with 2 decimal places (e.g., "1,234.56")currency: the currency code for the balance
Success response shape
{
"status_code": 200,
"message": "Success",
"data": {
"prepaid_balance": "1,234.56",
"currency": "USDT"
}
}
