Quota status and 30-day analytics
Account Endpoints
Account Usage
Retrieve your current quota status and 30-day analytics.
GET
Quota status and 30-day analytics
Returns your current quota status and a 30-day analytics summary scoped to the authenticated user. All data is read from
api_request_logs, so it reflects only authenticated requests. Calls that failed auth or were blocked before reaching a route are not counted.
This endpoint is available on all plans including Free. It does not consume a quota call.
Analytics window
All analytics fields (daily, top_endpoints, status_breakdown) cover the last 30 calendar days from the current date. The quota fields (calls_used, calls_limit, calls_remaining) reflect the current billing month, which resets on the 1st.Authorizations
Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.