{
"balances": [
{ "currency": "USD", "available": "42.50", "pendingAccrued": "3.10" }
],
"activeSubscription": {
"planId": "plan_enterprise",
"planName": "Enterprise",
"currency": "USD",
"monthlyPrice": "299.00",
"discount": "0.00",
"activeFrom": "2024-05-01T00:00:00.000Z",
"activeUntil": "2024-06-01T00:00:00.000Z",
"bonuses": {
"network": "1TB",
"inputTokens": { "total": "10_000_000", "weights": { "gpt-4o-mini": "1" } }
}
},
"transactions": [
{
"type": "usage",
"id": "usage_123",
"projectId": "proj_123",
"projectSlug": "marketing-research",
"unit": "cpu_seconds",
"currency": "USD",
"resourceAmount": "120",
"unitPriceApplied": "0.001",
"discountApplied": null,
"bonusAppliedValue": null,
"billedAmountDelta": "0.12",
"pendingRemainder": "0.00",
"occurredAt": "2024-05-21T13:02:18.000Z"
},
{
"type": "top_up",
"id": "top_456",
"amount": "25",
"currency": "USD",
"occurredAt": "2024-05-20T08:10:00.000Z"
}
],
"usagePricing": [
{ "unit": "cpu_seconds", "currency": "USD", "price": "0.001" }
]
}