resource and source so you can present and link the event without extra lookups.
Use Ledger Activity to build a statement or transaction feed for an account or user. Reconcile against your own records with amount (signed, in the currency’s smallest precision units) and posted_at, and use available_at to know when inflows became withdrawable.
Endpoints
| Endpoint | Request |
|---|---|
| List Financial Activity | GET /financial-activity |
Attributes
Signed amount in the currency’s smallest precision units.
ISO 8601 timestamp these funds became (or are scheduled to become)
withdrawable: the posted time for already-settled funds, or 00:00:00 UTC on
the scheduled release date for pending funds. Present only on inflows entering
the balance (payments, top-ups, incoming transfers/affiliate); null on
withdrawals, refunds, disputes and on-chain rows. The available_after/before
filters window on its UTC settlement date.
Available options:
ledger_activityresource
account or user or ledger_account or payment_method or payout_method or card_transaction | null
required
Properties
Properties
Withdrawal amount as a decimal number in the destination currency (withdrawal
sources only; requires payout:withdrawal:read).
Chain the deposit landed on, for example plasma (onchain_transaction sources
only).
Public claim URL for the airdrop link (airdrop_link sources only).
Withdrawal creation time as an ISO 8601 timestamp (withdrawal sources only;
requires payout:withdrawal:read).
Estimated arrival as an ISO 8601 timestamp (withdrawal sources only; requires
payout:withdrawal:read).
Amount converted out of from_currency as a decimal string (swap sources only).
Lowercase currency code converted from (swap sources only).
Name of the entity processing the payout (withdrawal sources only; requires
payout:withdrawal:read).
Saved payout destination nickname (withdrawal sources only).
Sender wallet address or onramp provider identifier (onchain_transaction
sources only).
Lifecycle status. On withdrawal sources this is the withdrawal status
(requires payout:withdrawal:read); on airdrop_link sources it is the
claim-link status (ungated).
Amount received in to_currency as a decimal string (swap sources only).
Lowercase currency code converted to (swap sources only).
On-chain transaction hash (onchain_transaction and swap sources only).
LedgerActivity

