Skip to main content
GET
/
account
/
balance
cURL
curl https://api.mintfax.com/v1/account/balance \
  -H "Authorization: Bearer fx_test_abc123..."
{
  "available": 4550,
  "held": 450
}

Documentation Index

Fetch the complete documentation index at: https://mintfax.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key as Bearer token. Sandbox keys (fx_test_...) route to the sandbox environment. Live keys (fx_live_...) route to production.

Response

200 - application/json

Current balance

available
integer
required

Credits available for new faxes, in cents

Example:

4550

held
integer
required

Credits held for faxes in flight, in cents

Example:

450