Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mind-e.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

GET /credits/history

Authentication

Required.

Query parameters

limit
number
Number of transactions to return. Default: 50, max: 100.
offset
number
Number of transactions to skip. Default: 0.
agentId
string
Filter by agent ID.
type
string
Filter by transaction type: usage, purchase, bonus, refund, or adjustment.
feature
string
Filter by feature (e.g., chat, tts).
startDate
string
Filter from this date (ISO 8601).
endDate
string
Filter until this date (ISO 8601).

Response

success
boolean
transactions
array
pagination
object

Example

curl "https://api.mind-e.co/credits/history?limit=10&type=usage" \
  -H "Authorization: Bearer sk_live_your_key_here"