curl https://api.arouter.ai/api/v1/transactions \ -H "Authorization: Bearer lr_live_xxxx"
사용 요금 및 크레딧 구매를 포함한 최근 결제 거래를 나열합니다.
{ "transactions": [ { "id": "txn_xxx", "type": "usage", "amount": -0.0042, "description": "openai/gpt-5.4 - 500 input tokens, 200 output tokens", "created_at": "2026-04-03T10:00:00Z" }, { "id": "txn_yyy", "type": "credit", "amount": 50.0, "description": "Credit purchase", "created_at": "2026-04-01T09:00:00Z" } ] }
id
type
usage
credit
amount
description
created_at