cURL
curl --request GET \ --url https://api.modelhunter.ai/api/v1/balance \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "balance": 45.00, "currency": "USD", "pending_charges": 0, "credit_limit": null, "billing_mode": "prepaid" } }
Retrieve your current account balance and billing details.
Show data properties
45.00
USD
null
prepaid
postpaid