Get current point balance

GEThttps://api.poe.com/usage/current_balance

Overview

Retrieve your current point balance, including both plan points and add-on points.

Use this endpoint to monitor your available points before making API calls.

Authentication

Send your Poe API key in the Authorization header:

Authorization: Bearer sk_test_51SAMPLEKEY

All requests must be made over HTTPS.

Parameters

This endpoint does not accept query or path parameters.

Responses

FieldTypeRequiredDescription
current_point_balanceintegerRequiredYour current available points

❌ Error codes

HttpTypeDescription
401authentication_errorAuthentication failed Invalid API key

Best Practices

Check your balance before making expensive API calls. If balance is insufficient, requests will fail with 402 status.

Monitor your point balance to avoid service interruptions:

  • Check balance before batch operations
  • Set up alerts when balance drops below threshold
  • Monitor usage patterns via /usage/points_history

🔁 Callbacks & webhooks

No callbacks or webhooks are associated with this endpoint.