Ever Connect
v1.4.0中文·EN·한국어Sign inRequest access
Finance

Transactions (top-up / payment / refund) with the balance after each; amount_total is the page total

GET/api/v1/transactionsToken requiredfinance:read1 pt

Transactions (top-up / payment / refund) with the balance after each; amount_total is the page total. The main reconciliation table

Query parameters

NameTypeDescription
start_datestringStart date, YYYY-MM-DD (inclusive).
max length 10 · format ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
end_datestringEnd date, YYYY-MM-DD (inclusive).
max length 10 · format ^[0-9]{4}-[0-9]{2}-[0-9]{2}$
typestringShow only one kind of transaction (optional): recharge (top-up) / payment (deduction) / refund. Omit for all.
pagenumberPage number, from 1 (optional). Whole-warehouse stock returns everything when omitted — 30,000+ rows, paging recommended.
min 1
page_sizenumberRows per page (optional), max 2000.
1–2000

Response

The envelope is decided by the HTTP status alone: 2xx with { data: … } (lists also carry page / page_size / has_more or total_count); 4xx / 5xx with { error: { code, message, hint, request_id, doc_url } }.