get_company
Returns the authenticated company's accounting settings including chart of accounts, balance sheet setup, accounting method, currency, special accounts (fee, gain, loss), and integration status.
count_transactions
Returns the total number of transactions matching the given filters.
list_transactions
Retrieve a paginated list of transactions for the authenticated company. Supports cursor-based pagination and filtering by wallet, direction, token, chain, date range, and more.
get_transaction
Retrieve a single transaction by ID.
update_transaction
Update accounting fields on a single unlocked transaction. Only the provided fields will be changed.
batch_update_transactions
Update accounting fields on multiple unlocked transactions at once. Maximum 500 IDs per request.
list_wallets
Retrieve all wallets for the authenticated company. Includes exchange accounts, blockchain addresses, and bank accounts.
get_wallet
Retrieve a single wallet by ID.
list_assets
Retrieve a paginated list of token assets for the authenticated company, including their GL account mappings.
update_asset
Update the GL account mapping or spam status for a token asset. Only the provided fields will be changed.
get_balances
Retrieve aggregated token balances for the authenticated company, grouped by token. Optionally filter by wallet and date range.