cURL
curl --request GET \ --url https://api.compute.x.io/v1/compute/ledger/transactions
{ "data": [ { "amount_usd": 123, "type": "CAPTURE", "object": "compute_ledger_transaction", "created_at": "2023-12-25", "updated_at": "2023-12-25", "uuid": "<string>", "job_run_uuid": "<string>", "authorization_uuid": "<string>", "consumer_profile_uuid": "<string>", "consumer_account_uuid": "<string>", "render_user_id": "<string>", "render_credit_id": "<string>", "memo": "<string>" } ], "limit": 123, "page": 123, "total": 123 }
1 <= x <= 50
1
1 <= x <= 9007199254740991
"created_at OR -created_at"
"2025-01-01,2025-03-01"
List compute ledger transactions
Show child attributes