Skip to content
  • GET /api/v1/wallet/balances β€” Get aggregate balances (general + AI)
  • GET /api/v1/wallet/balances/general β€” Get general balance only
  • GET /api/v1/wallet/balances/ai β€” Get AI balance (limit, usage, remaining)
  • POST /api/v1/wallet/transfers β€” Transfer from general balance to AI credits
  • GET /api/v1/wallet/transactions β€” List transactions
  • GET /api/v1/wallet/transactions/{id} β€” Get transaction by ID
  • GET /api/v1/wallet/ai-fee-history β€” Get AI credit fee history
  • GET /api/v1/wallet/payment-methods/ β€” Get all payment methods
  • POST /api/v1/wallet/payment-methods/ β€” Add a new payment method
  • GET /api/v1/wallet/payment-methods/{id} β€” Get payment method by ID
  • PUT /api/v1/wallet/payment-methods/{id} β€” Update a payment method
  • PATCH /api/v1/wallet/payment-methods/{id} β€” Update a payment method
  • DELETE /api/v1/wallet/payment-methods/{id} β€” Delete a payment method
  • PUT /api/v1/wallet/payment-methods/{id}/default β€” Set a payment method as default
  • PATCH /api/v1/wallet/payment-methods/{id}/default β€” Set a payment method as default
  • POST /api/v1/wallet/payments/ β€” Process a payment
  • GET /api/v1/wallet/payments/{id} β€” Get payment status
  • GET /api/v1/wallet/invoices/ β€” Get all invoices
  • GET /api/v1/wallet/invoices/{id} β€” Get invoice by ID
  • GET /api/v1/wallet/invoices/{id}/pdf β€” Download invoice PDF
  • POST /api/v1/wallet/invoices/generate/{id} β€” Generate invoice for transaction
Terminal window
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help