user-actions

List user actions (paginated, admin)

get/user-actions

Query parameters

pagenumber

Page number

limitnumber

Items per page

walletstring

Wallet address (must match authenticated user when listing own actions)

actionsnumber[]

Action types (comma-separated, e.g. actions=1,5, or repeat actions= for each)

withdrawalType1 | 2

Withdrawal subtype on the linked withdrawal row. 1 = standard, 2 = express.

assetsstring[]

Token contract addresses (transfer.token). Example: assets=0x0000000000000000000000000000000000000000,0x1111111111111111111111111111111111111111. Comma-separated in one param or repeat assets=.

assetSymbolsstring[]

Asset symbols, comma-separated or repeat assetSymbols=. Case-insensitive. Example: assetSymbols=USDC,dreUSD.

startTimestampnumber

Inclusive lower bound on block timestamp (Unix seconds)

endTimestampnumber

Inclusive upper bound on block timestamp (Unix seconds)

status0 | 1 | 9

user_actions.status. E.g. 1 = completed (see UserActionStatusEnum).

Response

Paginated list of user actions

Changes

No recorded changes to this endpoint across all 1 revision of this API.