Skip to main content
GET
List bank transactions

Authorizations

Authorization
string
header
required

Cherry API key, created in the app. Sent as Authorization: Bearer ck_live_….

Query Parameters

limit
integer
default:50

Page size, 1-200. Default 50.

Required range: 1 <= x <= 200
offset
integer
default:0

Row offset. Pass the previous page's meta.pagination.nextOffset to fetch the next page; nextOffset is null once the last page is reached.

Required range: x >= 0
from
string<date>

Window start, YYYY-MM-DD (default 30 days ago).

to
string<date>

Window end, YYYY-MM-DD (default today).

category
string

Only rows categorized to this ledger account number.

Case-insensitive substring match on descriptor/merchant.

Maximum string length: 200

Response

Transactions, newest first

data
object[]
meta
object