user-actions
Get actions for a user
get/users/{id}/actions
Path parameters
idnumber required
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
List of user actions
UserActionEntity[] required