GET 路径: /api/billing/payments 认证: 会话 Bearer
查询参数
number
最大条目数。默认
50。string
不透明的分页游标。
string
pending、paid、failed 或 expired。响应
object[]
string
下一页游标或
null。Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
以游标分页列出钱包充值,并支持按状态过滤。支付归属于当前账户与站点。
GET 路径: /api/billing/payments 认证: 会话 Bearer
50。pending、paid、failed 或 expired。null。curl -H "Authorization: Bearer eyJhbGciOi..." \
"https://ariacompute.cn/api/billing/payments?limit=10&status=paid"
Was this page helpful?