Skip to main content
GET
Get user history

Authorizations

Authorization
string
header
required

API token issued by your LootRush account manager. Sent as Authorization: Bearer <token>.

Query Parameters

resource
enum<string>
required

Resource type to query.

Available options:
cards,
account
feature
enum<string>
required

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.

Available options:
account,
account-onramp,
account-offramp,
account-swap,
account-crypto,
account-portifolio,
cards-transactions,
cards-summary,
cards-balance
currentPage
integer
default:0

Page number (0-indexed).

pageSize
integer
default:10

Items per page.

Required range: x <= 100
startDate
string<date-time>

Start of the date window (ISO 8601).

endDate
string<date-time>

End of the date window (ISO 8601).

filterByText
string

Text filter for card transactions (merchant, description).

asOf
string<date-time>

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.