Returns a paginated list of transactions for the authenticated company, ordered by date descending.
Transactions are raw bank/credit card activity. For accounting-level detail (double-entry debits and credits), see journal entries instead.
Documentation Index
Fetch the complete documentation index at: https://www.finta.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Category | Description |
|---|---|
DEPOSIT | Inbound receipt of funds |
WITHDRAWAL | Outbound transfer of funds |
SWAP | Exchange of one asset for another |
BRIDGE | Cross-chain transfer |
INTERCOMPANY TRANSFER | Transfer between legal entities |
INTERNAL TRANSFER | Transfer within the same legal entity |
FEE | Network gas, exchange, or service fee |
MINTING | Creation of new tokens |
STAKING_REWARD | Yield from staking |
INVOICE | Payment received against a customer invoice |
BILL | Payment against a vendor bill |
CLAIM REWARD | Protocol or ecosystem reward claim |
BORROW | Borrowing event |
REPAYMENT | Loan repayment |
RESERVES CHANGE | Treasury reserves adjustment |
REALIZED_PNL | Realized profit or loss |
NFT | NFT mint, sale, or transfer |
SPAM | Spam/airdrop (auto-hides from accounting) |
UNKNOWN | Unclassified, pending review |
API key prefixed with finta_
Maximum number of results to return (1-500). Defaults to 100.
1 <= x <= 500A cursor for pagination. Pass the next_cursor value from a previous response to fetch the next page.
Filter by approval status. If omitted, returns both approved and pending transactions.
approved, pending Return transactions on or after this date (YYYY-MM-DD). If omitted, no lower bound.
Return transactions on or before this date (YYYY-MM-DD). If omitted, no upper bound.
A paginated list of transactions
list The canonical path of the collection, relative to the API host. Useful for logging, debugging, and generic pagination utilities that do not need to be aware of the specific endpoint.
"/api/v1/transactions"
Whether there are more results beyond this page.
Pass this value as starting_after to fetch the next page. Null when has_more is false.