Get user history
Retrieves transaction and activity history for the authenticated user. The user is inferred from the API key; no userId is passed. Choose the data set with resource + feature. Rate limited to 2 requests every 2 seconds per user.
Authorizations
API token issued by your LootRush account manager. Sent as Authorization: Bearer <token>.
Query Parameters
Resource type to query.
cards, account Feature to retrieve. For account: account (all activity), account-onramp (deposits), account-offramp (withdrawals), account-swap (converts), account-crypto (crypto transfers / sends), account-portifolio (portfolio activity). For cards: cards-transactions, cards-summary, cards-balance.
account, account-onramp, account-offramp, account-swap, account-crypto, account-portifolio, cards-transactions, cards-summary, cards-balance Page number (0-indexed).
Items per page.
x <= 100Start of the date window (ISO 8601).
End of the date window (ISO 8601).
Text filter for card transactions (merchant, description).
Snapshot date (ISO 8601). Used mainly with cards-summary.
Response
History payload. Shape depends on resource + feature (account history nodes, card transactions, card snapshots, or balance movements).
The response is of type object.