Skip to main content
GET
List transactions

Authorizations

Authorization
string
header
required

API token issued from the Equated app under Settings → API Tokens.

Query Parameters

accountIds
string

Comma-separated financial account ids

registerAccountIds
string

Comma-separated register (ledger) account ids

orgMerchantIds
string
from
string
to
string
categoryAccountIds
string
postingStatuses
string

Comma-separated subset of UNSTAGED,DRAFT,POSTED

amountGt
number | null
Required range: x >= 0
amountLt
number | null
Required range: x >= 0
amountDirection
enum<string>
Available options:
in,
out
order
enum<string>
Available options:
asc,
desc
feedScope
enum<string>

bank hides payment-processor balances; all (the default) includes them

Available options:
bank,
all
limit
integer
Required range: 0 < x <= 500
offset
integer | null
Required range: x >= 0

Response

200 - application/json

Paginated transactions

transactions
object[]
required
total
integer
required
Required range: x >= 0
counts
object
required