Hookestdocs Postman OpenAPI llms.txt

GET/v1/wallet0 credits

Get wallet

Current monthly and top-up balances. monthly_period_end is when the monthly bucket resets.

Request parameters

No query, path, or JSON body parameters.

Response

{
  "object": "wallet",
  "monthly_balance": 180,
  "monthly_period_end": "2026-10-01T00:00:00.000Z",
  "topup_balance": 40
}

Response fields

NameTypeRequiredDescription
object string Required Always wallet.
monthly_balance integer Required Credits in the monthly bucket. Spend hits this first.
monthly_period_end string Nullable When the monthly bucket resets. ISO-8601, or null.
topup_balance integer Required Credits in the top-up bucket.