cURL
curl --request GET \ --url https://api.nova-cloud.ai/billing/transactions \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "type": "credit", "amount": 123, "balance_after": 123, "description": "<string>", "breakdown": {}, "created_at": "2023-11-07T05:31:56Z" } ]
Get billing transaction history.
Use a JWT access token or API key (prefixed with nv_)
Number of transactions to return
x <= 100
Transaction history
credit
debit
refund