Exports

Generate CSV reports of wallet balances and transaction history across one or all wallets.


The Exports page lets you generate CSV reports for reconciliation, accounting, and reporting. Two report types are supported: wallet balances (point-in-time snapshots) and transaction lists (full activity over a date range).

Generating an export

From the Portal sidebar, open Exports and click Export in the top right. The CSV export modal walks you through three choices:

FieldDescription
Report typeWallet balance for a point-in-time snapshot, or Transaction list for activity over a period.
Wallet selectionChoose a specific wallet from the dropdown, or All wallets to include every wallet on your account.
DateBehaviour differs by report type — see below.

Click Generate export to queue the report. The export will appear in the list with a status of PENDING while it builds.

Wallet balance

A snapshot of wallet balances. Useful for month-end reconciliations and reporting.

  • Date left empty — exports current balances at the time the report is generated.
  • Date selected — exports balances up until (but not including) the selected date.
📘

Balances are end-of-day

When a date is specified, the export captures balances at the end of the previous day. For example, selecting May 31, 2026 returns balances as at the close of May 30, 2026.

Columns included:

ColumnDescription
Wallet IdUnique wallet identifier.
Wallet NameDisplay name of the wallet.
Wallet CurrencyAsset code (e.g. USDC, BTC, EUR).
BalanceBalance in the wallet's native currency.

Transaction list

A full transaction history for the selected wallet(s) over a chosen date range.

Pick from the presets — Last 30 days, Previous calendar month, Previous 3 calendar months — or choose Custom date to specify your own range.

Columns included:

ColumnDescription
Date CreatedTimestamp the transaction was recorded.
Wallet CurrencyThe wallet's native asset code.
Transaction TypeThe activity category (e.g. CHANNELS_PAYMENT_IN, CHANNELS_PROCESSING_FEE, payout, conversion).
Transaction IDUnique transaction identifier within BEEM.
AmountNet change to the wallet (positive for credits, negative for debits).
HashOn-chain transaction hash, where applicable.
Payment StatusFinal status of the transaction (e.g. COMPLETE).
Merchant ReferenceYour reference, where supplied.
Running BalanceWallet balance immediately after this transaction.
Wallet IDIdentifier of the wallet the transaction belongs to.
Paid Actual AmountThe gross paid amount in the paid currency.
Paid Amount CurrencyCurrency code of the paid amount.
Paid AmountNet paid amount applied to the wallet.
Fee Actual AmountBEEM processing fee charged.
Fee CurrencyCurrency the fee was charged in.
Network Fee Actual AmountBlockchain network fee, where applicable.
Network Fee CurrencyCurrency of the network fee.
Display Actual AmountAmount in the display currency.
Display CurrencyDisplay currency of the amount.
Wallet To Paid Currency Exchange RateFX rate used to convert between wallet and paid currency, where applicable.

Tracking and retrieving exports

Generated exports are listed on the Exports page:

ColumnDescription
IdExport identifier.
StatusPENDING while the report is building, READY when complete.
TypeEither BALANCE or TRANSACTION.
Created AtTimestamp the export was requested.
ActionsView export metadata, or download the CSV once status is READY.

Refresh the list to update the status. Once an export shows READY, click the download icon under Actions to retrieve the CSV.

📘

Retention

Exports are retained for a limited period after generation. For long-term storage, download and archive your CSVs locally.

What's next